Subject: Re: compiling inn-1.6b3
To: Makoto Fujiwara <makoto@komekome.bay.prug.or.jp>
From: David Brownlee <abs@anim.dreamworks.com>
List: port-sun3
Date: 08/12/1997 08:23:48
On the offchance, you could try typing 'unlimit' before running
the compile, removing the '-pipe' option, and if that doesn't work
trying with -O (sometimes things will work one way but not the
other).
The gdb problems look a little hard core to me :)
David/abs
-- "Its hard to say it... I hate to say it... but its probably me..." --
On Tue, 12 Aug 1997, Makoto Fujiwara wrote:
> I had written following before,
> Subject: compiling inn-1.6.b2
> Date: Wed, 30 Jul 1997 22:20:16 +0900
> Message-ID: <19970730222016X.makoto@komekome.bay.prug.or.jp>
>
> makoto> I am trying to compile inn-1.6b2.tar.gz
> makoto> ( which is found at ftp://ftp.isc.org/isc/inn/ )
> makoto> and having following problems. Is there any suggestions ?
> (stuff omitted)
> makoto> *** and I got,
> makoto> gcc -I../include -pipe -c newsrequeue.c
> makoto> gcc: Internal compiler error: program cc1 got fatal signal 6
> makoto> *** Error code 1
>
>
> I have tried gcc-2.7.2.2 + inn-1.6b3 also, resulting the
> same thing.
> I got following interaction with gdb. What is wrong with gdb ?
>
> | makoto@tateyama 20:13:19/970812(...disk1/inn-1.6b3)> gdb \
> | /usr/local/lib/gcc-lib/m68k-sun-netbsd1.2E/2.7.2.2/cc1 expire/cc1.core
> | GDB is free software and you are welcome to distribute copies of it
> | under certain conditions; type "show copying" to see the conditions.
> | There is absolutely no warranty for GDB; type "show warranty" for details.
> | GDB 4.11 (m68k-netbsd), Copyright 1993 Free Software Foundation, Inc...
> |
> | "/export/disk1/inn-1.6b3/expire/cc1.core" is not a core dump: File format not recognized
> | (gdb) makoto@tateyama 20:13:50/970812(...disk1/inn-1.6b3)> file expire/cc1.core
> | expire/cc1.core: NetBSD/m68k core from 'cc1'
> | makoto@tateyama 20:13:58/970812(...disk1/inn-1.6b3)>
>