X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <498AF3AC.3070506@sbcglobal.net>
References: <b609cb3b0803131219j7e085870n5cc488a22ca9f773@mail.gmail.com> 	 <01a601c8853f$d0bf7020$2708a8c0@CAM.ARTIMI.COM> 	 <b609cb3b0803210917x2ced2ae6gafb24b4f4a79ff63@mail.gmail.com> 	 <21851105.post@talk.nabble.com> <498AF3AC.3070506@sbcglobal.net>
Date: Thu, 5 Feb 2009 12:00:46 -0500
Message-ID: <b609cb3b0902050900r3e2f800v504db12d30709ca6@mail.gmail.com>
Subject: Re: Cygwin on x64
From: NightStrike <nightstrike@gmail.com>
To: tprince@computer.org, cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

On Thu, Feb 5, 2009 at 9:11 AM, Tim Prince <TimothyPrince@sbcglobal.net> wrote:
> rajeevs wrote:
>
>> 1)      I want to create a 64 bit DLL using Cygwin in Windows Serever 2003
>> 64 bit platform.
>
>>
>> 5)      The main thing is that I don't know exactly what should be the
>> option we have to give under cygwin for building a 64 bit DLL (though I have
>> used "-m64" option),
>
> There is no 64-bit support in cygwin compilers.  You might be interested
> in the mingw32-x64 project, but there's no support for that here.  C and
> Fortran binaries are available from gfortran wiki, in addition to several
> other sources.
> Tbird is taking the clues you give and putting all your repetitive posts
> in the Spam folder.  There are resources for studying how to pose
> questions effectively.

http://mingw-w64.sf.net/

Download a toolchain snapshot that's hosted on cygwin, and voila.. you
can build win64 binaries on cygwin :)

(Note that you will be cross compiling, so use
--host=x86_64-pc-mingw32 in configuring your project).

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

