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]

Re: Make check on Solaris 2.5.1



  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


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