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 2012/08/07 21:19:10 UTC

[jira] [Resolved] (AMQCPP-415) compiler flags with HPUX 11_31 aCC A.06.26

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

Timothy Bish resolved AMQCPP-415.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.5.0

removed the forced -PIC for non-GCC compilers.
                
> compiler flags with HPUX 11_31 aCC A.06.26
> ------------------------------------------
>
>                 Key: AMQCPP-415
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-415
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Other C++ Clients
>    Affects Versions: 3.4.4
>         Environment: HPUX 11_31 
> aCC A.06.26
>            Reporter: Jeffrey B
>            Assignee: Timothy Bish
>              Labels: HPUX, compiler, configuration, installer
>             Fix For: 3.5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> The configure script places -PIC for flags when compiling and linking, but -P in aCC is something very different than it is in gcc.
> In aCC it Preprocess named C/C++ files and leave the result in corresponding files suffixed with .i.
> In gcc it Inhibit generation of linemarkers in the output from the preprocessor.  This might be useful when running the pre-processor on something that is not C code, and will be sent to a program which might be confused by the linemark-ers.
> This flag overwrote the -o option and caused no .o files to be created and make would fail when it got that far.

--
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