compiling GCC 4.1.0 on MinGW: can't open /gcc-4.1.0/libjava/gnu/CORBA/DynAn/gnuDynValue.java
Frank Buss
fb@frank-buss.de
Mon Mar 6 11:10:00 GMT 2006
I've tried to compile GCC 4.1.0 with this configure line:
../gcc-4.1.0/configure --prefix=/gcc4 --disable-shared --enable-libgcj
After some time it stops with an error and I have to fix gcc/Makefile:
This was generated:
ORIGINAL_LD_FOR_TARGET =
./c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../mingw32/bin/ld.exe
This works:
ORIGINAL_LD_FOR_TARGET =
/c/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../mingw32/bin/ld.exe
but after some more time, it stops with this error:
compiling GCC 4.1.0 on MinGW: can't open
/gcc-4.1.0/libjava/gnu/CORBA/DynAn/gnuDynValue.java
Any idea how to fix it?
--
Frank Buss, fb@frank-buss.de
http://www.frank-buss.de, http://www.it4-systems.de
More information about the Java
mailing list