> On Dec 10, 2015, at 13:42, Jacques Bloch > <[email protected]> wrote: > > Somehow i was able to use DYLD_LIBRARY_PATH with armadillo which i put in > ~/opt/lib on my system. > > Jacques > > Sent from my iPhone
That may be implementation-dependent. If armadillo just wants _a_ DYLD_LIBRARY_PATH and doesn’t rely on it being an environment variable, that may still work. Fionna:~ hansen$ DYLD_LIBRARY_PATH="/sw/lib" Fionna:~ hansen$ export DYLD_LIBRARY_PATH Fionna:~ hansen$ printenv DYLD_LIBRARY_PATH Fionna:~ hansen$ echo $DYLD_LIBRARY_PATH /sw/lib —akh ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
