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]

compiling GCC 4.1.0 on MinGW: can't open /gcc-4.1.0/libjava/gnu/CORBA/DynAn/gnuDynValue.java


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


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