From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75731 invoked by alias); 25 Mar 2019 13:35:29 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 75722 invoked by uid 89); 25 Mar 2019 13:35:29 -0000 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 Received: from mail-lf1-f43.google.com (HELO mail-lf1-f43.google.com) (209.85.167.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Mar 2019 13:35:27 +0000 Received: by mail-lf1-f43.google.com with SMTP id a6so6016676lfl.5 for ; Mon, 25 Mar 2019 06:35:27 -0700 (PDT) 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@SystematicSw.ab.ca> <534338decdf116e0ba1aa68fc43de163@smtp-cloud8.xs4all.net> <845a752e5fbe0dcb5dff64f81d1e04df@smtp-cloud8.xs4all.net> In-Reply-To: <845a752e5fbe0dcb5dff64f81d1e04df@smtp-cloud8.xs4all.net> From: "Vesa P." <938v14p33@gmail.com> Date: Mon, 25 Mar 2019 13:35:00 -0000 Message-ID: Subject: Re: Problems with "Hello, World!" To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00567.txt.bz2 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