This is what I get everytime after typing make clean then make:
Compiling o/imc.o....
make[1]: g++: Command not found
make[1]: *** [o.imc.o] Error 127
make: *** [all] Error 2
I have uninstalled and reinstalled Cygwin multiple times making sure to follow all the tutorials recommended in these forums to add the right packages (gcc, g++, make, etc.). I got the file extracted and everything it is just a matter of compiling. I also went into the Makefile using Dev-c++ to uncomment the line suggested for compiling with Cygwin. Do I need to somehow open this file in Cygwin to edit it? If so, what commands do u type to access/edit the Makefile in Cygwin. Any help would be greatly appreciated, I have spent many hours trying to figure this out without bothering you guys.
Thanks!