[plt-scheme] Error in SRFI 27

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Aug 15 09:40:28 EDT 2007

On Aug 15, Matthew Flatt wrote:
> I think the problem is
> 
>  1. A ".zo" file produced on a 64-bit machine writes fixnum constants
>     using at most 32 bits --- even if the fixnum doesn't fit into 32
>     bits.
> 
>  2. A recent reconfiguration of our distribution server means that the
>     ".zo" files for all platforms are generated on a 64-bit machine.
> 
> I'm not positive about 2, but I'm sure of 1, and I'm fixed that in SVN.

(2 is correct.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.