[MIT-Scheme-devel] Re: Bug in x86-64 compiler?

2010-04-24 Thread Chris Hanson
Thanks; that was the problem. Fixed in git. On Sat, Apr 24, 2010 at 1:01 PM, Taylor R Campbell wrote: >   Date: Sat, 24 Apr 2010 12:17:15 -0700 >   From: Chris Hanson > >   There's a reproducible bug in Edwin that appears to be a compiler bug >   in the x86-64 back end.  The problem is the foll

[MIT-Scheme-devel] Re: Bug in x86-64 compiler?

2010-04-24 Thread Taylor R Campbell
Date: Sat, 24 Apr 2010 12:17:15 -0700 From: Chris Hanson There's a reproducible bug in Edwin that appears to be a compiler bug in the x86-64 back end. The problem is the following sequence (from edwin/bufwmc, procedure column->y, the second to last procedure in the file):

[MIT-Scheme-devel] Re: compiling mit-scheme on x86-64 Ubuntu 8.04 (Hardy Haron)

2010-04-24 Thread Taylor R Campbell
Date: Sat, 24 Apr 2010 17:09:55 +0200 From: l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) For the record it builds on all platforms supported by Nixpkgs except Darwin and Cygwin: . For Darwin, my guess is that you've omitted /usr

[MIT-Scheme-devel] Re: compiling mit-scheme on x86-64 Ubuntu 8.04 (Hardy Haron)

2010-04-24 Thread Taylor R Campbell
Date: Sat, 24 Apr 2010 17:09:55 +0200 From: l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Heh, M4 was missing; adding it solves the problem (a ‘configure’ diagnostic would be handy IMO.) This is (finally) fixed in Git, as of a few days ago. __