chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary


From: Ian Oversby
Subject: Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary
Date: Fri, 14 Jul 2006 05:44:20 +0000

Ian, what does "csi -v" show? Perhaps dynamic loading isn't
available (this is controlled by some preprocessor macros).
The srfi's are put into libchicken, extensions exist as separate
dll's (that results in different semantics and error-messages).

Does windows accept executable names in double-quotes?
If it does, I can try to address the space-in-pathname issue
in csc.scm(.in).

I've attached some output below. "csi -v" mentions dload at least. And windows looks like it does accept executable names in double-quotes, or it does from the windows shell at least.

C:\Program Files\Chicken\bin>set PATH=C:\Program Files\Chicken\bin;%PATH%

C:\Program Files\Chicken\bin>csi -v

 ___| |    _)      |
|     __ \  |  __| |  /  _ \ __ \
|     | | | | (      <   __/ |   |
\____|_| |_|_|\___|_|\_\\___|_|  _|

Version 2, Build 325 - windows-mingw32-x86 - [ dload ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann

C:\Program Files\Chicken\bin>"c:\Program Files\Chicken\bin\csi"

 ___| |    _)      |
|     __ \  |  __| |  /  _ \ __ \
|     | | | | (      <   __/ |   |
\____|_| |_|_|\___|_|\_\\___|_|  _|

Version 2, Build 325 - windows-mingw32-x86 - [ dload ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann
#;1> (exit)

Ian






reply via email to

[Prev in Thread] Current Thread [Next in Thread]