Re: Static libraries
Re: Static libraries
- Subject: Re: Static libraries
- From: Drew McCormack <email@hidden>
- Date: Thu, 3 Jul 2003 21:08:11 +0200
On Thursday, July 3, 2003, at 07:56 PM, Sanri Parov wrote:
Hi everybody,
I'm developing with the help of sqlite static library (libsqlite.a).
Project Builder seems not able to insert it inside my final executable;
it requires the library to be present into the program directory.
Could it depend on prebinding?
PB gives me this error:
"warning prebinding disabled because dependent library:
/usr/local/lib/libsqlite.0.dylib is not prebound"
Why is this dylib being linked? I thought you wanted to link a static
library, ie. libsqlite.a
One thing that can cause problems is if a dylib is in your library
search path with the same name as your static library. The dynamic
library will get linked instead of the static one. I suggest moving
/usr/local/lib/libsqlite.0.dylib outside your search path.
Drew
----------------------------------
Dr. Drew McCormack
Trade Strategist (www.trade-strategist.com)
Stock Market strategy design platform for Mac OS X.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.