From owner-freebsd-current@FreeBSD.ORG Mon Jun 30 05:36:57 2003 Return-Path: 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 777E937B401 for ; Mon, 30 Jun 2003 05:36:57 -0700 (PDT) Received: from conn.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78EF943FAF for ; Mon, 30 Jun 2003 05:36:56 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from veldy.net (veldy-host33.dsl.visi.com [209.98.200.33]) by conn.mc.mpls.visi.com (Postfix) with ESMTP id D6E4082A6; Mon, 30 Jun 2003 07:36:55 -0500 (CDT) Received: from 4K3500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id B39C16D417; Mon, 30 Jun 2003 07:36:48 -0500 (CDT) Message-ID: <003001c33f04$48bfbc10$d037630a@dh.com> From: "Thomas T. Veldhouse" To: "Allan Bowhill" , "Steve Kargl" References: <200306291822.h5TIMUr2000696@troutmask.apl.washington.edu> <018501c33e84$90db9260$0200000a@io> Date: Mon, 30 Jun 2003 07:36:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: fbsd-current Subject: Re: errors under g++ 3.2.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 12:36:57 -0000 From: "Allan Bowhill" > > When you upgraded to -current, did you read /usr/src/UPDATING? > > You might find the following entry interesting: > > > > 20020831: > > gcc has been upgraded to 3.2. It is not all binary compatible > > with earlier versions of gcc for c++ programs. All c++ > > programs and libraries need to be recompiled. > > > > Also, if you encounter g++ issues, rm /usr/include/g++/* before > > doing an installworld to make sure that stale files are removed. > > > Yes, Steve, I did read UPDATING, rm -rf /usr/include/g++ and rebuilt world. > Still had the problem afterwards. > > --Allan It shows up here on a fresh 5.1 install. Tom Veldhouse