From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30202 invoked by alias); 31 Jul 2008 12:17:58 -0000 Received: (qmail 30185 invoked by uid 22791); 31 Jul 2008 12:17:58 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 Jul 2008 12:17:32 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m6VCHUbS032117; Thu, 31 Jul 2008 08:17:30 -0400 Received: from zebedee.pink (vpn-13-60.rdu.redhat.com [10.11.13.60]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6VCHT4a016319; Thu, 31 Jul 2008 08:17:29 -0400 Message-ID: <4891AD4F.5090400@redhat.com> Date: Thu, 31 Jul 2008 12:17:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: ffileppo CC: java Subject: Re: gcj 4.4 and AWT toolkit References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-07/txt/msg00054.txt.bz2 ffileppo wrote: > > The problem seems to be in these lines: > > 5602: awt-test: error: symbol lookup error: undefined symbol: Java_gnu_java_awt_peer_gtk_GtkToolkit_initIDs (fatal) > 5602: awt-test: error: symbol lookup error: undefined symbol: Java_gnu_java_awt_peer_gtk_GtkToolkit_initIDs__ (fatal) Indeed. Now try strace'ing it (with -etrace=files) and see where it's looking for the DSO. Andrew.