X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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: <fd545429d4ce566bc77b501baa1148f3@smtp-cloud8.xs4all.net>
From: Houder <houder@xs4all.nl>
Reply-To: cygwin@cygwin.com
To: cygwin@cygwin.com
Subject: Re: Problems with "Hello, World!"
References: <CAF0NPdi=FBVvQD4BNV9ThXcB1CoF31AZeKVKR27X4PeJq43U6w@mail.gmail.com> <7d551593-3481-6207-880d-7bf567081ff8@SystematicSw.ab.ca> <CAF0NPdiG0hTHs=+CF+RjEts+zom33yQf5iT59THCgSeGjpC_dg@mail.gmail.com> <534338decdf116e0ba1aa68fc43de163@smtp-cloud8.xs4all.net> <845a752e5fbe0dcb5dff64f81d1e04df@smtp-cloud8.xs4all.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

