diff options
-rw-r--r-- | ACE-INSTALL.html | 9 | ||||
-rw-r--r-- | ChangeLog-99b | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 7b9808e283f..62f32726495 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -393,11 +393,14 @@ make: *** [libACE.so] Error 8 of CXX 6.1, notably versions -021 and earlier. It's best to use V6.1-022 or later.<p> - NOTE: if you use Digital UNIX 4.0f, you must use - <code>ace/config-osf1.h</code> instead of + NOTE: if you use Digital UNIX 4.0f or later, you <strong>must</strong> + use <code>ace/config-osf1.h</code> instead of <code>ace/config-osf1-4.0.h</code>. <code>ace/config-osf1.h</code> can be used for all supported compilers on any version of - Digital UNIX after and include 4.0. + Digital UNIX after and include 4.0. And, with 4.0f and later, you + <strong>must</strong> use + <code>include/makeinclude/platform_osf1_cxx.GNU</code> instead of + <code>include/makeinclude/platform_osf1_4.0.GNU</code>. GNU gcc 2.7.2.1 compiles without problems. All tests run (besides minor problems). Thanks to Thilo Kielmann <<A diff --git a/ChangeLog-99b b/ChangeLog-99b index 8616f263c1f..438785d3cad 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,8 @@ +Wed Jul 14 22:03:08 1999 David L. Levine <levine@cs.wustl.edu> + + * ACE-INSTALL.html: updated config/platform info for + Digital UNIX 4.0f (and 5.0). + Wed Jul 14 19:44:21 1999 Steve Huston <shuston@riverace.com> * ace/Thread_Manager.cpp (spawn_i): Defer acquiring the thread |