I can remove path to libjawt.so from LD_LIBRARY_PATH, but I have to leave working dir in it, i.e. export LD_LIBRARY_PATH="." Without it test cannot find libmylib.so in working directory.">

(original) (raw)

Here is updated webrev: http://cr.openjdk.java.net/\~kshefov/7190587/webrev.02/

On 29.08.2012 20:47, Omair Majid wrote:
Hi Konstantin,

On 08/29/2012 12:43 PM, Konstantin Shefov wrote:



I can remove path to libjawt.so from LD_LIBRARY_PATH, but I have to
leave working dir in it, i.e.
export LD_LIBRARY_PATH="."
Without it test cannot find libmylib.so in working directory.




Oh, of course. I somehow thought the test used an explicit path to
libmylib.so. I would be perfectly happy if libjawt.so was removed from
LD_LIBRARY_PATH.

Thanks,
Omair