Both versions of the library are mentioned all over the place in the
compiled .c files.
Here a patch for parameters.scm:
79,80c79,80
< (define-constant cygwin-default-dynamic-load-libraries '("cygchicken-0"))
< (define-constant mingw-default-dynamic-load-libraries '("libchicken-0"))
---
(define-constant cygwin-default-dynamic-load-libraries '("cygchicken"))
(define-constant mingw-default-dynamic-load-libraries '("libchicken"))
cheers,
felix
Excellent - that fixed the problem!
Cheers,
Ian
;; ---- ;;
C:\chicken-new\bin>csi
___| | _) |
| __ \ | __| | / _ \ __ \
| | | | | ( < __/ | |
\____|_| |_|_|\___|_|\_\\___|_| _|
Version 2, Build 325 - windows-mingw32-x86 - [ dload ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann
#;1> (require-extension srfi-1)
; loading library srfi-1 ...
#;2> (fold + 0 '(1 2 3 4 5))
15
#;3> (dynamic-load-libraries)
("libchicken.dll")
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users