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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1b701b930a26d55e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-04 19:28:16 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: have 2 problems, please help. Date: 4 Dec 2001 19:28:16 -0800 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0112041928.4e2a44a@posting.google.com> References: <13aP7.48709$xS6.80801@www.newsranger.com> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1007522896 25799 127.0.0.1 (5 Dec 2001 03:28:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 5 Dec 2001 03:28:16 GMT Xref: archiver1.google.com comp.lang.ada:17425 Date: 2001-12-05T03:28:16+00:00 List-Id: Ted Dennison wrote in message news:<13aP7.48709$xS6.80801@www.newsranger.com>... > 1) If you are running GNU/Linux, I seriously doubt that > you don't have a copy of make installed somewhere. Yes, indeed, we assume that people have make around, which is why we don't supply a redundant copy. By the way GNAT does not come with g++! > 2) You *don't* need make to compile a Gnat Ada program. > Sometimes it helps for complicated programs, particularly > those that have long lists of compiler flags For this you just use the project features of gnatmake (not yet available in 3.13p, but the latest version of GNAT Pro has this capability, as does the GCC 3.x version available at gnu.org).