%general-entities; ]> $LastChangedBy$ $Date$ Guile-&guile-version; Introduction to <application>Guile</application> The Guile package contains the Project GNU's extension language library. Guile also contains a stand alone Scheme interpreter. Package information Download (HTTP): Download (FTP): Download MD5 sum: &guile-md5sum; Download size: &guile-size; Estimated disk space required: &guile-buildsize; Estimated build time: &guile-time; Installation of <application>Guile</application> Install Guile by running the following commands: ./configure --prefix=/usr && LD_LIBRARY_PATH="$PWD/libguile-ltdl/.libs" make && make install Command Explanations LD_LIBRARY_PATH="$PWD/libguile-ltdl/.libs" make: Something is broken in the Autotools chain. Passing this variable allows the build to finish successfully. Contents In addition to the libguile libraries, the Guile package contains guile, guile-config, guile-snarf, guile-tools and numerous Guile scripts. Description guile guile is a stand-alone Scheme interpreter for Guile. guile-config guile-config is a Guile script which provides the information necessary to link your programs against the Guile library, in much the same way does. guile-snarf 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. guile-tools guile-tools is a wrapper program installed along with guile which knows where a particular module is installed and calls it passing its args to a program.