Linking with static sqlite 3 library
Linking with static sqlite 3 library
- Subject: Linking with static sqlite 3 library
- From: Marco Bambini <email@hidden>
- Date: Wed, 8 Jun 2005 21:31:31 +0200
Hi,
I am using XCode 2.1 and MacOS X 10.4.1, I have a project (C console
app) that needs to be linked with a static sqlite3.a library
generated by gcc on the same machine.
Before Tiger I have no problem in the link stage and the final build
was around 400KB.
After upgrading to Tiger, the final build is about 70KB and I think
that is linked to the shared sqlite3 library shipped with the OS.
So my question is, how can I force my project to link to my static
sqlite3 library instead of the shared one?
Thanks a lot for your help.
Regards,
Marco Bambini
_______________________________________________
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