summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-10 13:25:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-10 13:25:42 +0000
commitf01201499ca8c7663c6efb040fd1834830e973f8 (patch)
tree782a73d75168b52f28951f556375a8fede6be8f2 /ACE-INSTALL.html
parentf32d65a6a96884953d39cc217f02a614f48b3a4a (diff)
downloadATCD-f01201499ca8c7663c6efb040fd1834830e973f8.tar.gz
ChangeLogTag: Fri Dec 10 07:24:12 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index b80ad563848..80f4c312328 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1363,6 +1363,9 @@ we used for VxWorks 5.3.1/g++ 2.7.2:
#define INCLUDE_WINDVIEW /* WindView command server */
</pre>
+Also, automatic construction/destruction of static objects
+should be enabled.<p>
+
If you use TAO, it's also a good idea to increase the
<code>NUM_FILES</code> parameter from its default of 50 to,
say, 1000.<p>
@@ -1622,7 +1625,7 @@ on Windows NT hosts:
<LI>When using cygnus windows GNUTools on WinNT you have to start
make with "--unix" option, otherwise WinNT shell cmd.exe is responded and
- not sh.exe, i.e.,
+ not sh.exe, i.e.,
<PRE>
make --unix static_libs=1
</PRE>