Re: GCC compiler -m64 option in cygwin

2009-02-05 Thread Reini Urban
2009/2/5 rajeevs: > 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"

Re: GCC compiler -m64 option in cygwin

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: GCC compiler -m64 option in cygwin

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: GCC compiler -m64 option in cygwin

2007-10-31 Thread Dave Korn
On 31 October 2007 13:19, Samuel Thibault wrote: > Dave Korn, le Wed 31 Oct 2007 12:52:18 -, a écrit : >> On 31 October 2007 12:41, Samuel Thibault wrote: >>> Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit : No, there is no 64-bit native support in cygwin. Even on linux, a cr

Re: GCC compiler -m64 option in cygwin

2007-10-31 Thread Samuel Thibault
Dave Korn, le Wed 31 Oct 2007 12:52:18 -, a écrit : > On 31 October 2007 12:41, Samuel Thibault wrote: > > Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit : > >> No, there is no 64-bit native support in cygwin. Even on linux, a > >> cross-gcc is needed to create 64-bit build on a 32-bit

RE: GCC compiler -m64 option in cygwin

2007-10-31 Thread Dave Korn
On 31 October 2007 12:41, Samuel Thibault wrote: > Hi, > > Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit : >> No, there is no 64-bit native support in cygwin. Even on linux, a >> cross-gcc is needed to create 64-bit build on a 32-bit system, > > Nope, gcc now has multi-lib support. I

Re: GCC compiler -m64 option in cygwin

2007-10-31 Thread Samuel Thibault
Hi, Tim Prince, le Wed 31 Oct 2007 05:35:45 -0700, a écrit : > No, there is no 64-bit native support in cygwin. Even on linux, a > cross-gcc is needed to create 64-bit build on a 32-bit system, Nope, gcc now has multi-lib support. > and none of the required libraries or utilities are generally

Re: GCC compiler -m64 option in cygwin

2007-10-31 Thread Tim Prince
anik pal wrote: I have c source code of a product which I build in solaris environment with gcc compiler –m64 option to create 64 bit executable in solaris 9 environment. Now I’ve to do the same task for win environment, because the library available for my client is in windows environment an