Re: C++ Static library fails to link for some code, relocatable object works fine
Re: C++ Static library fails to link for some code, relocatable object works fine
- Subject: Re: C++ Static library fails to link for some code, relocatable object works fine
- From: Jens Alfke <email@hidden>
- Date: Mon, 14 Jul 2008 13:40:29 -0700
On 14 Jul '08, at 11:58 AM, Adam Zegelin wrote:
I'm trying to build a project that uses sqlite3x, a C++ wrapper for
SQLite3. I've created a new "sqlite3" static library target which
includes all the sqlite3 and sqlite3x source files.
Are you sure you want to build and statically link your own copy of
sqlite3? Most apps use the dylib that's already in the system. (On the
plus side, this library has some tweaks that make it handle file-
locking more reliably than one you could build yourself. On the
downside, it's not the very latest version since it was frozen last
summer.)
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden