Subject: compiling inn-1.6.b2
To: None <port-sun3@NetBSD.ORG>
From: Makoto Fujiwara <makoto@komekome.bay.prug.or.jp>
List: port-sun3
Date: 07/30/1997 22:20:16
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*
---
(藤原)