Kent Stewart writes: | You aren't showing the error. The error 1 just means there was an | error messager earlier. Since they are stopping in different places, | I would expect hardware errors of some sort. If you are running a | make with a "-j?", turn it off so you don't get your error message in | a misleading location in the output.
There's no -j specified; I just ran another buildworld just to be sure. The command line (tcsh) was: make buildworld >& /var/tmp/buildworld-021213.log & I'm not sure if this is what you're looking for, but the last part of that log is: ===> gnu/usr.bin/cc/c++ rm -f .depend mkdep -f .depend -a -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -DDEFAULT_TARGET_VERSION=\"2.95.4\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -D__FBSDID=__RCSID /usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c /usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c echo c++: /usr/lib/libc.a /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_int/libcc_int.a >> .depend ===> gnu/usr.bin/cc/c++filt echo "int xxy_us_dummy;" >tmp-dum.c cc -S tmp-dum.c echo '/*WARNING: This file is automatically generated!*/' >underscore.c if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then echo "int prepends_underscore = 1;" >>underscore.c; else echo "int prepends_underscore = 0;" >>underscore.c; fi rm -f tmp-dum.c tmp-dum.s rm -f .depend mkdep -f .depend -a -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config -DMAIN -DIN_GCC -DVERSION=\"2.95.4\" -D__FBSDID=__RCSID /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/getopt.c /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/getopt1.c underscore.c Illegal instruction (core dumped) mkdep: compile failed *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/c++filt. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. | I personally find no -j faster then supplying a -j. These days, the speed doesn't bother me much one way or another (CPU: Pentium 4 (1694.86-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf12 Stepping = 2) Thanks- RDM -- Russell D. Murphy Department of Economics Virginia Polytechnic Institute and State University Blacksburg, Virginia 24061 (540) 231-4537 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
