summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/TAO-INSTALL.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bf5edee54dd..143926bcb11 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Oct 24 10:53:16 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * TAO-INSTALL.html: Changed documentation to reflect the fact that
+ $ACE_ROOT/lib also has to be added to LD_LIBRARY_PATH since some
+ of the libraries are generated in this directory.
+
Wed Oct 22 13:28:43 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/ClientRequestInfo_i.cpp (setup_picurrent):
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index e5a0597bac8..be100791cf1 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -238,7 +238,7 @@ $ echo 'include $(ACE_ROOT)/include/makeinclude/platform_TARGET.GNU' \
<ol>
<li><code>cd build/SunOS5_g++</code>
<li><code>export ACE_ROOT=`pwd`;
- export LD_LIBRARY_PATH=`pwd`/ace:$LD_LIBRARY_PATH</code>
+ export LD_LIBRARY_PATH=`pwd`/ace:`pwd`/lib:$LD_LIBRARY_PATH</code>
<li><code>(cd ace; make && cd ../tests; make && cd ../TAO; make) &gt;
make.log</code>
<li><code>cd ../vxworks</code>