From 8d21b348c9a5ab3445d00c3e797dd7f67153ef45 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 20 Sep 2001 23:07:15 +0000 Subject: [PATCH] - Explain what's going on with . --- INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALL b/INSTALL index ed1c8c50..ee1eb2b0 100644 --- a/INSTALL +++ b/INSTALL @@ -80,3 +80,13 @@ libreadline and maybe libreadline-dev. If your system's vendor doesn't supply such packages, go to and compile it yourself. +Problems with missing +------------------------------- + +GCC-2.95.2 and earlier don't have support for this header. GiNaC can use + instead, but this may cause some trouble later. GCC-3.0 has a +completely new implementation of the STL-headers (libstdc++-v3) and there, +standard-conforming support for is present. If you can't upgrade +your compiler we recommend using the libstdc++-v2 header by +Magnus Fromreide. It was posted to the gcc-patches mailing list on +November 21 2000: . -- 2.44.0