Return-Path: Delivered-To: apmail-xerces-p-dev-archive@www.apache.org Received: (qmail 66067 invoked from network); 28 Jul 2006 13:58:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 13:58:32 -0000 Received: (qmail 19314 invoked by uid 500); 28 Jul 2006 13:58:32 -0000 Delivered-To: apmail-xerces-p-dev-archive@xerces.apache.org Received: (qmail 19293 invoked by uid 500); 28 Jul 2006 13:58:32 -0000 Mailing-List: contact p-dev-help@xerces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: p-dev@xerces.apache.org Delivered-To: mailing list p-dev@xerces.apache.org Received: (qmail 19282 invoked by uid 99); 28 Jul 2006 13:58:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 06:58:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Sandeep_Shahane@symantec.com designates 198.6.49.12 as permitted sender) Received: from [198.6.49.12] (HELO navgwout.symantec.com) (198.6.49.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 06:58:28 -0700 Received: from cup2opsmtapin01.ges.symantec.com (cup2opsmtapin01.ges.symantec.com [155.64.1.114]) by navgwout.symantec.com (8.13.6/8.13.6) with ESMTP id k6SDw685016257 for ; Fri, 28 Jul 2006 06:58:06 -0700 (PDT) Received: from svlxchcon2.veritas.com ([10.137.18.172] helo=SVLXCHCON2.enterprise.veritas.com) by cup2opsmtapin01.ges.symantec.com with esmtp (Exim 4.52) id 1G6Sqs-00059T-1m for p-dev@xerces.apache.org; Fri, 28 Jul 2006 06:58:06 -0700 Received: from PUNAXCHECNPIN01.enterprise.veritas.com ([10.217.161.21]) by SVLXCHCON2.enterprise.veritas.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 28 Jul 2006 06:58:05 -0700 Received: from PUNAXCHEMBPIN01.enterprise.veritas.com ([10.217.161.1]) by PUNAXCHECNPIN01.enterprise.veritas.com with Microsoft SMTPSVC(6.0.3790.1433); Fri, 28 Jul 2006 19:28:01 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6B24D.D718ED1E" Subject: Errors building xerces on AIX Date: Fri, 28 Jul 2006 19:28:02 +0530 Message-ID: <1AE398FF1E6DA0498BD7F874DE8E0CCB8F4518@PUNAXCHEMBPIN01.enterprise.veritas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Errors building xerces on AIX Thread-Index: AcayTddghz0dWrfUQTaoliiOm9rQ2Q== From: "Sandeep Shahane" To: X-OriginalArrivalTime: 28 Jul 2006 13:58:01.0909 (UTC) FILETIME=[D72FAE50:01C6B24D] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6B24D.D718ED1E Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi,=20 I am building xerces library on AIX (4.3.3, but later plan to also build on 5.x versions) with runconfigure options as ./runConfigure -p aix -c gcc -x g++ -d -C "--prefix=3D/usr/local/xerces". (I do not have native AIX compiler.) =20 After building all .o files it gives error makeC++SharedLib not found. I searched over the web for this error, and seems like it still uses native xcl compiler that I dont have. So, now I want to override it with equivalent g++ options. What do I need to do (is only changes Makefile.incl sufficient, or did I miss anything else) ?=20 =20 What are the appropriate g++ options that I need to specify 'coz the options that i tried as below still gives errors =20 g++ -DAIX -shared -fPIC -Wl,-soname,libxerces-c.so -o /home/mpai/xerces/xerces-c-src_2_7_0/lib/libxerces-c.so =20 I tried modifying Makefile.incl in AIX section to make shared lib with g++ -v --shared ${LDFLAGS} options that also didn't work. Thanks and Regards, Sandeep =20 ------_=_NextPart_001_01C6B24D.D718ED1E Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Hi,=20
    I=20 am building xerces library on AIX (4.3.3, but later plan to also build = on 5.x=20 versions) with runconfigure options as ./runConfigure -p = aix -c gcc -x=20 g++ -d -C "--prefix=3D/usr/local/xerces". (I do not have native AIX=20 compiler.)
 
After = building all=20 .o files it gives error makeC++SharedLib not found. I searched over the = web for=20 this error, and seems like it still uses native xcl compiler that I dont = have.=20 So, now I want to override it with equivalent g++ options. What do = I need=20 to do (is only changes Makefile.incl sufficient, or did I miss anything = else) ?=20
 
What = are the=20 appropriate g++ options that I need to specify 'coz the options that i = tried as=20 below still gives errors
 
g++ = -DAIX -shared=20 -fPIC  -Wl,-soname,libxerces-c.so -o=20 /home/mpai/xerces/xerces-c-src_2_7_0/lib/libxerces-c.so
 
I = tried modifying=20 Makefile.incl in AIX section to make shared lib with g++ -v --shared = ${LDFLAGS}=20 options that also didn't work.

Thanks=20 and Regards,
Sandeep

 
------_=_NextPart_001_01C6B24D.D718ED1E--