diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-16 03:52:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-16 03:52:22 +0000 |
commit | 3bd37ad84e59147f4be0a82a7f2d138c42dbff62 (patch) | |
tree | 77ad9b6d1e18e39a39b56a739a613db945063d6a /os-patches | |
parent | 01ab7d222792c223917783ed4bda1e49b3837732 (diff) | |
download | ATCD-3bd37ad84e59147f4be0a82a7f2d138c42dbff62.tar.gz |
updated glib info
Diffstat (limited to 'os-patches')
-rw-r--r-- | os-patches/linux-patches.html | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/os-patches/linux-patches.html b/os-patches/linux-patches.html index ed2fda6cd9a..0eef284a8c6 100644 --- a/os-patches/linux-patches.html +++ b/os-patches/linux-patches.html @@ -1,5 +1,8 @@ +<!-- $Id$ --> + <html><head> - <title>Linux patches to support ACE</title> + <title>Linux Configuration Support for ACE</title> + <link rev=made href="mailto:levine@cs.wustl.edu"> </head> <BODY text = "#000000" @@ -7,11 +10,22 @@ link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff"> +<center> + <h1>Linux Configuration Support for ACE</h1> + <font size=+1> + <a href="mailto:levine@cs.wustl.edu">levine@cs.wustl.edu</a><br> + </font> +</center> + +<h2> </h2> + With RedHat 5.0 distributions of Linux, it's best to upgrade the distribution with these: <ul> <li>egcs 1.0.2 - <li>glibc-2.0.7-7 (from ftp://sunsite.unc.edu/pub/gnu) + <li>glibc-2.0.7-7 or<br> + glibc-2.0.6 (from ftp://sunsite.unc.edu/pub/gnu plus Torbjörn's patch, + <a href="#Old Patches">below</a>) </ul> Thanks to James CE Johnson <jjohnson@lads.com>, Torbjörn @@ -153,7 +167,7 @@ With that and the above configuration/pathes, all ACE tests run perfectly cleanly on Alpha!<p> <hr> -<h3>Old patches</h3> +<h3><a name="Old Patches">Old Patches</a></h3> If you use glibc-2.0.6, you'll need to apply Torbjörn Lindgren's <tl@funcom.com> patch to glibc-2.0.6's LinuxThreads:<p> |