I got the tarball for guile-1.6.8 and am having some trouble producing pdf documents. Discussion on this list a couple of weeks ago suggested one could just cd to the appropriate directory and make.
First, you need to run configure at the top level to create some of the files. I did so. Second, when I do make pdf from the top, I get make[1]: Entering directory `/usr/local/src/tools/guile-1.6.8/doc' Making pdf in ref make[2]: Entering directory `/usr/local/src/tools/guile-1.6.8/doc/ref' GUILE="/usr/local/src/tools/guile-1.6.8/pre-inst-guile" ../../scripts/snarf-guile-m4-docs ../../guile-config/guile.m4 > autoconf-macros.texi /usr/local/src/tools/guile-1.6.8/pre-inst-guile: line 83: /usr/local/src/tools/guile-1.6.8/libguile/guile: No such file or directory /usr/local/src/tools/guile-1.6.8/pre-inst-guile: line 83: exec: /usr/local/src/tools/guile-1.6.8/libguile/guile: cannot execute: No such file or directory make[2]: *** [autoconf-macros.texi] Error 126 make[2]: Leaving directory `/usr/local/src/tools/guile-1.6.8/doc/ref' It looks as if maybe some other stuff needs to be built first, and the Makefile isn't picking up on it. I would like to avoid building guile, and certainly want to avoid installing it. Any ideas how to get the docs built? I'm on a Debian GNU/Linux system; it is unlikely I currently have all packages installed that would be needed for a full build. The tarball is the original one, with no Debian modifications. -- Ross Boylan wk: (415) 514-8146 185 Berry St #5700 [EMAIL PROTECTED] Dept of Epidemiology and Biostatistics fax: (415) 514-8150 University of California, San Francisco San Francisco, CA 94107-1739 hm: (415) 550-1062 _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
