On May 5, 2014, at 12:34 PM, Denis Fourt denis.prog@hotmail.com wrote:
Hi,
I tried to install gambit with the installer. The interpreter worked, the compiler failed to compile a simple file (xcode and its command lines tools were installed). I finally installed apple's old gcc4.2 and then gambit with HomeBrew (the gambit formula allows to specify a compiler) and it seems to work fine. Well I might get some problems when linking with some 10.9 libs, I have no idea whether apple's previous and present compilers produce compatible binaries or not.
Any thoughts, similar troubles related to this topic?
Thanks,
Denis
Can you open an issue for this on github? (https://github.com/feeley/gambit/issues)
It would help if you could give the error messages that were produced. You should try to call gsc with the -verbose option so that the invocations of the C compiler are shown.
Marc