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,7bcba1db9ed24fa7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-20 10:23:52 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.direct.ca!look.ca!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Contributing patches to GPL Ada projects (was: Is Ada dead?) Date: 20 Jul 2001 13:05:49 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: <3B50A21A.8D2A2@ebox.tninet.se> <3B57697E.D6B9D3E1@ebox.tninet.se> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 995649786 27865 128.183.220.71 (20 Jul 2001 17:23:06 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 20 Jul 2001 17:23:06 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Xref: archiver1.google.com comp.lang.ada:10358 Date: 2001-07-20T17:23:06+00:00 List-Id: Stefan Skoglund writes: > Stephen Leake wrote: > > So install gcc and gnat, and use that! That's part of the point of > > open source; you get to use the right tools! > > gcc at least is worse than the SGI provided one on a MIPS > target but it is also a matter of least common denominator. "worse" in what sense? The issue was "you have to write code that compiles under a lot of non-standard C compilers". Only using gcc, whether it is standard or not, removes that issue. > If the MIPS c compiler and gcc too compiles your sw you have a > better assurance of your codes portability. There are many aspects of portability. Moving to another operating system and GUI are hard enough; no need to throw other compilers into the problem. -- -- Stephe