I've tried this, but I still get the error. Currently my files are in every long list of files (.c, .doc, .x, and .h), and I don't see any other places where source files for the main Guile program are listed. Is there anything else I can try?
Thanks a lot Noah On Mon, Jun 14, 2010 at 5:39 PM, Andy Wingo <wi...@pobox.com> wrote: > On Sun 13 Jun 2010 16:26, Noah Lavine <noah.b.lav...@gmail.com> writes: > >> How does one add new C files to libguile? > > Look for e.g. all the lines that start with "alist." in the Makefile.am, > and copy them to your new file. If you don't use SCM_DEFINE et al, you > might not need to copy the .doc or .x lines. > > Cheers, > > Andy > -- > http://wingolog.org/ >