Parent Directories
Directory guile-syscalls
Welcome
This directory contains Guile-Syscalls, a set of modules
that expose to Guile 1.4.x a selection of the operating
system programming interface (known as the syscalls).
Dependencies
Guile 1.4.x
Installation
The standard build and installation flow:
./configure && make && make install
will install in ${infodir} the file guile-syscalls.info,
and under ${GUILE_LIBSITE} the following files:
syscalls/linux-gnu.{la,so.0.0.0} (plus symlinks)
Normally, ${infodir} is ${datarootdir}/info,
${datarootdir} is ${prefix}/share,
${GUILE_LIBSITE} is ${prefix}/lib/guile/site, and
${prefix} is /usr/local (use option --prefix to the
configure script to specify another value).
Installation also updates ${GUILE_LIBSITE}/.module-catalog
(or creates it if necessary).
Support
Please direct correspondance to Thien-Thi Nguyen.