diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-05-01 15:18:09 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-05-01 15:18:09 +0000 |
commit | 9803a48b2992dc449d27550f64acb16bfe0f560c (patch) | |
tree | a84d98d389e96f7c99b1cba32c473f7d350c93d2 /cpp | |
parent | Fixed VC++6 build (diff) | |
download | ice-9803a48b2992dc449d27550f64acb16bfe0f560c.tar.bz2 ice-9803a48b2992dc449d27550f64acb16bfe0f560c.tar.xz ice-9803a48b2992dc449d27550f64acb16bfe0f560c.zip |
Added minimum patch level for Sun C++ 5.3
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.SOLARIS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/INSTALL.SOLARIS b/cpp/INSTALL.SOLARIS index 3418dc79d29..1b0cbe475ef 100644 --- a/cpp/INSTALL.SOLARIS +++ b/cpp/INSTALL.SOLARIS @@ -13,6 +13,7 @@ C++ compiler ------------ - Sun C++ 5.3 (part of Forte 6 update 2 aka Sun WorkShop 6 update 2) + with patch 111685-14 (or later) applied. It is necessary to setup Sun C++ 5.3 to use the shared version of libCstd, as described in <F6U2 install base>/SUNWspro/READMEs/c++ C.1.b (line 168). |