This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: testsuite question
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: Wed, 6 Feb 2002 16:27:04 -0500
- Subject: Re: testsuite question
This is a problem with expect on Mac OS X(Darwin), this is know
and going to fixed by Apple sometime in the future.
Thanks,
Andrew Pinski
PS I don't know the what really the problem with expect but
they (Apple) tells everyone not to ask.
On Wednesday, February 6, 2002, at 04:20 , Andreas Tobler wrote:
> Hi,
>
> I try to run with make check the testsuite in libjava. But I fail nearly
> in every case. Most often it tells me that mo main is given.
> Trying to run the test by hand, means compile and exceute on the command
> line works. Except gij. But for example Array_1 in libjava.lang I get:
> FAIL: Array_1 compilation from source
> ERROR: No `main' given in program Array_1
>
> Doing it with gcj -o Array_1 Array_1.java --main= Array_1 works and
> gives the output mentioned in .out.
>
> Any ideas?
>
> Thanks,
>
> Andreas
>
> P.S, all on darwin....
>
>