Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 99776 invoked from network); 8 Dec 2005 21:22:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 21:22:40 -0000 Received: (qmail 22009 invoked by uid 500); 8 Dec 2005 21:22:34 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 21951 invoked by uid 500); 8 Dec 2005 21:22:33 -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 21842 invoked by uid 99); 8 Dec 2005 21:22:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 13:22:32 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 36C98192 for ; Thu, 8 Dec 2005 22:22:11 +0100 (CET) Message-ID: <1993165944.1134076931222.JavaMail.jira@ajax.apache.org> Date: Thu, 8 Dec 2005 22:22:11 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-49) [gcc 3.4.3/IRIX] bad command line options: -pthread and -fsquangle In-Reply-To: <1892278267.1129245485323.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-49?page=all ] Martin Sebor closed STDCXX-49: ------------------------------ Fix confirmed. > [gcc 3.4.3/IRIX] bad command line options: -pthread and -fsquangle > ------------------------------------------------------------------ > > Key: STDCXX-49 > URL: http://issues.apache.org/jira/browse/STDCXX-49 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.2 > Environment: gcc 3.4.3 on SGI IRIX 6.5 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.1.3 > > Compiling a thread-safe library with gcc 3.4.3 on IRIX configured as shown below emits the following diagnostics: > gcc -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTDDEBUG -pthread -D_RWSTD_USE_CONFIG -I/build/sebor/gcc-3.4.3-15s/include -I/build/sebor/dev/stdlib/include -pedantic -nostdinc++ -fsquangle -g -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /build/sebor/dev/stdlib/src/assert.cpp > gcc: unrecognized option `-pthread' > cc1plus: warning: switch "-fsquangle" is no longer supported > $ gcc -v > Reading specs from /build/gcc-3.4.3/bin/../lib/gcc/mips-sgi-irix6.5/3.4.3/specs > Configured with: /build/gcc-3.4.3/configure --prefix=/build/bin --with-languages=c,c++ > Thread model: single > gcc version 3.4.3 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira