This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj - interpretation of testsuite
- From: Petr Salinger <Petr dot Salinger at t-systems dot cz>
- To: java at gcc dot gnu dot org
- Date: Wed, 17 May 2006 15:01:07 +0200 (CEST)
- Subject: Re: gcj - interpretation of testsuite
> 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.
Does it mean it works only on Linux ?
There is no other "os"-unwind.h in gcc/config/i386/
Is there any other way to pass Throw_2 ?
> The LargeFile failure might happen when your filesystem doesn't support
> Large File Support. I have it here too on HP-UX with disks where LFS is
> not enabled. You should inform yourself if your file system does support
> LFS and how to enable.
You got it. I have to test it under different mount point.
Thanks for the hint.
Petr