Problems with 4.3.0 20070629 nightly build on OSX
Colin Fleming
colin.mailinglist@gmail.com
Tue Jul 3 09:24:00 GMT 2007
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
More information about the Java
mailing list