Static libraries
Static libraries
- Subject: Static libraries
- From: Sanri Parov <email@hidden>
- Date: Thu, 3 Jul 2003 19:56:16 +0200
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"
Is somehow related to my problem? If so, what have I to do? It seems so
strange PB doesn't INCBIN that library.
--
Sanri Parov
_______________________________________________
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.