This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ecj branch
>>>>> "paul" == paul wisehart <listreader@lupulin.net> writes:
paul> I don't know what you mean by "don't build in the srcdir".
See http://gcc.gnu.org/install/configure.html
paul> When I try to use the compile on a hello-world style program
paul> "test.java": gcj --main=test test.java
paul> I get this error:
paul> gcj: error trying to exec 'ecj1': execvp: No such file or directory
paul> any ideas?
I just re-discovered today that the newly-built ecj1 is being
installed in the wrong directory. You can put it in your PATH. Or
I'll fix it soon in svn.
Tom