summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-10 16:26:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-10 16:26:24 +0000
commit58b9e2f4c45a398ac77451aad909bbc712981caa (patch)
tree3bf0db4683a640b9a660473c858839dba360460d /ACE-INSTALL.html
parent5033f39a3b2031ebadaa285d5671c9df33fb1465 (diff)
downloadATCD-58b9e2f4c45a398ac77451aad909bbc712981caa.tar.gz
added some VxWorks info: LD_LIBRARY_PATH with TAO and perl for etc/ace_ld
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 16d7de31b8d..eedf75629f7 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -579,7 +579,14 @@ The VxWorks platform_vxworks*.GNU files are set up so that shared
libraries are not built on VxWorks. Only static libraries,
with .a extension, are built. Therefore, it's not necessary
to set the LD_LIBRARY_PATH environment variable on your host
-system when building for VxWorks targets.<P>
+system when building for VxWorks targets. Please note, however,
+if you use TAO on VxWorks that you will need to set your LD_LIBRARY_PATH
+to find the TAO IDL compiler libraries (installed in the ace directory)
+on the host.<P>
+
+With g++, etc/ace_ld is used to munch object files and libraries to
+set up calls to static constructors and destructors. etc/ace_ld requires
+perl on the host platform.<P>
These non-default VxWorks kernel configuration <code>#defines</code>
are required with ACE:<P>