Re: SQLite3 symbols undefined?
Re: SQLite3 symbols undefined?
- Subject: Re: SQLite3 symbols undefined?
- From: Wesley <email@hidden>
- Date: Sat, 14 May 2005 09:45:10 -0600
On 13-May-05, at 21:39, andy wrote:
you're not linking with sqlite:
cc sqTest.o -o sqTest -lsqlite3
andy
Thanks! That's a big help.
But just a second, I'm now getting this:
$ cc sqTest.o -o sqTest -l sqlite3
/usr/bin/ld: Undefined symbols:
___gxx_personality_v0
collect2: ld returned 1 exit status
What's the ___gxx_personality_v0? And more to the point, how do I rid
myself of it?
My other question is: how do you do this kind of linking within Xcode?
Wesley
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden