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]

Possible patch for: dejagnu for SCO Open Server 5


On Fri, 19 Jan 2001, David Gressett wrote:
> Something is still missing. make check-gcc produces these messages
>
> WARNING: Couldn't find the global config file
> WARNING: Couldn't find the tool init file

The testsuite documentation is a bit lacking, unfortunately. I'm going
to install the following patch which might make the situation is bit
more clear -- I hope.

Does this help?

Gerald

Index: test.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/test.html,v
retrieving revision 1.26
diff -u -3 -p -r1.26 test.html
--- test.html	2001/01/18 16:32:17	1.26
+++ test.html	2001/01/26 15:47:38
@@ -24,24 +24,24 @@ dejagnu 1.3 is not sufficient.  We have
 <a href="ftp://gcc.gnu.org/pub/gcc/infrastructure">ftp://gcc.gnu.org/pub/gcc/infrastructure</a>
 until a new version of dejagnu has been released.</p>

-<p>A few targets require specific preparations:</p>
+<p>Now you may need specific preparations:</p>

 <ul>

 <li>
 In order to run the libio tests on targets which do not fully
 support Unix/POSIX commands (e.g. Cgwin), the references to the dbz
-directory may be deleted from libio/configure.in.
+directory have to be deleted from libio/configure.in.
 </li>

 <li>
-<p>When there is difficulty resolving paths to the files init.tcl and
-runtest.exp, the following environment variables should be set
-appropriately, for example:</p>
+<p>The following environment variables must be set appropriately, as in
+the following example (which assumes that dejagnu has been installed under
+/usr/local):</p>

 <blockquote><code>
-TCL_LIBRARY = /usr/share/tcl8.0<br>
-DEJAGNULIBS = /usr/share/dejagnu
+TCL_LIBRARY = /usr/local/share/tcl8.0<br>
+DEJAGNULIBS = /usr/local/share/dejagnu
 </code></blockquote>

 <p>On systems such as Cygwin, these paths are required to be actual


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