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: 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....
>
>


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