This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Make check on Solaris 2.5.1
- To: Hugh Sasse <hgs at dmu dot ac dot uk>
- Subject: Re: Make check on Solaris 2.5.1
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Thu, 10 Dec 1998 11:03:48 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <Pine.GSU.4.04.9812101101590.14360-100000@helios.dmu.ac.uk>you wri
te:
> 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 believe this happens because your dejagnu is out of date.
You need to update your dejagnu installation.
ftp://egcs.cygnus.com/pub/egcs/infrastructure
> 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.
You can always configure & install it with a different --prefix=<dir> to
keep it from overwriting any existing stuff.
jeff