From b9036bb0e5d8a3c30edf409eb7c0b93babd73e9d Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 4 Feb 2003 23:08:48 +0000 Subject: [PATCH] Add note for Borland C++. git-svn-id: https://svn.dealii.org/trunk@7024 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/platforms/bcc.html | 34 ++++++++++++++++++++++++++++++++++ deal.II/doc/readme.html | 2 ++ 2 files changed, 36 insertions(+) create mode 100644 deal.II/doc/platforms/bcc.html diff --git a/deal.II/doc/platforms/bcc.html b/deal.II/doc/platforms/bcc.html new file mode 100644 index 0000000000..76ed205e5c --- /dev/null +++ b/deal.II/doc/platforms/bcc.html @@ -0,0 +1,34 @@ + + + + + + The deal.II Readme -- Installation Instructions + + + + + + + +

Installation instructions for Borland'c C++ 5.7

+ +

+ This compiler is not supported yet, or maybe we should say this + differently: this compiler has a lot of quirks which makes it reject + the library at too many places for us to find workarounds. It has a number + of problems which seem to happen randomly -- trying to cut down on the code + makes them go away, so that it is hard to come up with short testcases. +

+ +

+ However, the compiler is detected by the configuration machinery, so + testing newer versions of the compiler should be simple once they are + released. Borland C++ 5.7 is part of both Borland's Windows C++ compiler + kit as well as the Kylix3 environment for Linux. +

+ + + + diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 1bec283397..4950261568 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -71,6 +71,8 @@
  • Microsoft Windows 95/98/2000/NT. + +
  • Borland C++/Kylix.

    -- 2.39.5