From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11234 invoked by alias); 4 Nov 2008 22:47:20 -0000 Received: (qmail 11185 invoked by uid 22791); 4 Nov 2008 22:47:20 -0000 X-Spam-Check-By: sourceware.org Received: from cp-out1.libero.it (HELO cp-out1.libero.it) (212.52.84.101) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Nov 2008 22:46:38 +0000 Received: from libero.it (192.168.17.11) by cp-out1.libero.it (8.5.014) id 48DBAC250410D83D; Tue, 4 Nov 2008 23:46:34 +0100 Date: Tue, 04 Nov 2008 22:47:00 -0000 Message-Id: Subject: Re:Problems building gcj MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "ffileppo" To: "ffileppo" Cc: "java" X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 85.18.81.140 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-11/txt/msg00015.txt.bz2 Fixed. GTK_LIBS and AM_LDFLAGS in the following makefiles libjava/classpath/native/jawt/Makefile libjava/classpath/native/jni/gtk-peer/Makefile now list the "lgio-2.0" option, which was not present in my previous builds. After removing this option, it apparently builds fine. Regards, Francesco