![]() |
![]() |
#1 (permalink) |
Insane
|
FreeBSD 5.2.1 buildworld help!
I'm running FreeBSD 5.2.1 at the moment, and I've wanted to upgrade to 5.3. I erased my /usr/src directory and changed my stable-supfile to read RELENG_5_3 under the cvsup tag. The CVSup went fine.
I did a make buildworld in the /usr/src tree and after a long while, I get this error: Code:
===> gnu/lib/libstdc++ c++ -O -pipe -march=pentium2 -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include -fmemoize-lookups -fsave-memoized -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/allocator.cc cc1plus: error: unrecognized command line option "-fmemoize-lookups" cc1plus: error: unrecognized command line option "-fsave-memoized" *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1 My C++ compiler is: Code:
dante# c++ -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 I should mention that a buildworld, buildkernel, installkernel, installworld etc went just fine with FreeBSD 5.2.1 (up from a stock FreeBSD 5.0 install).
__________________
"You looked at me as if I was eating runny eggs in slow motion." - Gord Downie of The Tragically Hip |
![]() |
![]() |
#2 (permalink) |
Insane
Location: Austin, TX
|
I'm not going to claim that I know much about BSD (I run slackware, myself), but as you've had no replies, I'll take a stab at it.
First, I'd try grepping for the memoize options in your Makefile(s). If you find it, edit the Makefiles and take the option out. This might be all it is; somebody may have "broken" one of the Makefiles as they were doing development. After that....ummm....don't really know what to tell ya. Heck, I don't even know what -fmemoize-lookups does when it's recognized! |
![]() |
Tags |
521, buildworld, freebsd |
|
|