Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 07:30:01 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Michael Reifenberger <root@nihil.plaut.de>
Cc:        FreeBSD-Current <current@FreeBSD.ORG>
Subject:   Re: buildworld failure in libstdc++
Message-ID:  <20020716143001.GA27852@troutmask.apl.washington.edu>
In-Reply-To: <20020716115145.I17699-100000@nihil>
References:  <20020716114211.L16969-100000@nihil> <20020716115145.I17699-100000@nihil>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <X> header for the <X.h> header for C++ includes, or
> > <sstream> instead of the deprecated header <strstream.h>. 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020716143001.GA27852>