gcj - interpretation of testsuite

Andrew Haley aph@redhat.com
Wed May 17 08:47:00 GMT 2006


Petr Salinger writes:
 > 
 > I tried to build gcj 4.1 for GNU/kFreeBSD, see
 > http://glibc-bsd.alioth.debian.org/doc/intro.html
 > 
 > It is sufficient to add some detection logic into setup of boehm-gc
 > and to teach shlibpath.m4 to use GNU ld.so.
 > 
 > I ended with results bellow.
 > Please, could you enlighten me, what is wrong or give me some direction 
 > where to look.

Firstly, please read the testcases and look at the log files in the
testsuite.  The lines beginning with FAIL will tell you what happened.

The Throw_2 failures probably indicate that singal unwinding doesn't
work.  See gcc/config/i386/linux-unwind.h for a Linx example of how to
do it.

Andrew.



More information about the Java mailing list