On 04/12/2012 11:51 PM, Darrell Hurt wrote: > Hi there, > > I'm trying to install ImageMagick using Fink on Mac OS X 10.6. I have > self-updated Fink. I'm not using the unstable trees. > > I'm getting hung up on the "pixman" dependency. Here's the error: > > ******************* > > Found use of headers from 0 fink packages: > Scanning binaries for incorrect dyld linking... > ./test/.libs/a1-trap-test uses /usr/local/lib/libgomp.1.dylib > Please fix build process to get consistent use of fink's libraries.
The diagnostic text around the error is not very user friendly (it's meant more for the packager), but the actual error is clear: you have libgomp.1.dylib installed in /usr/local. 3rd party libraries in /usr/local are very likely to cause failures and the build process explicitly checks for them and errors out. Follow the directions here: <http://www.finkproject.org/faq/comp-general.php#usr-local-libs> to fix the pixman build. In your particular case, libgomp.1.dylib probably came from some compiler that's been installed on your computer not by Fink or Apple's Xcode. Hanspeter ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
