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: Patch to allow Ada to work with tree-ssa


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


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