On 11/8/12 12:03 PM, Watson, David W. (MSFC-ES62) wrote: > Trying to install gnome-doc-utils but get this error message during > configure: > > checking for gmsgfmt... /sw/bin/msgfmt > dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address > Referenced from: /usr/local/lib/libgomp.1.dylib > Expected in: /usr/lib/libSystem.B.dylib > > dyld: Symbol not found: ___emutls_get_address > Referenced from: /usr/local/lib/libgomp.1.dylib > Expected in: /usr/lib/libSystem.B.dylib > > configure: error: GNU gettext tools not found; required for intltool > ### execution of PYTHON=/sw/bin/python2.7 failed, exit code 1 > ### execution of /tmp/fink.dBRSF failed, exit code 1 > > Package manager version: 0.34.4 > Distribution version: selfupdate-rsync Thu Nov 8 12:54:56 2012, 10.6, > x86_64 > Trees: local/main stable/main unstable/main > Xcode.app: 3.2.6 > Xcode command-line tools: 3.2.6 > Max. Fink build jobs: 1 > > David Watson > NASA - MSFC > Mail Code ES62 > Phone 256-544-1300 > FAX 256-544-2964 > [email protected] > > >
You've got something bad going on all right, but it's not specific to Fink. Your third-party libgomp in /usr/local is what appears to be causing the complaints. I'm not showing ___emutls_get_address as being defined in libSystem.B.dylib on _any_ of my available platforms. What happens if you move /usr/local of the way temporarily, as per: http://www.finkproject.org/faq/comp-general.php?phpLang=en#usr-local-libs ? -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
