On Tue, May 31, 2016 at 5:05 PM, Igor Korot <[email protected]> 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 > > On Mac OSX the program is called "nm", not "ldd". ;-) > On Linux nm is to list symbols, not dynalibs. See https://discussions.apple.com/thread/309193?start=0&tstart=0 --DD _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

