On Tue, Feb 03, 2009 at 11:10:45AM -0500, Jack Howarth wrote: > The fink maintainer mode is confused by > libLTO.dylib because it's otool -L output shows... > > libLTO.dylib: > @executable_path/../lib/libLTO.dylib (compatibility version 1.0.0, > current version 2056.0.0) > /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current > version 7.4.0) > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current > version 1.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current > version 111.0.0) > > Fink should understand that Apple considers the use of > @executable_path/../lib/libLTO.dylib > as a valid path for the shared library.
It's only valid if that's the correct relative path from the executable to the dylib. For /sw/bin/foo, that means /sw/bin/../lib/libLTO.dylib, which is /sw/lib/libLTO.dylib and that's correct. But for /sw/lib/foo/foo-util, that seems like it would be /sw/lib/foo/../lib/libLTO.dylib, which is /sw/lib/lib/libLTO.dylib and that's totally wrong. dan -- Daniel Macks [email protected] http://www.netspace.org/~dmacks ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
