Hi,
I have installed data analysis and visualization tool "grace" on my macbook pro via Macports.
One of the dependencies of the grace package is libjpeg which macports installs but apparently OS X uses a difference version of libJPEG under different path.
As a result, when i launch the application it crashes with the following error:
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /opt/local/lib/libjpeg.62.dylib
Trace/BPT trap
I have tried the following but it didn't sorted out the problem :-(
export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:$DYLD_FALLBACK_LIBRARY_PATH
Thanks for your help in advance.
Omer
I have installed data analysis and visualization tool "grace" on my macbook pro via Macports.
One of the dependencies of the grace package is libjpeg which macports installs but apparently OS X uses a difference version of libJPEG under different path.
As a result, when i launch the application it crashes with the following error:
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /opt/local/lib/libjpeg.62.dylib
Trace/BPT trap
I have tried the following but it didn't sorted out the problem :-(
export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:$DYLD_FALLBACK_LIBRARY_PATH
Thanks for your help in advance.
Omer