summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-20 16:02:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-20 16:02:29 +0000
commit7ab27d318ca969e5e0996840ec377a58fe3ce3e1 (patch)
tree0e645792204fad4717b8ad01ea5065968a9e8731 /ACE-INSTALL.html
parent9cbbe498a14720378b4608eee4ecd8960dc75d21 (diff)
downloadATCD-7ab27d318ca969e5e0996840ec377a58fe3ce3e1.tar.gz
ChangeLogTag:Mon Sep 20 10:52:37 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 48e388cc9a6..71f82b86000 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1609,6 +1609,13 @@ on Windows NT hosts:
CPU = I80486
include $(ACE_ROOT)/include/makeinclude/platform_vxworks5.x_g++.GNU
</pre>
+
+ <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.,
+ <PRE>
+ make --unix static_libs=1
+ </PRE>
</ol>
<h5>TAO on NT Tornado host, VxWorks target.</h5>