%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. &lfs70_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 -i 's/gc_version.h/gc.h/' \ test-suite/standalone/test-pthread-create-secondary.c && ./configure --prefix=/usr && make && make html && makeinfo --plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi && makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi If you have or installed and wish to build alternate formats (PDF and postscript) of the documentation, issue the following commands: for DIRNAME in r5rs ref do make -k -C doc/${DIRNAME} pdf ps done && unset DIRNAME To test the results, issue: make check. Now, as the root user: make install && find examples -name "Makefile*" -exec rm {} \; && install -v -m755 -d /usr/share/doc/guile-&guile-version; && cp -vR examples /usr/share/doc/guile-&guile-version; && for DIRNAME in r5rs ref do install -v -m755 -d /usr/share/doc/guile-&guile-version;/${DIRNAME} && install -v -m644 doc/${DIRNAME}/*.txt \ /usr/share/doc/guile-&guile-version;/${DIRNAME} && if [ -d doc/${DIRNAME}/${DIRNAME}.html ]; then cp -v -R doc/${DIRNAME}/${DIRNAME}.html \ /usr/share/doc/guile-&guile-version;/${DIRNAME} fi done && cp -v -R doc/ref/guile.html /usr/share/doc/guile-&guile-version;/ref If you built the alternate formats of the documentation, install them using the following commands issued by the root user: for DIRNAME in r5rs ref do install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \ /usr/share/doc/guile-&guile-version;/${DIRNAME} done Command Explanations sed -i 's/gc_version.h/gc.h/' test-suite/...-secondary.c: This command corrects an error that prevents the test suite from running. Contents Installed Programs Installed Libraries Installed Directories guild, guile, guile-config, guile-snarf, and guile-tools libguile-2.0.{so,a} and /libguilereadline-v-18.{so,a} /usr/include/guile, /usr/lib/guild, /usr/share/doc/guile-&guile-version; 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, 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