some loading dylib problem
Submitted by cokigloo2 on Fri, 2006-09-22 19:20.
Hi there,
I am trying to run an example from the distribution:
notebook:
The error message is pretty clear.
- > ./notebook
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/gtk/lib/libjpeg.62.dylib
ImageIO install date: Aug 27(2006)
I am running on MacOs 10.4.7 on a G4 laptop...
What will be a good fix for what seems to be a out of sync problem....
thanks in advance
Eric

Just to follow up on this
Just to follow up on this for who ever run into the same problem:
For some raison(nasty habit) I had the /opt/gtk/lib in my dyld path.
The problem is that Apple has already a libJPEG.dylib and this was
conflicting because my system wasn't set for case sensitive.
To my biggest joy, removing the /opt/gtk/lib from the lib path fix everything.