From: Wolfgang Bangerth Date: Thu, 23 Mar 2000 14:13:34 +0000 (+0000) Subject: Stronger warning. X-Git-Tag: v8.0.0~20750 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3692b02dd39ca36e02daedf5a055a540185b45f2;p=dealii.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.