summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-05-31 20:14:35 +0000
committerSteve Huston <shuston@riverace.com>2001-05-31 20:14:35 +0000
commit599417b0a92d0546d86dd0e0eefb923d67344ce0 (patch)
tree6cceb5a514b3493a73c39f2f6722231066538c34 /ACE-INSTALL.html
parent417c0387758834b421da823454c6a01c85437da9 (diff)
downloadATCD-599417b0a92d0546d86dd0e0eefb923d67344ce0.tar.gz
ChangeLogTag:Thu May 31 15:25:19 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 50aac29895e..fc8fc627db1 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -242,16 +242,20 @@ make: *** [libACE.so] Error 8
install patched versions of the C++ libraries, which correctly
define this symbol.<p>
- To build ACE on AIX with Visual Age C++, use the
- $ACE_ROOT/ace/ace-dll.icc (or ace-lib.icc) along with the appropriate
+ To build ACE on AIX with Visual Age C++ 5, use the
+ $ACE_ROOT/ace/ace.icc configuration along with the appropriate
version-specific config file (e.g. config-aix-4.3.x.h). All of the
version-specific config files set the version number macros and
include the general config-aix-4.x.h file which has support for all
of the OS versions and compilers supported on AIX. Using the general
- config file is the recommended practice for egcs, C Set++, and IBM
- C/C++ compilers. However, the Visual Age C++ compiler does not make
- use of the platform_macros.GNU file, which is how the OS version
- information generally gets set.<p>
+ config file is the recommended practice for egcs, C Set++, IBM
+ C/C++, and Visual Age C++ 5 batch mode compilers.<p>
+
+ Visual Age C++ 4 has also been supported on ACE 5.1, but is no longer
+ 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.
BTW, here's a technique from Rob Jordan &lt<A
HREF="mailto:jordan@hursley.ibm.com">jordan@hursley.ibm.com</A>&gt