X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D996F3858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1689264713; bh=p7RxRlfuXX3rQcxHs02LloyGrLNXz67Vc8zboHYCxOw=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=JkctcUIIwzjHm7n2YzZE/oEareUHSforwKCmzYl+oVEfQJt8RD4weH7M1R9lAw68Q H88Z4I/bwp6gDk00oYsAWrNnPtBxfxLcyO4J60cw0rP0+KrCWDgA3TihHREHX8FUoy O4U69HtJua/oa7fhvSIDyHypnWqJSXOCevymF1iQ= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E945F3858D1E X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689264675; x=1691856675; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=4MHvtaJ/eQJx/VVBcwzWs7u7Tr/nZhG1d3bAOlp4194=; b=cnrAWZ2gCC+CIpzbaOXiR6yvLKqWdEB6tKhkOScDG05F8yukv6+BidnnG1AW+Lh7A7 2OnWmoWlnMt3fJ0EkPJU0lKLxQNeLMqIjozKcmnLLHUSEP6U8icSC3VgjVktb/HC5dp0 tnPGYuFimD5YlQXgoxNDfT1S73M4Bp9DeTeu862oA61m31O9gMxQ71LTkUG9j2zWTD4m N+XPQCJFs3vCy5EKrThbH6julOY8ndFTQttaLfPY9w1OKpNgqHGfVXVoZZDHFOSlH1Xg 9nQcpVxuVv/zzrC+8Ibm372W7vU574LKw6hKAjKm2jKmsVjxMpi1LwjStVGRiQ/8SZK1 xevQ== X-Gm-Message-State: ABy/qLaTuMYXGNtEB7MamTR/3HM3IUpBuCGEjIfGBAwMkK0aNP0kTZRl QvGtvb0796yDT7Sk96Vm2YOvcHmf8pAEeQ== X-Google-Smtp-Source: APBJJlEGwm1HwrMz0ps0JylM3aQmSf0VkWLT+ARFUkv1H7ApgsRYSX7bnhDOlyrzrY8aUp+o799S+w== X-Received: by 2002:a17:902:f68b:b0:1b6:bced:1dc2 with SMTP id l11-20020a170902f68b00b001b6bced1dc2mr1690903plg.0.1689264675191; Thu, 13 Jul 2023 09:11:15 -0700 (PDT) Message-ID: Date: Fri, 14 Jul 2023 01:11:12 +0900 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: iostream doesn't work (clang++) To: cygwin AT cygwin DOT com References: <7e07e251-2ec6-b7a5-62da-8578eb638993 AT gmail DOT com> <47f9e50d-763b-e6a9-b2b0-8d3cc311a63b AT maxrnd DOT com> <3c02f650-248e-9e03-94a8-d508c857474e AT gmail DOT com> Content-Language: en-US In-Reply-To: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: ggl329 via Cygwin Reply-To: ggl329 Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 36DGBtCE013128 Hi Mark, On 2023/07/13 14:52, Mark Geisert via Cygwin wrote: > Just a quick note to say the root cause has been fixed; the next version of the Cygwin DLL (3.4.8) will include the fix.  If you need the fix urgently you can find a replacement for your /usr/include/sys/cpuset.h at > https://github.com/cygwin/cygwin/blob/main/winsup/cygwin/include/sys/cpuset.h Thanks for taking time. It works again in my environment. The followings is just for information. (It may not be necessary to address the issues.) 1. clang++ complains that "-liconv" doesn't exist when compiling the "hello world". By installing libiconv-devel, I successfully made it. (g++ doesn't require "-liconv".) 2. llvm depends on python-pygments and python-yaml, which pull python27 in. But python27 has already been withdrawn. Newcomers may get confused. -- ggl329 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple