From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23234 invoked by alias); 2 Jul 2002 16:08:22 -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 23214 invoked from network); 2 Jul 2002 16:08:17 -0000 Received: from unknown (HELO c000.lhr.cp.net) (209.228.22.166) by sources.redhat.com with SMTP; 2 Jul 2002 16:08:17 -0000 Received: (cpmta 20959 invoked from network); 2 Jul 2002 16:07:57 +0000 Received: from 193.130.123.61 (HELO netengines.com) by smtp.netengines.com (209.228.22.166) with SMTP; 2 Jul 2002 16:07:57 +0000 X-Sent: 2 Jul 2002 16:07:57 GMT Message-ID: <3D21CFEE.3060907@netengines.com> Date: Tue, 02 Jul 2002 09:08:00 -0000 From: Lindsay Braine User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: GCC:: __gxx_personality_v0 problem Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00017.txt.bz2 Dear Mailing List, I am trying to use gcc to compile a simple .cxx file, but am getting the following error 'symbol __gxx_personality_v0: referenced symbol not found' when I try and use the created shared object. Can anyone provide some insight into why this might be occuring (looking at web search engines has revealed that it might be a configuration problem with previously installed versions of gcc clashing - but I have never had another version other that the one I am using!) I am using GCC version 3.1 I am on Sun Solaris 8 Configuration information is : ->gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.1/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.1 and my compilation command file reads : echo "Compiling C Wrapper Code" g++ -fPIC -c -I/usr/java1.2/include -I/usr/java1.2/include/solaris -I/space/otherlibs/libs service_wrap.cxx echo "Linking C Wrapper Code" ld -G -o libservice_wrap.so service_wrap.o functionslib.o Any help/pointers/answers would be gratefully recieved. Best Regards, Lindsay.