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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 10d15d,2f5034985cbffcc4 X-Google-Attributes: gid10d15d,public X-Google-Thread: 103376,2f5034985cbffcc4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-01 18:50:58 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.mathworks.com!wn13feed!wn12feed!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s53.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada,alt.solaris.x86 References: Subject: Re: Gnat 3.14 for Solaris x86 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 12.211.58.135 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s53 1070333456 12.211.58.135 (Tue, 02 Dec 2003 02:50:56 GMT) NNTP-Posting-Date: Tue, 02 Dec 2003 02:50:56 GMT Organization: Comcast Online Date: Tue, 02 Dec 2003 02:50:56 GMT Xref: archiver1.google.com comp.lang.ada:3063 alt.solaris.x86:645 Date: 2003-12-02T02:50:56+00:00 List-Id: If your application is really just C and Ada, you should have little difficulty using the gcc included in the GNAT distribution to compile both your Ada and C programs. If you're using C++, that's another story. Steve (The Duck) "Finbar" wrote in message news:c658d149.0312010038.48fce139@posting.google.com... > Hi, > > I am new to Solaris x86 but have been developing on Sparc Solaris > solutions for a few years. I am now looking to port an application (c > and ada) from Sparc to Solaris x86. My first step is to try and match, > as closely as possible, the development environments on each of my > platforms. My Sparc environment is Gcc 2.8.1 and gnat 3.14. > > The latest binary distribution of gnat I can find is 3.13 which runs > with gcc 2.8.1. Unfortunately, the earliest binary distribution of gcc > I can find is 2.95. > > Can anyone advise me on how to achieve my gcc 2.8.1 and gnat 3.14 on > Solaris x86. I would rather avoid cross-compilation from my Sparc. > > Thanks in advance > > Finbar