From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16675 invoked by alias); 29 Apr 2007 10:05:52 -0000 Received: (qmail 16656 invoked by uid 48); 29 Apr 2007 10:05:51 -0000 Date: Sun, 29 Apr 2007 10:05:00 -0000 Message-ID: <20070429100551.16655.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/30448] libjava configure script mix up with .c / .java using gcj /gcc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "rob1weld at aol dot com" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q2/txt/msg00057.txt.bz2 ------- Comment #2 from rob1weld at aol dot com 2007-04-29 11:05 ------- Dear Andrew: I am sorry I did not include my "gcc -v" in the report. Judging from the date I _MIGHT_ have used one of these configure lines: /cygdrive/C/makecygwin/gcc-4_2-branch/configure --disable-werror --verbose --target=i686-pc-cygwin --enable-languages=c,ada,c++,fortran,java,objc,obj-c++ --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-static --enable-nls --enable-multilib --with-included-gettext --enable-version-specific-runtime-libs --enable-checking --with-gxx-include-dir=/usr/include/c++/4.2.0 --enable-concept-checks --enable-sjlj-exceptions --enable-libstdcxx-debug --enable-libgcj --enable-libgcj-debug --enable-java-awt=gtk,xlib --enable-java-gc=boehm --enable-gconf-peer --enable-hash-synchronization --enable-gc-debug --enable-interpreter --enable-xmlj --enable-qt-peer --enable-regen-headers --enable-tool-wrappers --enable-objc-gc --with-system-zlib --enable-threads=posix --enable-libada --enable-libssp --enable-libmudflap --with-tls --enable-win32-registry --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-cpu=athlon-xp --with-arch=athlon-xp --with-tune=athlon-xp _OR_ /cygdrive/C/makecygwin/gcc-4_2-branch/configure --disable-werror --verbose --target=i686-pc-cygwin --enable-languages=c,ada,c++,fortran,java,objc,obj-c++ --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-static --enable-nls --enable-multilib --without-included-gettext --enable-version-specific-runtime-libs --enable-checking --with-gxx-include-dir=/usr/include/c++/4.2.0 --enable-concept-checks --enable-sjlj-exceptions --enable-libstdcxx-debug --enable-__cxa_atexit --enable-libgcj --enable-libgcj-debug --enable-java-awt=gtk,xlib --enable-java-gc=boehm --enable-plugin --enable-gconf-peer --enable-hash-synchronization --enable-gc-debug --enable-interpreter --enable-xmlj --enable-qt-peer --enable-regen-headers --enable-tool-wrappers --enable-objc-gc --with-system-zlib --enable-threads=posix --enable-libada --enable-libssp --enable-libmudflap --with-tls --enable-win32-registry --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-cpu=athlon-xp --with-arch=athlon-xp --with-tune=athlon-xp Those are from a list of "tried and failed" attempts. They might not be what I used. Again, I am sorry I did not include that info; if someone had e-mailed me directly I could have given a better guess ... I have not seen the problem re-occur and I do keep altering my configure options regualrly to add as many as possible (so to test as best I can). If it is any consolation I DID recently compile GCC with _tons_ of options enabled and Java (almost) passed perfectly ! (first time ever, for me). The results are here (and they are for Linux, instead of Cygwin): http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01490.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30448