summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2005-07-15 21:59:45 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2005-07-15 21:59:45 +0000
commit880721d08fed725d87f743e1a5dfc8d4d7b1f2f4 (patch)
tree450863a0857ba31bc4cfb6da3495aa8dbabcbcf1 /TAO/docs
parent522668a314b413f7dce96d3526703b05bc8c1e65 (diff)
downloadATCD-880721d08fed725d87f743e1a5dfc8d4d7b1f2f4.tar.gz
Fri Jul 15 16:17:34 2005 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/Options.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 604b7db6965..00cd5f67782 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -382,7 +382,9 @@ also removes the ability to interoperate with ORBs on systems using
alternative character or wide charater encodings. The default value may be set
at compile time by defining <CODE>TAO_NEGOTIATE_CODESETS 0</CODE> in
<CODE>orbconf.h</CODE>. Codeset negotiation support is enabled by default in
-TAO as shipped.</td>
+TAO as shipped.<br> <bold>Note to static lib users</bold> In order to build
+TAO statically and get the codeset negotiation feature, two additional steps
+are needed to ensure the TAO_Codeset library is linked in and initalized. Add the MPC feature "negotiate_codesets=1" to the default.features file and regenerate your makefiles, and add <CODE>#include "tao/Codeset/Codeset.h"</CODE> somewhere in your application source, such as the cpp file containing your main.</td>
</tr>
<tr>
<td><code>-ORBSingleReadOptimization</code> <em>boolean (0|1)</em></td>