From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22201 invoked by alias); 5 Aug 2008 16:23:55 -0000 Received: (qmail 22190 invoked by uid 22791); 5 Aug 2008 16:23:54 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Aug 2008 16:23:16 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id m75GN2kX032660; Tue, 5 Aug 2008 17:23:02 +0100 Received: from localhost.localdomain.google.com (dhcp-172-18-118-203.corp.google.com [172.18.118.203]) (authenticated bits=0) by wpaz5.hot.corp.google.com with ESMTP id m75GMx9i008788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 5 Aug 2008 09:23:01 -0700 To: Barry Andrews Cc: Andrew Haley , 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> From: Ian Lance Taylor Date: Tue, 05 Aug 2008 16:23:00 -0000 In-Reply-To: <489867BB.1090204@gmail.com> (Barry Andrews's message of "Tue\, 05 Aug 2008 10\:46\:19 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00053.txt.bz2 Barry Andrews writes: > 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. Yes, one of those options is required while building library X. Ian