From owner-freebsd-current Tue Jul 16 7:30:11 2002 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 0A2CB37B401 for ; Tue, 16 Jul 2002 07:30:06 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id A215D43E5E for ; Tue, 16 Jul 2002 07:30:05 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.5/8.12.5) with ESMTP id g6GEU2ZY027909; Tue, 16 Jul 2002 07:30:02 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.5/8.12.5/Submit) id g6GEU1jZ027908; Tue, 16 Jul 2002 07:30:01 -0700 (PDT) Date: Tue, 16 Jul 2002 07:30:01 -0700 From: Steve Kargl To: Michael Reifenberger Cc: FreeBSD-Current Subject: Re: buildworld failure in libstdc++ Message-ID: <20020716143001.GA27852@troutmask.apl.washington.edu> References: <20020716114211.L16969-100000@nihil> <20020716115145.I17699-100000@nihil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020716115145.I17699-100000@nihil> User-Agent: Mutt/1.4i 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 On Tue, Jul 16, 2002 at 11:54:02AM +0200, Michael Reifenberger wrote: > On Tue, 16 Jul 2002, Michael Reifenberger wrote: > ... > > /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file > > includes at least one deprecated or antiquated header. Please consider using one > > of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples > > include substituting the header for the header for C++ includes, or > > instead of the deprecated header . To disable this > > warning use -Wno-deprecated. > > In file included from /usr/src/contrib/libstdc++/libsupc++/eh_alloc.cc:37: > > /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such file > > or directory > > In file included from /usr/src/contrib/libstdc++/libsupc++/eh_aux_runtime.cc:34: > > Just after writing I started thinking :-( > I was missing the + in /etc/make.conf's CFLAGS += ... and CXXFLAGS += ... > Sorry for the false alarm. > You don't need a + in CFLAGS in /etc/make.conf. You need a += in CXXFLAGS if you want CXXFLAGS to contain the contents of CFLAGS. See /usr/share/examples/etc/make.conf. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message