From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8133 invoked by alias); 11 Jan 2005 14:11:37 -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 8096 invoked by uid 48); 11 Jan 2005 14:11:36 -0000 Date: Tue, 11 Jan 2005 14:11:00 -0000 Message-ID: <20050111141136.8095.qmail@sourceware.org> From: "andreast at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20050111045400.19368.bothner@gcc.gnu.org> References: <20050111045400.19368.bothner@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/19368] GCJ doesn't build working "hello world" on OS X X-Bugzilla-Reason: CC X-SW-Source: 2005-q1/txt/msg00075.txt.bz2 List-Id: ------- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 14:11 ------- Todays gcc builds and runs this hello fine :) The difference I have here is the linking stage of libstdc++ and libgcj which I do with -dynamiclib -single_module. Without these modifications in ltcf-** we really have to wait that long until the result comes over. [wolfram:objdir/powerpc-apple-darwin7.7.0/libjava] andreast% time ./hello Hello! 0.780u 0.060s 0:01.68 50.0% 0+0k 0+0io 0pf+0w On a G4/1.5GHz with full mauve testsuite load, the above mentioned :) Configured with: /Volumes/src/gcc/gcc-cvs/gcc/configure --prefix=/Volumes/src/gcc/gcc-cvs/testbin --enable-languages=c,c++,java --enable-java-awt=gtk --enable-gtk-cairo --enable-libgcj-multifile --disable-checking Thread model: posix gcc version 4.0.0 20050111 (experimental) in reply to comment #1, yes it does run with tiger much faster. Also we can run awt and swing apps based on gtk. Unless Apple updates dylib we have no chance to have it better on 10.3.x :( I even do not know if it would be possible. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19368