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: Matt Welland
Subject: Re: [Chicken-users] How to use units and modules together?
Date: Sun, 30 Apr 2017 22:37:37 -0700

That did the trick. Thanks Evan.

On Sun, Apr 30, 2017 at 9:32 PM, Evan Hanson <address@hidden> 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

reply via email to

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