From stdcxx-dev-return-4053-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Jul 24 18:54:00 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 79508 invoked from network); 24 Jul 2007 18:53:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 18:53:59 -0000 Received: (qmail 49198 invoked by uid 500); 24 Jul 2007 18:53:54 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 49180 invoked by uid 500); 24 Jul 2007 18:53:54 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 49135 invoked by uid 99); 24 Jul 2007 18:53:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 11:53:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 11:53:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 595AB7141F2 for ; Tue, 24 Jul 2007 11:53:31 -0700 (PDT) Message-ID: <9042351.1185303211363.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 11:53:31 -0700 (PDT) From: "Andrew Black (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-501) [aCC 3/HPUX/PARISC] Compile using -AA rather than -Aa MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [aCC 3/HPUX/PARISC] Compile using -AA rather than -Aa ----------------------------------------------------- Key: STDCXX-501 URL: https://issues.apache.org/jira/browse/STDCXX-501 Project: C++ Standard Library Issue Type: Bug Components: Build Environment: aCC 3/HPUX/PARISC Reporter: Andrew Black (See http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200707.mbox/%3c469510DA.9050303@roguewave.com%3e for background) At this time, stdcxx is compiled using the -Aa switch for aCC 3. Most 3rd-party libraries, such as those provided by database vendors, are built using the binary incompatible -AA switch. To make stdcxx more usable with other libraries, the infrastructure should be altered to build with -AA for this compiler family. This issue doesn't affect aCC 5 and 6, as builds with those versions of the compiler already use -AA. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.