<HTML>
<HEAD>
<TITLE>[plt-scheme] 4.2.5.7 compilation error under SGI IRIX 6.</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi, <B>Matthew.<BR>
</B>I replaced the libffi the newer of GCC 4.5.0, which contains hotfix to work correctly on mips. Also, I deleted the line with RETURN in the file smalloc.c. I also corrected one file in wxxt (the compiler does not understand (a, b. ..) and I changed it to (a, b, ...)). Also received specific for SGI error when compiled mred, related link errors libjpeg or libpng. It was necessary to add to Makefile ldflag &quot;-lC&quot;. Following these actions, &quot;Make&quot; passed without problems errors and comments. But &quot;make install&quot; I received an new error again:<BR>
IRIS 323% gmake install<BR>
gmake install-cgc<BR>
gmake[1]: Entering directory `/usr/people/val/plt/src/build7'<BR>
gmake install-cgc-common<BR>
gmake[2]: Entering directory `/usr/people/val/plt/src/build7'<BR>
gmake install-common-first<BR>
gmake[3]: Entering directory `/usr/people/val/plt/src/build7'<BR>
mkdir -p &quot;/opt/plt-scheme/bin&quot; &quot;/opt/plt-scheme/lib/plt/collects&quot; &quot;/opt/plt-scheme/share/plt/doc&quot; &quot;/opt/plt-scheme/lib&quot; &quot;/opt/plt-scheme/include/plt&quot; &quot;/opt/plt-scheme/lib/plt&quot; &quot;/opt/plt-scheme/share/man&quot;<BR>
gmake[3]: Leaving directory `/usr/people/val/plt/src/build7'<BR>
cd mzscheme; gmake install-cgc<BR>
gmake[3]: Entering directory `/usr/people/val/plt/src/build7/mzscheme'<BR>
gmake headers<BR>
gmake[4]: Entering directory `/usr/people/val/plt/src/build7/mzscheme'<BR>
./mzschemecgc -cqu ../../mzscheme/mkincludes.ss &quot;/opt/plt-scheme/include/plt&quot; &quot;../../mzscheme&quot; .<BR>
gmake[4]: *** [headers] Bus error (core dumped)<BR>
gmake[4]: Leaving directory `/usr/people/val/plt/src/build7/mzscheme'<BR>
gmake[3]: *** [install-cgc] Error 2<BR>
gmake[3]: Leaving directory `/usr/people/val/plt/src/build7/mzscheme'<BR>
gmake[2]: *** [install-cgc-common] Error 2<BR>
gmake[2]: Leaving directory `/usr/people/val/plt/src/build7'<BR>
gmake[1]: *** [install-cgc] Error 2<BR>
gmake[1]: Leaving directory `/usr/people/val/plt/src/build7'<BR>
gmake: *** [install] Error 2<BR>
IRIS 324% <BR>
<BR>
This happens with both &quot;- disable-foreign&quot;, and without.<BR>
</SPAN></FONT>
</BODY>
</HTML>