Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 23928 invoked from network); 12 Sep 2007 01:21:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 01:21:55 -0000 Received: (qmail 21137 invoked by uid 500); 12 Sep 2007 01:21:48 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 21126 invoked by uid 500); 12 Sep 2007 01:21:48 -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 21115 invoked by uid 99); 12 Sep 2007 01:21:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 18:21:48 -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:23:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ABAF171420D for ; Tue, 11 Sep 2007 18:21:32 -0700 (PDT) Message-ID: <14334318.1189560092699.JavaMail.jira@brutus> Date: Tue, 11 Sep 2007 18:21:32 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64 In-Reply-To: <19807806.1189559492184.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-549: ----------------------------------- Assignee: Martin Sebor > [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 > Assignee: 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.