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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=iqBDf5n+2T3yWh0Qw7jJshe7FOuLv 4nM9RyEvNKTbG6WbgleO/xanX8G5Suuwsq+brHA9MRqyxp3vmmvrZp8PNY+Q2ddU EZi8UfUqhJNpqOMH2cxQV2VW6ifwUGgAv4UQrUMBsu4LoKKLPL6wC23FusgDXS2Y pipVZiobzL3lNM= 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:from:date:message-id:subject:to :content-type; s=default; bh=iHcNGq4FPFw61PHxSvn+PnNiiFM=; b=rlf WiA3drVTR6JNr0+9nBDY58J14kS53NYEsVX+MnbxABYYZzjFhqiwcsLf7exZomjT 9CPfaVM/zT3q4ZEwNtbfN/dbwBbrGjBWZa3n0W2kJHa6tHib8fyaJ5p7rAl/Q7su vu/KQBgIsbBt+fYQeiTB2zA/x/j3CY1afNsSA6VQ= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=grasp, 20161216 X-HELO: mail-ua0-f176.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=a7e3dUWigdsfq3YAeBbz4qW+9j5TwIvGsvhp/JJVccQ=; b=lDkr7PuYADudL8VBHAA+BQapIwv0xiupC10/+WqsbB1jfLlDdpi4mhkgyhYT6rQ95s V7KRwMEYFgpjVluYveGThlp70Mays/x31RC3eSksRZUk361lEvB++/N1i6LtqBi96/n9 VbpAdVXeUF9/RJfvOJhitqmyYqKI3DucJiJjXfJmhSlUJjkxyy9zUHMxUy2oYFnsUcRj 1LOzpQ3cLAlT6huD6RL1wz95H6CHYQr6tGFz+B5ZTWkHruwDFqHfvOf+KP3np7UMXM/X Qiwwjd6Tz5rQwOrr9r2lM9gZOXhZeqIvU56y/TbXs/jq6bGnjBYPdZRmE/qSyxDJ6Mm8 n26g== X-Gm-Message-State: AIkVDXJ9zzBISxc6x+QEk1iOlKsfDpxsfFtrUP0ikLQAvGXhxTe7FjDrsxFJ6O8Fq8NtjSGJxs8jAVJYSwIMVg== X-Received: by 10.176.71.30 with SMTP id h30mr12168762uac.133.1485794509578; Mon, 30 Jan 2017 08:41:49 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?B?0J/RkdGC0YAg0JEu?= Date: Mon, 30 Jan 2017 19:41:49 +0300 Message-ID: Subject: Why is popen from stdio.h disabled with -std=c++11? To: cygwin Content-Type: text/plain; charset=UTF-8 See usr/include/stdio.h:343 (2016.12.16) Why is popen from stdio.h disabled with -std=c++11? I am trying to grasp it and I can't. It is exposed if -std=c11 but not for c++11. What is the problem and can it be solved? Why does -std=c++11 prevent POSIX visibility? MinGW exposes popen as _popen, could it be an option for Cygwin? -- 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