From: Wolfgang Bangerth
Date: Thu, 10 Aug 2000 09:03:17 +0000 (+0000)
Subject: Note gdb 5.0 in one more place.
X-Git-Tag: v8.0.0~20181
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00a330adf536e29e82a04291873fbc1d5c43a26;p=dealii.git
Note gdb 5.0 in one more place.
git-svn-id: https://svn.dealii.org/trunk@3248 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 6d486ef59b..2d3c7cf8bf 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -93,9 +93,10 @@
debugger gdb is a valuable tool. However, it is noted
that gdb 4.18 is quite broken with respect to debugging C++
programs. A better choice is to use the older version 4.17
- which works well. If you want to debug multithreaded
- programs, you may want to use gdb 5.0 or later, since gdb
- 4.17 did not support multiple threads too well.
+ which works well, or 5.0 or later. If you want to debug
+ multithreaded programs, you may want to use gdb 5.0 or
+ later, since gdb 4.17 did not support multiple threads too
+ well.