This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj - interpretation of testsuite


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]