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] | |
Hello, I ran into some trouble trying to build cp-tools with gcj. I can go do as the error suggests to submit a bug report, just wondering if this is something that might be fixed in a more recent gcj? [cbj@fencepost build]$ gcj --version gcj (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [cbj@fencepost build]$ make mkdir -p classes jar cf cp-tools-0.00-cvs.jar -C classes gnu make all-am make[1]: Entering directory `/home/cbj/cvs/cp-tools/build' if /bin/sh ./libtool --mode=compile --tag=GCJ gcj --classpath=/usr/local/classpath/share/classpath/glibj.zip:/usr/local/share/java/kawa.jar:.:. -fassume-compiled -I../src -I/usr/local/share/java/kawa.jar -I. -g -O2 -MT src/gnu/classpath/tools/JavahMain.lo -MD -MP -MF "src/gnu/classpath/tools/.deps/JavahMain.Tpo" -c -o src/gnu/classpath/tools/JavahMain.lo `test -f 'src/gnu/classpath/tools/JavahMain.java' || echo '../'`src/gnu/classpath/tools/JavahMain.java; \ then mv -f "src/gnu/classpath/tools/.deps/JavahMain.Tpo" "src/gnu/classpath/tools/.deps/JavahMain.Plo"; else rm -f "src/gnu/classpath/tools/.deps/JavahMain.Tpo"; exit 1; fi gcj --classpath=/usr/local/classpath/share/classpath/glibj.zip:/usr/local/share/java/kawa.jar:.:. -fassume-compiled -I../src -I/usr/local/share/java/kawa.jar -I. -g -O2 -MT src/gnu/classpath/tools/JavahMain.lo -MD -MP -MF src/gnu/classpath/tools/.deps/JavahMain.Tpo -c ../src/gnu/classpath/tools/JavahMain.java -fPIC -o src/gnu/classpath/tools/.libs/JavahMain.o ../src/gnu/classpath/tools/JavahMain.java: In class `gnu.classpath.tools.JavahMain': ../src/gnu/classpath/tools/JavahMain.java: In method `gnu.classpath.tools.JavahMain.main(java.lang.String[])': ../src/gnu/classpath/tools/JavahMain.java:30: internal compiler error: in size_binop, at fold-const.c:1438 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. make[1]: *** [src/gnu/classpath/tools/JavahMain.lo] Error 1 make[1]: Leaving directory `/home/cbj/cvs/cp-tools/build' make: *** [all] Error 2 -- Brian Jones <cbj@gnu.org>
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |