Christian Jaeger christian@pflanze.mine.nu writes:
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).
I'm a little confused (again) about what you mean. Are you suggesting someone installing the software use gsc-cc-o? I will take a look at it, as I obviously need to figure out what it does.
Thanks, Joel