[plt-scheme] PLT 205 - windows scheme extensions crashing mzscheme

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Sep 26 11:35:04 EDT 2003

At Fri, 26 Sep 2003 08:19:48 -0700 (PDT), Ron Stanonik wrote:
> Or is it a cygwin problem?

I expect that there's some mismatch in MzScheme's configuration for
compiling with Cygwin and compiling with MSVC.

In particular, it looks like dynext/link-unit.ss doesn't use anything
like libmzsch.lib and libmzgc.lib when linking an extension with gcc,
so it can't be compiling right.

I hope to look at this later today.

Matthew



Posted on the users mailing list.