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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=k2Tldo09OXcNzT8J OZ/Xw0EWPjKoz+s8w/6mq8EVnZr236mUVAyBwhw8Xw6Z3ON0xySiuGLAa662rn53 DI0Kwf2H3L2ohiM5+Qt1ujl0E4vfZX6lISuAfXmVqeNev5iz9n2cWZe3uWI1ylq9 EH2iPAW+jvOYgpRZS3Fm3DmV7ok= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Vy6BHfrePWsuYWRWK+3q/v qhwxo=; b=WaFqZhnXCQKEg2Bm1ygKdMlBPRKHVa9i6MDqpY/Vn98Jar2oVixpw9 GDlRt9AsE+GS4awpm7C9BpIFr0CYrOO3bn2r3hnRLLLuL/ftcfWBYOzs4qGy2Ax2 sX+nX6ehAgpGpf2H82La9Xc7qKcmoE4OS32sGGLhCi/jiBlDOs3RY= 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=1.4 required=5.0 tests=AWL,BAYES_40,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=wurde, avast, Avast, Diese X-HELO: mail-wm0-f45.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=TCSGL+uvkPWJGcPBcTeQTfUHDmTd11NZwfkq1cmqTP0=; b=Av+zwDnmvtWf+nT8PRiABIpLijwfT6wJ6pfAsPizgOZcs/M7HsvZs4whSf2iqr8v2M rqnEwhHT8iEKR4VVldpck7fUkbZpdEZ+xJAjJY78BW6CmtCKSVVVOUvUpC5Q0DPlxoM9 SdiiOXL9sUNETWZeDa+jB2GbxeJRCdeuUwejAxjJas8eVkU74716xdqSjaXNcKaxUZgu Ou4p5mzWHu1/IAFj67HTEAlSLxKIX5/Ha9Bte0oqpF9se3US56A9ihALoI+eJJlNCTpK b0QtC/RJtDXqiA8kp8DaIT5pCwvkKzEYWwPg/T78pqBUauMbtoQ3NVezU4PPiNIwfVfl rWnA== Subject: Re: gfortran console I/O quit working To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <8e451cf8-f52d-d088-860c-689988f06801@gmail.com> Date: Sat, 4 Aug 2018 09:01:39 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w7471rdR008500 Am 04.08.2018 um 06:30 schrieb Randy Dawson: > 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. > in addition to Brian's recommendation try strace -o test.strace ./test I bet it will come a pop up with an error message about missing entry point. --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- 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