Add srfi-16 and srfi-30 to %cond-expand-features.
[bpt/guile.git] / doc / example-smob / README
CommitLineData
90b71476
JB
1This is the example code for the ``Defining New Types (Smobs)''
2chapter of the Guile manual.
3
4When you try to execute the code, if the system complains that it
5can't find libguile.so, you need to add the directory containing the
6installed Guile libraries to your LD_LIBRARY_PATH environment variable.