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]

Make check on Solaris 2.5.1


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


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