From 4c5bdd71fcb207f71a81e61da7b86c601daacde9 Mon Sep 17 00:00:00 2001
From: Guido Kanschat
Date: Wed, 28 Nov 2001 16:15:42 +0000
Subject: [PATCH] gcc-2.96
git-svn-id: https://svn.dealii.org/trunk@5292 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/faq.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html
index 7fbb092c6f..5ef01972e1 100644
--- a/deal.II/doc/faq.html
+++ b/deal.II/doc/faq.html
@@ -20,6 +20,7 @@
- How do I change the compiler?
+
- I cannot compile deal.II with gcc 2.96!
- Can I use/implement triangles/tetrahedra
in deal.II?
- Can I solve problem XXX with
@@ -39,6 +40,14 @@
section in the readme file.
+ I cannot compile deal.II
+ with gcc 2.96!
+
+
+ You cannot. Version 2.96 has never been an officially published
+ version of gcc. You can either use Version 2.95.2 or 3.X.
+
+
Can I use/implement
triangles/tetrahedra in deal.II?
@@ -106,4 +115,4 @@