This is the mail archive of the gcc-bugs@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]

Problems running "gmake check" on IRIX-6.5 and True64 Unix 4.0E


Hi,

 on two different platforms, I see problems during the "gmake check"
phase of building gcc-2.95. In both cases, the "tool config file for
unix" seems to be missing. Here is the relevant stuff from
mips-sgi-irix6.3:
% gmake check
rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc-2.95/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo
${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc-2.95/gcc/../tcl/library ; pwd` ; \
   export TCL_LIBRARY ; fi ; \
`if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo
${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc 
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By knobi on Wed Aug  4 00:41:57 1999
Native configuration is mips-sgi-irix6.5

                === gcc tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/egcsroot/share/dejagnu/baseboards/unix.exp as board
description file for target.
Using /usr/egcsroot/share/dejagnu/config/unix.exp as generic interface
file for target.
ERROR: Couldn't find tool config file for unix.

                === gcc Summary ===

Any ideas? It used to work for 2.93.xx snapshots.

Thanks
Martin
-- 
+-----------------------------------------------------+
|Martin Knoblauch                                     |
|-----------------------------------------------------|
|http://www.knobisoft.de |e-mail: <knobi@knobisoft.de>|
|-----------------------------------------------------|
|fax2mail: +49-89-66617-52204                         |
+-----------------------------------------------------+


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