Re: Does Cygwin run on Windows 2003 64 bit?

2009-02-05 Thread rajeevs

Hi There,

please go through the follows:

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 for 64 bit build 
4)  But when I use this option I am getting an error like:

$ make -f makefile_64
g++ -c -DWIN64 -D__int64=long long -trigraphs -I../include
-IC:/Progra~1/Java/jdk1.5.0_10/include
-IC:/Progra~1/Java/jdk1.5.0_10/include/win32 -mno-cygwin -m64 Abc.C -o Abc.o
Abc.C:1: sorry, unimplemented: 64-bit mode not compiled in
make: *** [Abc.o] Error 1

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), but  in Linux if you use this option, you’ll get the 64
bit .SO file!!!

i tried alot but tillnow didn't get the solution.

Please suggest me some alternative options if anybody have.

Thanks in advance!
Rajeev

samuel.m.snitman wrote:
 
 Can you please tell me if Cygwin is expected to run on Windows 2003 64
 bit Enterprise Edition?
 
 Thanks,
 
 Sam Snitman
 Accenture
 Mercury ITG Team
 US Delivery Centre (USDC)
 Delivery Centre Network 
 samuel.m.snit...@accenture.com 
 Direct Dial: 281-675-5032
 AIM: SntmnS
 
 
 
 This message is for the designated recipient only and may contain
 privileged, proprietary, or otherwise private information.  If you have
 received it in error, please notify the sender immediately and delete the
 original.  Any other use of the email by you is prohibited.
 
 --
 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/
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Does-Cygwin-run-on-Windows-2003-64-bit--tp13028952p21850812.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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/



Re: Does Cygwin run on Windows 2003 64 bit?

2009-02-05 Thread Kai Tietz
cygwin-ow...@cygwin.com wrote on 05.02.2009 13:53:42:

 
 Hi There,
 
 please go through the follows:
 
 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 for 64 bit build 
 4)  But when I use this option I am getting an error like:
 
 $ make -f makefile_64
 g++ -c -DWIN64 -D__int64=long long -trigraphs -I../include
 -IC:/Progra~1/Java/jdk1.5.0_10/include
 -IC:/Progra~1/Java/jdk1.5.0_10/include/win32 -mno-cygwin -m64 Abc.C -o 
Abc.o
 Abc.C:1: sorry, unimplemented: 64-bit mode not compiled in
 make: *** [Abc.o] Error 1
 
 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), but  in Linux if you use this option, you?ll get 
the 64
 bit .SO file!!!
 
 i tried alot but tillnow didn't get the solution.
 
 Please suggest me some alternative options if anybody have.
 
 Thanks in advance!
 Rajeev
 
 samuel.m.snitman wrote:
  
  Can you please tell me if Cygwin is expected to run on Windows 2003 64
  bit Enterprise Edition?
  
  Thanks,
  
  Sam Snitman
  Accenture
  Mercury ITG Team
  US Delivery Centre (USDC)
  Delivery Centre Network 
  samuel.m.snit...@accenture.com 
  Direct Dial: 281-675-5032
  AIM: SntmnS
  
  
  
  This message is for the designated recipient only and may contain
  privileged, proprietary, or otherwise private information.  If you 
have
  received it in error, please notify the sender immediately and delete 
the
  original.  Any other use of the email by you is prohibited.
  
  --
  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/
  
  
  
 
 -- 
 View this message in context: http://www.nabble.com/Does-Cygwin-run-
 on-Windows-2003-64-bit--tp13028952p21850812.html
 Sent from the Cygwin list mailing list archive at Nabble.com.
 
 
 --
 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/
 

You need to take a 64-bit capable cross toolchain for compiling 64-bit 
windows DLLs.
You can take a look at the MinGW-w64 project at 
http://sourceforge.net/project/showfiles.php?group_id=202880package_id=245516release_id=538973

---

Kai

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| ()_() world domination.


--
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/



Re: Does Cygwin run on Windows 2003 64 bit?

2009-02-05 Thread rajeevs

Thanks for your reply.
But how can i use that MinGW-w64 project in windows server 2003 64 bit
machine.
i have installed Cygwin only.after downloading the MinGW-w64 bz2 file what
i'll do.
can you briefly tell me how to proceed for MinGW-w64. 


Kai Tietz wrote:
 
 cygwin-ow...@cygwin.com wrote on 05.02.2009 13:53:42:
 
 
 Hi There,
 
 please go through the follows:
 
 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 for 64 bit build 
 4)  But when I use this option I am getting an error like:
 
 $ make -f makefile_64
 g++ -c -DWIN64 -D__int64=long long -trigraphs -I../include
 -IC:/Progra~1/Java/jdk1.5.0_10/include
 -IC:/Progra~1/Java/jdk1.5.0_10/include/win32 -mno-cygwin -m64 Abc.C -o 
 Abc.o
 Abc.C:1: sorry, unimplemented: 64-bit mode not compiled in
 make: *** [Abc.o] Error 1
 
 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), but  in Linux if you use this option, you?ll get 
 the 64
 bit .SO file!!!
 
 i tried alot but tillnow didn't get the solution.
 
 Please suggest me some alternative options if anybody have.
 
 Thanks in advance!
 Rajeev
 
 samuel.m.snitman wrote:
  
  Can you please tell me if Cygwin is expected to run on Windows 2003 64
  bit Enterprise Edition?
  
  Thanks,
  
  Sam Snitman
  Accenture
  Mercury ITG Team
  US Delivery Centre (USDC)
  Delivery Centre Network 
  samuel.m.snit...@accenture.com 
  Direct Dial: 281-675-5032
  AIM: SntmnS
  
  
  
  This message is for the designated recipient only and may contain
  privileged, proprietary, or otherwise private information.  If you 
 have
  received it in error, please notify the sender immediately and delete 
 the
  original.  Any other use of the email by you is prohibited.
  
  --
  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/
  
  
  
 
 -- 
 View this message in context: http://www.nabble.com/Does-Cygwin-run-
 on-Windows-2003-64-bit--tp13028952p21850812.html
 Sent from the Cygwin list mailing list archive at Nabble.com.
 
 
 --
 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/
 
 
 You need to take a 64-bit capable cross toolchain for compiling 64-bit 
 windows DLLs.
 You can take a look at the MinGW-w64 project at 
 http://sourceforge.net/project/showfiles.php?group_id=202880package_id=245516release_id=538973
 
 ---
 
 Kai
 
 |  (\_/)  This is Bunny. Copy and paste Bunny
 | (='.'=) into your signature to help him gain
 | ()_() world domination.
 
 
 --
 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/
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Does-Cygwin-run-on-Windows-2003-64-bit--tp13028952p21852083.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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/



