chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] csi : problems to require stuff


From: felix winkelmann
Subject: Re: [Chicken-users] csi : problems to require stuff
Date: Tue, 13 Dec 2005 14:38:20 +0100

I don't understand this. Do you have old libraries installed
somewhere? Does `(load-library 'srfi-1 "libchicken.so")' work?
Could you run csi like this:

% LD_DEBUG=libs csi
...


cheers,
felix


On 12/13/05, Jörg F. Wittenberger <address@hidden> wrote:
> here the complete session:
>
> address@hidden:~$ csi
>   _______   _     __
>  / ___/ /  (_)___/ /_____ ___
> / /__/ _ \/ / __/  '_/ -_) _ \
> \___/_//_/_/\__/_/\_\\__/_//_/
>
> Version 2, Build 2 - linux-unix-gnu-x86 - [ dload ]
> (c)2000-2005 Felix L. Winkelmann
> #;1> (require 'srfi-1)
> ; loading library srfi-1 ...
> #;2> cons*
> Error: unbound variable: cons*
> #;2>
>
>
> Am Montag, den 12.12.2005, 21:00 +0100 schrieb felix winkelmann:
> > On 12/11/05, Jörg F. Wittenberger <address@hidden> wrote:
> > > Hello,
> > >
> > > I just upgraded to chicken "Version 2, Build 2 - linux-unix-gnu-x86 -
> > > [ dload ]" (from version 1.63).
> > >
> > > Now I can't find out how to tell csi to use srfi-1 bindings.  I tries
> > >
> > > #!/usr/bin/csi -script
> > > (require 'srfi-1)
> > > cons*
> > >
> >
> > When you start csi interactively, what does the require print?
> >
> >
> > cheers,
> > felix
>




reply via email to

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