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