From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22290 invoked by alias); 11 Aug 2009 09:05:22 -0000 Received: (qmail 22281 invoked by uid 22791); 11 Aug 2009 09:05:21 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Aug 2009 09:05:07 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1ManHy-0004XI-KL for ecos-devel@sources.redhat.com; Tue, 11 Aug 2009 09:05:02 +0000 Received: from 90-231-88-61-no84.business.telia.com ([90.231.88.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Aug 2009 09:05:02 +0000 Received: from daniel.neri by 90-231-88-61-no84.business.telia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Aug 2009 09:05:02 +0000 To: ecos-devel@sources.redhat.com From: daniel.neri@sigicom.com (Daniel =?utf-8?Q?N=C3=A9ri?=) Subject: Re: Strange __cxa_pure_virtual problem Date: Tue, 11 Aug 2009 09:05:00 -0000 Message-ID: <87iqguiv44.fsf@quadra.hq.sigicom.net> References: <4A7C118C.20200@cetoni.de> <4A7C1841.6070900@dallaway.org.uk> <4A7C4375.2050300@dallaway.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-IsSubscribed: yes 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/msg00012.txt.bz2 John Dallaway writes: > For future reference, it looks like configuring GCC with > --disable-hosted-libstdcxx would result in a version of > __cxa_pure_virtual() without any dependencies. FWIW, that's how I configure my toolchain since a couple of years back. Regards, Daniel