gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: simple compiling/running problem


From: Gaius Mulley
Subject: Re: simple compiling/running problem
Date: Thu, 12 Oct 2023 14:36:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Eric Streit <eric@yojik.eu> writes:

> hi again,
>
> here is the source : cannot be simpler :
>
> MODULE hello ;
>
> FROM StrIO IMPORT WriteString, WriteLn ;
>
> BEGIN
>    WriteString('hello world') ; WriteLn
> END hello.

ah right, so what happens if:

$ mv Test1.mod hello.mod
$ /usr/bin/gm2 -flibs=pim,iso,cor  -o hello hello.mod
$ ./hello

regards,
Gaius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]