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]

Re: Cannot compile current CVS


Michael Koch wrote:

I try to compile gcc cvs since some days and always get the following in gcc/i686-pc-linux-gnu/libjava:

/home/mkoch/src/gcc/build/gcc/gcj \
-B/home/mkoch/src/gcc/build/i686-pc-linux-gnu/libjava/ \
-B/home/mkoch/src/gcc/build/gcc/ --encoding=UTF-8 -C -g -classpath '' \
-bootclasspath \
/home/mkoch/src/gcc/build/i686-pc-linux-gnu/libjava:../../../libjava \
-d /home/mkoch/src/gcc/build/i686-pc-linux-gnu/libjava \
../../../libjava/java/lang/Class.java
gcj: cannot specify -o with -c or -S and multiple compilations

Something seems to be borked in gcj.

I have never heard of this problem before. It seems very strange considering the command line doesn't specify any of -o, -c, or -S. Is there anything special about your environment that might be causing this?

regards

Bryce.




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