I am currently in the process of compiling GPC on an SGI O2 station
under Irix 6.5, and an error is occurring in the buiding of the
compiler (after a successful configuration).
This compilation is based on gcc-2.95.2 (the core version) and gpc-20000719.
I am listing below the error messages (the binary file tcrtend.o is
not found):
----------------------------------------------------------------------
----------
gmake
gmake[1]: Entering directory `/usr/people/ottorini/pascal/gpc-build/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
mkdir pic; \
etc...
......................................................................
.............
/usr/people/ottorini/pascal/gpc-build/gcc/xgcc \
-B/usr/people/ottorini/pascal/gpc-build/gcc/ \
-B/usr/freeware2/mips-sgi-irix6.5/bin/ \
-I/usr/freeware2/mips-sgi-irix6.5/include -DIN_GCC \
-g -O2 -I./include -I. \
-I/usr/people/ottorini/pascal/gcc-2.95.2/gcc \
-I/usr/people/ottorini/pascal/gcc-2.95.2/gcc/config \
-I/usr/people/ottorini/pascal/gcc-2.95.2/gcc/../include -g0 \
-finhibit-size-directive -fno-inline-functions -fno-exceptions -g1 \
-c /usr/people/ottorini/pascal/gcc-2.95.2/gcc/crtstuff.c -DCRT_END
-o tcrtend.o
gmake[3]: Leaving directory `/usr/people/ottorini/pascal/gpc-build/gcc'
tcrtend.o - No such file or directory
gmake[2]: *** [stmp-multilib-sub] Error 2
gmake[2]: Leaving directory `/usr/people/ottorini/pascal/gpc-build/gcc'
gmake[1]: *** [stmp-multilib] Error 1
gmake[1]: Leaving directory `/usr/people/ottorini/pascal/gpc-build/gcc'
gmake: *** [install-gcc] Error 2
stat-sgi 24%
----------------------------------------------------------------------
----------
I would be the most grateful if somenone could give me a hint as to
how possibly fix this problem.
Jean-Marc Ottorini