This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: help on SunOS4.1.3_U1
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: "'David Scott Urban" <urban at ast dot lmco dot com>
- Cc: pekasz at lodz dot ptkardio dot pl, gcc at gcc dot gnu dot org
- Date: Tue, 26 Mar 2002 10:38:08 -0800
- Subject: Re: help on SunOS4.1.3_U1
- References: <200203261454.HAA01512@spica.ast.lmco.com>
On Tue, Mar 26, 2002 at 07:54:07AM -0700, 'David Scott Urban wrote:
> Hi,
>
> I have compiled gcc 2.95.3 on a SunOS 4.1.3_U1 which is an ss10-32. I have
> binutils 2.8.1 installed since I have never been able to get gcc to build
> correctly with the Sun native as and ld. I used the following steps to build gcc
> (given for completeness):
>
> gzcat gcc-2.95.3.tar.gz | tar xvf -
> ln -s gcc-2.95.3 gcc
> mkdir objdir
> cd objdir
> ../gcc/gcc/configure --help (not needed give list of options to configure)
> ../gcc/configure --prefix=/app/arch/freeware --with-gnu-as
> --with-as=/app/arch/freeware/bin/as --with-gnu-ld
> --with-ls=/app/arch/freeware/bin/ld --enable-haifa --disable-nls
> gmake bootstrap
> gmake check
> gmake install
>
> Hope this helps.
>
> I used binutils 2.8.1 because that was what I had installed. I have not been
> able to get the newer 2.11.x or 2.12.x binutils to build correctly. I am going
> to try and build binutils 2.9.1.
[snip]
There's an entry for sparc-sun-sunos4.1.4 on the GCC 2.95 build status
list at http://gcc.gnu.org/gcc-2.95/buildstat.html. Is that the output
of config.guess for your system? If it's different I can add it to the
list.
The GCC 2.95 list doesn't include as much information as the 3.0 list
and does not include links to the messages that reported the successful
build, but someone trying to build on the same system should be able to
track down your message in the mail archives. Thanks for sending it.
Janis