summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 00:03:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 00:03:37 +0000
commit33774c69247feecdbcf8c5a9724f4d61f6026b8d (patch)
treedcb80e85ee4a8813d47dbb6fb6eda0650f63e4e4 /ACE-INSTALL.html
parenta32413b96efc0266d28b161855b2e035bb328666 (diff)
downloadATCD-33774c69247feecdbcf8c5a9724f4d61f6026b8d.tar.gz
ChangeLogTag: Sun Jul 04 18:57:13 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index f29c50901d2..e99dd78e3c8 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1292,10 +1292,12 @@ Using the Cygnus tools, this approach should work:
INSTALL=
</pre><p>
<li>Create an <code>ACE_wrappers/ace/config.h</code> file that looks
- something like:
+ something like the following. tao_idl should be built to not support
+ native exception handling, because that's not available on VxWorks.
<pre>
#if defined (__BORLANDC__) || defined (_MSC_VER)
# include &lt;ace/config-win32.h&gt;
+# undef ACE_HAS_EXCEPTIONS
#else
# include &lt;ace/config-vxworks.h&gt;
#endif