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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7c477721a097354b X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Compile to Listing Date: 2000/03/17 Message-ID: <8atihn$jin$1@nnrp1.deja.com>#1/1 X-Deja-AN: 598774776 References: <953222472.361276@srv1.space.net.au> X-Http-Proxy: 1.0 x21.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Fri Mar 17 15:21:33 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-03-17T00:00:00+00:00 List-Id: In article <953222472.361276@srv1.space.net.au>, "version_x" wrote: > does anyone know exactly what compile to listing does, and > wether or not it's on the linux ver of gnat and if not, what > could i do that would produce > a similar effect? Here is what you can do. Read the part of the GNAT documentation that lists the compiler options (this option does of course exist on all versions of GNAT). A simple way to get a summary listing is simply to say gnatmake with no arguments. You can really help yourself a lot by being familiar with all the compiler options for GNAT, there are many of them, and many of them can be useful during all phases of using GNAT, from tiny course assignments to million line projects. hint: what letter does listing start with :-) Sent via Deja.com http://www.deja.com/ Before you buy.