X-Recipient: archive-cygwin AT delorie DOT 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: <01a601c8853f$d0bf7020$2708a8c0 AT CAM DOT ARTIMI DOT COM> <21851105 DOT post AT talk DOT nabble DOT com> <498AF3AC DOT 3070506 AT sbcglobal DOT net> Date: Thu, 5 Feb 2009 12:00:46 -0500 Message-ID: Subject: Re: Cygwin on x64 From: NightStrike To: tprince AT computer DOT org, cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Thu, Feb 5, 2009 at 9:11 AM, Tim Prince 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/