On Nov 8, 2004, at 10:51 AM, Clay Dowling wrote:


Tomas Franzén said:
On 2004-11-09, at 16.42, b.bum wrote:
Are you statically linking SQLite or using a dylib?

I don't know. That's not a good sign, is it? ;-) I have compiled SQLite and added libsqlite.o and sqlite.h to the project items in XCode.

ldd is your friend here. It will show you if you have an external dependency on any libraries, not just SQLite.

On OS X, there's no ldd: 'otool -L' does the same thing, though.

Wish they'd provided an alias for the six months it took me to learn that. :)

-D



Reply via email to