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,b864791b08ae5f61 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-27 12:02:09 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!wn13feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: mgnat: make problem From: James Rogers References: Message-ID: User-Agent: Xnews/5.04.25 Date: Sat, 27 Mar 2004 20:02:09 GMT NNTP-Posting-Host: 12.73.181.44 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1080417729 12.73.181.44 (Sat, 27 Mar 2004 20:02:09 GMT) NNTP-Posting-Date: Sat, 27 Mar 2004 20:02:09 GMT Organization: AT&T Worldnet Xref: archiver1.google.com comp.lang.ada:6618 Date: 2004-03-27T20:02:09+00:00 List-Id: Szymon Guz wrote in news:c44mcp$79v$1@atlantis.news.tpi.pl: > 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. > Does your package Mssyst.Console contain bindings to C libraries that are not in your link path? Jim Rogers