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: "'David Scott Urban" <urban at ast dot lmco dot com>
- To: urban at ast dot lmco dot com, janis187 at us dot ibm dot com
- Cc: pekasz at lodz dot ptkardio dot pl, gcc at gcc dot gnu dot org
- Date: Tue, 26 Mar 2002 11:45:25 -0700 (MST)
- Subject: Re: help on SunOS4.1.3_U1
>> From janis187@us.ibm.com Tue Mar 26 11:34 MST 2002
>> Date: Tue, 26 Mar 2002 10:38:08 -0800
>> From: Janis Johnson <janis187@us.ibm.com>
>> Subject: Re: help on SunOS4.1.3_U1
>> To: "'David Scott Urban" <urban@ast.lmco.com>
>> Cc: pekasz@lodz.ptkardio.pl, gcc@gcc.gnu.org
>> MIME-version: 1.0
>> Content-disposition: inline
>> Content-transfer-encoding: 7BIT
>> User-Agent: Mutt/1.2.5i
>>
>> 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
./config.guess output
sparc-sun-sunos4.1.3_U1