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]

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


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