Node:gh preliminaries, Next:, Previous:GH deprecation, Up:GH



19.2 gh preliminaries

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.