1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/doc/example-smob
Neil Jerram 53befeb700 Change Guile license to LGPLv3+
(Not quite finished, the following will be done tomorrow.
   module/srfi/*.scm
   module/rnrs/*.scm
   module/scripts/*.scm
   testsuite/*.scm
   guile-readline/*
)
2009-06-17 00:22:09 +01:00
..
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
image-type.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
image-type.h Code layout fix 2000-06-20 03:23:24 +00:00
Makefile * Makefile (myguile): Fix link command, to put the Guile libraries 1998-10-15 22:02:59 +00:00
myguile.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
README Created this directory for the Guile 1.3 release. Thanks to Jay 1998-10-15 21:48:51 +00:00

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.