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,9b117a88e7a6a395 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-07 04:59:01 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news1.optus.net.au!optus!news0.optus.net.au!news.iprimus.com.au From: aviator@iprimus.com.au (?) Newsgroups: comp.lang.ada Subject: Re: GNAT compiling problems on ME Message-ID: <3b6fd81b.651472@news.iprimus.com.au> References: <3b6f96b7.4292612@news.iprimus.com.au> <3B6F9E63.8963FFA7@Physik.Uni-Magdeburg.DE> X-Newsreader: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: 210.50.110.209 X-Original-Trace: 7 Aug 2001 22:00:43 +1000, 210.50.110.209 Date: Tue, 07 Aug 2001 12:00:11 GMT NNTP-Posting-Host: 203.134.67.67 X-Trace: news0.optus.net.au 997185540 203.134.67.67 (Tue, 07 Aug 2001 21:59:00 EST) NNTP-Posting-Date: Tue, 07 Aug 2001 21:59:00 EST Organization: CWO Customer - reports relating to abuse should be sent to abuse@cwo.net.au Xref: archiver1.google.com comp.lang.ada:11489 Date: 2001-08-07T12:00:11+00:00 List-Id: On Tue, 07 Aug 2001 09:53:07 +0200, Gerald Kasner wrote: >? schrieb: >> >> Sorry everyone if this is not related to this newsgroup, but I'm >> having trouble compiling ADA program using Gnat, other compiler is >> fine. The problem is that it keeps saying file /c******.s not found, >> I think the problem is when gnat1.exe is call to compile the .ada >> file, it doesn't read in the proper filename, does anyone have any >> specific idea about this?? >> > >Gnat requires the filename extension to be ".adb" for bodys and >".ads" for specs. > >maybe this solves the problem > >In addition, only one body per file is allowed (but nested bodies >in one file also). You can split a multi-body file using gnatchop. > >-g > Thanks for replying, my mistake, I should meant the .adb file not .ada, so I have no idea what's going on..