summaryrefslogtreecommitdiff
path: root/TAO/TAO-INSTALL.html
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-07-14 18:51:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-07-14 18:51:08 +0000
commit3fc8079d7d193b842e583108dfca1e3f62a23a23 (patch)
tree2454308838043c5a92cb972175bff67bfd9ec6fb /TAO/TAO-INSTALL.html
parent4e6e45ed5fbe978a6f8a203398bd60555df96970 (diff)
downloadATCD-3fc8079d7d193b842e583108dfca1e3f62a23a23.tar.gz
ChangeLogTag: Mon Jul 14 18:50:52 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r--TAO/TAO-INSTALL.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 69b63f47abc..e5a0597bac8 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -386,6 +386,21 @@ settings are used in the Project Settings.</P>
TAOs.lib or TAOsd.lib
</UL>
+<H4>MinGW and Cygwin</H4> <P>
+
+<P>First, follow the build instructions in the
+<A HREF="../ACE-INSTALL.html#mingw">ACE installation notes.</A>
+When building with MinGW and Cygwin you are using the GNU make under Windows.
+When you use make from the commandline, make sure that <code>TAO_ROOT</code> is
+set to a full path or to <code>%ACE_ROOT%/TAO</code>, which will also result
+in setting a full path. Setting it with the Unix style to <code>$ACE_ROOT/TAO</code>
+will not work, setting it using the make style to <code>$(ACE_ROOT)/TAO</code> looks
+to work but will cause problems when building the TAO services, so don't do that.
+The correct way is:
+<BLOCKQUOTE><code>set TAO_ROOT=%ACE_ROOT%/TAO</code></BLOCKQUOTE>
+
+</P>
+
<HR>
<H3><A NAME="#VC">How to add IDL files into your Visual C++ projects</A></H3>
Point of contact: <A HREF="mailto:nanbor@cs.wustl.edu">Nanbor Wang</A>.