On Dec 14, 2013, at 8:22 PM, Tomas Möre tomas.o.more@gmail.com wrote:
To those unfortunate souls who updated to OS X 10.9 The standard compiler that comes with with xcode 5 is clang and it will give you a ton of troubles.
To fix this (the easiest way) install gnu gcc from Macports.
Or you could run
./misc/install-gnu-gcc-osx
available in the Gambit distribution.
Brad