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:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=lMRaQD3 syv08GD6nxntUpJHEHlZYN9evsIvit8jNfW/HHoJKu7E+mR1gzBsIg5YzBDJK1vz VH6G2GOKnb/E2EQtnGd1z4WHzPF4vSbblb7ojFOw37iL0ksAjLUh3BeKWFyHN6Ys P4Qs39MfLE+I9S5EqQP4mnJN3V7oB2+oBSV4= 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:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=ntwxM12tdCyyr WdfSEPR1bU/6b0=; b=ecH2bJKY7egiiSArmzDaejZ2I0Hxy2+ghTPbyDgfvyjxN 9YcQ/60xynXUzNCdHKg6mzyNHjf4Ox2Qva7BpNYQpoX3E4fSDaIEcI+CJebfOvtJ GXhiJ7HdRm/adxPxvXSWsWKKBkfssJME+Etgs8oZhdldx5Xab3+vaTkW0HPRU4= 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=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FROM_STARTS_WITH_NUMS,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=world, Problem, World X-HELO: mail-lf1-f43.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=fb4hnE+ZQPidzmhkR8NxHIiNEV6Gk2JKeEEXkOIVhSk=; b=KDXsfhPycuG356K8zfbBrbXYihRk8q6Qw6W67WMQpY8pycGtmcMks1OXzjLPbWdEWC 8MtTEwv9lOgxFjwTh95kEE1qUKr2HUu9GyrItrRJRQZhxFQUr0pndbuZNYwaoZi2xpBW UCawTRxKD+Qe7KyPpV4vitwpt1PP1vfmU1+iH1FavKsEDff3wy/UVdlB4+FzNQ5gjvBO jPgaRSr4vglfcOHNwADuW66q1HVmB2tRS0eUIp3s2wUngKlbqxvuvsx76yUvsaGBp4p6 dH0xD95eB/u42QWhT5dMZEF3qiczS+gRiLoxpqBzdvrWYVeeQtMR2MJBz0z4vA7dRaTY VhZw== MIME-Version: 1.0 References: <7d551593-3481-6207-880d-7bf567081ff8 AT SystematicSw DOT ab DOT ca> <534338decdf116e0ba1aa68fc43de163 AT smtp-cloud8 DOT xs4all DOT net> <845a752e5fbe0dcb5dff64f81d1e04df AT smtp-cloud8 DOT xs4all DOT net> In-Reply-To: <845a752e5fbe0dcb5dff64f81d1e04df@smtp-cloud8.xs4all.net> From: "Vesa P." <938v14p33 AT gmail DOT com> Date: Mon, 25 Mar 2019 15:35:14 +0200 Message-ID: Subject: Re: Problems with "Hello, World!" To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Sat, 23 Mar 2019 at 10:33, Houder wrote: > Compiled "hello.c" on my 32-bits setup of Cygwin ... > > @@ gcc -Wall -o hello-32 hello.c # prompt indicates 32-bits setup of Cygwin > > Ran it on my 64-bits setup of Cygwin ... > > 64-@@ ./hello-32 # prompt indicates 64-bits setup of Cygwin > > I got the same result as you did ... (same pop-up) > > .. even the output of "strace ./hello-32" is the same. > > Henri Thanks, incorrect bitness was indeed the crux of the matter! Problem solved. Vesa -- 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