From: Carl Sorensen Date: Sat, 6 Mar 2010 00:51:58 +0000 (-0700) Subject: Doc:CG: Update path variables to use DYLD_FALLBACK_LIBRARY_PATH X-Git-Tag: release/2.13.16-1~52^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6303df4b6273a87b956453168f37ac3ecaa23e4e;p=lilypond.git Doc:CG: Update path variables to use DYLD_FALLBACK_LIBRARY_PATH --- diff --git a/Documentation/included/compile.itexi b/Documentation/included/compile.itexi index cfca1f1cf0..bdbd4a90f3 100644 --- a/Documentation/included/compile.itexi +++ b/Documentation/included/compile.itexi @@ -817,7 +817,7 @@ exec /sw/bin/pngtopnm "$@" On MacOS X with macports, you should use this: @verbatim -export DYLD_LIBRARY_PATH=/opt/local/lib +export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib exec /opt/local/bin/pngtopnm "$@" @end verbatim @@ -948,10 +948,8 @@ this file if it does not exist. @example export PATH=/opt/local/bin:/opt/local/sbin:$PATH -export DYLD_LIBRARY_PATH=/System/Library/Frameworks/\ -ApplicationServices.framework/Versions/A/Frameworks/\ -ImageIO.framework/Versions/A/Resources:\ -/opt/local/lib:$DYLD_LIBRARY_PATH +export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:\ +$DYLD_FALLBACK_LIBRARY_PATH @end example Now you must edit the generated @code{config.make} file. Change