summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-11 10:54:36 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-11 10:54:36 +0000
commite580da7bce96ee01502f2a7e913ab83a93779b95 (patch)
tree6c1c48c11c3991771a0e6e87e0ef452a71047af8 /doc
parentc2287afe267b8439c74a8a1b31b5df85125384bb (diff)
added SUN gmake problem
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1723 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index bfceb8c5..0cf5a551 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Cactus Code Frequently Asked Questions
-$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.7 2000-06-19 14:48:25 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.8 2000-07-11 10:54:36 lanfer Exp $
The latest version of this FAQ is always available from the main Cactus Code web
site at <http://www.cactuscode.org/Documentation/FAQ
@@ -104,3 +104,12 @@ site at <http://www.cactuscode.org/Documentation/FAQ
we will try to modify the make system to make more automatic in the future.
-------------------------------------------------------------------------------------
+
+10)On my SUN I start a configuration process with gmake, but on the second
+ gmake it wants to set up the configuration again and a again .... Why is this ?
+
+ You are using a version of gmake which is too outdated (even though
+ this version may pefectly work on other architectures). We found
+ that GNU Make version 3.79 works fine.
+
+-------------------------------------------------------------------------------------