I'm trying to compile a piece of MATLAB code containing a makefile. For the reason that I'm using Windows, I need to use Cygwin.
I have downloaded and installed Cygwin. When I tried to compile the code using make
, there was an error that g++
is not found.
I searched for Cygwin package manager on the net and I installed apt-cyg
but when I search for g++
using apt-cyg search g++
, there is no result there!
I have updated package list (apt-cyg update
) but finally I could not find c++ compiler for Cygwin!
How can I do it by apt-cyg
package manager or any other way?