Anybody knows about Cygwin ?????

Status
Not open for further replies.

kjayasurya

Right off the assembly line
Hi guys,

I jus wanna know if cygwin ( www.cygwin.com/ ) can be used in place of linux for a beginner, and is it worth downloading :?: (it is appoxly 550mb in size :shock: ) . I also want to know if i can compile all the applications meant for linux on it.

thanx, :)

Surya
 
OP
K

kjayasurya

Right off the assembly line
no its not a linux flavour. Its a linux 'emulator'. After installing cygwin in windows u can run it like any other windows application-within windows itself-instead of partitioning your hdd for linux seperately. U can install bash, sed, awk, and most of the linux applications on it. But there are some disadvantages.....
1) u wont be using linux kernel (obviously),
2) u`ll have 2 compile all linux applications (except those downloaded by cygwin setup) from scratch (source code) for them to be of any use.

..... (plz tell me if there are any more disadvantages). It can be helpful in letting u use linux apps from windows itself.

I wanted more info on this program. Plz help if u know abt it. I really require a suggestion/advice before downloading 550MB of data on my pc.
 

Raaabo

The Dark Lord
Staff member
Admin
post in the appropriate thread in the Digit Discussion forum then...
 

GNUrag

FooBar Guy
kjayasurya said:
no its not a linux flavour. Its a linux 'emulator'.
Its nothing related to Linux... It is a UNIX layer... meaning it provides UNIX like functionalities on your windows machine... It uses GNU Tools combined with Cygnus API functions to make GNU utilities work on Windows also...

kjayasurya said:
After installing cygwin in windows u can run it like any other windows application
not all apps...

kjayasurya said:
there are some disadvantages.....
1) u wont be using linux kernel (obviously),
the file cygwin1.dll present in the bin directory provides all the native functionalities of Linux kernel... in effect this file emulates the Linux kernel...

kjayasurya said:
2) u`ll have 2 compile all linux applications (except those downloaded by cygwin setup) from scratch (source code) for them to be of any use.
But you cant just run alls meant for Linux using cygwin... the app has to natively support cygwin

kjayasurya said:
I wanted more info on this program. Plz help if u know abt it. I really require a suggestion/advice before downloading 550MB of data on my pc.
Yes , its worth downloading and installing it on windows ... you'll get so used to it that you'll start typing ls, clear, bash all the while ...
 
Status
Not open for further replies.
Top Bottom