I am trying to build C++ source code as a library with "MinGW Makefile" generator using CMake on Windows7.
I have followed this SO answer and I am getting till "mingw32-make" to compile.
I have installed MinGW and rooted in PATH.
I have used CMake-gui and I have successfully done configuration with "MinGW Makefile" generator.
The Generation process also done successfully without any warnings.
Then I have open command window with release directory path and executed "mingw32-make".
Generally I know after execution, the system will generated library files. But, I seeing errors after invocation of "mingw32-make". error statement in command window