chicken-users
[Top][All Lists]
Advanced

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

Re: Guidance requested for debugging import problem.


From: felix . winkelmann
Subject: Re: Guidance requested for debugging import problem.
Date: Sun, 14 Nov 2021 21:54:31 +0100

> I went ahead and completed the minimal example build including the use of
> .import.o files to enable using modules in evals. See attached tar. It
> works fine which implies that, as you suggested, I have something wrong in
> my build system.

Thanks for the example code, this is really helpful understanding the problem.
I have added -M to the compilation rules for the modules and removed the
"uses" declaration of m1.import and the example still seems to work.
-M includes the registration code in the binary, so that the module is visible
at runtime. Perhaps this would help getting rid of the seprate *.import units.


felix




reply via email to

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