Patch to allow Ada to work with tree-ssa
Bryce McKinlay
mckinlay@redhat.com
Wed Jun 23 01:20:00 GMT 2004
Richard Kenner wrote:
> >I don't know how to run Java code, though. Can you tell me the
> >command-line options I need with the file you provided to see the problem?
>> gcj err6.java --main=err6
>>I tried what I thought was the version of that which I was supposed to
>use while in the directoryof err6.java and got:
>>don% /gcc/gcc/i386-64-h/gcc/gcj -v -B/gcc/gcc/i386-64-h/gcc/ err6.java --main=err6
>Reading specs from /gcc/gcc/i386-64-h/gcc/specs
>Reading specs from libgcj.spec
>gcj: libgcj.spec: No such file or directory
>>
Yeah, gcj won't work without extra arguments if libgcj isn't installed.
Instead you can do this, from the libjava build directory:
make check RUNTESTFLAGS="lang.exp=err6"
Regards
Bryce
More information about the Java
mailing list