This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-1.9 is failing make checks on irix 6.2 ...




hi,


i have built egcs 1.0 on an sgi indy running irix 6.2. when run gmake with the
"-k check" option i get the following error message...

runtest --tool g++ 
/bin/sh: runtest:  not found
gmake[1]: [check-g++] Error 127 (ignored)
rootme=`pwd`; export rootme; \
srcdir=`cd ../../EGCS/egcs-1.0/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=${srcdir}/../tcl/library ; \
   export TCL_LIBRARY ; fi ; \
runtest --tool g77 
/bin/sh: runtest:  not found
gmake[1]: [check-g77] Error 127 (ignored)
gmake[1]: Leaving directory `/disk3/GNU/egcs/gcc'
gmake: Target `check' not remade because of errors.
cornerstone 10#


... is there a work around for this? would it do any good to remake the
distribution?

also, when i try to build Inventor applications i get the following error...


In file included from /usr/include/Inventor/Xt/SoXt.h:46,
                 from Application.C:29:
/usr/include/Inventor/SbBasic.h:55: libc.h: No such file or directory
*** Error code 1 (bu21)


is there something else that i have to do to get g++ to compile
Inventor applications?


thank you,


_alonzo fretwell...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]