]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't even suggest that we support gcc2.96. Kick out the user right away.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jun 2002 14:18:13 +0000 (14:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jun 2002 14:18:13 +0000 (14:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@6099 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 573395d13d94c2938351af5949320d06d2a61bd3..0b0c4507e7e6a03f8e4b31b3852ce8282326bebc 100644 (file)
@@ -38,7 +38,10 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
        ;;
       *2.96*)
        AC_MSG_RESULT(C++ compiler is gcc-2.96)
-       GXX_VERSION=gcc2.96
+       dnl gcc 2.96 is so broken that there is no way to support it.
+       dnl thus, kick out user and ask him to up- or downgrade to
+       dnl some other gcc version
+       AC_MSG_ERROR(gcc 2.96 is not supported. Please read the deal.II FAQs.)
        ;;
       *2.97*)
        AC_MSG_RESULT(C++ compiler is gcc-2.97)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.