X-Git-Url: https://git.saurik.com/apple/cf.git/blobdiff_plain/d8b101a4f6aa03fafcaee9105fbfdea9132c942c..d73847987a99375010c6d6ace0abb0a25cb9b034:/Examples/plconvert.c diff --git a/Examples/plconvert.c b/Examples/plconvert.c index 6a2b81e..883413d 100644 --- a/Examples/plconvert.c +++ b/Examples/plconvert.c @@ -1,5 +1,8 @@ -// Mac OS X: llvm-gcc -F -framework CoreFoundation Examples/plconvert.c -o plconvert - +// Mac OS X: clang -F -framework CoreFoundation Examples/plconvert.c -o plconvert +// note: When running this sample, be sure to set the environment variable DYLD_FRAMEWORK_PATH to point to the directory containing your new version of CoreFoundation. +// e.g. +// DYLD_FRAMEWORK_PATH=/tmp/CF-Root ./plconvert +// // Linux: clang -I/usr/local/include -L/usr/local/lib -lCoreFoundation plconvert.c -o plconvert /*