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 (JIRA)" <ji...@apache.org> on 2011/08/01 14:40:09 UTC

[jira] [Moved] (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 moved AMQ-3428 to AMQCPP-379:
------------------------------------------

          Component/s:     (was: CMS (C++ client))
                       CMS Impl
    Affects Version/s:     (was: 5.5.0)
                       3.3.0
           Issue Type: Improvement  (was: Bug)
                  Key: AMQCPP-379  (was: AMQ-3428)
              Project: ActiveMQ C++ Client  (was: ActiveMQ)

> 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