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


    >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

If I do the exact above command in the build directory but substitute
err6.java with the directory it's in, it uses the install gcj, not the
one in the build directory.  

If I do ./gcj ... I get:

don% ./gcj /gcc/gcc/test/err6.java --main=err6 -v
Using built-in specs.
Reading specs from libgcj.spec
gcj: libgcj.spec: No such file or directory


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