libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make check and LD_LIBRARY_PATH


From: Peter O'Gorman
Subject: Re: make check and LD_LIBRARY_PATH
Date: Fri, 23 Mar 2012 08:29:59 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]