RE.(cygwin@cygwin.com)

2017-03-09 Thread Zan Chang
I will like to discuss a partnership deal with you. Please allow me give you a 
brief picture of what I have in mind by replying to this mail;

Best Regards,

Zan Chang


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



Re: cygwin@cygwin.com

2015-08-03 Thread Andrey Repin
Greetings, Nicholas Clark!

 I remember seeing a bunch of traffic on the subject of rebasing a few
 years ago, with people saying that it wouldn't be necessary once we
 moved over to 64-bit Cygwin. Did that wind up being true?

I see no reason to think otherwise. 64*bit address space is much leaner on the
subject.
However, the very process of rebasing the applications has nothing to do with
platform specs.
Apps are built on different machines, and their address space may collide,
when they meet on one target system.
64-bit platform just offer more space, meaning that more applications can be
installed that rely on POSIX address space semantics.
Still, you should only install what you are actually using.

 I've got some in-house tools that some of our developers want to use
 on Cygwin, and I've been thinking about the best way to maintain
 remote installations. If I use some kind of scripted
 deployment/update, do I actually need to keep everything rebased?

setup.exe offer all the tools you need for automatic installation.


-- 
With best regards,
Andrey Repin
Monday, August 3, 2015 22:12:38

Sorry for my terrible english...


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



Re: cygwin-...@cygwin.com is spamming.

2013-03-25 Thread Christopher Faylor
And, now, so are you!

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



Re: cygwin@cygwin.com

2009-07-26 Thread Tim Prince

leena21 wrote:

I would appriciaite if some can tell me which  floating point format is used
in Cygwin environment ?

  
If I understand your question, this depends on the your selection on the 
compiler command line. gcc defaults to 387 (80387) format.  Normally, 
if you care, you would set something like -march=pentium-m, and, if you 
wish, -mfpmath=sse .  All the usual data types are present (float, 
double, long double) and the storage is little-endian, same as any other 
compiler for the same CPU.


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