VERY INTERESTING
but then if I go back to /usr/src
and try to complete the build
make buildworld -DNOCLEAN
I get the same error
cc -O2 -Wall -pipe -march=pentiumpro
-I/usr/src/gnu/lib/csu/../../../contrib/gcc.295/config -I. -DIN_GCC
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-omit-frame-pointer -g0 -DCRT_END -c -o crtend.o
/usr/src/gnu/lib/csu/../../../contrib/gcc.295/crtstuff.c
cc: Internal compiler error: program cc1 got fatal signal 11
*** Error code 1
p6m7g8# cd /usr/src/lib/csu/i386-elf
p6m7g8# make clean
rm -f a.out crt1.o crti.o crtn.o gcrt1.o crt1.o crti.o crtn.o crt1.o.tmp
crti.o.tmp crtn.o.tmp gcrt1.o.tmp crt1.o.tmp crti.o.tmp crtn.o.tmp
rm -f lib.a # llib-l.ln
rm -f crt1.po crti.po crtn.po gcrt1.po crt1.po crti.po crtn.po
crt1.po.tmp crti.po.tmp crtn.po.tmp gcrt1.po.tmp crt1.po.tmp crti.po.tmp
crtn.po.tmp lib_p.a
rm -f crt1.So crti.So crtn.So gcrt1.So crt1.So crti.So crtn.So crt1.so
crti.so crtn.so gcrt1.so crt1.so crti.so crtn.so crt1.So.tmp crti.So.tmp
crtn.So.tmp gcrt1.So.tmp crt1.So.tmp crti.So.tmp crtn.So.tmp lib.so.*
lib.so lib_pic.a
p6m7g8# make
cc -O2 -Wall -pipe -march=pentiumpro -elf -Wall -fkeep-inline-functions
-I/usr/src/lib/csu/i386-elf/../common -c /usr/src/lib/csu/i386-elf/crt1.c
-o crt1.o
cc -I/usr/src/lib/csu/i386-elf/../common -c
/usr/src/lib/csu/i386-elf/crti.S -o crti.o
cc -I/usr/src/lib/csu/i386-elf/../common -c
/usr/src/lib/csu/i386-elf/crtn.S -o crtn.o
cc -O2 -Wall -pipe -march=pentiumpro -elf -Wall -fkeep-inline-functions
-I/usr/src/lib/csu/i386-elf/../common -DGCRT -c -o gcrt1.o
/usr/src/lib/csu/i386-elf/crt1.c
p6m7g8#
END
------------------------------------------------------------------------------
Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118
Science, Discovery, & the Universe (UMCP)
Webmaster & Webship Teacher
URL: http://www.sdu.umd.edu
EJPress.com
Database/PERL Programmer & System Admin
URL : http://www.ejournalpress.com
Resume : http://p6m7g8.com/Work/index.html
On Sun, 3 Mar 2002, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> "Philip M. Gollucci" <[EMAIL PROTECTED]> writes:
> : Still get the signal 11. Same file. Same place.
> : Only no warnings about the braces this time.
>
> What happens if you cd to src/lib/csu/i386-elf and do a make? You
> make need to do that as root...
>
> Warner
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message