goosh is a small process-control library for Guile.

This version requires guile-core dated 13 November 2000 or later,
e.g., version 1.6 once it's released or a version from CVS.

goosh can be installed either with something like:

./configure --prefix=<see below>
make install

or by placing goosh.scm somewhere in the Guile load path
("make install" will also install the documentation).

The prefix given to configure should probably match the prefix where
Guile's site directory can be found.  Otherwise Guile won't find the
module without further configuration.  E.g.,

--prefix=/usr --> /usr/share/guile/site
--prefix=/usr/local --> /usr/local/share/guile/site

Updated versions may be available from http://arglist.com/guile/

Gary Houston <ghouston@arglist.com>
