Re: Scheme 48 1.9 release candidate #1

Marcus Crestani <[email protected]> Sun, 30 Dec 2012 18:41:20 +0100
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
>>>>>"MS" == Michael Sperber <[email protected]> writes:
MS> I'd appreciate if people could give this a whirl.  I'm especially
MS> interested in reports Mac OS X Mountain Lion and Windows 8.

Mountain Lion's LLVM/Clang still has the bug you've mentioned.  I work
around it by turning off the compiler's optimization ("-O0"), e.g.

  ./configure CFLAGS="-O0"

Other than that, the release candidate works fine.

-- 
Marcus