#22356: gettext incorrectly links to /Users/lattner/2.5/prerelease2/llvm- gcc/install/lib/x86_64 --------------------------------------+------------------------------------- Reporter: mixal@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: msgmerge libgomp.1.dylib | Port: gettext --------------------------------------+------------------------------------- Old description:
Running msgmerge:
dyld: Library not loaded: /Users/lattner/2.5/prerelease2/llvm- gcc/obj/../install/lib/x86_64/libgomp.1.dylib Referenced from: /opt/local/bin/msgmerge Reason: no suitable image found. Did find: /usr/lib/libgomp.1.dylib: mach-o, but wrong architecture
If I create the directory and link to /usr/lib/x86_64/libgomp.1.dylib, then msgmerge runs.
uninstalling, running a clean --all on gettext does not help.
New description: Running msgmerge: {{{ dyld: Library not loaded: /Users/lattner/2.5/prerelease2/llvm- gcc/obj/../install/lib/x86_64/libgomp.1.dylib Referenced from: /opt/local/bin/msgmerge Reason: no suitable image found. Did find: /usr/lib/libgomp.1.dylib: mach-o, but wrong architecture }}} If I create the directory and link to /usr/lib/x86_64/libgomp.1.dylib, then msgmerge runs. uninstalling, running a clean --all on gettext does not help. -- Comment(by blb@…): Um, what? Where are all these files coming from? What OS are you using? My 10.6.1 machine does not have any libgomp in /usr/lib nor /usr/lib/x86_64 directory at all. -- Ticket URL: <http://trac.macports.org/ticket/22356#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS