summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 18:58:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 18:58:24 +0000
commit99146aff25ddafed3036ab776f0c91bcc9351b4c (patch)
tree2704a455e0dbb818e6c2683e842c11914c87a3f8
parent65705fcaa62ab37c693279ed22a8e3b5dc8935f7 (diff)
downloadATCD-99146aff25ddafed3036ab776f0c91bcc9351b4c.tar.gz
updated egcs shared library discussion with information from Tim Rose
<trose@bridgewatersys.com> that egcs 1.1.1 statics libs work fine on Solaris 2.6.
-rw-r--r--ACE-INSTALL.html23
1 files changed, 14 insertions, 9 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index ab41f555313..863da7ddd4d 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -665,11 +665,16 @@ If you use the GNU GCC g++ compiler please note the following:
<code>$ACE_ROOT/include/makeinclude/platform_macros.GNU</code>.<p>
<li>egcs may have trouble linking some executables, such as the ACE
- IOStream_Test, if its static libraries are used. It's best to build
- egcs with the <code>--enable-shared</code> egcs config option,
- so that it provides shared libraries. Be sure to set your
- <code>LD_LIBRARY_PATH</code> environment variable, if necessary,
- to pick up those shared libraries.<p>
+ IOStream_Test, if its static libraries are used. Though
+ <a href="mailto:trose@bridgewatersys.com">Tim Rose</a> reports
+ that egcs 1.1.1 static libraries work just fine on Solaris 2.6
+ with patches: 105181-12, 105568-13, 105210-19, 105591-05, 105395-04,
+ and 105490-07.<p>
+
+ If you need or want to use egcs' shared libraries, build it
+ with the <code>--enable-shared</code> egcs config option. Be
+ sure to set your <code>LD_LIBRARY_PATH</code> environment variable,
+ if necessary, to pick up those shared libraries.<p>
<li>On DEC Alpha, egcs through version 1.03a, at least, may fail
to build ACE if debugging (-g) is enabled. The fix is to
@@ -812,10 +817,10 @@ the STL fixes.
<OL>
<LI>Uncompress the ACE distribution into a directory, where it will create a
ACE_wrappers directory containing the distribution. The ACE_wrappers
- directory will be referred to as ACE_ROOT in the following steps -- so
- ACE_ROOT\ace would be C:\ACE_wrappers\ace if you uncompressed into the
- root directory. <BR>
- <BR>
+ directory will be referred to as ACE_ROOT in the following steps -- so
+ ACE_ROOT\ace would be C:\ACE_wrappers\ace if you uncompressed into the
+ root directory.<BR>
+ <BR>
<LI>Create a file called <code>config.h</code> in the ACE_ROOT\ace
directory that contains: <BR>
<BR>