From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4453 invoked by alias); 7 Aug 2009 15:08:50 -0000 Received: (qmail 4441 invoked by uid 22791); 7 Aug 2009 15:08:48 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtaout02-winn.ispmail.ntl.com (HELO mtaout02-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Aug 2009 15:08:42 +0000 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090807150839.ZEP6611.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Fri, 7 Aug 2009 16:08:39 +0100 Received: from cog.dallaway.org.uk ([86.9.207.237]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090807150839.UGLY2093.aamtaout03-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Fri, 7 Aug 2009 16:08:39 +0100 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n77F8bMF027908; Fri, 7 Aug 2009 16:08:37 +0100 Message-ID: <4A7C4375.2050300@dallaway.org.uk> Date: Fri, 07 Aug 2009 15:08:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: Bart Veer CC: eCos development list Subject: Re: Strange __cxa_pure_virtual problem References: <4A7C118C.20200@cetoni.de> <4A7C1841.6070900@dallaway.org.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-08/txt/msg00005.txt.bz2 Hi Bart Thanks for the suggestions and patch. Bart Veer wrote: > 3) arguably __cxa_pure_virtual() should have been removed from libsupc++ > in the prebuilt toolchains. But we don't want to respin toolchains for > this, and anyway that would not help with the synthetic target where > we want people to be able to use the existing Linux toolchain whenever > possible. For future reference, it looks like configuring GCC with --disable-hosted-libstdcxx would result in a version of __cxa_pure_virtual() without any dependencies. John Dallaway