diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-15 03:04:21 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-15 03:04:21 +0000 |
commit | fc7dcbfe79089b12e12556f933d4dce4a00c54f9 (patch) | |
tree | 3b4bddacb506b77670300cff80633ff19dae53bc /ACE-INSTALL.html | |
parent | 967243cba8778e760be8c7775cba51632de59b08 (diff) | |
download | ATCD-fc7dcbfe79089b12e12556f933d4dce4a00c54f9.tar.gz |
ChangeLogTag: Wed Jul 14 22:03:08 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 9 |
1 files changed, 6 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 |