X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=JM7nwQS6z2/64CAcy+cnGqBgzPDbY1NFyYD5eFXi5nc WOb4EOwqlxhjtAbA032nI0WWw968QIySlf90k8qG+4uExB7e+SKCSb0kIi6JOJ+/ aFpLBofTaaGlACqdBLoFYBdvn8BurwZcyNDD1RqGG1/ypCJLLGjrqE8yXKVcf38I = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=2VPTpXXcbT0GOnnuAt8Vqw0zXsQ=; b=gcObylQqSbLJsmxuv riuzfIcnKNWD3MWHxepQOi4dGP9IJaJGKXOOp0KZcI3//aZeHxVM95scXL9KayBa JUGeaoXQ8JXYaFmYCUggCnatVNOj7xnqmceRfB6nSeOUp1M2xGXSZpY6aw2iTf27 NIcMr4TTjKKcxThO58PDc5fXZo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,SPF_NEUTRAL autolearn=ham version=3.3.1 Message-ID: <51D5B20E.1070209@cs.utoronto.ca> Date: Thu, 04 Jul 2013 13:34:06 -0400 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: clang++ broken by recent GCC update References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 04/07/2013 8:47 AM, Václav Zeman wrote: > Hi. > > The C++ part of Clang package (I have not tested the C part) is broken > after update of GCC to 4.7.3. It cannot find standard C++ headers: > ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++" > ignoring nonexistent directory > "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++/i686-pc-cygwin" > ignoring nonexistent directory > "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++/backward" > ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include" It seems like a supremely bad idea to rely on gcc's headers rather than shipping its own, but given that it does I assume clang needs to be recompiled against the new version. Ryan -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple