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:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=oVSKwb0WKJdlxNNl6ephTai2g34jDbleJoJZqQqU9j8x0GvckLuvf cKYf3np9DQGtUD5r6DFuHEq6mWLL844eOTD8BtQRqREsu63mmbH0VbqV6jlHqUfY 72WlP2Ljl7xIbaKChI6iRNw5ogRQtIA2h71WKka49/QSG/rIrEmO4o= 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:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=yFlNOa2PBn56FtjBVw7ck0nbF/8=; b=hDtKiLU4+AvZR3u7Lj2SHQcujaAv qdSFp+OXmc+SNiXp7wUaSgD+xSKGyJFqBBfp3jjSWQsmpMbIJ1IVadez1DESAem7 Yu6uPh1W56cmRI6jpYxKOxrVPqnMcwjiY2N/eyeaVzg3Frkt1kXLYqel3YeNMdWu iGgQ211kgxUnXec= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-01-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/QE1L7JUZeIrxb7n03L97w Date: Fri, 25 Apr 2014 13:38:37 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: 64-bit vs. 32-bit Message-ID: <20140425173837.GC346@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) On Fri, Apr 25, 2014 at 01:26:22PM -0400, Tom Szczesny wrote: >I have a 64-bit Windows laptop, and installed Cygwin several years ago. >I wish to verify that I did install the 64-bit installation. >I get the following results: > >cygcheck -V >cygcheck (cygwin) 1.7.15 > >uname >CYGWIN_NT-6.1-WOW64 > >If I did install the 64-bit version, when I rebuild my Linux app on >Cygwin, do I automatically get a 64-bit executable (that will not run >on a 32-bit Windows computer)? 1) No, you didn't install a 64-bit version of Cygwin. "uname -a" should make that clear. You'll need to instal a 64-bit version if that's what you want. 2) Cygwin doesn't build Linux apps. If you have a cross-compiler then it won't automatically decide to build 64-bit Linux apps because you are on a 64-bit sytem. -- 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