diff options
author | Steve Huston <shuston@riverace.com> | 1997-11-05 22:47:27 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-11-05 22:47:27 +0000 |
commit | 5383ca8022ef199d3e0879ba1a1a72a1a87dba60 (patch) | |
tree | ae5cfc05580e59823c41fa672a4128c9d4652d50 /ACE-INSTALL.html | |
parent | c0e8a536af090f01613cb7be838044544803a8d4 (diff) | |
download | ATCD-5383ca8022ef199d3e0879ba1a1a72a1a87dba60.tar.gz |
Updated information for HP-UX, UnixWare, and Win32 MSVC4.2 workspace file name
(ACE_Library rahter than ace).
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 157c4ed8a37..16d7de31b8d 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -112,6 +112,10 @@ try to fix it for you. you don't have this patch, the sv* commands for compiling and linking will not be present on the system. <P> + If you are using AIX 4.2.1 or later, there is no patch needed; + the dynamic library APIs are included in the base operating + system. <P> + BTW, here's a technique from Rob Jordan <<A HREF="mailto:jordan@hursley.ibm.com">jordan@hursley.ibm.com</A>> that can reduce the size of the ACE libraries by @@ -160,11 +164,19 @@ pthreads</A>.<P> <DT> <B> HP-UX 9.x and 10.x </B> <BR><BR> -<DD> The current HP/UX C++ compiler is incredibly lame and has - problems compiling ACE templates and achieving template - closure. I've heard that the next release is better... - In the meantime, you might try using GNU GCC or SunC++ - on HP/UX. <P> +<DD> HP sells 2 C++ compilers for HP-UX 10.x. If you are using 9.x, + there's only the first one. +<UL> +<LI>HP C++ - this is CC, HP's cfront-based compiler. As of ACE 4.4, it + can be used, but some people have problems with templates. + Caveat emptor. It's been said that you should run version 10.24, + if not later. + +<LI>HP aC++ - this is aCC, HP's new, ANSI-to-be compiler. It handles ACE + pretty well. You should use either version A.01.06 (or later), or + A.01.03. Patches .04 and .05 do not work. +</UL> +<P> <DT> <B> OSF/1 3.2 and 4.0 (a.k.a. Digital UNIX 4.0a) </B> <BR><BR> @@ -191,11 +203,13 @@ kielmann@informatik.uni-siegen.de</A>> and David Trumble <<A HREF="mailto:trumble@cvg.enet.dec.com">trumble@cvg.enet.dec.com</A>> for help with this port. <P> -<DT><B> UnixWare 2.01 </B> <BR><BR> +<DT><B> UnixWare </B> <BR><BR> <DD> Steve Huston <<A HREF="mailto:shuston@riverace.com">shuston@riverace.com</A>> - has ported ACE to work with UnixWare 2.01 and - its standard C++ compiler.<P> + has ported ACE to work with UnixWare 2.01 and g++. <P> + + Ganesh Pai <<A HREF="mailto:gpai@voicetek.com">gpai@voicetek.com</A>> + subsequently did the port for version 2.1.2, also with g++. <P> <DT><B>Chorus</B> <BR><BR> <DD> @@ -458,7 +472,7 @@ ACE contains project files for Microsoft Visual C++ 4.x (*.mdp) and <BR> <CODE>#include "config-win32.h"</CODE><BR> <BR> -<LI> Now load up the project file for ACE (ACE_ROOT\ace\ace.mdp or +<LI> Now load up the project file for ACE (ACE_ROOT\ace\ACE_Library.mdp or ACE_ROOT\ace\ace.dsw). If you are using MSVC 4.x, you will need to add paths to your global settings. In Tools|Options|Directories, add ACE_ROOT to your include path |