This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/11865] libjava testsuite fails to find libgcc.so
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Aug 2003 15:57:44 -0000
- Subject: [Bug java/11865] libjava testsuite fails to find libgcc.so
- References: <20030809090433.11865.davem@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11865
------- Additional Comments From tromey at gcc dot gnu dot org 2003-08-12 15:57 -------
Ok, on the trunk I'm actually seeing a different problem,
namely that the test suite can't find libgcj.so.
It finds libgcc.so just fine.
You can see more information by running dejagnu with
--verbose. Try "--verbose --verbose" for even more information,
including some debugging info about where it is searching
for libraries.
I have a fix for the libgcj.so problem which I am testing.