comp.lang.ada
 help / color / mirror / Atom feed
From: quiggle@lovelace.engr.sgi.com (Tom Quiggle)
Subject: Re: gnat and Irix 6.2
Date: 1996/04/25
Date: 1996-04-25T00:00:00+00:00	[thread overview]
Message-ID: <4lov7o$6br@fido.asd.sgi.com> (raw)
In-Reply-To: 4lgfne$bkf$1@mhadg.production.compuserve.com


In article <4lgfne$bkf$1@mhadg.production.compuserve.com>, Strategies SA <100747.2001@CompuServe.COM> writes:
> We just receive Irix 6.2.
> I would like to know if gnat3.03-irix5.3 works with Irix 6.2 
> and if somebody have experience on this topic.

I have lots of experience with this topic!

You will need to edit the file:

   /usr/local/lib/gcc-lib/mips-sgi-irix5.3/2.7.2/specs

to pass the options "-32 -old_ld" to the linker.  You do this by editing
the line:

*link:
%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{bestGnum} %{shared} \
%{non_shared} %{call_shared} %{no_archive} %{exact_version} \
%{!shared:%{!non_shared:%{!call_shared: -call_shared -no_unresolved}}} \
-_SYSTYPE_SVR4

to read:

*link:
%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{bestGnum} %{shared} \
%{non_shared} %{call_shared} %{no_archive} %{exact_version} \
%{!shared:%{!non_shared:%{!call_shared: -call_shared -no_unresolved}}} \
-32 -old_ld -_SYSTYPE_SVR4

(note, I added the back slashes).  It will work like a charm.

Tom

--
------
-- Tom Quiggle             quiggle@sgi.com        Voice: (415) 933-2884
-- Silicon Graphics                               Fax:   (415) 390-6056
--      http://reality.sgi.com/employees/quiggle_engr/quiggle.html






      reply	other threads:[~1996-04-25  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-22  0:00 gnat and Irix 6.2 Strategies SA
1996-04-25  0:00 ` Tom Quiggle [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox