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:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=iipGIp Bf4BzvIb+OrQ+4IhD44bn7NwYrvZsjSRXBNOeTnCewh1xCdtMcdb/N7i24IrawC5 dip72zcqWt7HSNkRxkdk1FD/nm5jbFKZ/zTud9MFlp14hRxucOAJ3EG9jvCaOX3V 7DlR++DvRfRE7cnFXXt1u5xtTB4Cga5ymWcro= 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:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; s=default; bh=zyUuXHeJP2+Z i1ge+E3ec3KU5gg=; b=Wp9IcwXuu95aAjio1cycqVDN/98RyO2lzTZkoUtj8GYb Ts67qTYO8LagHQjueEkLIVs9LMfhgheTZqvlSCsSeRlYfPsDqi/LpKC54lxXbx2V 4JOrldlnXzcv4pQILDjbqA8CVJRXZHnzLuQtsJO2PMXD2Dkkom3vHxvuP9hkSKs= 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.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=posts, H*F:D*nl X-HELO: lb1-smtp-cloud8.xs4all.net Date: Sat, 23 Mar 2019 09:52:48 +0100 Message-ID: From: Houder Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: Problems with "Hello, World!" 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> Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 On Sat, 23 Mar 2019 09:33:10, Houder wrote: > On Sat, 23 Mar 2019 09:16:53, Houder wrote: > > > Q: where is your compiler (gcc)? Evidently you are not using the compiler > > from the 64-bits setup ... > > > > Btw, you are using an old version of Cygwin (cygwin1.dll) ... Why do you > > not update (while also installing the 64-bits version of the compiler). > > > > I may be wrong though (as I only skimmed your posts and the cygcheck.out > > file). Vesa, As an aside ... From setup.ini belonging to the 64-bits setup of Cygwin: @ cygwin32-gcc-core sdesc: "GCC for Cygwin 32bit toolchain (C, OpenMP)", i.e. compiler to be used on the 64-bits setup of C., which generates code to be used on the 32-bits setup of C. From setup.ini belonging to the 32-bits setup of Cygwin: @ cygwin64-gcc-core sdesc: "GCC for Cygwin 64bit toolchain (C, OpenMP)", i.e. compiler to be used on the 32-bits setup of C., which generates code to be used on the 64-bits setup of C. Yes, normally one would use "gcc-core" on the 64-bits setup of C. to generate code to be used on the 64-bits setup of C. Likewise for the 32-bits setup of C. Henri -- 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