[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gm2-14.2.0 no longer honours the directive -fdef= and -fmod=
From: |
Gaius Mulley |
Subject: |
Re: Gm2-14.2.0 no longer honours the directive -fdef= and -fmod= |
Date: |
Fri, 13 Sep 2024 20:43:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
john o goyo <jog37@riddermarkfarm.ca> writes:
> Greetings, Gaius.
>
> I am trying to compile some legacy code and found the following.
>
> [~/prj/gm2-ULM/src/lib/sys]=> gm2-14 -c -fdef=d -fmod=m2 Errno.m2
> gm2: warning: Errno.m2: linker input file unused because linking not done
> [~/prj/gm2-ULM/src/lib/sys]=> gm2-14 -c -fdef=d -fmod=m2 Sys.m2
> gm2: warning: Sys.m2: linker input file unused because linking not done
>
> Sincerely,
> john
Hi John,
It should work with the . included prior to the extension name:
$ gm2-14 -c -fdef=.d -fmod=.m2 Errno.m2
regards,
Gaius