comp.lang.ada
 help / color / mirror / Atom feed
* gnat and Irix 6.2
@ 1996-04-22  0:00 Strategies SA
  1996-04-25  0:00 ` Tom Quiggle
  0 siblings, 1 reply; 2+ messages in thread
From: Strategies SA @ 1996-04-22  0:00 UTC (permalink / raw)


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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnat and Irix 6.2
  1996-04-22  0:00 gnat and Irix 6.2 Strategies SA
@ 1996-04-25  0:00 ` Tom Quiggle
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Quiggle @ 1996-04-25  0:00 UTC (permalink / raw)



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






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-04-25  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-22  0:00 gnat and Irix 6.2 Strategies SA
1996-04-25  0:00 ` Tom Quiggle

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