On Aug 4, 2008, at 11:56 AM, John Velman wrote:

After making changes to move the download from sqlite to sqlite3, and
checking that I have  /usr/local/lib/libsqlite3.a, and putting
/usr/local/lib in the library search path of the project, the source for
the Demo compiles but does not link.

Did you add libsqlite3.a to your project?

BTW, unless you have a specific reason for not doing so I'd recommend you use the system-supplied sqlite dylib rather than a third party .a file. This file is contained within the SDKs included with Xcode. In that case add this file to your project:

/Xcode3.1/SDKs/MacOSX10.4u.sdk/usr/lib/libsqlite3.dylib


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to