summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-06 21:33:16 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-06 21:33:16 +0000
commit07d96683da864c1cc2f5ed25f31b37658abc752d (patch)
treeff303e50bbfd00027fe3efd15b474a5201119eab /ACE-INSTALL.html
parent2b0a778699b1e278e067583d816a6eee54637095 (diff)
downloadATCD-07d96683da864c1cc2f5ed25f31b37658abc752d.tar.gz
added note on how to enable IP multicast on LynxOS
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index e9cbb8b526f..ed6f68cb847 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -395,6 +395,12 @@ make: *** [libACE.so] Error 8
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>
+ NOTE: if you want to use IP multicast on LynxOS, be sure to add
+ this line to your <code>/net/rc.network</code>, and reboot:<p>
+ <pre><code>
+ /bin/route add "224.0.0.0" "$my_name"
+ </code></pre>
+
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