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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=aJIGIQXrIbu03IVNkw+BdqIqPzIIxp Yy5J63H1h3V3M5+rl4g2wcJPPV+PJZzkASKEAFqJafo27mFskTrbbMKXgN0mwqlh aDnhF0RSoHSaCicALjeWgDTXzdIIDg+ueCGwjU6muYqNZBTGu9pzfs5cPrKq+Jp1 5vlT9WP+jMJn0= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=D1qZ1wk2Y6Jm+woo1Ou4WyO0Qcw=; b=Ltrm JEz7B1ecntlzeNF9uyxUGupDM9Mo8AyAX7c0XfJnCDqGAQjljmSZ2JrVorkTJkyh oWh6MEI4ivfal6O/bEbsWMH0YJZBGlvU6d71TrR8EQjwK/bKPE4cn2f82ZPePNlH wRWFl/F+VfhKIpYkTqLb0V9INz9V7vbVnPSz9lI= 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=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*UA:en-US, H*u:en-US, H*u:5.1, H*r:Unknown X-HELO: blaine.gmane.org To: cygwin AT cygwin DOT com From: =?UTF-8?Q?Ren=c3=a9_Berber?= Subject: Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd Date: Sun, 25 Jun 2017 01:22:01 -0500 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 In-Reply-To: X-IsSubscribed: yes On 6/25/2017 1:14 AM, Wouter van Doorn wrote: > The tools are the original ones, as shown below: > User AT User-PC ~/c_dir > $ ./hello.exe > > User AT User-PC ~/c_dir > $ type make > make is hashed (/usr/bin/make) > > User AT User-PC ~/c_dir > $ type gcc > gcc is /usr/bin/gcc Try a simple: $ gcc -o hello hello.c $ ./hello Take out make out of the equation, we don't know what the Makefile does anyway (we haven't seen it). -- R. Berber -- 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