Ciao,
I have Gambit-C 4.6.0 installed on a i686-pc-linux-gnu along with GCC 4.5.1, and it can successfully compile simple programs; I am no expert of Gambit. When trying to build r6gambit from the tarball at:
http://smyles.com/projects/r6gambit.tar.gz
I get the following error:
$ gsc-script -i compile generating r6rs. creating stage compiling /home/marco/var/build/devel/r6gambit/srfi-1-min.scm compiling /home/marco/var/build/devel/r6gambit/srfi-99.scm compiling /home/marco/var/build/devel/r6gambit/error.scm compiling /home/marco/var/build/devel/r6gambit/srfi-69.scm compiling /home/marco/var/build/devel/r6gambit/uri.scm compiling /home/marco/var/build/devel/r6gambit/catalog.scm compiling /home/marco/var/build/devel/r6gambit/compat-gambit.scm compiling /home/marco/var/build/devel/r6gambit/runtime.scm compiling /home/marco/var/build/devel/r6gambit/srfi-66.scm loading stage... create play compiling /tmp/r6rs-expand-1291024639/core.exp compiling /tmp/r6rs-expand-1291024639/expander.exp compiling /home/marco/var/build/devel/r6gambit/primitives.scm linking (/tmp/r6rs-expand-1291024639/srfi-1-min /tmp/r6rs-expand-1291024639/srfi-99 /tmp/r6rs-expand-1291024639/error /tmp/r6rs-expand-1291024639/srfi-69 /tmp/r6rs-expand-1291024639/uri /tmp/r6rs-expand-1291024639/catalog /tmp/r6rs-expand-1291024639/compat-gambit /tmp/r6rs-expand-1291024639/runtime /tmp/r6rs-expand-1291024639/srfi-66 /tmp/r6rs-expand-1291024639/core /tmp/r6rs-expand-1291024639/expander /tmp/r6rs-expand-1291024639/primitives) generating-library ... gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory done
is there a fix for this?
TIA