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,4e12461e7a58e8c9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-09-12 13:33:02 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!dispose.news.demon.net!demon!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Problems building gnat3.13p on HP-UX Date: 12 Sep 2000 20:55:55 +0100 Organization: At Home Message-ID: References: <8pifg5$ftk$1@nets3.rz.RWTH-Aachen.DE> <8pjmrj$hn4$1@nnrp1.deja.com> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 968790722 nnrp-08:7940 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net X-Newsreader: Gnus v5.5/Emacs 20.3 Xref: supernews.google.com comp.lang.ada:615 Date: 2000-09-12T20:55:55+01:00 List-Id: Robert Dewar writes: > In article > , > > I don't have HP-UX, but on my Linux box it is called gnatgcc > > That's an oddity for some non-standard distributions of the > Linux port, it is not used on any standard releases of GNAT If you only ever want to use the C compiler that comes as part of a GNAT release, and don't want to use C++ or Fortran or ..., then the GNAT requirement to put its bin directory on your path is fine. The modern binary releases have a script trick to allow you to put the binary anywhere without having to set environment variables. However, most people will want more than that (and not just on Linux, either). I wrote a little package (see http://www.pogner.demon.co.uk/gnatfe/), which uses tricks rather like those of the latest GNAT binaries, and as supplied allows you to use GNAT versions of gcc (gnatgcc), gcov (gnatgcov) and gdb (gnatgdb), plus the standard gnat* commands, without individual adjustment of your path.