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