-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Mar 6, 2007, at 4:04 PM, aaron bryden wrote: > Okay, yes, i am seeing that even though locate didn't find the one in > /usr/local it must be affecting the build. It still seems strange to > me that the error can say it is loading the one in /sw/lib but that > the version is wrong even though the version is correct. dyld loads symbols from the first matching library in its search path. Since /usr/local/lib/libpng.3.dylib comes first, that's what gets used, but since its compatibility_version is wrong, dyld just throws up its hands and gives up. It never actually gets to the symbols in /sw/lib/libpng.3.dylib. So yes, /sw/lib/libpng.3.dylib could be loaded, but by then the symbols have already been resolved-- incorrectly. Daniel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) Comment: http://homepage.mac.com/danielj7/publickey.txt iD8DBQFF7hyM4sDFGYouOqARAuGEAJkBxq/AFw/e63HEvPDuX0nCAyXMJQCfdgIU wMiTyijg26cxPv5WTicDBPg= =HYV2 -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
