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-07 14:06:50 PST Path: archiver1.google.com!news2.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: ADA for OS/2 Date: 7 Jul 2001 14:06:50 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0107071306.41b43ae2@posting.google.com> References: <3B417021.A68938D2@eyup.org> <3B41A4C7.E819C1E3@eyup.org> <20010704114900.48bc8b38.McCratch@gmx.net> <3B431D22.C20FF8BD@eyup.org> <0fqDUcnQj8JQ@eisner.encompasserve.org> <5ee5b646.0107051341.2a0d4b42@posting.google.com> <3B45DEAF.6BAD19D@eyup.org> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 994540010 23790 127.0.0.1 (7 Jul 2001 21:06:50 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 7 Jul 2001 21:06:50 GMT Xref: archiver1.google.com comp.lang.ada:9611 Date: 2001-07-07T21:06:50+00:00 List-Id: John Poltorak wrote in message news:<3B45DEAF.6BAD19D@eyup.org>... > There is an immediate problem when attempting to follow an instruction like:- > > -- Apply patches (gcc-281.dif) from the src directory > > ... does this simply mean using the source straight from GNU, ie. :- > > ftp://ftp.gnu.org/pub/gnu/gcc/gcc-2.8.1.tar.gz > > > or do I need to find and apply some EMX patches first to incorporate OS/2 > enhancements? > > And if so, which patches? > > Any hints/tips, much appreciated... Once again, I strongly suggest that you go through the process of bootstrapping the OS/2 EMX version of GNU C, and don't even think about porting GNAT till you have completed that excercise successfully. If you have not already, I would recommend reading the gcc manual cover to cover.