0

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.

Toon Krijthe
  • 52,876
  • 38
  • 145
  • 202
Bugs Happen
  • 2,169
  • 4
  • 33
  • 59

1 Answers1

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