This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava testsuite problem under i686-pc-linux-gnu
John David Anglin writes:
>
> I think the problem is the test suite needs to set LD_LIBRARY_PATH:
Maybe. I suppose that it wouyld be more intuitive.
> ...
> libgcc_s.so.0 => /home/dave/gnu/gcc-3.0/objdir/gcc/libgcc_s.so.0 (0x40556000)
>
> Also noticed testsuite applications appear to link with static libgcc.a.
Now you've got me really baffled. Is it linking with libgcc_s.so.0
*and* libgcc.a? If so, is it including anything from thaht library in
the executable?
Andrew.