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,23e16dd54c1dc37b X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!news2!wn13feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Question on GNAT-GPS Reply-To: no to spamers (No@email.given.org) References: X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Mon, 01 Dec 2008 04:48:10 GMT NNTP-Posting-Host: 12.64.152.132 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1228106890 12.64.152.132 (Mon, 01 Dec 2008 04:48:10 GMT) NNTP-Posting-Date: Mon, 01 Dec 2008 04:48:10 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:2842 Date: 2008-12-01T04:48:10+00:00 List-Id: The best way to leaern the way GNAT works is to gnat compile .adb gnat bind .ali gnat link .ali .o In , R writes: >Hi all, > >I installed the GPS suite on my system, started a compile of a (simple) file >and got results. The file has *.o extensions. How can I transform these >files to executables? > >Grettings > >Robert