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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5fac86dddec4a99c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-05 02:09:31 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!howland.erols.net!cyclone2.usenetserver.com!news-out.usenetserver.com!telocity-west!TELOCITY!newsrump.sjc.telocity.net!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada References: <3B140B22.40481B65@flash.net> <3B14D454.152B954F@Physik.Uni-Magdeburg.DE> <3b18145a_1@news.ghg.net> <3B1C9056.40A81073@Physik.Uni-Magdeburg.DE> Subject: Re: Ada on SGI MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-Trace: MjUgTm9BdXRoVXNlciBURUxPQ0lUWS1SRUFERVJTIDIxNi4yMjcuNDcuNDkgIFR1ZSwgMDUgSnVu!IDIwMDEgMDI6MDk6MzAgUERU X-Abuse-Info: Please forward ALL headers when reporting abuse. X-Complaints-To: abuse@telocity.net NNTP-Posting-Date: Tue, 05 Jun 2001 02:09:30 PDT Date: Tue, 5 Jun 2001 04:09:37 -0500 Xref: archiver1.google.com comp.lang.ada:8129 Date: 2001-06-05T04:09:37-05:00 List-Id: The usual porting procedure produces both thread libraries, and you simply select with which thread library you wish to compile and link your programs by the simple expedient of changing the adalib and adainclude symbolic links to the desired directories, as is done with all GNAT versions that support two thread library variants. "Gerald Kasner" wrote in message news:3B1C9056.40A81073@Physik.Uni-Magdeburg.DE... > Dave Retherford schrieb: > > > > Yeah, we did (Raytheon Technical Services Co., RTSC) in Houston. We started > > with the IRIX 5.3 binary for 3.11p then built 3.12p for 5.3, 6.2 & 6.5, and > > then built 3.13p for 5.3 & 6.5. Don't remember all of the steps, options, > > etc. we used right now; but we did it. > > > > Dave. > > > Congratulations ! Do you use the FSU-threads or athreads in the port ? > If athrads are working fine, then I'll give it a try. > > -Gerald