|
From: | Brandon J. Van Every |
Subject: | Re: [Chicken-users] Re: silex.exe dies |
Date: | Wed, 31 May 2006 23:57:22 -0700 |
User-agent: | Thunderbird 1.5.0.2 (Windows/20060308) |
felix winkelmann wrote:
I think this is not so much a interpreter/compiler inconsistency. Somehow the build is messed up. Linker trouble can sort all weird things to happen (using cmake 2.4 on Linux builds fine but the generated chicken crashes when trying to load compiled code dynamically).
I've pushed some CMakeLists.txt changes. Among them, I removed silex.exe compilation. Instead I just build csi-static.exe, which only needs libchicken and not easyffi.c. Then I run csi-static on silex.scm. In short, I do what ./configure does, rather than trying to be different. :-) But of course the build could still get weird for other reasons.
Do you have old chicken libraries somewhere? Perhaps it's a bootstrapping problem. Could you remove chicken completely and install a fresh 2.3, trying to bootstrap from that?
I will try. Cheers, Brandon Van Every
[Prev in Thread] | Current Thread | [Next in Thread] |