summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-01-22 14:25:16 -0330
committerDwayne Boone <dwayne@zeroc.com>2008-01-22 14:25:16 -0330
commit8312a04e09f118386ea6656bca482118158b1c4d (patch)
treed5794e3afa307b35c7be38e473dc5348cabf1650 /cpp
parentAdded new dif file sto mcpp patch (diff)
downloadice-8312a04e09f118386ea6656bca482118158b1c4d.tar.bz2
ice-8312a04e09f118386ea6656bca482118158b1c4d.tar.xz
ice-8312a04e09f118386ea6656bca482118158b1c4d.zip
Updated mcpp instructions
Diffstat (limited to 'cpp')
-rw-r--r--cpp/INSTALL.HP-UX3
-rw-r--r--cpp/INSTALL.LINUX2
-rw-r--r--cpp/INSTALL.SOLARIS3
3 files changed, 7 insertions, 1 deletions
diff --git a/cpp/INSTALL.HP-UX b/cpp/INSTALL.HP-UX
index 63bedc0e077..f39ecd7d325 100644
--- a/cpp/INSTALL.HP-UX
+++ b/cpp/INSTALL.HP-UX
@@ -104,6 +104,9 @@ Ice has dependencies on a number of third-party libraries:
./configure CC=cc CXX=aCC CFLAGS=+Z --enable-mcpplib --disable-shared
(and --prefix=<dir> if you like)
+
+ For 64 bit builds, after installation it is necessary to move libraries
+ from $(prefix)/lib to $(prefix)/lib/pa20_64.
GNU Make 3.80
diff --git a/cpp/INSTALL.LINUX b/cpp/INSTALL.LINUX
index 00517f51261..fcedc890922 100644
--- a/cpp/INSTALL.LINUX
+++ b/cpp/INSTALL.LINUX
@@ -76,7 +76,7 @@ http://www.zeroc.com/download.html
./configure CFLAGS=-fPIC --enable-mcpplib --disable-shared
(and --prefix=<dir> if you like)
- For 64bit machines, after installation it is necessary to rename the
+ For 64 bit machines, after installation it is necessary to rename the
library installation directory from $(prefix)/lib to $(prefix>/lib64.
diff --git a/cpp/INSTALL.SOLARIS b/cpp/INSTALL.SOLARIS
index 9c2b19d7b52..d05e1ce5df9 100644
--- a/cpp/INSTALL.SOLARIS
+++ b/cpp/INSTALL.SOLARIS
@@ -82,6 +82,9 @@ This kit is required to run the IceSSL tests successfully.
./configure CC=cc CXX=CC CFLAGS=-KPIC --enable-mcpplib --disable-shared
(and --prefix=<dir> if you like)
+ For 64 bit builds, after installation it is necessary to move libraries
+ from $(prefix)/lib to $(prefix)/lib/sparcv9.
+
GNU Make 3.80
-------------