chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] repl with scgi?


From: jbarciela jbarciela
Subject: Re: [Chicken-users] repl with scgi?
Date: Wed, 28 Jun 2006 18:46:45 -0400

Hello Peter,

Unfortunatelly in my system (PowerBook G4, OSX 10.4.6, Chicken Version
2, Build 3 - macosx-unix-gnu-ppc - [ dload ptables ], installed via
Darwin ports) I get this instead:

#;1> (use srfi-18)
; loading library srfi-18 ...
Error: (load-library) unable to load library
srfi-18
"dlopen(libchicken.dylib, 9): image not found"

       Call history:

       <eval>          (load-library (quote srfi-18))  <--


Jaime

On 6/28/06, Peter Bex <address@hidden> wrote:
On Wed, Jun 28, 2006 at 06:20:34PM -0400, jbarciela jbarciela wrote:
> Anyway, I tried making the thread myself, but make-thread is unbound.
> I noticed that srfi-18 is not an egg, and it doesn't show up if I
> enter ",r" in csi. Does that means that I have to compile my own
> chicken?

#;1> make-thread
Error: unbound variable: make-thread
#;1> (use srfi-18)
; loading library srfi-18 ...
#;2> make-thread
#<procedure (make-thread thunk20 . name21)>

It's a library but not loaded by default. (just like posix, for example)

HTH
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users








reply via email to

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