[
https://issues.apache.org/jira/browse/AMQ-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yakov Dekel updated AMQ-3428:
-----------------------------
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
was:
uname -a
AIX aix03 3 5 00CBFD314C00
xlC -qversion
IBM XL C/C++ Enterprise Edition for AIX, V9.0
Version: 09.00.0000.0000
> CMS: invalid build with natix AIX compiler - "-PIC" is passed instead of
> "-qpic"
> --------------------------------------------------------------------------------
>
> Key: AMQ-3428
> URL: https://issues.apache.org/jira/browse/AMQ-3428
> Project: ActiveMQ
> Issue Type: Bug
> Components: CMS (C++ client)
> Affects Versions: 5.5.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