summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-04 10:31:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-04 10:31:10 +0000
commit10a03c5562bda701d226e9244d04f39730772d1a (patch)
treec1d6769c08b4380a2234c833f91fe551cde9eed1
parent28ae18ff21dbf5e32010ba215176785e860ae6b5 (diff)
downloadATCD-10a03c5562bda701d226e9244d04f39730772d1a.tar.gz
ChangeLogTag: Wed May 4 08:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE-INSTALL.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index da4c7f0ae44..3da89dc5539 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -303,11 +303,11 @@ global.features</a> file.
supported. If you are still using this compiler, please use the
$ACE_ROOT/ace/ace-dll.icc configuration file, along with the
config-aix-4.3.x.h ACE config file. Beware, however, that it hasn't
- been tested.
+ been tested.</p><p>
The Visual Age 6.0.0.3 and 6.0.0.4 do have some bugs that makes
them unusable for building TAO. We have tested with 6.0.0.12 and
- had no problems with that version.
+ had no problems with that version.</p><p>
BTW, here's a technique from Rob Jordan &lt;<a href="mailto:jordan@hursley.ibm.com">jordan@hursley.ibm.com</a>&gt;
that can reduce the size of the ACE libraries by about one
@@ -1179,7 +1179,7 @@ include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU
</p><h4><a name="win32">Building and Installing ACE on Windows</a></h4>
Below are instructions for building ACE with <a href="#borland">Borland C++Builder</a>, <a href="#msvc">Microsoft
-Visual C++</a>, <a href="#mingw">MinGw</a>, and <a href="#cygwin">Cygwin</a>.<p>
+Visual C++</a>, <a href="#mingw">MinGW</a>, and <a href="#cygwin">Cygwin</a>.<p>
First, if you are upgrading from an older release, clean up everything
and rebuild from scratch to ensure that everything is rebuilt
@@ -1644,13 +1644,13 @@ setup selects by default:
<ol>
<a name="cygwinpacks"> <li> Install Cygwin (this can be easy downloading and running
- </li></a><a href="http://cygwin.com/setup.exe"><tt>setup.exe</tt></a>
+ <a href="http://cygwin.com/setup.exe"><tt>setup.exe</tt></a>
from the Cygwin site). For working with ACE we recommend
to select <code>DOS</code> as default text file type.
<br><br>
<li> Open a Cygwin shell. Set your <tt>PATH</tt> environment variable so
- your CYgwin <tt>bin</tt> directory is first:
+ your Cygwin <tt>bin</tt> directory is first:
<blockquote><code></code><pre> % export PATH=//c/cygwin/bin:$PATH
</pre></blockquote>