From: Wolfgang Bangerth Date: Fri, 6 Jul 2001 09:14:42 +0000 (+0000) Subject: Recognize cxx. X-Git-Tag: v8.0.0~18970 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59aaefd30fd4ff2fb6b29df521b12a8a68098087;p=dealii.git Recognize cxx. git-svn-id: https://svn.dealii.org/trunk@4828 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index d2b13eb0ef..1551b5b1bf 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -26,6 +26,14 @@ documentation, etc.

General

    +
  1. + New: the ./configure script now also recognizes + Compaq's cxx compiler. The library now also compiles cleanly + with this compiler. +
    + (WB 2001/05/22) +

    +
  2. Changed: The libraries are no more linked using the C++ compilation flags, but rather using LDFLAGS. Some compilers @@ -45,7 +53,8 @@ documentation, etc.

  3. New: the ./configure script now also recognizes - the Intel ICC compiler that was released for Linux lately. + the Intel ICC compiler that was released for Linux lately. The + library now also compiles cleanly with this compiler.
    (WB 2001/05/22)