I am following this :
Step 2: Installing Cygwin
- Cygwin can be downloaded from http://www.cygwin.com
- Run the setup file.
- Install from internet. Specify C:\cygwin as the root directory.
- In the Select Packages dialog box, select the packages required. gcc-core, gcc-g++, gdb, and make packages are most important. These are the C core, C++ core, the GNU Debugger and the GNU version of ‘make’ utility. These packages will be under the ‘Devel’ category.
- Complete the installation.
Step 3: Testing Cygwin
To test whether Cygwin was installed properly, try the following by opening the bash shell:
- cygcheck -c cygwin
- gcc --version
- g++ --version
- make --version
- gdb --version
If the version details are displayed for all these commands, the installation of Cygwin has been successful.
I got this from here
But the result I get is:
What is wrong or missing with my installation.
Follow up question:
I wanted to use the terminal window in netbeans that is why I installed this. In this terminal widnow I also have problem. I cant type anything on it. Is this the reason for it?
