This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: libgcj-4 puts /usr/lib before LD_LIBRARY_PATH in any case
Yuval Kfir writes:
> Your system configuration is slightly different, Andrew, but you _have_
> in fact reproduced the problem: before searching /mnt/zebedee and
> /home/aph/..., the Java run-time looks for libpoo under
> /usr/lib64/gcj-4.1.1.
Yes.
> If there were a gcj-related library named libpoo, it would have found it
> before your library, no matter how you set up LD_LIBRARY_PATH.
Then the system is not installed correctly. Why would anyone put such
a lib in the gcj version-specific library /usr/lib64/gcj-4.1.1?
> Where does the 'pre-configured' /usr/lib64/gcj-4.1.1, in your case, come
> from?
It's part of gcj.
Andrew.