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: Jeffrey A Law <law at hurl dot cygnus dot com>
- Subject: Re: Make check on Solaris 2.5.1
- From: Hugh Sasse <hgs at dmu dot ac dot uk>
- Date: Thu, 10 Dec 1998 23:43:10 +0000 (GMT)
- cc: egcs at cygnus dot com
On Thu, 10 Dec 1998, Jeffrey A Law wrote:
> > sed -e '' $t; fi; fi`
> > WARNING: Couldn't find the global config file.
[...]
> > 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.
>
Thank you...
> ftp://egcs.cygnus.com/pub/egcs/infrastructure
>
I will look into that
>
> > 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
[...]
> You can always configure & install it with a different --prefix=<dir> to
> keep it from overwriting any existing stuff.
>
Good point, thank you.
> jeff
>
Hugh