On 31 May 2016 at 23:01, Dominique Devienne <ddevie...@gmail.com> wrote:
>
> I'm not an OSX user, but if it's like Linux, you can run the ldd command on
> your executable file,
> and it will show you which dynamic libraries it depends on. If you don't
> see SQLite, it probably statically linked... --DD
>

The OSX equivalent to `ldd` is `otool -L`.
-Rowan
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to