From stdcxx-dev-return-4912-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Sep 12 01:11:53 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 14685 invoked from network); 12 Sep 2007 01:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 01:11:52 -0000 Received: (qmail 13799 invoked by uid 500); 12 Sep 2007 01:11:46 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 13784 invoked by uid 500); 12 Sep 2007 01:11:46 -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 13773 invoked by uid 99); 12 Sep 2007 01:11:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 18:11:46 -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; Wed, 12 Sep 2007 01:11:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2DD5C714208 for ; Tue, 11 Sep 2007 18:11:32 -0700 (PDT) Message-ID: <19807806.1189559492184.JavaMail.jira@brutus> Date: Tue, 11 Sep 2007 18:11:32 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64 ------------------------------------------------------------------ Key: STDCXX-549 URL: https://issues.apache.org/jira/browse/STDCXX-549 Project: C++ Standard Library Issue Type: Bug Components: Configuration Affects Versions: trunk Environment: Sun C++ 5.9/Linux/x86_64 Reporter: Martin Sebor Priority: Critical Configuration in wide (64-bit) mode with Sun C++ 5.9 fails on Linux/x86_64: gmake config gmake[3]: Entering directory `$(BUILDDIR)/include' configuring stdcxx 4.2.0 for CC-++ on linux-2.6.9-42.elsmp-x86_64 checking if the compiler is sane no int main () { return 0; } CC -D_RWSTDDEBUG -I. -library=%none -g -xarch=generic64 +w -c a.cpp -o a.o CC: illegal option usage -xarch=generic64 gmake[3]: *** [sane] Error 1 gmake[3]: Leaving directory `$(BUILDDIR)/include' gmake[2]: *** [config.h] Error 2 gmake[2]: Leaving directory `$(BUILDDIR)/include' gmake[1]: *** [config] Error 2 gmake[1]: Leaving directory `$(BUILDDIR)' gmake: *** [config] Error 2 Command exited with non-zero status 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.