cpp0 bails out with signal 4

Matthew Dillon dillon at apollo.backplane.com
Tue Dec 2 10:46:44 PST 2003


::> 1.5 src/lib/libc/locale/Makefile.inc
::Unfortunately it still doesn't work.
::
::Always in stage 4, but on different places, e.g. now
:
:    If it is occuring at different places it is almost certainly
:    a hardware problem.
:
:					-Matt
:					Matthew Dillon 
:					<dillon at xxxxxxxxxxxxx>
:
::cc -O -pipe -march=pentiumpro -I/usr/src/lib/libmd -DSHA1_ASM -DELF
::-DRMD160_ASM -DELF  -c md2hl.c -o md2hl.o
::Illegal instruction (core dumped)

    ... or it could be due to your use of -march.  I recommend
    getting rid of -march optimizations.  -mcpu is safer,
    but -march has serious problems.  I don't even use -mcpu
    myself. I don't use either.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Bugs mailing list