%general-entities; ]> $LastChangedBy$ $Date$ Guile-&guile-version; Guile 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 && make Now, as the root user: make install Contents Installed Programs Installed Libraries Installed Directories guile, guile-config, guile-snarf and guile-tools libguile.[so,a], libguilereadline-v-12.[so,a], libguile-ltdl.[so,a], libguile-srfi-srfi-13-14-v-1.[so,a], libguile-srfi-srfi-4-v-1.[so,a] and optionally, libqthreads.[so,a] /usr/include/guile, /usr/include/guile-readline, /usr/include/libguile and /usr/share/guile Short Descriptions guile is a stand-alone Scheme interpreter for Guile. guile 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-config guile-snarf is a script to parse declarations in your C code for Scheme visible C functions, i Scheme objects to be used by C code, etc. guile-snarf 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. guile-tools