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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54f3d61ea706bdc1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-20 02:34:06 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: nma124@hotmail.com (steve_H) Newsgroups: comp.lang.ada Subject: Re: GCC 3.1 with GNAT ... Cool! Date: 20 Jun 2002 02:34:05 -0700 Organization: http://groups.google.com/ Message-ID: <8db3d6c8.0206200134.1ff139f7@posting.google.com> References: NNTP-Posting-Host: 216.101.234.30 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1024565646 29538 127.0.0.1 (20 Jun 2002 09:34:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 20 Jun 2002 09:34:06 GMT Xref: archiver1.google.com comp.lang.ada:26465 Date: 2002-06-20T09:34:06+00:00 List-Id: hello; Can you show examples of how to use gcc to compile Ada? if one uses 'gcc foo.ada', what about 'gnatmake'? that is what is used more of the time. do you then now use normal Makfile to build your software and call 'gcc' from inside the makefile, or do you still use gnatmake? this is confusing to me. Examples would help. It is strange of how important adding Ada to gcc is, there is almost nothing on the net that shows examples of how this is done, nothing on gcc web page and nothing on ACT web page. they mentioned GNAT and gcc, but no examples, nothing I could find.