summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 15:05:06 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 15:05:06 +0000
commitd01151e5670c8610097f754e2b3527840753830e (patch)
tree7f522458c6c81632d5873e4c3a3dec372c41bc20
parent2782489a3b187e50de107f7f3a3f811b20b97549 (diff)
downloadATCD-d01151e5670c8610097f754e2b3527840753830e.tar.gz
updated Linux and LynxOS version status, and egcs --enable-shared discussion
-rw-r--r--ACE-INSTALL.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 555da60ead9..8b521569485 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -212,6 +212,9 @@ make: *** [libACE.so] Error 8
<code>include/makeinclude/platform_linux_lxpthreads.GNU</code>
and <code>ace/config_linux_lxpthreads.h</code> platform/config
files.<p>
+ The ACE <code>Tokens_Test</code> hangs with egcs 1.1b on
+ Linux. It runs properly when built with egcs 1.0.2. All
+ other ACE tests run properly with both egcs versions.<p>
<strong>NOTE:</strong> The TAO NameService uses IP multicasting
by default, though it is not required. IP multicast on Linux
@@ -357,6 +360,13 @@ make: *** [libACE.so] Error 8
<LI><B>LynxOS</B> <P>
+ ACE builds and run properly on LynxOS 3.0.0. Some of the ACE
+ tests fail; they are disabled in
+ <code>ACE_wrappers/tests/run_tests.sh</code.<p>
+
+ We actively maintain ACE on LynxOS 3.0.0. It should build and
+ run on LynxOS 2.5, but we no longer test on that OS version.<p>
+
Dave Mayerhoefer &lt<A HREF="mailto:davem@lynx.com">davem@lynx.com</A>&gt
has ported ACE to LynxOS 2.5 using GNU g++ 2.7.2. However, you may need
to apply some <A HREF="os-patches/lynxos-patches.html">patches
@@ -564,9 +574,9 @@ If you use the GNU GCC g++ compiler please note the following:
invocation, or to your
<code>$ACE_ROOT/include/makeinclude/platform_macros.GNU</code>.<p>
- <li>egcs may have trouble linking the ACE IOStream_Test if
- its static libraries are used. It's best to build
- egcs with the <code>--enabled-shared</code> config option,
+ <li>egcs may have trouble linking some executables, such as the ACE
+ IOStream_Test, if its static libraries are used. It's best to build
+ egcs with the <code>--enable-shared</code> egcs config option,
so that it provides shared libraries. Be sure to set your
<code>LD_LIBRARY_PATH</code> environment variable, if necessary,
to pick up those shared libraries.<p>