gm2
[Top][All Lists]
Advanced

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

Re: [Gm2] gm2 Digest, Vol 86, Issue 9


From: rob solomon
Subject: Re: [Gm2] gm2 Digest, Vol 86, Issue 9
Date: Thu, 10 Oct 2013 07:55:50 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0


johng: 548 [init]=> gm2 -g main.mod other.mod

Hi John,

just thought I'd ask about this line here - on the 4.1.2 branch of gm2
you have to compile module separately, so:

gm2 -g -c main.mod
gm2 -g -c other.mod

and link via, say:

gm2 -g -I. main.mod

on the 4.7.3 branch this behaves better in that you could:

gm2 -g -c other.mod main.mod

but you would still need to link one application program:

gm2 -g -I. main.mod


I wonder if you could just check if you break the compile and link
into individual steps and see if it works/fails ?

regards,
Gaius


I have 2 questions. In the documentation for gm2, you mention a flag -fonly-link. Is that not needed?

And, why is the -I. needed? I thought that the default location to look is in the current directory.





reply via email to

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