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: Adam Zegelin <email@hidden>
- Date: Tue, 15 Jul 2008 07:01:16 +1000
Jens,
On 15/07/2008, at 6:40 AM, Jens Alfke wrote:
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.)
Thanks for the heads up. I didn't realize that the version of sqlite3
that shipped with leopard was different to the trunk version, but the
darwin sources confirm this. There is experimental AFP/SAMBA byte-
range locking support in the leopard version, which is excellent since
the application I'm writing will hopefully support network access.
Cheers,
Adam
_______________________________________________
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