chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] error unbound variable w/ srfi-13 and/or module impo


From: masukomi
Subject: Re: [Chicken-users] error unbound variable w/ srfi-13 and/or module importing
Date: Fri, 30 Aug 2019 09:24:07 -0400

>> compilation:

>> csc -unit hello -cJ hello.scm

>Add -static here to ensure the srfi-13 dependency is stored in the hello.link 
>file.

Yaay. That did it. Thanks Felix.


- Kay

On Fri, Aug 30, 2019 at 6:45 AM <address@hidden> wrote:
>
> > compilation:
>
> > csc -unit hello -cJ hello.scm
>
> Add -static here to ensure the srfi-13 dependency is stored in the hello.link 
> file.
>
>
> felix
>



reply via email to

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