From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77881 invoked by alias); 23 Mar 2019 08:52:52 -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 77870 invoked by uid 89); 23 Mar 2019 08:52:52 -0000 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 Received: from lb1-smtp-cloud8.xs4all.net (HELO lb1-smtp-cloud8.xs4all.net) (194.109.24.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 23 Mar 2019 08:52:50 +0000 Received: from tmp.2xqcrrFaNc ([83.162.234.136]) by smtp-cloud8.xs4all.net with ESMTPSA id 7cOVhmX7SUjKf7cOWhd2w0; Sat, 23 Mar 2019 09:52:48 +0100 Date: Sat, 23 Mar 2019 08:52:00 -0000 Message-ID: From: Houder Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: Problems with "Hello, World!" 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> Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 X-SW-Source: 2019-03/txt/msg00554.txt.bz2 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