From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23931 invoked by alias); 29 Dec 2004 23:19:42 -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 23894 invoked from network); 29 Dec 2004 23:19:29 -0000 Received: from unknown (HELO web50810.mail.yahoo.com) (206.190.38.253) by sourceware.org with SMTP; 29 Dec 2004 23:19:29 -0000 Received: (qmail 62694 invoked by uid 60001); 29 Dec 2004 23:19:29 -0000 Message-ID: <20041229231929.62692.qmail@web50810.mail.yahoo.com> Received: from [67.93.141.190] by web50810.mail.yahoo.com via HTTP; Wed, 29 Dec 2004 15:19:29 PST Date: Wed, 29 Dec 2004 23:19:00 -0000 From: Matthias David Siebler Reply-To: msiebler@alum.mit.edu Subject: Question about linking multiple copies of the same library To: gcc-help@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-12/txt/msg00254.txt.bz2 Hello: i have a question about how to link multiple copies of the same library. I have a existing application with needs to include a thirdparty library. (For this library source is not available) This is a dynamically linked library that requires libstdc++-libc6.1-2.so.3 My current application uses a newer compiler which requires libstdc++-libc6.2-2.so.3 Is it possible to link the application such that the IBM library links to the old libstdc++ and everything else resolves to the new library? How can this be done? Thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com