Next: , Previous: Transitioning away from GH, Up: GH


5.22.3 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.