• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Static libraries
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Static libraries (From: Sanri Parov <email@hidden>)

  • Prev by Date: Two controller for one window
  • Next by Date: SystemUIMode
  • Previous by thread: Static libraries
  • Next by thread: NSData dataWithBytes:length:
  • Index(es):
    • Date
    • Thread