srfi-1 is no extension, it's part of libchicken. In that case the pathnames
searched for extensions are irrelevant (and should be identical
to CHICKEN_REPOSITORY on Windows anyway).

What's the output of "(dynamic-load-libraries)"?

Okay, dynamic-load-libraries showed that it was looking for libchicken-0.dll so I copied the original libchicken.dll to libchicken-0.dll and then it reported nursery too small.

Ian

#;1> (dynamic-load-libraries)
("libchicken-0.dll")
#;2> (require-extension srfi-1)
; loading library srfi-1 ...

nursery is too small - try higher setting using the `-:s' option - execution terminated


C:\chicken-new\bin>




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

Reply via email to