summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-26 20:28:14 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-26 20:28:14 +0000
commitc51bcea107f04f8d6026ade8cb437c5bd0b0aa8b (patch)
tree6306507a0f7363791313686317d6d1ac032f7692 /ACE-INSTALL.html
parent7121ba06bd04aed9b77e1b31dabc24e64ee4961b (diff)
downloadATCD-c51bcea107f04f8d6026ade8cb437c5bd0b0aa8b.tar.gz
expanded discussion of gcc config.status file
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 046ca6511c8..14cea0e67a8 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -320,10 +320,13 @@ If you use the GNU GCC C++ compiler please note the following: <P>
parts of ACE correctly due to compiler bugs. Please
upgrade to G++ 2.7.2 or greater. <P>
- <LI> Make sure to update your gcc "config.status" file -
- this specifies whether your gcc install uses, for
- example, Solaris's "/usr/ccs/bin" binary utils or
- GNU binary utils. <P>
+ <LI> Make sure to update your gcc <code>config.status</code>
+ file - this specifies whether your gcc install uses, for
+ example, Solaris's <code>/usr/ccs/bin</code> binary utils or
+ GNU binary utils. <code>config.status</code> is an output
+ of <code>configure</code>; it is preferable to use the
+ <code>--prefix</code> option to <code>configure</code> instead
+ of hacking its output.<P>
<LI> Make sure that the linker invoked by GCC produces code
that initializes static objects. Please see GCC's