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.

Clay
-- 
Lazarus Notes from Lazarus Internet Development
http://www.lazarusid.com/notes/
Articles, Reviews and Commentary on web development

Reply via email to