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,15ce5e046cd0b91d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-05 06:26:10 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: ADA for OS/2 Date: 05 Jul 2001 09:11:13 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: <3B417021.A68938D2@eyup.org> <3B41A4C7.E819C1E3@eyup.org> <20010704114900.48bc8b38.McCratch@gmx.net> <3B431D22.C20FF8BD@eyup.org> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 994339689 26682 128.183.220.71 (5 Jul 2001 13:28:09 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 5 Jul 2001 13:28:09 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Xref: archiver1.google.com comp.lang.ada:9466 Date: 2001-07-05T13:28:09+00:00 List-Id: John Poltorak writes: > From README.BUILD:- > > This installation starts from the sources of GCC 2.8.1 > > -- Apply patches (gcc-281.dif) from the src directory. > > Do I really need to get hold of the source for gcc 2.8.1, > just to be able to build 3.13p ? Yes. Why is this surprising? You are building a compiler from sources; part of the sources for that compiler is gcc 2.8.1. Getting hold of the source for gcc 2.8.1 is no harder than getting hold of the source for gnat 3.13p. Perhaps you are implying that the source distribution for gnat 3.13p should include the source distribution of gcc 2.8.1. That might be convenient for you, but it is common practice to simply reference an independent source distribution, when that imposes no significant burden on the user. > If so, do I just run:- ? > > patch -p0