The Guile package contains the Project GNU's extension language library. Guile also contains a stand alone Scheme interpreter.
Download (HTTP): http://ftp.gnu.org/pub/gnu/guile/guile-1.6.6.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/guile/guile-1.6.6.tar.gz
Download MD5 sum: 99419494fbbcc257be41309c2a9284f0
Download size: 3.0 MB
Estimated disk space required: 36.5 MB
Estimated build time: 0.87 SBU
Install Guile by running the following commands:
./configure --prefix=/usr &&
LD_LIBRARY_PATH="$PWD/libguile-ltdl/.libs" make &&
make install
LD_LIBRARY_PATH="$PWD/libguile-ltdl/.libs" make: Something is broken in the Autotools chain. Passing this variable allows the build to finish successfully.
In addition to the libguile libraries, the Guile package contains guile, guile-config, guile-snarf, guile-tools and numerous Guile scripts.
guile-config is a Guile script which provides the information necessary to link your programs against the Guile library, in much the same way pkgconfig-0.15.0 does.
guile-snarf is a script to parse declarations in your C code for Scheme visible C functions, Scheme objects to be used by C code, etc.
Last updated on 2005-02-06 14:09:05 -0700