From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4321 invoked by alias); 1 Feb 2003 18:51:32 -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 4292 invoked from network); 1 Feb 2003 18:51:32 -0000 Received: from unknown (HELO bosvwl02.infosys.com) (216.52.49.36) by 172.16.49.205 with SMTP; 1 Feb 2003 18:51:32 -0000 Received: from 192.168.200.83 by bosvwl02.infosys.com (InterScan E-Mail VirusWall NT); Sat, 01 Feb 2003 13:49:39 -0500 Received: from mohmsg01.ad.infosys.com ([192.168.122.42]) by INDHUBBHS03.ad.infosys.com with Microsoft SMTPSVC(5.0.2195.5329); Sun, 2 Feb 2003 00:25:38 +0530 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Shared libraries used by gcc compiler X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Sat, 01 Feb 2003 18:51:00 -0000 Message-ID: <2B721C6525F0D411B1E900B0D0226BDD02148D19@mohmsg01.ad.infosys.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Ajay Bansal" To: , X-OriginalArrivalTime: 01 Feb 2003 18:55:38.0563 (UTC) FILETIME=[82B91930:01C2CA23] X-SW-Source: 2003-02/txt/msg00001.txt.bz2 Hi All I am compiling my application using gcc3.2.1 on RH73. while linking it links with /usr/local/lib/libstdc++.so.=20 Now on the client machine, gcc may be installed or may not be installed. Bo do I ship this library with my product or do we have a option to link with libstdc++.a instead??? Regards Ajay