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 <[EMAIL PROTECTED]> wrote:
> here the complete session:
>
> [EMAIL PROTECTED]:~$ 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 <[EMAIL PROTECTED]> 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
>


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to