diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-07-24 11:06:45 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-07-24 11:06:45 -0230 |
commit | 5bae69cbe453ae9dd36f55be0b2ee09e1315700a (patch) | |
tree | 3fb88b706fdff7c8941f0247b92e4488d6ab6202 /cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2312 - changed 64 bit bin ... (diff) | |
download | ice-5bae69cbe453ae9dd36f55be0b2ee09e1315700a.tar.bz2 ice-5bae69cbe453ae9dd36f55be0b2ee09e1315700a.tar.xz ice-5bae69cbe453ae9dd36f55be0b2ee09e1315700a.zip |
Commented in 64 bit bin install dir
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.HP-UX | 3 | ||||
-rw-r--r-- | cpp/INSTALL.SOLARIS | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cpp/INSTALL.HP-UX b/cpp/INSTALL.HP-UX index 06fe6bf8185..f636cc94e68 100644 --- a/cpp/INSTALL.HP-UX +++ b/cpp/INSTALL.HP-UX @@ -182,4 +182,5 @@ compiling Ice programs, you must pass the location of the location of the <prefix>/lib directory with the -L option. If you built in 64-bit mode, the libraries are installed in -<prefix>/lib/pa20_64. No other changes are necessary. +<prefix>/lib/pa20_64 and the binaries are installed in +<prefix>/bin/pa20_64. No other changes are necessary. diff --git a/cpp/INSTALL.SOLARIS b/cpp/INSTALL.SOLARIS index d9fe758f3dc..a9ae22edde7 100644 --- a/cpp/INSTALL.SOLARIS +++ b/cpp/INSTALL.SOLARIS @@ -163,4 +163,5 @@ When compiling Ice programs, you must pass the location of the location of the <prefix>/lib directory with the -L option. If you built in 64-bit mode, the libraries are installed in -<prefix>/lib/sparcv9. No other changes are necessary. +<prefix>/lib/sparcv9 and the binaries are installed in +<prefix>/bin/sparcv9. No other changes are necessary. |