%general-entities; ]> $LastChangedBy$ $Date$ g-wrap-&gwrap-version;.tar g-wrap G-Wrap-&gwrap-version; G-Wrap Introduction to G-Wrap The G-Wrap package contains tools for exporting C libraries into Scheme interpreters. The version used here is considered a development version, however it has been confirmed to be a reliable replacement for the 'stable' version. The 'stable' version of G-Wrap will not build against the recent versions of Guile and SLIB and there will be no further development in the 'stable' series. For further information, please visit the G-Wrap homepage at . Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gwrap-md5sum; Download size: &gwrap-size; Estimated disk space required: &gwrap-buildsize; Estimated build time: &gwrap-time; G-Wrap Dependencies Required , and or If you are building G-Wrap as a dependency for GnuCash, ensure you have GLib-1 installed and you pass the GLIB_XXX environment variables to the configure script as shown below. Optional (build Java so that libffi is built), , and guile-gtk Installation of G-Wrap Install G-Wrap by running the following commands: GLIB_CFLAGS=$(glib-config --cflags) \ GLIB_LIBS=$(glib-config --libs) \ ./configure --prefix=/usr && make The test suite for this package is currently broken. Now, as the root user: make install Command Explanations GLIB_CFLAGS=$(glib-config ...) GLIB_LIBS=$(glib-config ...) ./configure ...: The configure script does not pull in the proper GLib-1 CFLAGS and LIBS parameters so glib-config is used to set them. Omit setting them like this if you are not building G-Wrap as a dependency for GnuCash and only issue the ./configure command instead. Contents Installed Program Installed Libraries Installed Directories g-wrap-config /usr/lib/libffi.[so,a], /usr/lib/libgw-guile-*.[so,a] and /usr/lib/libgwrap-*.[so,a] /usr/include/g-wrap, /usr/share/doc/g-wrap-&gwrap-version; and /usr/share/guile/site Short Descriptions g-wrap-config is a tool to generate CFLAGS for linking C code to the Scheme runtime libraries. g-wrap-config