From owner-freebsd-stable Sat Nov 25 12:41:50 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id E0C5937B4D7 for ; Sat, 25 Nov 2000 12:41:47 -0800 (PST) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 13zm8l-0002jx-00; Sat, 25 Nov 2000 12:41:43 -0800 Date: Sat, 25 Nov 2000 12:41:40 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: "David A. Bader" Cc: dickey@herndon4.his.com, freebsd-stable@freebsd.org Subject: Re: http://x68.deja.com/=dnc/[ST_rn=ps,ST_m=ps]/getdoc.xp?AN=697444318&CO In-Reply-To: <200011251946.MAA14282@eece.unm.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 25 Nov 2000, David A. Bader wrote: > Here is the compile line. Are the "-I" include directories okay? > > cc -fpic -DPIC -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/alloc_entry.c -o alloc_entry.So > cc: Internal compiler error: program cc1 got fatal signal 11 > *** Error code 1 The compiler crashed. If there was a problem with the include directories, you'd expect the compiler to output an error about that and stop. However, if gcc stops with a signal 11 (segment fault), either the compiler is buggy or damaged, the OS is buggy or damaged, or the hardware is buggy or damaged. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message