This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: 'make check' in libgcj
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 21 Aug 2007 17:27:09 -0600
- Subject: Re: 'make check' in libgcj
- References: <18118.41500.284593.580708@zebedee.pink>
- Reply-to: tromey at redhat dot com
Andrew> I have edited libgcj-test.spec and it points to the right place, but
Andrew> as far as I can see the testsuite doesn't use
Andrew> libgcj-test.spec!
Hmm. Maybe that is a leftover or something. I don't recall.
Andrew> Alternatively, can you figure out any what to add libstdc++ to the
Andrew> path when running the testsuite?
Unfortunately I think you have to edit several .exp files to add the
appropriate -L and -l options.
Tom