Jeffrey Brenwald created AMQCPP-415:
---------------------------------------

             Summary: 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 Brenwald
            Assignee: Timothy Bish


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

        

Reply via email to