mgnat: make problem

From: Szymon Guz (guzo_at_stud.ics.p.lodz.pl)
Date: 03/27/04


Date: Sat, 27 Mar 2004 20:57:55 +0100

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.