I have tried the this tutorial but it did not help me out. I have installed Cygwin and added its C:\cygwin\bin path in my environment variables but nothing happened, still the same error. and its not even recognizing cout.
Asked
Active
Viewed 3,717 times
0
-
Have you tested gcc command under cygwin? Does it compiles good? – Skatox Sep 29 '12 at 14:29
1 Answers
0
The configuration page lists the required cygwin packages:
- gcc
- g++ (gcc-g++ package)
- gdb
- make
Make sure those packages are installed by re-running the Cygwin Setup and checking those packages in the Select Packages step. Look under the Devel category or search for the packages in the Search field.
If the packages are marked "Skip" then they are not installed. Click the skipped packages until a version number appears where "Skip" did.
Then, click Next, let Cygwin install any dependencies, and click Next again to download and install the packages.

Melllvar
- 46
- 4