Guile on Win32
Marcus G. Daniels
marcus@cathcart.sysc.pdx.edu
11 Jul 1997 12:41:24 -0700
I ported Guile to run on Windows 95 and NT. The changes are not in
the Guile 1.2 release, they are in the snapshots from:
ftp://ftp.red-bean.com/pub/guile
To build it, you use the gnu-win32 compiler suite from
http://www.cygnus.com/misc/gnu-win32.
Due to limitations in gnu-win32, two changes are needed in the
libguile/Makefile:
1) bin_PROGRAMS should be guile.exe, not guile
2) top_builddir should be the absolute path of your guile build
area, not "..".