Re: Does Cygwin run on Windows 2003 64 bit?

2007-10-08 Thread Kai Tietz
 Matthew Woehlke wrote:
  [EMAIL PROTECTED] wrote:
  Can you please tell me if Cygwin is expected to run on Windows 2003 
64
  bit Enterprise Edition?
  
  Yes (but Cygwin won't magically be 64-bit). I use Cygwin on a 2k3 r2 
x64
  box to create a unix-like build environment (that matches the other
  platforms we support). Note that currently there is no 64-bit version 
of
  GCC available for Windows, AFAIK.
 Off topic and incorrect, as the mingw one offered by FX Coudert worked
 for me.  I'd continue dreaming of a 64-bit Cygwin, if I thought that
 might come true.

Sorry, this may off topic. But I want just to inform, that there is 64-bit 
gcc (together with the binutils) support for window allready present until 
version 4.3. You can find a crt and headerset for the target 
x86_64-pc-mingw32 on sf.net in project mingw-w64. It is currently an alpha 
version. FX compiler its mingw cross compiler version using this crt.

Cheers,
 i.A. Kai Tietz

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| ()_() world domination.

--
  OneVision Software Entwicklungs GmbH  Co. KG
  Dr.-Leo-Ritter-Straße 9 - 93049 Regensburg
  Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
  Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
  Handelsregister: HRA 6744, Amtsgericht Regensburg
  Komplementärin: OneVision Software Entwicklungs Verwaltungs GmbH
  Dr.-Leo-Ritter-Straße 9 – 93049 Regensburg
  Handelsregister: HRB 8932, Amtsgericht Regensburg - Geschäftsführer: 
Ulrike Döhler, Manuela Kluger



Re: Does Cygwin run on Windows 2003 64 bit?

2007-10-05 Thread Matthew Woehlke

[EMAIL PROTECTED] wrote:

Can you please tell me if Cygwin is expected to run on Windows 2003 64
bit Enterprise Edition?


Yes (but Cygwin won't magically be 64-bit). I use Cygwin on a 2k3 r2 x64 
box to create a unix-like build environment (that matches the other 
platforms we support). Note that currently there is no 64-bit version of 
GCC available for Windows, AFAIK.



This message is [snip]


Such disclaimers are against list policy, see 
http://sourceware.org/lists.html


(@ CGF: time to add a new expression to the trap?)

--
Matthew
Non sequitor. Your facts are out of order. -- Nomad


--
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/



Re: Does Cygwin run on Windows 2003 64 bit?

2007-10-05 Thread Christopher Faylor
On Fri, Oct 05, 2007 at 10:43:08AM -0500, Matthew Woehlke wrote:
 [EMAIL PROTECTED] wrote:
 Can you please tell me if Cygwin is expected to run on Windows 2003 64
 bit Enterprise Edition?

 Yes (but Cygwin won't magically be 64-bit). I use Cygwin on a 2k3 r2 x64 
 box to create a unix-like build environment (that matches the other 
 platforms we support). Note that currently there is no 64-bit version of 
 GCC available for Windows, AFAIK.

 This message is [snip]

 Such disclaimers are against list policy, see 
 http://sourceware.org/lists.html

 (@ CGF: time to add a new expression to the trap?)

Yep.  Thanks for the catch.  It's now in.  Second time in a week.

cgf

--
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/



Re: Does Cygwin run on Windows 2003 64 bit?

2007-10-05 Thread Tim Prince
Matthew Woehlke wrote:
 [EMAIL PROTECTED] wrote:
 Can you please tell me if Cygwin is expected to run on Windows 2003 64
 bit Enterprise Edition?
 
 Yes (but Cygwin won't magically be 64-bit). I use Cygwin on a 2k3 r2 x64
 box to create a unix-like build environment (that matches the other
 platforms we support). Note that currently there is no 64-bit version of
 GCC available for Windows, AFAIK.
Off topic and incorrect, as the mingw one offered by FX Coudert worked
for me.  I'd continue dreaming of a 64-bit Cygwin, if I thought that
might come true.
I'm making another effort to build and test gcc for cygwin (32-bit)
under cygwin on Windows XP64. You'll be able to judge the success by
whether it shows up on gcc-testsuite. libdecnumber configure went bad on
me several times, but I doubt cygwin is strictly to blame.

--
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/



Re: Does Cygwin run on Windows 2003 64 bit?

2007-10-03 Thread Larry Hall (Cygwin)

[EMAIL PROTECTED] wrote:

Can you please tell me if Cygwin is expected to run on Windows 2003 64
bit Enterprise Edition?



From www.cygwin.com's main page:

  The Cygwin DLL currently works with all recent, commercially released x86
  32 bit and 64 bit versions of Windows, with the exception of Windows CE.

I read that as a yes. ;-)


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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/