Re: help linking sqlite3 wrapper
Re: help linking sqlite3 wrapper
- Subject: Re: help linking sqlite3 wrapper
- From: John Velman <email@hidden>
- Date: Mon, 4 Aug 2008 11:39:42 -0700
Since I sent the previous message, I was looking at the SDK 10.4
sqlite3.dylib, and thinking of giving it a try. I didn't know I
specifically had to add it to the project.
I'll let you know what happens!
Thanks.
John V.
On Mon, Aug 04, 2008 at 01:22:37PM -0400, Brian Stern wrote:
>
> 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
_______________________________________________
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