delorie.com/archives/browse.cgi | search |
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:mime-version:date:message-id:subject:from:to | |
:content-type; q=dns; s=default; b=BseAxrsDITfEcCTOcp38yKZcc716A | |
qxWRJlfg1glsBRun2u7eoPMj1ttinjNqELdOSAhjFMCsXOy+EdJnhf+FfMXPRUBb | |
MkHUJNmptNSMPwDPxEWqVMxCcMm6TJEoQOlszqJxJ0oduGAbh65Q5VreJY+KTAuv | |
q9TsoxRMCaCm1w= | |
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:mime-version:date:message-id:subject:from:to | |
:content-type; s=default; bh=xpovw05M6TVoYxc8WxXU/8bDdpc=; b=kHB | |
3FdVnfDlGTOyUnBhPdZzNUPk28ttsBJXYMXuzh5OHdQqfDx9b3UNZwLvpcyy3uRb | |
7+F6jbztbc4hhPIjcuiDCb+Z8SNjcFBrvSZ6iClNfH+Cy31DC9wTPQ5tWfCHeLT3 | |
X8o3oMl5vTQF3x5+PgDWqksap2Onvw7+H0YTx5Dk= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_BJ,TW_CX,TW_FC,TW_LV autolearn=ham version=3.3.1 |
MIME-Version: | 1.0 |
X-Received: | by 10.152.27.9 with SMTP id p9mr2895038lag.4.1372942029828; Thu, 04 Jul 2013 05:47:09 -0700 (PDT) |
Date: | Thu, 4 Jul 2013 14:47:09 +0200 |
Message-ID: | <CAKw7uViT4P23=i1tV0qp8C6biy+sr59-=YAHrUkD2AnKsZU=HQ@mail.gmail.com> |
Subject: | clang++ broken by recent GCC update |
From: | =?UTF-8?Q?V=C3=A1clav_Zeman?= <vhaisman AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
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: clang version 3.1 (branches/release_31) Target: i386-pc-cygwin Thread model: posix "/usr/bin/clang" -cc1 -triple i386-pc-cygwin -S -disable-free -disable-llvm-verifier -main-file-name test.cxx -mrelocation-model static -mdisable-fp-elim -mconstructor-aliases -target-cpu pentium4 -target-linker-version 2.22.52.20120326 -momit-leaf-frame-pointer -v -coverage-file /tmp/test-gcecaS.s -resource-dir /usr/bin/../lib/clang/3.1 -fmodule-cache-path /var/tmp/clang-module-cache -fdeprecated-macro -fno-dwarf-directory-asm -fdebug-compilation-dir /cygdrive/c/stuff -ferror-limit 19 -fmessage-length 120 -mstackrealign -fno-use-cxa-atexit -fgnu-runtime -fobjc-runtime-has-arc -fobjc-runtime-has-weak -fobjc-fragile-abi -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/test-gcecaS.s -x c++ test.cxx clang -cc1 version 3.1 based upon LLVM 3.1 default target i386-pc-cygwin 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" #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/bin/../lib/clang/3.1/include /usr/include /usr/include/w32api End of search list. test.cxx:1:10: fatal error: 'cstdio' file not found #include <cstdio> ^ 1 error generated. -- VZ -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |