From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67424 invoked by alias); 25 Sep 2017 01:53:13 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 67411 invoked by uid 89); 25 Sep 2017 01:53:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=jony, JonY, (unknown), contacting X-HELO: mail-oi0-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Sep 2017 01:53:11 +0000 Received: by mail-oi0-f53.google.com with SMTP id v188so4957533oia.5 for ; Sun, 24 Sep 2017 18:53:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:to:references :user-agent; bh=Y0SbFoW3wPcqhMrbeIAafGYTqIuidhbDsDD+d+aONV8=; b=QMvvzI2pxKGVpXZY3eI7EAQNBMrfiHhPt6auM/r9Ba8U0F3KwRx/I6ES0saWLJRY2o B8ejgMmJ/RamZlb9q44lA37Bbx4GitflkFCgaF9VX6xbInkLbRykKvgUQ/AEDR3gx6fX CO/75+CrAw9qZAULeosBHa4/6Iv4GCGn1T+rfZHw9EkfCjq39Hat3w4yXWDay9/Txt0t KXmD47a1344KJLrFT88HOy/ZCLfUi2VgWE0WTvPZq67BKHZ6Ix0ZrAUnc+ykdnL2XGFW qLscBAo3yG1FiNCEJJ3e5JBS2ukNTUzWGMcf0Hzjd63G5jb9JZdnM8GNZOh5X+WnlT/M Tl2g== X-Gm-Message-State: AHPjjUg3QpMSqDQPOI51zUUq81HcHhjqgZFO5pbL8cNTeo5lS1XbyRJf 8gWDc1+SGSSp4pgg+ZqVu1lKog== X-Google-Smtp-Source: AOwi7QCL3daIJJuLMWu6JZl+o6beLGiwVxAQwTKwB8v6nshCSg9rND7HpA4en79DNRPzkwjaULxi+A== X-Received: by 10.202.197.147 with SMTP id v141mr2577409oif.112.1506304389983; Sun, 24 Sep 2017 18:53:09 -0700 (PDT) Received: from 2UZ ([2605:6000:9fc0:56:3c14:e5c4:5a0e:92]) by smtp.gmail.com with ESMTPSA id d69sm7717294oih.4.2017.09.24.18.53.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Sep 2017 18:53:09 -0700 (PDT) Message-ID: <59c86185.48e6ca0a.964a0.a849@mx.google.com> Date: Mon, 25 Sep 2017 01:53:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test) To: cygwin@cygwin.com References: <33b5026b-7499-4a71-39c1-00629ed9cac8@gmail.com> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-09/txt/msg00229.txt.bz2 On Sun, 24 Sep 2017 00:48:20, JonY wrote: > I don't really work with cmake, but what it looks like, but it probably > makes gcc look in the mingw include dir first and then gcc's, breaking > gcc's headers. > > Unfortunately, I don't have any good ideas besides hacking cmake to > remove the -isystem calls, or contacting gcc-help directly. Here is another problem: $ cat z.cpp #include main() { std::cout << "cout test\n"; } $ x86_64-w64-mingw32-g++ -static -o z z.cpp $ ./z Segmentation fault -- 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