summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-08 16:31:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-08 16:31:52 +0000
commit245741180956fdd7aa1ceb15fb8ffc18bc174ea5 (patch)
tree1c589587a7c35af413b84ac6c019acc5fa9b9083 /ACE-INSTALL.html
parent65bcfecc9ebca53e8a322510acc66c93e3684b90 (diff)
downloadATCD-245741180956fdd7aa1ceb15fb8ffc18bc174ea5.tar.gz
ChangeLogTag: Thu Jul 08 11:30:43 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index f35bab45293..523102e803a 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -478,11 +478,20 @@ make: *** [libACE.so] Error 8
<A HREF="http://www.cs.wustl.edu/~levine/">David Levine</A>
&lt<A
HREF="mailto:levine@cs.wustl.edu">levine@cs.wustl.edu</A>&gt has
- ported ACE to VxWorks 5.2/5.3/5.3.1 with the GreenHills 1.8.8
- and g++ 2.7.2 compilers. An anonymous contributor has also
+ ported ACE to VxWorks 5.2/5.3/5.3.1/5.4 with the GreenHills
+ 1.8.8/1.8.9 and g++ compilers that are distributed with
+ VxWorks/Tornado. An anonymous contributor has also
provided <a href="os-patches/vxworks-5.1.txt">notes for using
ACE with VxWorks 5.1.</a><P>
+ Please note that ACE and TAO build with Tornado II. The version
+ of egcs that is provided with Tornado II produces some spurious
+ warnings about uninitialized variables (including "this" :-).
+ This was a problem in older versions of egcs, but has since been
+ fixed. If you'd like to disable the warnings, you can add
+ <code>-Wno-uninitialized</code> to your <code>CCFLAGS</code> in
+ <code>$ACE_ROOT/include/makeinclude/platform_macros.GNU</code><p>
+
In addition to all of the other benefits of ACE, it helps work
around some deficiencies with VxWorks 5.3/5.3.1. Some of these
apply only with g++, at least thru version 2.7.2. That is the