[
https://issues.apache.org/jira/browse/AMQCPP-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073516#comment-13073516
]
Timothy Bish commented on AMQCPP-379:
-------------------------------------
The CMS client is not maintained on AIX since there are no resources to test it
there. If you would like to submit a patch for the configure.ac script that
sets up the AIX build options we welcome the contribution.
> CMS: invalid build with native AIX compiler - "-PIC" is passed instead of
> "-qpic"
> ---------------------------------------------------------------------------------
>
> Key: AMQCPP-379
> URL: https://issues.apache.org/jira/browse/AMQCPP-379
> Project: ActiveMQ C++ Client
> Issue Type: Improvement
> Components: CMS Impl
> Affects Versions: 3.3.0
> Environment: $ uname -a
> AIX aix03 3 5 00CBFD314C00
> $ xlC -qversion
> IBM XL C/C++ Enterprise Edition for AIX, V9.0
> Version: 09.00.0000.0000
> Reporter: Yakov Dekel
>
> When building under AIX, the configure script generates "-PIC" as a parameter
> to the compiler. Since -P is a directive telling the compiler to do just
> preprocessiong, the build failes. The correct parameter should be -qpic.
> An ugly bypass is to edit all generated Makefiles and replace the parameters.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira