From 245741180956fdd7aa1ceb15fb8ffc18bc174ea5 Mon Sep 17 00:00:00 2001 From: levine Date: Thu, 8 Jul 1999 16:31:52 +0000 Subject: ChangeLogTag: Thu Jul 08 11:30:43 1999 David L. Levine --- ACE-INSTALL.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'ACE-INSTALL.html') 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 David Levine <levine@cs.wustl.edu> 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 notes for using ACE with VxWorks 5.1.

+ 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 + -Wno-uninitialized to your CCFLAGS in + $ACE_ROOT/include/makeinclude/platform_macros.GNU

+ 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 -- cgit v1.2.1