From: wolf
Date: Thu, 23 Mar 2000 14:13:34 +0000 (+0000)
Subject: Stronger warning.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41b6ec4a1da1b8dbad314478cd106518a0c523ba;p=dealii-svn.git
Stronger warning.
git-svn-id: https://svn.dealii.org/trunk@2626 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index d107ae5ed1..5c72f9f730 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -319,7 +319,9 @@
deal.II library are fully thread-safe (though most are and
multi-threaded programs are working well and routinely) and that
gcc's runtime library is not thread-safe unless you configure gcc
- with --enable-threads
and recompile it.
+ with --enable-threads
and recompile it. Using a gcc
+ that was not configured with this option may lead to errors in
+ your threaded programs that are extremely hard to find.