On 03/23/2012 06:40 AM, Christian Egli wrote:
libtool --mode=execute -dlopen ../liblouis/liblouis.la -n python $(TEST_SCRIPT)
What is the drawback of just setting LD_LIBRARY_PATH in
TESTS_ENVIRONMENT?
Not all systems use LD_LIBRARY_PATH. You can find the variable that
libtool sets by checking the value of its $shlibpath_var, or you could
just set all of:
LIBPATH, LD_LIBRARY_PATH, PATH, DYLD_LIBRARY_PATH, LIBRARY_PATH,
SHLIB_PATH, LD_LIBRARY64_PATH, LD_LIBRARYN32_PATH, LD_LIBRARY_PATH_32,
LD_LIBRARY_PATH_64
Peter
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool