mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Glascoe for suggesting that we provide a complete, buildable example! * ChangeLog, Makefile, README, image-type.c, image-type.h, myguile: New files.
6 lines
301 B
Text
6 lines
301 B
Text
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.
|