Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i just notice that there is a redhat cygwin at http://www.redhat.com/services/custom/cygwin/ , is there any difference ?

1 . redhat builds cygwin so its faster.

(5:15:46 AM) adamramadhan: version ?
(5:15:53 AM) adamramadhan: 1.8 and 1.7.7 ?
(5:15:59 AM) adamramadhan: why can that happen ?
(5:16:17 AM) snoopy left the room ("Saliendo").
(5:16:30 AM) r15 [~anuj@122.177.232.122] entered the room.
(5:17:00 AM) MartinCo: adamramadhan, because RHAT builds cygwin, the released version are behind the lates build
share|improve this question
2  
+1, I've always wondered this. I've used both and the only thing I've noticed is the Red Hat branding in their installer. Note that Cygwin is sponsored/developed by Red Hat. – alternative Sep 6 '10 at 21:40
hmm maybe autoupdates ? – Adam Ramadhan Sep 6 '10 at 21:58
1  
One difference I just ran into is that the RH Cygwin seems to have a different repository from the other Cygwin. For instance, git is no where to be found (by my eyes and search) in the RH Cygwin... curious. – lilbyrdie Nov 19 '10 at 20:26
wew you are right, but we can build it. however i still want to know if there is any more differences. – Adam Ramadhan Nov 21 '10 at 14:15

1 Answer

up vote 4 down vote accepted

From the Wikipedia page I've changed the links for this context,

Cygwin was originally developed by Cygnus Solutions, which was later acquired by Red Hat. It is free and open source software, released under the GNU General Public License version 2. Today it is maintained by employees of Red Hat, NetApp and many other volunteers.

Red Hat Cygwin is at release 1.8 at the moment (cygwin.dll),
This is when the regular Cygwin is at release 1.7.7 (cygwin1.dll).

The Cygwin library, utilities, and numerous applications are available for free download under the terms of the GPL. Red Hat offers developer and user support for this software, as well as license contracts for the Cygwin library and its utilities. The Red Hat Cygwin official installation utility can be used for both initial installation and automated updating.

From the Cygwin FAQ,
Can I bundle Cygwin with my product for free?

Only if you comply with Cygwin's license very carefully. If you choose to distribute cygwin1.dll, you must be willing to distribute the exact source code used to build that copy of cygwin1.dll as per the terms of the GPL. If you ship applications that link with cygwin1.dll, you must either provide those applications' source code under a GPL-compatible license, or purchase a cygwin license from Red Hat.

Can I build a Cygwin program that does not require cygwin1.dll at runtime?

No. If your program uses the Cygwin API, then your executable cannot run without cygwin1.dll. In particular, it is not possible to statically link with a Cygwin library to obtain an independent, self-contained executable.

If this is an issue because you intend to distribute your Cygwin application, then you had better read and understand http://cygwin.com/licensing.html, which explains the licensing options. Unless you purchase a special commercial license from Red Hat, then your Cygwin application must be Open Source.

share|improve this answer
nice answer lets wait a few more days :D thanks nik – Adam Ramadhan Sep 22 '10 at 3:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.