From 87ffeb296246b33690fdd78f968138d182322cc1 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 20 Dec 1999 09:25:48 -0500 Subject: [svn-r1912] Document a fix to bypass a make problem in Janus. --- INSTALL_TFLOPS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/INSTALL_TFLOPS b/INSTALL_TFLOPS index 95e16c2..72cdec8 100644 --- a/INSTALL_TFLOPS +++ b/INSTALL_TFLOPS @@ -48,6 +48,13 @@ FROM JANUS, the file test/Makefile before the next step. RUNTEST=$(LT_RUN) 7.2) make check +7.3) Sometimes the "make check" fails in the sub-directories of test + or tools with a message as "print not found". This is due to the + "make" of Janus thinking some binary code needs to be recompiled. + The easiest way to fix it is + FROM SASN100 + cd /test # or cd /tools + make clean; make # re-make all binary Once satisfied with the test results, you can install @@ -96,6 +103,13 @@ FROM JANUS, the file test/Makefile before the next step. RUNTEST=$(LT_RUN) 7.2) make check +7.3) Sometimes the "make check" fails in the sub-directories of test + or tools with a message as "print not found". This is due to the + "make" of Janus thinking some binary code needs to be recompiled. + The easiest way to fix it is + FROM SASN100 + cd /test # or cd /tools + make clean; make # re-make all binary Once satisfied with the parallel test results, as long as you -- cgit v0.12