From owner-freebsd-questions Sat May 15 11:15:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hole.noc.iafrica.com (hole.noc.iafrica.com [196.31.1.191]) by hub.freebsd.org (Postfix) with ESMTP id D9C1E14E4E for ; Sat, 15 May 1999 11:15:49 -0700 (PDT) (envelope-from robh@hole.noc.iafrica.com) Received: from robh (helo=localhost) by hole.noc.iafrica.com with local-smtp (Exim 2.04 #1) id 10iiyS-0005o0-00 for freebsd-questions@freebsd.org; Sat, 15 May 1999 20:15:48 +0200 Date: Sat, 15 May 1999 20:15:47 +0200 (SAT) From: Rob Hunter X-Sender: robh@hole.noc.iafrica.com To: freebsd-questions@freebsd.org Subject: error with cc Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm getting compile errors similar to the 1 below when trying to build quite a few of my ports (even kernel, or a make buildworld aswell) DESTDIR=/usr/obj/usr/src/tmp -I/usr/src/share/mk -DNOINFO -DNOMAN -DNOPIC -D NOPROFILE -DNOSHARED clean ) cc -O -pipe -I/usr/src/usr.bin/make -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/make/arch.c cc: Internal compiler error: program cc1 got fatal signal 10 *** Error code 1 Stop. *** Error code 1 The above is from a make buildworld (I thought rebuilding the binaries would help). The machine is 3.1-RELEASE. Any ideas? It doesn't always break in the same place either. --Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message