From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14995 invoked by alias); 19 Dec 2002 09:36:13 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14829 invoked from network); 19 Dec 2002 09:34:58 -0000 Received: from unknown (HELO localhost.localdomain) (195.77.234.14) by 209.249.29.67 with SMTP; 19 Dec 2002 09:34:58 -0000 Received: from localhost.localdomain (morpheo [127.0.0.1]) by localhost.localdomain (8.12.5/8.12.5) with ESMTP id gBJ9eaot015250 for ; Thu, 19 Dec 2002 10:40:36 +0100 Received: from localhost (localhost [[UNIX: localhost]]) by localhost.localdomain (8.12.5/8.12.5/Submit) id gBJ9eZWr015248 for gcc@gcc.gnu.org; Thu, 19 Dec 2002 10:40:35 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Carlos Rubio Organization: CIRSA Subject: Can I run gcc 3.2 with libstdc++ v3.1? Date: Thu, 19 Dec 2002 03:43:00 -0000 User-Agent: KMail/1.4.3 To: gcc@gcc.gnu.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212191040.35282.crubion@cirsa.com> X-SW-Source: 2002-12/txt/msg01195.txt.bz2 Hi, I'm working with xercesc v2 and gcc 3.2 and my program gives me this link warning: usr/bin/ld: warning: libstdc++.so.4, needed by /work/development/bola/xerces-c2_1_0-linux7.2gcc31/lib/libxerces-c.so, not found (try using -rpath or -rpath-link) That library comes with gcc 3.1. Why libstdc++.so.5 is not good for xercesc? Do I have to use gcc 3.1 and not the last one? Could I just uninstall libstdc++ v3.2 and install libstdc++ v3.1? in other words, can GCC 3.2 run with libstdc++4.0-devel-3.1-3cl.i386.rpm? Any help would be really appreciated! Thanks, Carlos -------------------------------------------------------