From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11988 invoked by alias); 20 Mar 2008 17:23:58 -0000 Received: (qmail 11980 invoked by uid 22791); 20 Mar 2008 17:23:57 -0000 X-Spam-Check-By: sourceware.org Received: from igw2.watson.ibm.com (HELO igw2.watson.ibm.com) (129.34.20.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Mar 2008 17:23:28 +0000 Received: from mailhub3.watson.ibm.com (mailhub3.watson.ibm.com [129.34.20.45]) by igw2.watson.ibm.com (8.13.1/8.13.1/8.13.1-2007-12-27 igw) with ESMTP id m2KHPUG6019548; Thu, 20 Mar 2008 13:25:31 -0400 Received: from mailhub3.watson.ibm.com (localhost.localdomain [127.0.0.1]) by mailhub3.watson.ibm.com (8.13.1/8.13.1/8.13.1-01-23-2007-Delivery) with ESMTP id m2KHNPgL004557; Thu, 20 Mar 2008 13:23:25 -0400 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by mailhub3.watson.ibm.com (8.13.1/8.13.1/8.13.1-01-23-2007-IMSS) with ESMTP id m2KHNPQA004554; Thu, 20 Mar 2008 13:23:25 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.3/8.13.4/8.13.4/03-06-2002) with ESMTP id m2KHNOTa037394; Thu, 20 Mar 2008 13:23:24 -0400 Message-Id: <200803201723.m2KHNOTa037394@makai.watson.ibm.com> To: "Shlom Marom" cc: gcc-help@gcc.gnu.org Subject: Re: Exception handling on AIX5.3 with gcc 3.4.6 In-reply-to: References: Comments: In-reply-to "Shlom Marom" message dated "Thu, 20 Mar 2008 17:28:04 +0200." Date: Thu, 20 Mar 2008 17:23:00 -0000 From: David Edelsohn 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-03/txt/msg00205.txt.bz2 >>>>> Shlom Marom writes: > I need to find a way to fully support exception handling and > statically link libgcc, since I don't want to distribute it with my > libs and executables, as part of my products One cannot build a static C++ application that uses exceptions and is built with G++ on AIX. David