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]

testsuite question


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]