Re: libPng.dylib
Re: libPng.dylib
- Subject: Re: libPng.dylib
- From: Martin Costabel <email@hidden>
- Date: Tue, 01 Jul 2008 14:27:56 +0200
Brian J Goodfellow wrote:
[]
dyld: warning, DYLD_ setting caused circular dependency in
/usr/X11/lib/libGL.1.dylib
What DYLD_* environment variable did you set? Don't set
DYLD_LIBRARY_PATH=/usr/X11/lib or you will get this kind of errors.
dyld: Symbol not found: __cg_png_create_info_struct
Referenced from:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /usr/X11/lib/libPng.dylib
dyld is lying here. The symbol is not expected in that non-existent
library, but in
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
--
Martin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
References: | |
| >libPng.dylib (From: Brian J Goodfellow <email@hidden>) |