From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26297 invoked by alias); 30 Nov 2001 17:21:23 -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 25620 invoked from network); 30 Nov 2001 17:20:02 -0000 Received: from unknown (HELO demokritos.cytanet.com.cy) (195.14.133.252) by hostedprojects.ges.redhat.com with SMTP; 30 Nov 2001 17:20:02 -0000 Received: from sinisa.nasamreza.org.cytanet.com.cy (la-5-110.cytanet.com.cy [195.14.141.110]) by demokritos.cytanet.com.cy (8.11.4/8.11.4) with SMTP id fAUHJxG08599; Fri, 30 Nov 2001 19:19:59 +0200 (EET) From: Sinisa Milivojevic MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15367.49378.248361.802961@sinisa.nasamreza.org> Date: Fri, 23 Nov 2001 03:42:00 -0000 To: nathan@codesourcery.com Cc: gcc@gcc.gnu.org Subject: Re: __cxa_pure_virtual In-Reply-To: <3C07BD2B.9BC71FAB@codesourcery.com> References: <15367.40775.654107.915798@sinisa.nasamreza.org> <3C07BD2B.9BC71FAB@codesourcery.com> X-Mailer: VM 6.96 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid Reply-To: sinisa@mysql.com X-SW-Source: 2001-11/txt/msg01125.txt.bz2 Nathan Sidwell writes: > > > Any solution or work-around ?? > You can also link with libsupc++, which contains just the C++ runtime > support routines without the std lib stuff. Or you could define that > symbol explicitly to the linker > --defsym __cxa_pure_virtual=0 > (or, if invoked via gcc) > -Wl,--defsym -Wl __cxa_pure_virtual=0 > > nathan > > -- > Dr Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC > 'But that's a lie.' - 'Yes it is. What's your point?' > nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org > Thanks. Exactly what I needed. I guess I can find libsupc++ on ftp.gnu.org ??? I will try other recommandations too. Thanks again. -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sinisa Milivojevic To: nathan@codesourcery.com Cc: gcc@gcc.gnu.org Subject: Re: __cxa_pure_virtual Date: Fri, 30 Nov 2001 09:21:00 -0000 Message-ID: <15367.49378.248361.802961@sinisa.nasamreza.org> References: <15367.40775.654107.915798@sinisa.nasamreza.org> <3C07BD2B.9BC71FAB@codesourcery.com> X-SW-Source: 2001-11/msg01626.html Message-ID: <20011130092100.uGyYUXAu0DQ3fPO_NiMEZuiekfvRscC4fdZ_N-QBBeY@z> Nathan Sidwell writes: > > > Any solution or work-around ?? > You can also link with libsupc++, which contains just the C++ runtime > support routines without the std lib stuff. Or you could define that > symbol explicitly to the linker > --defsym __cxa_pure_virtual=0 > (or, if invoked via gcc) > -Wl,--defsym -Wl __cxa_pure_virtual=0 > > nathan > > -- > Dr Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC > 'But that's a lie.' - 'Yes it is. What's your point?' > nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org > Thanks. Exactly what I needed. I guess I can find libsupc++ on ftp.gnu.org ??? I will try other recommandations too. Thanks again. -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com