I'm trying to build from source on Leopard. I grabbed the latest source tarball and ran hg pull / hg update.
./configure --enable-single-host --enable-gcc-opts --enable-shared
This seemingly ran fine and then the following failed.
junior:gambit joelr$ make making all in include making all in lib DYLD_LIBRARY_PATH=../lib:../gsi:../gsc: ../gsc-comp -:=.. -f -c -check _io.scm /bin/sh: ../gsc-comp: No such file or directory make[1]: *** [_io.c] Error 127 make: *** [all-recursive] Error 1
Any suggestions?
Thanks, Joel