From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6395 invoked by alias); 5 Aug 2008 15:28:37 -0000 Received: (qmail 6386 invoked by uid 22791); 5 Aug 2008 15:28:36 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Aug 2008 15:27:54 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m75FRlTn029554; Tue, 5 Aug 2008 11:27:47 -0400 Received: from zebedee.charmers (vpn-12-203.rdu.redhat.com [10.11.12.203]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m75FRbSV022663; Tue, 5 Aug 2008 11:27:43 -0400 Message-ID: <48987168.4000105@redhat.com> Date: Tue, 05 Aug 2008 15:28:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: Barry Andrews CC: Ian Lance Taylor , gcc-help@gcc.gnu.org Subject: Re: Mixing exception handling libraries with non exception handling References: <489714C9.6010109@gmail.com> <48971938.40203@redhat.com> <48971DE4.90804@gmail.com> <48971F5D.4090508@redhat.com> <48972282.2060208@gmail.com> <489725F8.5040801@redhat.com> <489867BB.1090204@gmail.com> In-Reply-To: <489867BB.1090204@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00052.txt.bz2 Barry Andrews wrote: > Ian Lance Taylor wrote: >> Andrew Haley writes: >> >> >>>> Is there no work around for this? It seems so very strange to me. >>>> >>> Compile with -fexceptions. >>> >> >> Or -funwind-tables. >> > Unfortunately neither flag helps. I think the only way is to rebuild > library X. Well, yes. That's what we said: Compile with -fexceptions. This means Library X. Andrew.