[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gm2-master, as of today
From: |
Gaius Mulley |
Subject: |
Re: gm2-master, as of today |
Date: |
Sun, 17 May 2020 23:36:14 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Dragiša Durić <address@hidden> writes:
> I still have this:
>
> % gm2 -fiso -g -fmakeall hello.mod
> gm2: fatal error: unknown spec function ‘exit’
> compilation terminated.
>
> On Sun, 2020-05-17 at 01:50 +0200, Dragiša Durić wrote:
>> Hi,
>>
>> On a x86_64, this one error
>>
>> FAIL: gm2/iso/run/pass/constructor2.mod compilation,
>> {additional_flags= -O }
>>
>> What would be a proper way to patch and rebuild m2iso library on my
>> system? local branching, fixing, full build? Or is there some shorter
>> way just for Modula-2 libraries?
Hi Dragiša,
to quickly rebuild the m2 libraries - you can:
cd build-gm2-master
rm -rf x86_64-pc-linux-gnu/libgm2
make
(on an amd64 based system with a build directory build-gm2-master)
regards,
Gaius