%general-entities; ]> $LastChangedBy$ $Date$ Guile-&guile-version; Guile Introduction to Guile The Guile package contains the Project GNU's extension language library. Guile also contains a stand alone Scheme interpreter. &lfs72_checked; 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; Guile Dependencies Required , , , and Optional User Notes: Installation of Guile Install Guile by running the following commands: sed -e "/SUBDIRS/d" -i doc/Makefile.am && autoreconf -fi && ./configure --prefix=/usr --disable-static && make To test the results, issue: make check. Now, as the root user: make install Command Explanations sed -e "/SUBDIRS/d" -i doc/Makefile.am: This sed prevents info documentation from being built since the documentation build is broken with Texinfo 5.0. Contents Installed Programs Installed Libraries Installed Directories guild, guile, guile-config, guile-snarf and guile-tools libguile-2.0.so and libguilereadline-v-18.so /usr/include/guile, /usr/lib/guile 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 PkgConfig does. guile-config guile-snarf is a script to parse declarations in your C code for Scheme visible C functions. guile-snarf guild is a wrapper program installed along with guile, which knows where a particular module is installed and calls it, passing its arguments to the program. guild guile-tools is a symlink to guild. guile-tools