> On Nov 18, 2014, at 12:30 PM, Jeff Singleton wrote:
> 
> On 11/18/14 12:20 PM, Ryan Schmidt wrote:
>> otool -L/Users/USER/*/GIMP.app/Conte
> 
> jsingleton@minimac ~ $  lipo -info /opt/local/lib/libiconv.2.dylib
> Non-fat file: /opt/local/lib/libiconv.2.dylib is architecture: x86_64
> 
> jsingleton@minimac ~ $  lipo -info 
> /Applications/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib
> Non-fat file: 
> /Applications/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib is 
> architecture: x86_64

Ok, so the architectures match.


> jsingleton@minimac ~ $  otool -L 
> /Applications/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib
> /Applications/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib:
>       /opt/local/lib/libgobject-2.0.0.dylib (compatibility version 4201.0.0, 
> current version 4201.1.0)
>       /opt/local/lib/libglib-2.0.0.dylib (compatibility version 4201.0.0, 
> current version 4201.1.0)
>       /opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current 
> version 8.1.0)
>       /usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current 
> version 1.0.0)
>       /opt/local/lib/libffi.6.dylib (compatibility version 7.0.0, current 
> version 7.2.0)
>       /opt/local/lib/libintl.8.dylib (compatibility version 10.0.0, current 
> version 10.2.0)
>       /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 
> (compatibility version 2.0.0, current version 157.0.0)
>       /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 
> (compatibility version 300.0.0, current version 1151.16.0)
>       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
> version 1213.0.0)

This looks reasonable. It's linked with the correct libiconv library.

You're sure we're looking at the correct GIMP.app here? The error message 
implied the GIMP.app was in /Users but this one is in /Applications.


> jsingleton@minimac ~ $  echo $DYLD_LIBRARY_PATH
> 
> jsingleton@minimac ~ $

Ok... so you don't have it set in your terminal. But does GIMPskel set it?

_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to