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,7390c574595380ae X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-01 19:31:30 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!213-196-68-75.hosts.streamgate.DE!not-for-mail From: Gerhard =?iso-8859-15?Q?H=E4ring?= Newsgroups: comp.lang.ada Subject: Re: Need manual for GNAT on FreeBSD 4.4-Release on i386 (AMD Athlon) Date: 2 Jan 2002 03:31:28 GMT Organization: Ye 'Ol Disorganized NNTPCache groupie Message-ID: References: <20020101220112.4bd5727d.matthew@starbreaker.net> NNTP-Posting-Host: 213-196-68-75.hosts.streamgate.de (213.196.68.75) X-Trace: fu-berlin.de 1009942288 24044998 213.196.68.75 (16 [124666]) User-Agent: slrn/0.9.7.3 (Linux) Cache-Post-Path: gargamel.hqd-internal!gerhard@lilith.hqd-internal X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Xref: archiver1.google.com comp.lang.ada:18433 Date: 2002-01-02T03:31:28+00:00 List-Id: Matthew Graybosch schrieb: > I've been comparing languages for Linux/BSD programming and settled on Ada. > I installed the FreeBSD 4.4 port of GNAT, Excellent choice, both language and OS :-) > as well as the ada-mode packages > for XEmacs 21.1. I've been working through the Lovelace tutorial and trying > to build some of the examples. > > I get as far as invoking "gnatmake -c compute.adb" from XEmacs, which places > the following files in ~/src/ada: "compute.ali" and "compute.o". > > I'd like to be able to run my Ada code, but I haven't been able to find a > manual for GNAT on FreeBSD. Looks like the GNAT docs haven't been packaged, yet. I'll file a problem report for it. The file you're looking for is here: ftp://ftp.cs.nyu.edu/pub/gnat/3.13p/gnat-3.13p-docs.tar.gz Just unpack it anywhere you like. Btw. "gnatmake someprogram.adb" compiles the program to an executable called "someprogram". "gnatmake -c" only creates an object file. Gerhard -- mail: gerhard bigfoot de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id 86AB43C0 public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))