|
From: | Ian Oversby |
Subject: | Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary |
Date: | Fri, 14 Jul 2006 11:11:38 +0000 |
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>
[Prev in Thread] | Current Thread | [Next in Thread] |