From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29010 invoked by alias); 3 Jul 2002 12:22:07 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 28917 invoked from network); 3 Jul 2002 12:22:01 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 3 Jul 2002 12:22:01 -0000 Received: from merry.gic-global.com ([193.110.116.141]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Pj8x-0006tA-00 for ; Wed, 03 Jul 2002 08:21:59 -0400 Received: from NSMD-FFM002.gicint.com (webmail.gic-global.com [193.110.116.151]) by merry.gic-global.com (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g63CLp208094 for ; Wed, 3 Jul 2002 14:21:51 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Makefile problem Date: Wed, 03 Jul 2002 05:22:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Simon, Christine" To: X-SW-Source: 2002-07/txt/msg00029.txt.bz2 Hello, I'm trying to compile the XML-Xalan samples pograms using the G++ compiler.= Compiling goes ok but the linker gives an error. i'm using AIX on Unix. Th= e libxalan-c1_3.a was downloaded for AIX from the Apache.org. Following the messages the Makefile returns: Preparing the directory structure for a build ... mkdir -p ../obj mkdir -p /proj/mediatrend/gde1125/xml-xalan/c/lib mkdir -p /proj/mediatrend/gde1125/xml-xalan/c/bin g++ -DAIX -fPIC \ -L/proj/mediatrend/gde1125/xml-xalan/c/lib -lxalan-c1_3 -L/usr/lib -L/usr= /local/lib -lc -L/proj/mediatrend/gde1125/xerces-c-src1_7_0/lib -lxerces-c1_7_0 -O2 -DNDEBUG ../obj/SimpleTransform.o -o /proj/mediatren= d/gde1125/xml-xalan/c/bin/SimpleTransform ld: 0711-441 SEVERE ERROR: Shared object /proj/mediatrend/gde1125/xml-xalan= /c/lib/libxalan-c1_3.a The s_scnptr or s_size field is invalid in the .loader section head= er. The object is being ignored. collect2: ld returned 12 exit status make: *** [/proj/mediatrend/gde1125/xml-xalan/c/bin/SimpleTransform] Error = 1=20 Does anybody know what could be the reason (another link parameter??) Hope for fast help. Best regards Christine