[gambit-list] Trouble building on mac
C K Kashyap
ckkashyap at gmail.com
Sat Jan 21 15:47:40 EST 2017
Hi,
I tried to build gambit on my home mac mini (macOS Sierra, 10.12.2) first
with xcode/gcc using
./configure --enable-gcc-opts
--prefix=/Users/kashyap/Documents/dev/gambitInstall; make -j4
latest-release; ./configure --enable-single-host --enable-gcc-opts; make
-j4 from-scratch; make check
This resulted in
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -warnings
-c -check _t-c-2.scm
make: *** [_t-c-2.c] Segmentation fault: 11
I then installed gcc using brew and tried with CC=gcc-6 option ... this too
resulted in the same error. I tried running gdb (after all the certificate
drama), but was not able to get any more information ...
(gdb) r -:~~bin=../bin,~~lib=../lib,~~include=../include -f -warnings -c
-check _t-c-2.scm
Starting program: /Users/kashyap/Documents/dev/gambit/gsc-boot
-:~~bin=../bin,~~lib=../lib,~~include=../include -f -warnings -c -check
_t-c-2.scm
During startup program terminated with signal SIG113, Real-time event 113.
Am I missing a something here?
Regards,
Kashyap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20170121/c791d160/attachment.htm>
More information about the Gambit-list
mailing list