This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problems with 4.3.0 20070629 nightly build on OSX
- From: Tom Tromey <tromey at redhat dot com>
- To: "Colin Fleming" <colin dot mailinglist at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 03 Jul 2007 10:12:54 -0600
- Subject: Re: Problems with 4.3.0 20070629 nightly build on OSX
- References: <7c6512110707030224g57014726k936bc0bfa0936230@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Colin" == Colin Fleming <colin.mailinglist@gmail.com> writes:
Colin> I built gcc from the trunk a couple of days ago, and I can't
Colin> seem to compile java:
Colin> ~> /usr/local/gcc-trunk/bin/gcj -C Hello.java
Colin> gcj: error trying to exec 'ecj1': execvp: No such file or directory
Trunk requires a separate ecj executable to be installed.
This is all done for you if you run contrib/download_ecj in the
top-level source directory before configuring and building.
See the documentation for more info.
Tom