Sorry, I should have been more specific. I was talking about the Windows binaries available from your site at http://www.call-with-current-continuation.org/chicken-2.3-win32.zip. When you use the version of csc that comes with that zip to compile an executable, the executable is linked to the wrong dll (chicken.dll vs. libchicken.dll).
Clearly, the name of the dll changed under Windows, but something somewhere is still using the old name. Since it doesn't sound like you've heard about this I'll look more closely and see if I can find the problem spot. "felix winkelmann" <[EMAIL PROTECTED]> wrote on 07/10/2006 02:08:41 AM: > On 7/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Programs compiled with Chicken 2.3 link to chicken.dll, when Chicken 2.3 > > actually provides libchicken.dll. (The library used to be called > > chicken.dll in older releases.) > > Hm, so is this fixed in the current development release? Have you > been building with makefile.vc? What happens if you just remove > the old libs and install again? _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
