The compiler I am using is i686-apple-darwin11-llvm-gcc-4.2 which come with Xcode.
Updating to git version of gambit, configure tells me what am I doing wrong.
Ok! I will have to compile a compiler…. (again)
Best Regards
Richard
PS: Sorry for the late reply, I do have a day job and a family at night. So I "play" in the very early morning.
On 2012-10-16, at 9:20 AM, Marc Feeley feeley@iro.umontreal.ca wrote:
Le 2012-10-16 à 5:10 AM, Richard Prescott rdprescott@gmail.com a écrit :
Any idea what am I doing wrong ?
It would help greatly if you gave information on the C compiler that you are using. Is it clang or gcc? Which version? Some versions of clang and gcc contain bugs which cause them to generate incorrect machine code when compiling Gambit. Some versions of these C compilers generate correct code, but take a lot of RAM memory and compilation time to compile Gambit. So it is good to choose the C compiler well.
I tend to use gcc to develop and build Gambit. This thread explains more: https://mercure.iro.umontreal.ca/pipermail/gambit-list/2012-May/005946.html
Marc