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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=BZu uRYpRoeq/6V+27KuJ94HiLyqJZWxuxVxn4KXXNYHJWBbD6ejp6QjhIsljJHtimFt s1kZQTzGYQWzQuv2HSwzjbLyDmq4aA1Zy4wWWoiOojucYHy8jzfm+MUlCV1Gaz8V SAfDzgh23RjIRYA/HJGPvQPfpCh2ttBZP970yOgE= 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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=bTMJVqpeN SqjMbR7j49wUprBaZg=; b=kKt85p3CRkSsHNZglN+8vOs0yw0rume6gtFDq1BKE dDBSyz8H953DiLcos/OQVbwqxoy6q+QXz8DdMaZyEGtQtsIIoxnbn9GFDR5mTv4Y RCcxx6FnFfTf0UctN6J8ylqRVyENfMwLPLq5neljQnrr85IRoP6/HHBkivcKwEgP So= 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-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:800, H*c:alternative, H*c:HHH X-HELO: NAM03-DM3-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=GN4ibHV5SmwtJ5qT4Jw995n6eubp9kw4jNNw8/tS3Eg=; b=mhZ7QxXkApmKtHZNB3sGeqQQ/U0pnlFSojEZTptIfnRBi1+Aio9ZFwuVlDoe9C5yRbTRPwUcaq3d3bRLhZv+KMmJ3ecJKQAA2Px4JSz8kHZ+0SChjl7CtmAJo/TVHYocl6loX+/EvzX2RwhRNe56y0hI4CvnnBaZEgzeI2bTS3jHUVPl72FPDIAoI4fwv/9J5iQ1T/H8ex09GmxCTXC2CkE+ZxTwCAYiNvs22BB58H6edRxi4/ju61aKRYBnSAJM1ro+Pya/xr40j69utIj9bz3Q8V0neMDVYfwHREcaxrfNV7usuBMOCdV2t/aVRxdqWdwy5Tu22SJ3imLMm/5iaQ== From: Randy Dawson To: "cygwin AT cygwin DOT com" Subject: gfortran console I/O quit working Date: Sat, 4 Aug 2018 04:30:25 +0000 Message-ID: received-spf: None (protection.outlook.com: hotmail.com does not designate permitted sender hosts) authentication-results: spf=none (sender IP is ) smtp.mailfrom=rdawson16 AT hotmail DOT com; MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w744UgJc030496 I recently upgraded/re-installed, and the following example used to work. uname reports: CYGWIN_NT-10.0 ------------------------------- program test write(6,700) 700 format('hello from write') print *, 'hello from print' end No compile errors with gfortran (gcc version 7.3.0) I am using cygwin64 terminal, it executes and returns to the console prompt, but outputs nothing. -- 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