chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] How to use units and modules together?


From: Evan Hanson
Subject: Re: [Chicken-users] How to use units and modules together?
Date: Mon, 1 May 2017 16:32:15 +1200

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



reply via email to

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