From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29933 invoked by alias); 2 Dec 2007 05:19:51 -0000 Received: (qmail 29925 invoked by uid 22791); 2 Dec 2007 05:19:51 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 02 Dec 2007 05:19:45 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id lB25JbfE017104; Sun, 2 Dec 2007 05:19:38 GMT Received: from smtp.corp.google.com (spacemonkey2.corp.google.com [192.168.120.114]) by zps35.corp.google.com with ESMTP id lB25Jbhh003169 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 1 Dec 2007 21:19:37 -0800 Received: from localhost.localdomain.google.com (adsl-76-249-168-94.dsl.pltn13.sbcglobal.net [76.249.168.94]) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id lB25JarL027488 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 1 Dec 2007 21:19:36 -0800 To: mahmoodn Cc: gcc-help@gcc.gnu.org Subject: Re: libstdc++.so conflict References: <14042401.post@talk.nabble.com> <14102515.post@talk.nabble.com> <14112789.post@talk.nabble.com> From: Ian Lance Taylor Date: Sun, 02 Dec 2007 05:19:00 -0000 In-Reply-To: <14112789.post@talk.nabble.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00044.txt.bz2 mahmoodn writes: > >Use a newer version of gcc which uses libstdc++.so.6, or use an older > >version of the shared library which uses libstdc++.so.5. > > I use a library which is compatible with GCC 3.3 > How about second solution? How can I use (or tell it to use) older version > of libstdc++? Find the source code of the library which requires libstdc++.so.6, and rebuild it from source using gcc 3.3. That may be painful, but any other solution is going to require significantly greater pain. Ian