diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-01-18 17:17:31 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-01-18 17:17:31 +0000 |
commit | 3f162da97cbc7279f38a6917640b93649f2abbc4 (patch) | |
tree | fb9a73cf66b4ed67bb58a727bd3fb4b8a6f2f6a6 /ACE-INSTALL.html | |
parent | 0f3d549269d56c4e07c39221851d73e992cb1477 (diff) | |
download | ATCD-3f162da97cbc7279f38a6917640b93649f2abbc4.tar.gz |
ChangeLogTag:Fri Jan 17 09:00:17 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index efe931cf4d0..02aeaa0c946 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -188,10 +188,7 @@ supported by the DOC group, Riverace, or OCI. <P> All the source code and tests should build and run without any problems on Solaris 2.6, 7, 8, and 9 platforms using the Sun C++ - compilers. If you need to work with Sun C++ 4.2, we recomend - using this patch version at a minimum:<p> <pre> - CC: WorkShop Compilers 4.2 21 Apr 1997 C++ 4.2 patch 104631-02 - </pre><p> + compilers. There are likely to be build problems with older versions or different patchlevels of Sun C++. Likewise, on @@ -201,11 +198,6 @@ supported by the DOC group, Riverace, or OCI. <P> Thanks to Susan Liebeskind <shl@janis.gtri.gatech.edu> for providing the following useful information:<p> - The home page for Sun technical patches is <a - href="http://access1.sun.com">http://access1.sun.com</a>. - Searching for 104631 will bring you to a page allowing you to - access the latest version of the C++ 4.2 patches.<p> - By default, ACE uses both the Solaris and POSIX thread interface. To disable use of the Solaris thread interface, add <code>-D_POSIX_PTHREAD_SEMANTICS</code> to the |