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: Problems with 4.3.0 20070629 nightly build on OSX


>>>>> "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


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