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

Reply via email to