diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-11 22:11:40 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-11 22:11:40 +0000 |
commit | e4311f2746cbaf05d0378e695f4fd2f987930982 (patch) | |
tree | 183a565b68c2b7520bd5805ebfce9d297b0ba6c4 /ACE-INSTALL.html | |
parent | 24122173586f4c981e4f2262ee86fe93b8b015dc (diff) | |
download | ATCD-e4311f2746cbaf05d0378e695f4fd2f987930982.tar.gz |
updated DEC CXX 6.0 test status
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index c5fe588787c..d222c7ce0a3 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -188,13 +188,15 @@ Hopefully newer compiler releases will alleviate these problems.<P> 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.)<P> - -ACE_wrappers/tests/Naming_Test does not run properly with CXX 6.0. -If you have the facilities and time to debug this test, please -let us know.<P> +don't have 6.0 yet. If you do, enable that macro definition +by either adding CXX_VER=POST_5X to your gmake invocation, or +editing your include/makeinclude/platform_macros.GNU file.<P> + +All of the tests in ACE_wrappers/tests run successfully with +CXX 6.0 on the version of Digital UNIX 4.0 that we tested with +at Washington U. There appear to be variations in Digital UNIX 4.0, +however, because users elsewhere report test failures with the +same version of CXX 6.0.<P> GNU gcc 2.7.2.1 compiles without problems. All tests run (besides minor problems). Thanks to Thilo Kielmann <<A |