]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Regenerate.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jun 2002 14:31:23 +0000 (14:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jun 2002 14:31:23 +0000 (14:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@6102 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index 3d6566f8c2cd86adad23902fe860536d93ca6ac3..4eb299abcbf752e7f621d786ea6a867b417a1475 100755 (executable)
@@ -2602,7 +2602,9 @@ echo "${ECHO_T}C++ compiler is gcc-2.95" >&6
       *2.96*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-2.96" >&5
 echo "${ECHO_T}C++ compiler is gcc-2.96" >&6
-       GXX_VERSION=gcc2.96
+                               { { echo "$as_me:$LINENO: error: gcc 2.96 is not supported. Please read the deal.II FAQs." >&5
+echo "$as_me: error: gcc 2.96 is not supported. Please read the deal.II FAQs." >&2;}
+   { (exit 1); exit 1; }; }
        ;;
       *2.97*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-2.97" >&5
@@ -2688,7 +2690,7 @@ echo "${ECHO_T}C++ compiler is Sun Forte compiler" >&6
                   GXX_VERSION=sun_forte
                 else
 
-                                 is_kai_cc="`($CXX -V 2>&1) | grep 'KAI C++'`"
+                                 is_kai_cc="`($CXX --version 2>&1) | grep 'KAI C++'`"
                  if test "x$is_kai_cc" != "x" ; then
                    echo "$as_me:$LINENO: result: C++ compiler is KAI C++" >&5
 echo "${ECHO_T}C++ compiler is KAI C++" >&6
@@ -2889,10 +2891,16 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
       portland_group)
                                                                                                                  CXXFLAGSG="$CXXFLAGS -DDEBUG -g --display_error_number --diag_suppress 111 --diag_suppress 177 --diag_suppress 175"
-          CXXFLAGSO="$CXXFLAGS -tused -fast -O2"
+          CXXFLAGSO="$CXXFLAGS -fast -O2 --display_error_number --diag_suppress 111 --diag_suppress 177 --diag_suppress 175"
           CXXFLAGSPIC="-Kpic"
           ;;
 
+      kai_cc)
+          CXXFLAGSG="$CXXFLAGS --strict -D__KAI_STRICT --max_pending_instantiations 32 --display_error_number -g +K0 --no_implicit_typename"
+          CXXFLAGSO="$CXXFLAGS +K3 -O2 --abstract_float --abstract_pointer -w --display_error_number --max_pending_instantiations 32 --display_error_number"
+          CXXFLAGSPIC="-fPIC"
+         ;;
+
       hp_aCC)
                            CXXFLAGSG="$CXXFLAGS -g1 +p +w -z -Aa -AA"
           CXXFLAGSO="$CXXFLAGS -A -Xa -z +O2 -Aa -AA"
@@ -5466,7 +5474,7 @@ int
 main ()
 {
 
-int seed = 0;
+unsigned int seed = 0;
 int i=rand_r(&i);
 
   ;

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.