summaryrefslogtreecommitdiff
path: root/ACE-INSTALL
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-22 12:45:25 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-22 12:45:25 +0000
commit23e8df4b2e8d2de671345ffe5fdd3e42c0bf3b34 (patch)
treeed5450d0402b4918bdb491b588c8ff7730d266ad /ACE-INSTALL
parenteeee295967da4a75ceb437bc67f7153d82a91744 (diff)
downloadATCD-23e8df4b2e8d2de671345ffe5fdd3e42c0bf3b34.tar.gz
updated OSF-1 status
Diffstat (limited to 'ACE-INSTALL')
-rw-r--r--ACE-INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE-INSTALL b/ACE-INSTALL
index c34851acec0..f8369b7b3fb 100644
--- a/ACE-INSTALL
+++ b/ACE-INSTALL
@@ -137,6 +137,18 @@
some dump core. Hopefully newer compiler releases will
alleviate these problems.
+ CXX 6.0 is _much_ improved in this regard. Please note that
+ include/makeinclude/platform_osf1_4.0.GNU has a WARNING_FLAGS
+ macro that is disabled by default, because most users probably
+ don't have 6.0 yet. If you do, uncomment that macro definition
+ for a nearly clean compile. (There are a few warnings that
+ appear to be harmless.)
+
+ The following ACE tests do not run properly with CXX 6.0:
+ Naming_Test, Mutex_Test, Conn_Test, and Message_Queue_Test. If
+ you have the facilities and time to debug these, please let us
+ know.
+
GNU gcc 2.7.2.1 compiles without problems. All tests run
(besides minor problems). Thanks to Thilo Kielmann <[13]
kielmann@informatik.uni-siegen.de> and David Trumble