Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 17 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 17

The first several text lines at Cygwin's web site seem clear to me:

" Cygwin is a Linux-like environment for Windows. It consists of two
" parts: A DLL (cygwin1.dll) which acts as a Linux API emulation layer
" providing substantial Linux API functionality.

That means it's a DLL under Windows that mimics a UNIX/Linux system.

" A collection of tools which provide Linux look and feel.

That's all the GNU software and other stuff you get using apt-get.
I haven't yet found any programs over the 10+ years I've used Cygwin
that wouldn't work under Cygwin but, as they wrote, you must recompile
and link from the source code. No big deal:

$ ./configure
$ make
$ make install

for most anything worth using that isn't already part of the Cygwin
repos. I typically grab everything from the repos -- only 1+GB or so.

" 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.

That means it works on Win95, Win98, WinNT, WinXP, WinVista, and even
Server 2003 and Server 2008 using any 32-bit or 64-bit single, dual,
or quad core/CPU system (essentially everything available) and what
doesn't work with UNIX/Linux/Cygwin (e.g., Windows programs :-) still
works under Windows.

Share: 

 

This Question has 20 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on New, not-yet-user with software question Or get search suggestion and latest updates.


Tagged: