summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-02-12 17:41:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-02-12 17:41:43 +0000
commit95fb79ccf47ff4034b0152645ebf0a3e50d47474 (patch)
tree0f208c0e9320bca1ef9afaccb41b9e3a2b464268
parent147dd8b36a81509bca0d60c5ba924f31235bf5b1 (diff)
downloadATCD-95fb79ccf47ff4034b0152645ebf0a3e50d47474.tar.gz
ChangeLogTag:Tue Feb 12 09:37:56 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--ACE-INSTALL.html21
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
4 files changed, 36 insertions, 12 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 5bb5f8f3e09..f8cb748bfc3 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -823,11 +823,11 @@ If you use the GNU GCC g++ compiler please note the following:
and comment out the <code>OCFLAGS</code> line.<P>
<li>ACE/TAO don't seem to build well with g++ 2.8.1. We routinely
- use egcs 1.1.1 (on Solaris) and 1.1.2, and recommend those versions.<p>
+ use g++ 2.95.x and g++ 3.x, and recommend those versions or better.<p>
- <LI>Earlier (prior to 2.7.2) versions of g++ may not compile
+ <LI>Earlier (prior to 2.95.2) versions of g++ may not compile
certain parts of ACE correctly due to compiler bugs. Please
- upgrade to g++ 2.7.2 or greater.<P>
+ upgrade to g++ 2.95.2 or greater.<P>
<LI>Make sure to update your gcc <code>config.status</code>
file. This file is produced when installing gcc; it specifies
@@ -944,14 +944,11 @@ option available with
which you will use egcs.<p>
<li><strong><blink><font color="#ff0000">WARNING:</font></blink></strong>
- The default behavior of the ACE Makefiles is to add
- <code>-fno-exceptions</code> to egcs (and g++ starting with
- version 2.8.0) invocations. This disables exception handling
- support. On Solaris/sparc and Linux/alpha, it results in a 25
- percent reduction in the size of libACE.so. To enable exception
- handling, add <code>exceptions=1</code> to your
- <code>make</code> command line invocation, or to your
- <code>$ACE_ROOT/include/makeinclude/platform_macros.GNU</code>.<p>
+ The default behavior of the ACE Makefiles is to enable native
+ exception support. To disable exception handling, add
+ <code>exceptions=0</code> to your <code>make</code> command line
+ invocation, or to your
+ <code>$ACE_ROOT/include/makeinclude/platform_macros.GNU</code> file.<p>
<li>egcs may have trouble linking some executables, such as the ACE
IOStream_Test, if its static libraries are used. Though
@@ -1033,7 +1030,7 @@ option available with
grok long names.
Thanks to <a href="mailto:ssweeney@sanders.com">Skye Sweeney</a> for trying it
- out and <a href="mailto:othman@cs.wustl.edu">Ossama Othman</a> for discovering the
+ out and <a href="mailto:ossama@uci.edu">Ossama Othman</a> for discovering the
option with egcs.<p>
Heres a note on how to go about this (contributed by Skye
diff --git a/ChangeLog b/ChangeLog
index 714845dc820..44e9f0a1eb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Feb 12 09:37:56 2002 Ossama Othman <ossama@uci.edu>
+
+ * ACE-INSTALL.html:
+
+ Corrected EGCS documentation. Native exception support is now
+ the default. [Bug 1149]
+
+ G++ 2.7.x is no longer supported. Updated accordingly.
+
Mon Feb 11 16:31:04 2002 Ossama Othman <ossama@uci.edu>
* bin/make_pretty.pl (is_warning):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 714845dc820..44e9f0a1eb4 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Tue Feb 12 09:37:56 2002 Ossama Othman <ossama@uci.edu>
+
+ * ACE-INSTALL.html:
+
+ Corrected EGCS documentation. Native exception support is now
+ the default. [Bug 1149]
+
+ G++ 2.7.x is no longer supported. Updated accordingly.
+
Mon Feb 11 16:31:04 2002 Ossama Othman <ossama@uci.edu>
* bin/make_pretty.pl (is_warning):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 714845dc820..44e9f0a1eb4 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Tue Feb 12 09:37:56 2002 Ossama Othman <ossama@uci.edu>
+
+ * ACE-INSTALL.html:
+
+ Corrected EGCS documentation. Native exception support is now
+ the default. [Bug 1149]
+
+ G++ 2.7.x is no longer supported. Updated accordingly.
+
Mon Feb 11 16:31:04 2002 Ossama Othman <ossama@uci.edu>
* bin/make_pretty.pl (is_warning):