From owner-freebsd-current Tue Jun 25 17:33: 3 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.mail.ru (mx1.mail.ru [194.67.57.11]) by hub.freebsd.org (Postfix) with ESMTP id 61A4037B40A for ; Tue, 25 Jun 2002 17:30:30 -0700 (PDT) Received: from [141.154.54.200] (helo=kan.dnsalias.net) by mx1.mail.ru with esmtp (Exim SMTP.1) id 17N0hY-000PfA-00; Wed, 26 Jun 2002 04:30:28 +0400 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.4/8.12.4) with ESMTP id g5Q0URld091167; Tue, 25 Jun 2002 20:30:27 -0400 (EDT) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.4/8.12.4/Submit) id g5Q0ULS5091166; Tue, 25 Jun 2002 20:30:21 -0400 (EDT) Date: Tue, 25 Jun 2002 20:30:21 -0400 From: Alexander Kabaev To: walt Cc: freebsd-current@FreeBSD.ORG Subject: Re: Need testers: patch for CURRENT C++ troubles Message-Id: <20020625203021.4dff4045.kabaev@bellatlantic.net> In-Reply-To: <3D19082D.2020900@hotmail.com> References: <3D19082D.2020900@hotmail.com> X-Mailer: Sylpheed version 0.7.5claws25 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 make clean all install in /usr/src/gnu/usr.bin/cc should be enough to update the compiler. You will need to recompile /usr/src/gnu/lib/{libgcc,libgcc_r, libstdc++} using the new GCC binary as well. > 1) gcc3.1 from the ports compiled nicely today after failing > yesterday. 2> gcc2.95.3 from the ports still fails to compile today. > 3> xosview still fails to compile today. > > Question: for your patch to actually do anything I assume I first > needed to make world (or at least recompile gcc), is this correct? The patch does not fix _compilations_. It fixes broknen exceptions handling in C++ code. Just recompile STLPort with and without my patch to see the what I mean. On Tue, 25 Jun 2002 17:17:49 -0700 walt wrote: > > Well, I've compiled three things after applying your patch and re- > making world and kernel. I'm not sure that any of them is a test > of your C++ patch, however. > > 1) gcc3.1 from the ports compiled nicely today after failing > yesterday. 2> gcc2.95.3 from the ports still fails to compile today. > 3> xosview still fails to compile today. > > Question: for your patch to actually do anything I assume I first > needed to make world (or at least recompile gcc), is this correct? > -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message