diff options
| author | Stephen D. Huston <shuston@apache.org> | 2015-02-04 17:37:19 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2015-02-04 17:37:19 +0000 |
| commit | d75fedad65ae24813f440362931a9a7b7fb66cac (patch) | |
| tree | ed13f62fcb010d0ca07488f8c389a61abe982fbc /qpid/cpp/INSTALL | |
| parent | d3fd2da6c424e04725c7b40f097ea31036dab0f1 (diff) | |
| download | qpid-python-d75fedad65ae24813f440362931a9a7b7fb66cac.tar.gz | |
Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/INSTALL')
| -rw-r--r-- | qpid/cpp/INSTALL | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL index 0e91cddec8..717c9b0908 100644 --- a/qpid/cpp/INSTALL +++ b/qpid/cpp/INSTALL @@ -91,7 +91,7 @@ Or if you have only have a command line environment available 2.1 Building as C++11 (Experimental) ==================================== -Currently the Qpoid project uses C++ that conforms to the C++03 standard, as currently +Currently the Qpid project uses C++ that conforms to the C++03 standard, as currently this is the C++ standard that is supported the most widely, so any new code must also compile as C++03. As an experiment (and to support a few extra platforms) the Qpid code will also now build as C++11. @@ -141,6 +141,23 @@ If you want to use the ports version of cyrus-sasl then you should also add: Which will allow cmake to find libraries installed in /usr/local (which is where cyrus-sasl gets installed by ports). +2.4 Building on AIX +=================== +Qpid has been tested on AIX 7.1 with XL C++ 13.1 and Boost 1.55.0. The +thread-using variant of the compiler must be used but it isn't the default +picked up by cmake. Thus, the compiler must be specified at cmake time. +For example (assuming PATH includes the compiler binaries): + + # CXX=xlC_r CC=cc_r cmake .. + +Warnings from Boost header files are expected and can be ignored. + +It is normal to see (lots of) multiply-defined symbol warnings when linking +the shared libraries built as part of Qpid. + +The mktemp package must be installed separately in order to execute the +Qpid test suite. + 3. Building a Repository Working Copy ===================================== To get the source code from the subversion repository (trunk) do: |
