On 11/8/12 12:47 PM, Watson, David W. (MSFC-ES62) wrote: > I get this: > > dyld: Library not loaded: /usr/local/lib/libgomp.1.dylib > Referenced from: /sw/bin/msgmerge > Reason: image not found > 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.mvaTg failed, exit code 1 > > Gettext tools is installed in /sw by fink; why is it not found? > >
Probably because the test which is being run is for _functionality_, not just _existence_, in spite of what the text says. You can look in the config.log file in the gnome-doc-utils build directory (/sw/src/fink.build/gnome-doc-utils-0.20.6-1/gnome-doc-utils-0.20.6) if you're curious. Anyway, you've got an indirectly broken Fink, by virtue of of it having linked to your broken /usr/local/lib/libgomp.1.dylib. I'd start with "fink rebuild gettext-tools", and see if that gets you a clean gettext-tools to work from. -- 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
