Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 16802 invoked from network); 18 May 2007 21:59:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 May 2007 21:59:37 -0000 Received: (qmail 8645 invoked by uid 500); 18 May 2007 21:59:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 8637 invoked by uid 500); 18 May 2007 21:59:43 -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 8616 invoked by uid 99); 18 May 2007 21:59:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2007 14:59:43 -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; Fri, 18 May 2007 14:59:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F0B7714065 for ; Fri, 18 May 2007 14:59:16 -0700 (PDT) Message-ID: <7278919.1179525556173.JavaMail.jira@brutus> Date: Fri, 18 May 2007 14:59:16 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-420) Configuration scripts should check for standard C++ headers using g++ instead of gcc. In-Reply-To: <27979744.1179524416152.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-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497053 ] Martin Sebor commented on STDCXX-420: ------------------------------------- Says who? ;-) This works: $ echo "#include " > t.cpp && gcc -M t.cpp t.o: t.cpp \ /amd/packages/mdx/suse/em64t/compilers/gcc/3.3.3-43.41/include/c++/3.3.3-hammer/cassert \ /usr/include/assert.h /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/gnu/stubs.h > Configuration scripts should check for standard C++ headers using g++ instead of gcc. > ------------------------------------------------------------------------------------- > > Key: STDCXX-420 > URL: https://issues.apache.org/jira/browse/STDCXX-420 > Project: C++ Standard Library > Issue Type: Bug > Components: Configuration > Affects Versions: 4.1.3 > Environment: All GCC supported platforms. > Reporter: Eric Lemings > Fix For: 4.2 > > > Configuration scripts will never find standard C++ headers using gcc. g++ should be used instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.