Re: help linking sqlite3 wrapper
Re: help linking sqlite3 wrapper
- Subject: Re: help linking sqlite3 wrapper
- From: Brian Stern <email@hidden>
- Date: Mon, 4 Aug 2008 13:22:37 -0400
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 (email@hidden)
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:
This email sent to email@hidden