Date: Thu, 25 Jan 2001 23:04:10 +0100 From: rene@xs4all.nl To: freebsd-questions@freebsd.org Subject: failed buildworld *continued here* Message-ID: <20010125230410.B10883@xs4all.nl>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010125230410.B10883>