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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to