diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-08 18:52:03 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-08 18:52:03 +0000 |
commit | a0f4cdce4eb6bf49a32a1bced44708895e3305b8 (patch) | |
tree | 4fd8f7d5417d844d1595b1995ef4d2accb0b69d9 /ACE-INSTALL.html | |
parent | 3d2bcc012ca7a99f8548cb1909ec9db55559badb (diff) | |
download | ATCD-a0f4cdce4eb6bf49a32a1bced44708895e3305b8.tar.gz |
added note about increasing NUM_FILES to 1000 in VxWorks kernel configuration.
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 9f61a14bd6f..c2fb3c0e4d6 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -280,7 +280,7 @@ for ACE. Ideally, ACE will compile on any POSIX conforming OS. let us know) like this: <p> <code>ln -sf $ACE_ROOT/ace/libACE.so $ACE_ROOT/ace/libACE.so.4.5</code><p> - + <li><b>NetBSD</b><p> Like FreeBSD, NetBSD's <code>ld.so</code> also requires @@ -819,9 +819,17 @@ we used for VxWorks 5.3.1/g++ 2.7.2: #define INCLUDE_WINDVIEW /* WindView command server */ </pre> +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> + +Please note that those VxWorks kernel configuration parameters +are set in the VxWorks configAll.h file. You must rebuild your +VxWorks kernel after modifying that file.<p> + It probably wouldn't take much effort to modify the ACE library to not require <code>INCLUDE_CPLUS_IOSTREAMS</code>, -if necessary. +if necessary.<p> If you're first getting started with ACE and/or VxWorks, I recommend just building the ACE library and tests first. (Some of the ACE |