gm2
[Top][All Lists]
Advanced

[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: john o goyo
Subject: Re: Gm2-14.2.0 no longer honours the directive -fdef= and -fmod=
Date: Fri, 13 Sep 2024 17:32:52 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

Greetings, Gaius.

On 2024-09-13 15:43, Gaius Mulley wrote:
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
Quite so -- I missed the preceding period in the documentation.

Apologies,
john




reply via email to

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