From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 707 invoked by alias); 1 Aug 2008 11:33:37 -0000 Received: (qmail 694 invoked by uid 22791); 1 Aug 2008 11:33:36 -0000 X-Spam-Check-By: sourceware.org Received: from cp-out2.libero.it (HELO cp-out2.libero.it) (212.52.84.102) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Aug 2008 11:33:17 +0000 Received: from libero.it (192.168.17.1) by cp-out2.libero.it (8.5.014) id 4887348100AFD4AD; Fri, 1 Aug 2008 13:33:07 +0200 Date: Fri, 01 Aug 2008 11:33:00 -0000 Message-Id: Subject: Re: gcj 4.4 and AWT toolkit MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "ffileppo" To: "mark" Cc: "aph" , "java" X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 130.192.86.37 X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00003.txt.bz2 > Hi ffileppo, > > On Thu, 2008-07-31 at 13:50 +0200, ffileppo wrote: > > Yes, I've built AWT peer > > > > My configure: > > > > Configured with: ../configure --prefix=3D/media/disk/x86-gcc-inst --dis= able-libssp --disable-libgomp --disable-libmudflap --enable-libgcj --disabl= e-bootstrap --disable-multilib --disable-sjlj-exceptions --enable-languages= =3Dc,c++,java --enable-java-awt=3Dgtk > > > > The problem seems to be that it can't find libgtkpeer.so, which is obvi= ously present. > > > > This is working as intended with gcc 4.3 > > > > Can anyone try to reproduce this problem? > > For me AWT/Swing applications compiled with gcj from gcc trunk > (../gcc/configure --prefix=3D/usr/local/gcc --enable-languages=3Dc,c++,ja= va > --enable-java-awt=3Dgtk) seem to work fine. Do you have an example program > and the specific compilation line used for it to test? > > Thanks, > > Mark > > Hi Mark, thanks for your interest. I will try with your configure. With my configure (../configure --prefix=3D/media/disk/x86-gcc-inst --disab= le-libssp --disable-libgomp --disable-libmudflap --enable-libgcj --disable-= bootstrap --disable-multilib --disable-sjlj-exceptions --enable-languages= =3Dc,c++,java --enable-java-awt=3Dgtk) this problem happens with any AWT/SW= ING code. Francesco