This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Make check on Solaris 2.5.1
- To: egcs at cygnus dot com
- Subject: Make check on Solaris 2.5.1
- From: Hugh Sasse <hgs at dmu dot ac dot uk>
- Date: Thu, 10 Dec 1998 11:13:03 +0000 (GMT)
I am trying to install egcs-1.1.1 on Solaris 2.5.1
gmake check
gives:
if [ -f ${rootme}/../../expect/expect ] ; then \
TCL_LIBRARY=${srcdir}/../../tcl/library ; \
export TCL_LIBRARY ; fi ; \
` if [ -f ${srcdir}/../../dejagnu/runtest ]; then echo
${srcdir}/../../dejagnu/runtest; else if [ "sparc-sun-solaris2.5.1" =
"sparc-sun-solaris2.5.1" ]; then echo runtest; else t=''; echo runtest |
sed -e '' $t; fi; fi`
WARNING: Couldn't find the global config file.
Test Run By hgs on Thu Dec 10 10:15:09 1998
Native configuration is sparc-sun-solaris2.5.1
=== libio tests ===
ERROR: Couldn't find library file standard.exp.
gmake[3]: *** [just-check] Error 1
I don't understand the makefile's references to $$r etc as there seems
to be no $r variable, so looking at the source of the makefile is not
really telling me where to go to fix things.
I don't want to *install* dejagnu -- last time I tried that it replaced my
Tcl/Tk 8.0 with 7.4 or earlier, and similarly downgraded my expect
programs & libraries. I then put the newer versions back, so I may still
have the other dejagnu files in a working state, but it is not a package I
use, really.
Advice on how to proceed with the tests would be appreciated.
Thank you,
Hugh
hgs@dmu.ac.uk