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,b864791b08ae5f61,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-27 11:57:58 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!nntp.idg.pl!newsfeed.gazeta.pl!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Szymon Guz Newsgroups: comp.lang.ada Subject: mgnat: make problem Date: Sat, 27 Mar 2004 20:57:55 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: NNTP-Posting-Host: hal.skynet.org.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: atlantis.news.tpi.pl 1080417498 7487 195.116.185.50 (27 Mar 2004 19:58:18 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Sat, 27 Mar 2004 19:58:18 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:6617 Date: 2004-03-27T20:57:55+01:00 List-Id: Hi, why I still get errors while compiling such a simple program with mgnat? ******************************** with Mssyst.Console; use Mssyst.Console; procedure Test1 is A : Float := 0.001; begin Writeline(A); end Test1; ******************************** the error is: mgnatmake: *** link failed.