[plt-scheme] PLT Scheme v204 available

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed May 7 16:56:00 EDT 2003

At Wed, 7 May 2003 18:56:43 +0200, Manfred Wuttke wrote:
> gcc -g -O2 -Wall -I./../include -c ./gmp/gmp.c  -fPIC -DPIC -o .libs/gmp.lo
> In file included from gmp/gmp.c:36:
> gmp/gmplonglong.h:234:12: missing terminating " character

Apparently GCC has changed so that it won't accept this file anymore.
(Seems fair.)

Here's a replacement for plt/src/mzscheme/src/gmp/gmplonglong.h that
should let you compile:

   http://www.cs.utah.edu/~mflatt/tmp/gmplonglong.h

Matthew



Posted on the users mailing list.