-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 9/17/10 4:45 AM, Paul Kuin wrote: > Hi Martin, > > Yes, that could possibly be it. The linker must pick the right one. > I have had similar problems with other libraries. I don't have a good > work-around short of > rebuilding from scratch. That usually then uses consistent priorities > for the > clashing libraries, but not always. With the development I do, I depend on > other software that uses the system libraries, which is also too big to > hack each time and get frequently enough new releases that I have not > attempted to come with a fix. I wonder if FINK sets the library path to > search its own libraries (in /sw/lib ) first ? Any further ideas? > > Thanks for looking though all this stuff and helping, > > Paul > > >
By default Fink makes an attempt to put its libraries at the head of those to be built against and linked via LDFLAGS (and includes via CPPFLAGS), but that doesn't work for every package. There are a plethora of other methods that get used. Also, Apple's build tools essentially hardcode system-area paths (at least /usr and /usr/local--I'm not sure about /System/Library/Frameworks) to be at the beginning of the search, so it often takes extra effort to avoid system versions in favor of Fink's. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyTZXwACgkQB8UpO3rKjQ9GZQCeM98NrnMxylEYxlRU+FUr5GPS tXcAniU4+B1t+xux2prA/wGKGPAwzWXk =8C1j -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
