[plt-scheme] Re: [PLT announcement] PLT Scheme v351

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Jul 26 11:23:45 EDT 2006

At Mon, 24 Jul 2006 23:37:22 -0400 (EDT), "Ari Pollak" wrote:
> It seems PLT Scheme 351 doesn't compile on Debian with an amd64.

This was a problem with the x86_64 back end. Specifically, it generated
bad code when MzScheme's static variables reside at addresses beyond
the 32-bit range (and static variables arrive at such addresses after
building with --enable-shared).

It's now fixed in SVN.

Matthew



Posted on the users mailing list.