From 87f89d0296627a4d4e14f4935523f92b66c3af98 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 4 Oct 2011 13:31:45 +0000 Subject: document VERBOSE=yes (and that SILENT=no is now depreciated) git-svn-id: http://svn.cactuscode.org/flesh/trunk@4741 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/FAQ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/FAQ') diff --git a/doc/FAQ b/doc/FAQ index a6126c3d..9989fa23 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -472,7 +472,7 @@ C1 The make system says "Checking status of libXXX.a" and then just sits there. What can I do ? The first thing to do whenever a problem arises from the make system - is to run with the "SILENT=no" option. + is to run with the "VERBOSE=yes" option. In this case, though, first check that the clocks on the machine on which you are editing files and the clock on the machine you are compiling @@ -700,7 +700,7 @@ C14 When trying to create the Cactus executable I get the error before the library containing this function. To test this and/or to get an executable, find the link line used by issuing - gmake origin SILENT=no + gmake origin VERBOSE=yes and add the missing library to the end of the link line. @@ -867,7 +867,7 @@ C22 (MacOS) Compiling with the Absoft F90 compiler I get error messages C23 How can I see the commands which Cactus is actually using to build the executable? - Add SILENT=no to the end of the compile command and the actual commands + Add VERBOSE=yes to the end of the compile command and the actual commands will be echoed to standard output. @@ -945,7 +945,7 @@ C28 (Linux IA64) I get a segmentation violation compiling snprintf.c in The Intel C++ compiler (Version 6.0, Build 20020320) has problems dealing with this file, which needs to be compiled without the -ip - option. Either run gmake with the option SILENT=no then cut and paste + option. Either run gmake with the option VERBOSE=yes then cut and paste the compile statement to the command line and remove the -ip option before executing it, and then continue to build the executable as normal. -- cgit v1.2.3