Re: Cygwin on x64

2009-02-05 Thread NightStrike
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

Re: Cygwin on x64

2009-02-05 Thread Tim Prince
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 i

Re: Cygwin on x64

2009-02-05 Thread rajeevs
Hi There, please go through the followings for the problem: 1) I want to create a 64 bit DLL using Cygwin in Windows Serever 2003 64 bit platform. 2) I am using Cygwin to run the make file 3) In the make file I have a macro “CFLAGS” where gave the option “-m64” in the make file fo

Re: Cygwin on x64

2008-03-21 Thread Christopher Faylor
On Fri, Mar 21, 2008 at 12:17:56PM -0400, NightStrike wrote: >On 3/13/08, Dave Korn <[EMAIL PROTECTED]> wrote: >> NightStrike wrote on 13 March 2008 19:20: >> >> > Is cygwin for Win64 native 64-bit, or does it run in the WoW >> > compatibility layer? >> >> The latter. There's no such thing as "cy

Re: Cygwin on x64

2008-03-21 Thread NightStrike
On 3/13/08, Dave Korn <[EMAIL PROTECTED]> wrote: > NightStrike wrote on 13 March 2008 19:20: > > > Is cygwin for Win64 native 64-bit, or does it run in the WoW > > compatibility layer? > > The latter. There's no such thing as "cygwin for Win64"; the dll itself, > and all the packages, exist only

RE: Cygwin on x64

2008-03-13 Thread Dave Korn
NightStrike wrote on 13 March 2008 19:20: > Is cygwin for Win64 native 64-bit, or does it run in the WoW > compatibility layer? The latter. There's no such thing as "cygwin for Win64"; the dll itself, and all the packages, exist only in bog standard 32-bit ix86 versions. cheers, Dav