Commands:
28 22:01 git clone https://github.com/feeley/gambit.git 29 22:01 cd gambit 31 22:02 ./configure CC='/pkgs/gcc-4.7.2/bin/gcc -march=core2 -fschedule-insns' --enable-single-host --enable-multiple-versions --enable-shared 32 22:03 make -j 2 bootstrap 33 22:06 make bootclean 34 22:07 make -j 2
Result:
DYLD_LIBRARY_PATH=..: ../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -check _io.scm DYLD_LIBRARY_PATH=..: ../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -check _num.scm make[1]: *** [_num.c] Segmentation fault make[1]: *** Waiting for unfinished jobs.... make[1]: *** [_io.c] Segmentation fault make: *** [all-recursive] Error 1
It builds fine without the --enable-shared.
Brad
Afficher les réponses par date