From stdcxx-dev-return-3388-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri May 18 22:29:37 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 24686 invoked from network); 18 May 2007 22:29:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 May 2007 22:29:37 -0000 Received: (qmail 42888 invoked by uid 500); 18 May 2007 22:29:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 42832 invoked by uid 500); 18 May 2007 22:29: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 42820 invoked by uid 99); 18 May 2007 22:29: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 15:29: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 15:29:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6596171406F for ; Fri, 18 May 2007 15:29:16 -0700 (PDT) Message-ID: <19922140.1179527356413.JavaMail.jira@brutus> Date: Fri, 18 May 2007 15:29: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_12497063 ] Martin Sebor commented on STDCXX-420: ------------------------------------- Because we're using -nostdinc++ to eliminate them from the preprocessor search path (see $BUILDDIR/include/config.log). We don't want to find them. The answer to your next question I anticipate is coming: "Then why do we look for them?" is that we used to want to find and use them with some compilers in the past but ran into problems due to clashes with the native C++ Standard Library implementation and so there is no such compiler today. I think this part of the infrastructure (checking for the C++ libc headers) could be removed. > 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.