To use gh, you must have the following toward the beginning of your C source:
#include <guile/gh.h>
When you link, you will have to add at least -lguile
to the list
of libraries. If you are using more of Guile than the basic Scheme
interpreter, you will have to add more libraries.
Go to the first, previous, next, last section, table of contents.