From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8564 invoked by alias); 16 Apr 2005 20:16:05 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 8534 invoked by uid 48); 16 Apr 2005 20:16:04 -0000 Date: Sat, 16 Apr 2005 20:16:00 -0000 Message-ID: <20050416201604.8532.qmail@sourceware.org> From: "andreast at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20050414134831.21022.andreast@gcc.gnu.org> References: <20050414134831.21022.andreast@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/21022] bootstrap error compiling libgcj with awt support on darwin-ppc X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00150.txt.bz2 List-Id: ------- Additional Comments From andreast at gcc dot gnu dot org 2005-04-16 20:16 ------- I just built the tree without awt-gtk enabled. The gnu/java/awt/peer/gtk/GdkFontMetrics.class is built even without gtk enabled. So, a command line compile of the class to .o is possible and makes the bug easier to reproduce for others. As Andrew P already mentioned. On darwin I reproduce the bug this way: /Volumes/src/gcc/gcc-cvs/objdir/./gcc/jc1 gnu/java/awt/peer/gtk/GdkFontMetrics.class -fhash-synchronization -fuse-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -feliminate-unused-debug-symbols -fPIC -quiet -dumpbase GdkFontMetrics.class -auxbase GdkFontMetrics -g -O2 -Wno-deprecated -version -fclasspath= -fbootclasspath=/Volumes/src/gcc/gcc-cvs/objdir/powerpc-apple-darwin7.9.0/libjava:/Volumes/src/gcc/gcc-cvs/gcc/libjava:/Volumes/src/gcc/gcc-cvs/gcc/libjava/external/w3c_dom:/Volumes/src/gcc/gcc-cvs/gcc/libjava/external/sax -fencoding=UTF-8 -findirect-dispatch -fjni -o /var/tmp//ccA7zDFV.s It happens on both, 4.0 and 4.1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21022