On Nov 18, 2010, at 4:22 PM, [email protected] wrote: > > You could also use DYLD_FALLBACK_LIBRARY_PATH. I had to use that to avoid > Apple's libJPEG getting in the way of apps that expected the libjpeg port. > See the man page for dlopen() for details.
You should never have to set any of the DYLD_* variables to make things work (and usually having them set is what causes problems). -- Daniel J. Luke +========================================================+ | *---------------- [email protected] ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
