summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-06 21:29:44 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-06 21:29:44 +0000
commit2b0a778699b1e278e067583d816a6eee54637095 (patch)
treeeaf76ffc38ea2d1378f0e8ad355efb5ec582f669
parentbaee2957e21812ce32a5bf9ceb32347de8069da5 (diff)
downloadATCD-2b0a778699b1e278e067583d816a6eee54637095.tar.gz
added note about using -shared instead of -G with GNU linker
-rw-r--r--ACE-INSTALL.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index fab0f4defca..e9cbb8b526f 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -114,7 +114,7 @@ try to help you fix the problems.
<pre>
CC: WorkShop Compilers 4.2 21 Apr 1997 C++ 4.2 patch 104631-02
</pre><p>
-
+
There are likely to be build problems with older versions or
different patchlevels.<p>
@@ -523,6 +523,11 @@ If you use the GNU GCC g++ compiler please note the following:
compiler with no linker. Be aware that you still need the
libraries and includes of gcc.<P>
+ NOTE: if you do use the GNU linker, you might need to change
+ the <code>-G</code> flag to <code>-shared</code> in
+ the <code>SOFLAGS</code> definition in your
+ <code>include/makeinclude/platform_macros.GNU</code>.<p>
+
<LI>Don't get too confused about contradictory statements in
the gcc documentation. It was written by different
people...<P>