diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-01-22 14:25:16 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-01-22 14:25:16 -0330 |
commit | 8312a04e09f118386ea6656bca482118158b1c4d (patch) | |
tree | d5794e3afa307b35c7be38e473dc5348cabf1650 /cpp | |
parent | Added new dif file sto mcpp patch (diff) | |
download | ice-8312a04e09f118386ea6656bca482118158b1c4d.tar.bz2 ice-8312a04e09f118386ea6656bca482118158b1c4d.tar.xz ice-8312a04e09f118386ea6656bca482118158b1c4d.zip |
Updated mcpp instructions
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.HP-UX | 3 | ||||
-rw-r--r-- | cpp/INSTALL.LINUX | 2 | ||||
-rw-r--r-- | cpp/INSTALL.SOLARIS | 3 |
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 ------------- |