From owner-freebsd-questions Thu May 23 08:57:58 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA23102 for questions-outgoing; Thu, 23 May 1996 08:57:58 -0700 (PDT) Received: from xensei2.xensei.com (xensei2.xensei.com [198.151.175.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA23077 for ; Thu, 23 May 1996 08:57:51 -0700 (PDT) Received: from cow.net (cow.net [204.96.52.4]) by xensei2.xensei.com (8.6.11/Xensei-M1.01/041596-JSM) with SMTP id LAA30734; Thu, 23 May 1996 11:56:24 -0400 Received: by cow.net (4.1/SMI-4.1) id AA17403; Thu, 23 May 96 11:55:03 EDT Date: Thu, 23 May 96 11:55:03 EDT Message-Id: <9605231555.AA17403@cow.net> To: gnu.chess@myriad.alias.net, freebsd-questions@freebsd.org From: Bovine Remailer X-Comment1: This message did not originate from the X-Comment2: above address. It was automatically remailed X-Comment3: by an anonymous mail service. Please report X-Comment4: problems or inappropriate use to X-Comment5: Subject: can't compile gnuchess Reply-To: brain@alpha.c2.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I just downloaded the latest version of gnuchess from prep.ai.mit.edu. I'm trying to compile it on a P120 w/32meg running FreeBSD 2.1.0-stable. After doing the configure, I type in make and get the following: gcc -O2 -Wall -DHAVE_LIBCURSES=1 -DHAVE_LIBM=1 -DHAVE_LIBTERMCAP=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"./gnuchess.hash\" -DLANGFILE=\"./gnuchess.lang\" -DBINBOOK=\"./gnuchess.data\" -c main.c gcc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop. Does anyone have any ideas? Brain