Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A57559841 for ; Tue, 7 Aug 2012 18:20:14 +0000 (UTC) Received: (qmail 38175 invoked by uid 500); 7 Aug 2012 18:20:14 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 38136 invoked by uid 500); 7 Aug 2012 18:20:14 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 38128 invoked by uid 99); 7 Aug 2012 18:20:14 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 18:20:14 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 40127142822 for ; Tue, 7 Aug 2012 18:20:14 +0000 (UTC) Date: Tue, 7 Aug 2012 18:20:14 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <2132091371.697.1344363614264.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1471361068.17559.1344275162945.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (AMQCPP-415) compiler flags with HPUX 11_31 aCC A.06.26 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQCPP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430495#comment-13430495 ] Timothy Bish commented on AMQCPP-415: ------------------------------------- is there an alternate flag for -PIC or is it safe to simply exclude that on AIX? > 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 > 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