1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 20:40:29 +02:00
guile/doc/example-smob
Ludovic Courtès 28b9264d5b Update `doc/example-smob'.
* doc/example-smob/Makefile (CFLAGS, LIBS): Use `pkg-config' instead of
  `guile-config'.

* doc/example-smob/image-type.c (mark_image, free_image): Remove.
  (init_image_type): Don't call `scm_set_smob_mark' and
  `scm_set_smob_free'.
2011-02-15 16:40:27 +01: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 Code layout fix 2000-06-20 03:23:24 +00:00
Makefile Update `doc/example-smob'. 2011-02-15 16:40:27 +01: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.