1 Probably you've found this file because an error occurred while trying to link
2 or to include a file in this directory. That's okay, I just forgot to tell you
3 you'll have to do some work yourself. First, acquire a copy of the Boehm GC
4 (it's a free-as-in-speech download, just google for it yourself). I've put
5 a tarball of v7.1 in the directory, you can use it or any later version. Next,
6 configure and build it for your platform. You'll have to pass the
7 --enable-cplusplus parameter to the configure script in order to make it work
8 with LibSylph. When you've done that, you'll need to copy a few things. DO NOT
9 RUN MAKE INSTALL! First, link/copy the include directory here. Next, you'll
10 also need a file called libgc.a. You can find that in a hidden directory
11 called .libs, copy it here as well. Then run LibSylph's make again and
14 * A libgc.a for Mac OS X is included as MacOSX_libgc.a
16 Disclaimer: LibSylph has no affiliation with Hans Boehm, Hewlett-Packard
17 Company, or the Catholic Church.