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 <[EMAIL PROTECTED]> 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
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users






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

Reply via email to