From owner-freebsd-current Wed Mar 12 16:26:27 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B93A637B401 for ; Wed, 12 Mar 2003 16:26:26 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE98743F75 for ; Wed, 12 Mar 2003 16:26:25 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6/8.12.3) with ESMTP id h2D0QOYB002675; Thu, 13 Mar 2003 01:26:24 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 13 Mar 2003 01:26:24 +0100 (CET) From: Martin Blapp To: rittle@labs.mot.com Cc: current@freebsd.org Subject: Re: C++ Exception handling with shared libs in current is broken again In-Reply-To: <200303130019.h2D0JNCa005456@latour.rsch.comm.mot.com> Message-ID: <20030313012402.Q59497@cvs.imp.ch> References: <200303130019.h2D0JNCa005456@latour.rsch.comm.mot.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > the gcc side of things, this is the only supported way to make a C++ > shared image with gcc3 on modern ELF platforms: Thank you even I have found that out myself too :) Using ld directly is a no-go for a gcc3.2 platform. Linking with the crt files fixes the problem. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message