From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22515 invoked by alias); 23 Oct 2002 17:30:56 -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 22508 invoked from network); 23 Oct 2002 17:30:54 -0000 Received: from unknown (HELO www.fastmail.fm) (209.61.183.86) by sources.redhat.com with SMTP; 23 Oct 2002 17:30:54 -0000 Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 3D0756DA35; Wed, 23 Oct 2002 12:30:40 -0500 (CDT) X-Epoch: 1035394240 X-Sasl-enc: 0MRddZoe/P82jTfsXXx+kQ Received: from fastmail.fm (x1-6-00-e0-81-03-b8-78.k35.webspeed.dk [62.242.176.171]) by www.fastmail.fm (Postfix) with ESMTP id 3796C6DA4D; Wed, 23 Oct 2002 12:30:38 -0500 (CDT) Message-ID: <3DB6DCC9.90802@fastmail.fm> Date: Wed, 23 Oct 2002 10:30:00 -0000 From: bjorn rohde jensen Reply-To: bjensen@fastmail.fm User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ricardo Anguiano Cc: Jeff Holle , gcc-help@gcc.gnu.org Subject: Re: Problems with gcc 3.2 References: <3DB772E2.2040602@verizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00292.txt.bz2 Hi guys, How sure are you about the reliability of the >ImportError: libstdc++.so.5: cannot open shared object file: No such >file or directory error message? Could this be a problem relating to the C++ ABI changes from gcc 2 to gcc 3? C++ libraries created with one probably wont work properly or even link with a program compiled with the other. It sounds like, python likes dynamic loading of libraries, and i doubt, the runtime linker will be any more successful than the compile time linker. Just a thought;) Yours sincererly, Bjorn