diff options
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. |