On Mon, 15 Apr 2013 22:56:10 +0200, Mikael mikael.rcv@gmail.com wrote:
Gambit's consituent Scheme files have the names _*.scm and their C correspondent files are _*.c . You're supposed to have pre-generated versions of those C files when you compile.
I know, `make bootclean' deletes all the *.c files & then `make' is supposed to use to bootstrap compiler to recreate them from the *.scm files; that isn't happening. I've tried this multiple times & done a `git checkout -- .' to rollback all changes to my cloned repo. Like I said, this issue looks very similar to the one Bradley Lucifer reported last year. Here's the link again, go read through that thread.