From 41b6ec4a1da1b8dbad314478cd106518a0c523ba Mon Sep 17 00:00:00 2001
From: wolf
Date: Thu, 23 Mar 2000 14:13:34 +0000
Subject: [PATCH] Stronger warning.
git-svn-id: https://svn.dealii.org/trunk@2626 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/readme.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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.
--
2.39.5