summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 20:05:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 20:05:40 +0000
commit1a36e1e210911c03f285eb85a55e4180e88a1b3f (patch)
treeebfa5abeef99def5c0505e42b32cddf35757e6c8 /ACE-INSTALL.html
parent9299e24b281218f91a9ce7e9104ffb344bb48177 (diff)
downloadATCD-1a36e1e210911c03f285eb85a55e4180e88a1b3f.tar.gz
recommend avoiding g++ 2.8.1
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 1427cbce7c3..9ce17fdb759 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -469,6 +469,9 @@ If you use the GNU GCC g++ compiler please note the following:
Or, you can edit your include/makeinclude/platform_sunos5_g++.GNU,
and comment out the <code>OCFLAGS</code> line.<P>
+ <li>ACE/TAO don't seem to build well with g++ 2.8.1. We routinely
+ use g++ 2.7.2.3 and egcs 1.0.2, and recommend those versions.<p>
+
<LI>Earlier (prior to 2.7.2) versions of g++ may not compile
certain parts of ACE correctly due to compiler bugs. Please
upgrade to g++ 2.7.2 or greater.<P>
@@ -489,7 +492,7 @@ If you use the GNU GCC g++ compiler please note the following:
first looks for the GNU linker if it is installed along
with gcc. The only way to not use the GNU linker is to
delete it from the installation or to build your own
- compiler with no linker. Be aware that you still need the
+ compiler with no linker. Be aware that you still need the
libraries and includes of gcc.<P>
<LI>Don't get too confused about contradictory statements in
@@ -539,8 +542,8 @@ If you use the GNU GCC g++ compiler please note the following:
in template classes.<p>
<li>A final alternative is to
- remove the -fno-implicit-templates option from the CCFLAGS
- macro in your include/makeinclude/platform_macros.GNU, and
+ remove the <code>-fno-implicit-templates</code> option from the
+ CCFLAGS macro in your include/makeinclude/platform_macros.GNU, and
thereby use the default g++ implicit template instantiation.<P>
<LI>Thanks to Thilo Kielmann &lt<A