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
Afficher les réponses par date
Thu, 20 Dec 2007 12:25:18 +0000, joelr1 wrote:
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?
Please read the mailing list archive
https://webmail.iro.umontreal.ca/pipermail/gambit-list/
more specifically:
https://webmail.iro.umontreal.ca/pipermail/gambit-list/2007-December/001882.... (this seems to be a "Thursday" question :-) )
BTW: Is there a search function for the mailing list archive?
Sven
On Dec 20, 2007, at 12:48 PM, Sven.Hartrumpf@FernUni-Hagen.de wrote:
https://webmail.iro.umontreal.ca/pipermail/gambit-list/2007-December/001882.... (this seems to be a "Thursday" question :-) )
This worked like a charm, thanks!