diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-12-16 09:40:23 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-12-16 09:40:23 -0330 |
commit | fd24e3bfe130ab3c6acbc73e82debd8df379fbf4 (patch) | |
tree | cfcebf62fb79ce8720bc8238e05b4ebbd4fc194e | |
parent | Removed unnecessary _communicator member from freeze map demo. (diff) | |
download | ice-fd24e3bfe130ab3c6acbc73e82debd8df379fbf4.tar.bz2 ice-fd24e3bfe130ab3c6acbc73e82debd8df379fbf4.tar.xz ice-fd24e3bfe130ab3c6acbc73e82debd8df379fbf4.zip |
Updated build instructions for mcpp on Solaris
-rw-r--r-- | distribution/src/thirdparty/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distribution/src/thirdparty/README b/distribution/src/thirdparty/README index b3eef3b9841..d54c94621b7 100644 --- a/distribution/src/thirdparty/README +++ b/distribution/src/thirdparty/README @@ -180,6 +180,11 @@ below: $ ./configure CFLAGS=-fPIC --enable-mcpplib --disable-shared (and --prefix=<dir> if you like) +For 64-bit builds, use: + + $ ./configure CFLAGS="-fPIC -m64" --enable-mcpplib --disable-shared + (and --prefix=<dir> if you like) + On 64-bit platforms, after installation it is necessary to rename the library installation directory from $(prefix)/lib to $(prefix)/lib/sparcv9 for SPARC or $(prefix)/lib/amd64 for x86. |