Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!dispatch.news.demon.net!demon!europa.clark.net!howland.erols.net!portc02.blue.aol.com!newsfeed.pitt.edu!news.duq.edu!newsgate.duke.edu!usenet From: reese@chem.duke.edu (Charles Reese) Newsgroups: comp.unix.bsd.freebsd.misc Subject: compiler getting signal 10 Date: Sat, 21 Jun 1997 18:11:09 GMT Organization: Duke University, Durham, NC, USA Message-ID: <33ac1776.48930160@news.duke.edu> NNTP-Posting-Host: async249-156.async.duke.edu X-Newsreader: Forte Free Agent 1.1/16.230 Lines: 46 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:43299 I just installed FreeBSD 2.2.2-Release and am trying to install a couple packages (perl5 and apache). The complier quits with Error Code 1 and the messages: (perl) `sh cflags libperl.a gv.o` gv.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O `sh cflags libperl.a toke.o` toke.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O cc: Internal compiler error: program cc1 got fatal signal 10 *** Error code 1 Stop. I also tried building a custom kernel and get the same kind of error: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externsc cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externsc cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externsc cc: Internal compiler error: program cc1 got fatal signal 10 *** Error code 1 Stop. and retrying: INET -DKERNEL ../../kern/uipc_usrreq.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. ./.. -I../../../include -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -D INET -DKERNEL ../../kern/vfs_bio.c *** Error code 1 cc: Internal compiler error: program cc1 got fatal signal 10 What could the matter be? Cheers Charlie Reese