Re: SQLite3 symbols undefined?
Re: SQLite3 symbols undefined?
- Subject: Re: SQLite3 symbols undefined?
- From: Andreas Monitzer <email@hidden>
- Date: Sat, 14 May 2005 18:19:23 +0200
On May 14, 2005, at 17:45, Wesley wrote:
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?
That's the c++ runtime. You should use c++ instead of cc for linking.
My other question is: how do you do this kind of linking within Xcode?
Just add /usr/lib/libsqlite3.dylib to your project.
andy
_______________________________________________
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