You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (Closed) (JIRA)" <ji...@apache.org> on 2011/10/27 00:55:32 UTC

[jira] [Closed] (AMQCPP-379) CMS: invalid build with native AIX compiler - "-PIC" is passed instead of "-qpic"

     [ https://issues.apache.org/jira/browse/AMQCPP-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQCPP-379.
-------------------------------

    Resolution: Incomplete

Need a patch for configure.ac that's been tested on AIX to resolve this.  
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira