buildworld failure in libstdc++

2002-07-16 Thread Michael Reifenberger
Hi, a make depend in /usr/src/gnu/lib/libstdc++ breaks with: ... /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.

Re: buildworld failure in libstdc++

2002-07-16 Thread Michael Reifenberger
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

Re: buildworld failure in libstdc++

2002-07-16 Thread Steve Kargl
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

Re: buildworld failure in libstdc++

2002-07-16 Thread Michael Reifenberger
On Tue, 16 Jul 2002, Steve Kargl wrote: Date: Tue, 16 Jul 2002 07:30:01 -0700 From: Steve Kargl [EMAIL PROTECTED] To: Michael Reifenberger [EMAIL PROTECTED] Cc: FreeBSD-Current [EMAIL PROTECTED] Subject: Re: buildworld failure in libstdc++ ... You don't need a + in CFLAGS in /etc

Re: buildworld failure in libstdc++

2002-07-16 Thread Michael Reifenberger
On Tue, 16 Jul 2002, Steve Kargl wrote: ... Is this an alpha based system? I just completed a buildworld without setting anything special. i386 Sigh. It must have been a relict of using the ports gcc31 for buildworld. Another make (using the base 3.1 compiler - in /usr/src/libexec/rtld-elf

Re: buildworld failure in libstdc++

2002-07-16 Thread Rob Hughes
On Tue, 2002-07-16 at 17:11, Michael Reifenberger wrote: On Tue, 16 Jul 2002, Steve Kargl wrote: ... Is this an alpha based system? I just completed a buildworld without setting anything special. i386 Sigh. It must have been a relict of using the ports gcc31 for buildworld. Another