scm-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Scm-discuss] compile->executable error


From: Aubrey Jaffer
Subject: Re: [Scm-discuss] compile->executable error
Date: Sat, 05 Nov 2016 22:41:41 -0400

Karl Zhang <address@hidden> writes:

 | I tried to compile a simple script but it failed.

 | ############################################################
 | $ ./scm -rcompile -e '(compile->executable "ex1.scm")'
 | ; Scheme (linux) script created by SLIB/batch Fri Oct 21 11:08:01 2016
 | ; [-p linux]
 | ; ================ Write file with C defines
 | (delete-file "scmflags.h")
 | (call-with-output-file
 |   "scmflags.h"
 |   (lambda (fp)
 |     (for-each
 |       (lambda (string) (write-line string fp))
 |       '("#define IMPLINIT \"Init5f2.scm\""
 |         "#define CCLO"
 |         "#define FLOATS"))))
 | ; ================ Compile C source files

The problem was that inexact I/O now requires bignums.  Just add bignum
to your feature list or download the development version.

Thanks for your bug report.  The development version is updated:
http://groups.csail.mit.edu/mac/ftpdir/users/jaffer/scm.zip

Also, the CVS repository is updated:
https://savannah.gnu.org/cvs/?group=scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]