The G-Wrap package contains tools for exporting C libraries into Scheme interpreters.
Download (HTTP): http://www.gnucash.org/pub/g-wrap/source/g-wrap-1.3.4.tar.gz
Download (FTP): ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/g-wrap-1.3.4.tar.gz
Download MD5 sum: bf29b8b563cc27d9f7fd90a6243653aa
Download size: 403 KB
Estimated disk space required: 6.0 MB
Estimated build time: 0.2 SBU
SLIB-3a4 and GLib-1.2.10
guile-gtk and
GCC-4.1.2
(build Java so that libffi
is built)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gwrap
Install G-Wrap by running the following commands:
./configure --prefix=/usr && make
If you have teTeX-3.0 installed and wish to create alternate formats of the documentation, issue the following commands:
cd doc && texi2pdf g-wrap.texi && texi2html g-wrap.texi && makeinfo --plaintext -o g-wrap.txt g-wrap.texi && mv texinfo.tex texinfo.tex.SAVE && texi2dvi g-wrap.texi && dvips -o g-wrap.ps g-wrap.dvi && cd ..
To test the results, issue: make check.
Now, as the root
user:
make install
If you created the alternate formats of the documentation, install
it using the following commands as the root
user:
install -v -m755 -d /usr/share/doc/g-wrap-1.3.4 && install -v -m644 doc/g-wrap.{pdf,html,txt,dvi,ps} \ /usr/share/doc/g-wrap-1.3.4
Last updated on 2007-07-14 18:27:07 -0500