To: port-sun3@NetBSD.ORG Subject: compiling inn-1.6.b2 From: Makoto Fujiwara X-Mailer: Mew version 1.87 on Emacs 20.0.91.1 / Mule 3.0 X-PGP-Fingerprint: 82 AD 5D F4 1E DC 00 BF 11 90 35 83 ED 85 6F D6 X-URL: http://fujiwara.chuo.chiba.jp/~makoto/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Message-Id: <19970730222016X.makoto@komekome.bay.prug.or.jp> Date: Wed, 30 Jul 1997 22:20:16 +0900 X-Dispatcher: imput version 970728 Lines: 61 Sender: port-sun3-owner@NetBSD.ORG Precedence: list Delivered-To: port-sun3@NetBSD.ORG I am trying to compile inn-1.6b2.tar.gz ( which is found at ftp://ftp.isc.org/isc/inn/ ) and having following problems. Is there any suggestions ? ( This is my first building on any inn's on netbsd-sun3x, but I have several experience on building 1.4,1.5.1 on Sun OS/ Solaris 2.5.1 etc ) *** My situation is here: makoto@tateyama DING!/970730(~)> uname -a NetBSD tateyama 1.2E NetBSD 1.2E (GENERIC) #0: Mon May 26 19:15:02 PDT 1997 \ jeremy@mobeius:/usr/home/netbsd/src/sys/arch/sun3x/compile/GENERIC sun3x makoto@tateyama 22:00:12/970730(~)> gcc --version 2.7.2 makoto@tateyama 22:00:16/970730(~)> ls -l `which gcc` -r-xr-xr-x 2 bin bin 49152 Jul 26 1996 /usr/bin/gcc* makoto@tateyama 22:00:23/970730(~)> /usr/sbin/pstat -T 65/344 files 269 vnodes 2M/41M swap space makoto@tateyama 22:02:17/970730(~)> *** config.data diff sample-configs/config.data-netbsd-1.2 config/config.data 574c574 < _PATH_PERL /usr/local/perl5/bin/perl --- > _PATH_PERL /usr/local/bin/perl 924c924 < PERL_SUPPORT DONT --- > PERL_SUPPORT DO 927c927 < PERL_LIB --- > PERL_LIB -L/usr/local/lib/perl5/sun3x-netbsd/5.00401/CORE -lperl -lm 931c931 < PERL_INC --- > PERL_INC -I/usr/local/lib/perl5/sun3x-netbsd/5.00401/CORE -lperl -lm *** and I got, gcc -I../include -pipe -c newsrequeue.c gcc: Internal compiler error: program cc1 got fatal signal 6 *** Error code 1 *** Then I tried, cd expire rm newsrequeue.o gcc -I../include -c newsrequeue.c then I got following files makoto@tateyama 21:56:09/970730(...inn-1.6b2/expire)> ls -lt |head -3 total 2772 -rw------- 1 makoto wheel 917860 Jul 30 21:56 cc1.core -rwxr-xr-x 1 makoto wheel 54517 Jul 30 16:59 makehistory* --- (藤原)