From owner-freebsd-current@FreeBSD.ORG Sun Jun 29 14:16:58 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 43C6337B401 for ; Sun, 29 Jun 2003 14:16:58 -0700 (PDT) Received: from mail.blarg.net (floyd.blarg.net [206.124.128.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A0444003 for ; Sun, 29 Jun 2003 14:16:57 -0700 (PDT) (envelope-from abowhill@blarg.net) Received: from io (dsl-129-176.sea.blarg.net [206.124.129.176]) by mail.blarg.net (Postfix) with SMTP id 37FD637E9D; Sun, 29 Jun 2003 14:16:57 -0700 (PDT) Message-ID: <018501c33e84$90db9260$0200000a@io> From: "Allan Bowhill" To: "Steve Kargl" References: <200306291822.h5TIMUr2000696@troutmask.apl.washington.edu> Date: Sun, 29 Jun 2003 14:22:38 -0700 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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: Sun, 29 Jun 2003 21:16:58 -0000 > 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