Joel J. Adamson wrote:
For example, "make dist" would compile scheme modules in such a way that all the work left is for the C compiler.
I realize this raises some questions about linking with Gambit, so I'm a little confused.
You might just do as Gambit does: use the gsc-cc-o script for compiling the C code. This should already contain all the necessary info Gambit got out of autoconf (at least the info relevant to compiling the Gambit C files).
Christian.