From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,86c970039e0910e6 X-Google-Attributes: gid103376,public From: quiggle@lovelace.engr.sgi.com (Tom Quiggle) Subject: Re: gnat and Irix 6.2 Date: 1996/04/25 Message-ID: <4lov7o$6br@fido.asd.sgi.com>#1/1 X-Deja-AN: 151431631 references: <4lgfne$bkf$1@mhadg.production.compuserve.com> organization: Silicon Graphics, Inc. Mountain View, CA newsgroups: comp.lang.ada Date: 1996-04-25T00:00:00+00:00 List-Id: 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