It looks to me as if there is a '' mising on the line ending -DCRT_END,
so I presume the xgcc produced a file called "a.out" and then after
that make tried to execute the command "-o tcrtend.o".
|
| 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%
Many many thanks for your answer, Richard, but this lack of "" is
due to a mail system reformating process. Nethertheless, you have
pointed in a direction where I am going to check some items.
Jean-Marc