Parent Directories

/
software/

Directory guile-syscalls

4232007-04-02 09:37:31text/plainNEWS
8612007-04-02 09:39:34text/plainWHIRLPOOLSUMS
3179062007-02-15 11:45:26application/x-targuile-syscalls-0.1.tar.gz
3188622007-02-16 13:56:24application/x-targuile-syscalls-0.2.tar.gz
3199802007-02-26 06:36:21application/x-targuile-syscalls-0.3.tar.gz
3300042007-04-02 09:38:30application/x-targuile-syscalls-0.4.tar.gz
86072007-04-02 09:38:30text/htmlguile-syscalls.html

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.