That did the trick. Thanks Evan.
On Sun, Apr 30, 2017 at 9:32 PM, Evan Hanson <[email protected]> wrote:
Hi Matt,
You're very close. The only step you missed was emitting an import
file
for your "other" module so that csc knows what to do when you "(import
other)" in main.scm.
This should work (note "-j other"):
csc other.scm -c -j other
csc other.o main.scm
Cheers,
Evan
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users