Hi, <div>I am using the mac OS lion, and tried to install Racket from binary(Mac OS x intel 386), but it does not work on my machine (it will exit drracket immediately when you tried to run it)</div><div>then I download the source, trying to compile it. But the errors came up as follows:</div>
<div><br></div><div>in the src folder, I executed : ./configure &amp;&amp; make</div><div>the error is: </div><div><br></div><div>......</div><div><div>make xsrc/precomp.h</div><div>env XFORM_PRECOMP=yes ../racketcgc -cqu ./xform.rkt --setup . --cpp &quot;gcc -E -I./.. -I./../include -DOS_X -D_DARWIN_UNLIMITED_SELECT -m32 -pthread  -fno-common  -DNEWGC_BTC_ACCOUNT  &quot;  --keep-lines -o xsrc/precomp.h ./precomp.c</div>
<div>make[4]: *** [xsrc/precomp.h] Bus error: 10</div><div>make[3]: *** [all] Error 2</div><div>make[2]: *** [3m] Error 2</div><div>make[1]: *** [3m] Error 2</div><div>make: *** [all] Error 2</div></div><div><br></div><div>
<br></div><div>after make clean, I also tried ./configure --enable-mac64 &amp;&amp; make </div><div>the error is: </div><div><div>make xsrc/precomp.h</div><div>env XFORM_PRECOMP=yes ../racketcgc -cqu ./xform.rkt --setup . --cpp &quot;gcc -E -I./.. -I./../include -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread  -fno-common  -DNEWGC_BTC_ACCOUNT  &quot;  --keep-lines -o xsrc/precomp.h ./precomp.c</div>
<div>make[4]: *** [xsrc/precomp.h] Segmentation fault: 11</div><div>make[3]: *** [all] Error 2</div><div>make[2]: *** [3m] Error 2</div><div>make[1]: *** [3m] Error 2</div><div>make: *** [all] Error 2</div></div><div><br>
</div><div><meta charset="utf-8">Note that after attach the source dmg file, I also rename it to leave no space in the file name (as there was the case where the compilation failed from previous questions)</div><div><br></div>
<div>Any idea how to fix it?</div><div>Thanks,</div><div>--Jenny</div>