Node:gh preliminaries, Next:Data types and constants defined by gh, Previous:GH deprecation, Up:GH
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.