<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 "-lC". Following these actions, "Make" passed without problems errors and comments. But "make install" 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 "/opt/plt-scheme/bin" "/opt/plt-scheme/lib/plt/collects" "/opt/plt-scheme/share/plt/doc" "/opt/plt-scheme/lib" "/opt/plt-scheme/include/plt" "/opt/plt-scheme/lib/plt" "/opt/plt-scheme/share/man"<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 "/opt/plt-scheme/include/plt" "../../mzscheme" .<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 "- disable-foreign", and without.<BR>
</SPAN></FONT>
</BODY>
</HTML>