This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Problems with 4.3.0 20070629 nightly build on OSX
- From: "Colin Fleming" <colin dot mailinglist at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 3 Jul 2007 11:24:44 +0200
- Subject: Problems with 4.3.0 20070629 nightly build on OSX
Hi all,
I built gcc from the trunk a couple of days ago, and I can't seem to
compile java:
~> /usr/local/gcc-trunk/bin/gcj -C Hello.java
gcj: error trying to exec 'ecj1': execvp: No such file or directory
~> find /usr/local/gcc-trunk -name '*ecj*'
~>
It was configured as follows:
~> cat ../doConfig
CFLAGS="-Os -g -fPIC" CXXFLAGS="-Os -g -fPIC" GCJFLAGS="-Os -g -fPIC" \
CPPFLAGS="-fPIC" \
../configure \
--prefix=/usr/local/gcc-trunk \
--enable-languages=c,c++,java,objc,obj-c++ \
--enable-threads \
--disable-nls \
--disable-libstdcxx-debug \
--disable-multilib \
--without-libidn \
--disable-tls \
--without-x \
--enable-java-gc=boehm \
--enable-hash-synchronization
This is on OSX 10.4.10. Am I missing something obvious I should be doing?
Thanks for any help,
Colin