From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19687 invoked by alias); 15 May 2003 08:57:18 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 18809 invoked from network); 15 May 2003 08:56:33 -0000 Received: from unknown (HELO inauspicious.demon.co.uk) (193.237.142.182) by sources.redhat.com with SMTP; 15 May 2003 08:56:33 -0000 Received: from slippy.wire.rat ([192.168.1.1]) by inauspicious.demon.co.uk with esmtp (Exim 3.36 #1) id 19GEXP-00073Z-00 for rhug-rhats@sources.redhat.com; Thu, 15 May 2003 09:56:31 +0100 Received: from slippy.wire.rat (localhost.localdomain [127.0.0.1]) by slippy.wire.rat (8.12.8/8.12.8) with ESMTP id h4F8uVvG010610 for ; Thu, 15 May 2003 09:56:31 +0100 Received: (from gary@localhost) by slippy.wire.rat (8.12.8/8.12.8/Submit) id h4F8uUbC010608 for rhug-rhats@sources.redhat.com; Thu, 15 May 2003 09:56:30 +0100 Date: Thu, 15 May 2003 08:57:00 -0000 From: Gary Benson To: rhug-rhats@sources.redhat.com Subject: Re: rhug and gcc 3.3 Message-ID: <20030515085629.GA10494@redhat.com> Mail-Followup-To: rhug-rhats@sources.redhat.com References: <3EC32110.9000602@sympatico.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EC32110.9000602@sympatico.ca> User-Agent: Mutt/1.4.1i X-PGP-Fingerprint: 6646 CF68 DEA8 07CA CA64 C18C A150 FC2D 85A8 F78B X-SW-Source: 2003-05/txt/msg00003.txt.bz2 Stefan Seefeld wrote: > jakarta-tomcat: link error > ========================== > lib-org-apache-xerces.so: undefined reference to > `org::apache::xml::serialize::DOMWriterImpl::class$' > > jakarta-log4j: link error > ========================= > same... I don't know about the others, but these two are because some of the xerces libraries are not linked properly (they can't be, as there is a circular dependency). The workaround is to add: -l-org-apache-xerces -l-org-apache-xml-serialize to the LDADD line for the binary (see jakarta-ant and jakarta-tomcat-4 for example). For the record, xalan is like this too, so packages linking to xalan need: -l-org-apache-xalan -l-org-apache-xml -l-org-apache-xpath Later, Gary [ gbenson@redhat.com ][ GnuPG 85A8F78B ][ http://inauspicious.org/ ]