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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,514d84d6930cf67 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: building a package -- newbie Date: Fri, 12 Nov 2004 10:54:25 +0100 Organization: None Message-ID: <1274999.ynRZ5CdpFQ@linux1.krischik.com> References: <3143fb37.0411110817.6e5200da@posting.google.com> <1179574.14h7HiTikf@linux1.krischik.com> <41947dc5$1_1@baen1673807.greenlnk.net> Reply-To: martin@krischik.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1100253720 01 18421 rz7yXWivQ9r7L+g 041112 10:02:00 X-Complaints-To: usenet-abuse@t-online.de X-ID: G5djorZA8eM1kyxFf3yFCKYWed8rM56dHlZc4m-3yvBmJpxoVU7mYu User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:6167 Date: 2004-11-12T10:54:25+01:00 List-Id: Martin Dowie wrote: > Martin Krischik wrote: >> No. "gnat make" will take care of everthing. Just "gnat make pkg" >> will do. > > Isn't "gnatmake" all one word?.. Thats your choice, you can write it either way. Here is the complete list of one and two word commands (on Unix all commands are lowercase). ----- gnat GNAT 3.4.3 20040926 (prerelease) Copyright 1996-2004 Free Software Foundation, Inc. List of available commands GNAT BIND gnatbind GNAT CHOP gnatchop GNAT CLEAN gnatclean GNAT COMPILE gnatmake -f -u -c GNAT ELIM gnatelim GNAT FIND gnatfind GNAT KRUNCH gnatkr GNAT LINK gnatlink GNAT LIST gnatls GNAT MAKE gnatmake GNAT NAME gnatname GNAT PREPROCESS gnatprep GNAT PRETTY gnatpp GNAT STUB gnatstub GNAT XREF gnatxref Commands FIND, LIST, PRETTY, STUB and XREF accept project file switches -vPx, -Pprj and -Xnam=val ----- Interesting to the OP might be that "GNAT COMPILE" is not "gnatgcc" but "gnatmake -f -u -c". In fact I don't even have a "gnatgcc": ----- locate gnatgcc ----- Nothing found on the hole computer. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com