Ludovic Courtès e9d9445b50 Rename `ChangeLog' files to `ChangeLog-2008'. 16 years ago
..
ChangeLog-2008 e9d9445b50 Rename `ChangeLog' files to `ChangeLog-2008'. 16 years ago
Makefile 8e9fb89977 * Makefile (myguile): Fix link command, to put the Guile libraries 26 years ago
README 90b714763e Created this directory for the Guile 1.3 release. Thanks to Jay 26 years ago
image-type.c 0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 19 years ago
image-type.h 215282c426 Code layout fix 24 years ago
myguile.c 0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 19 years ago

README

This is the example code for the ``Defining New Types (Smobs)''
chapter of the Guile manual.

When you try to execute the code, if the system complains that it
can't find libguile.so, you need to add the directory containing the
installed Guile libraries to your LD_LIBRARY_PATH environment variable.