1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 21:30:29 +02:00
guile/doc/example-smob
Andy Wingo 0c81a0c13a bump effective version to 2.2
* .gitignore:
* GUILE-VERSION (GUILE_EFFECTIVE_VERSION):
* configure.ac:
* doc/example-smob/Makefile (CFLAGS, LIBS):
* doc/guile.1:
* doc/ref/libguile-concepts.texi:
* doc/ref/srfi-modules.texi:
* doc/ref/vm.texi:
* meta/Makefile.am (EXTRA_DIST, pkgconfig_DATA):
* meta/guile-config.in (guile-module):
* meta/guile-2.2-uninstalled.pc.in:
* meta/guile-2.2.pc.in: Bump effective version to 2.2.
2011-04-11 23:45:04 +02:00
..
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
image-type.c Update `doc/example-smob'. 2011-02-15 16:40:27 +01:00
image-type.h
Makefile bump effective version to 2.2 2011-04-11 23:45:04 +02:00
myguile.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
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.