This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help on SunOS4.1.3_U1


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.

< Small rant >

I don't post much to here unless I can help someone. But, I do get tired of 
seeing responses such as below telling people they need to upgrade. This 
provides them no help whatsoever. If you are in a stuation like me. you may not 
have a choice of upgrading. We run Sun systems from SunOS4.1.3 to Solaris 2.8. 
We have COTS packages that mission critical that will not run on any other 
version than SunOS. I just want to keep the gcc products for our users on a 
level field.

< End small rant >


D. S. Urban   
email : urban@ast.lmco.com
-------------------------------------------------------------------------------
To be the person, you must know the person. To know the person, you must
understand the person. To understand the person, you must listen. To listen,
you must open your mind and put aside all preconceived ideas and notions.
-------------------------------------------------------------------------------
All opinions expressed are my own not that of my employer


>> From gcc-return-48937-urban=ast.lmco.com@gcc.gnu.org Mon Mar 25 01:14 MST 
2002
>> Date: Mon, 25 Mar 2002 09:06:27 +0100 (MET)
>> From: Piotr Kasztelowicz <pekasz@lodz.ptkardio.pl>
>> Subject: Re: help on SunOS4.1.3_U1
>> X-X-Sender: <pekasz@sun>
>> To: gcc@gcc.gnu.org
>> MIME-version: 1.0
>> Content-transfer-encoding: 7BIT
>> Delivered-to: mailing list gcc@gcc.gnu.org
>> Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm
>> List-Post: <mailto:gcc@gcc.gnu.org>
>> List-Unsubscribe: <mailto:gcc-unsubscribe-urban=ast.lmco.com@gcc.gnu.org>
>> List-Archive: <http://gcc.gnu.org/ml/gcc/>
>> List-Help: <http://gcc.gnu.org/ml/>
>> 
>> On Fri, 22 Mar 2002, Hsueh-Mei Tsai(May Tsai) wrote:
>> 
>> > Hi,
>> >
>> > I got a problem compiling gcc 2.95.3 on SunOS 4.1.3_U1, system
>> >
>> > is a SS20.
>> 
>> This is extremely old version of Sun operating system. Let me advice
>> you to change system on Solaris 2.7 (SunOS 5.7) or Solaris 2.8
>> (SunOS 5.8) and better retrieve compiled already binaries from
>> Sun page rather compile this yourself. I use very old Sun worksation
>> Sun IPX, which is upgraded by Solaris 2.7 opereting system and the
>> results are very good. There is no problem to get on ss20 server
>> the new version, moreover the new version let to use better resources
>> of servers (memory, hard drive ).
>> 
>> P.
>> 
>> ---
>> Piotr Kasztelowicz                 <Piotr.Kasztelowicz@lodz.ptkardio.pl>
>> [http://www.am.torun.pl/~pekasz]
>> 
>> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]