From owner-freebsd-questions Thu Jan 25 14: 7: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.xs4all.nl (smtp6.xs4all.nl [194.109.6.48]) by hub.freebsd.org (Postfix) with ESMTP id 1B85037B400; Thu, 25 Jan 2001 14:06:44 -0800 (PST) Received: from xs4.xs4all.nl (rene@xs4.xs4all.nl [194.109.6.45]) by smtp6.xs4all.nl (8.9.3/8.9.3) with ESMTP id XAA13226; Thu, 25 Jan 2001 23:04:10 +0100 (CET) From: rene@xs4all.nl Received: (from rene@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id XAA12977; Thu, 25 Jan 2001 23:04:10 +0100 (CET) Date: Thu, 25 Jan 2001 23:04:10 +0100 To: freebsd-questions@freebsd.org Subject: failed buildworld *continued here* Message-ID: <20010125230410.B10883@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've continued trying to get my buildworld to stop nagging, and have taken two more hurdles for the current c++ problem. It nagged about something internal (posted earlier), so I recompiled it in /usr/src/gnu/usr.bin/cc/c++ using make install c++ then nagged me about libc.so.4 not being OK, so I did a make install in /usr/src/lib/libc, which fixed that. But then I hit this; c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -I/usr/src/gnu/usr.bin/groff/libgroff/../include -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MATH_H=1 -DRET_TYPE_SRAND_IS_VOID=1 -DHAVE_SYS_NERR=1 -DHAVE_SYS_ERRLIST=1 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_FMOD=1 -DHAVE_STRTOL=1 -DHAVE_GETCWD=1 -DHAVE_STRERROR=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSEP=1 -DHAVE_STRDUP=1 -DSYS_SIGLIST_DECLARED=1 -I/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/include -fno-for-scope -I/usr/obj/usr/src/i386/usr/include -fno-rtti -fno-exceptions -c /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/assert.cc -o assert.o *Initialization*:1: cc1plus: warning: Invalid option `-fno-exceptions'`__FreeBSD__' redefined *Initialization*:1: warning: this is the location of the previous definition *Initialization*:1: warning: `__FreeBSD_cc_version' redefined *Initialization*:1: warning: this is the location of the previous definition *** Error code 1 Stop. And this one I don't get, even after staring at it for a while ;) Some guidance would be much appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message