I'm trying to install daal library in python and I'm getting the error:
c:\mingw\bin\gcc.exe -mdll -O -Wall -I./daal/include "-IC:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017.0.048\windows\daal/include" -IC:\Python27\lib\site-packages\numpy\core\include -IC:\Python27\include -IC:\Python27\PC -c daal\wrp\_algorithms__kernel_function__linear.cpp -o build\temp.win32-2.7\Release\daal\wrp\_algorithms__kernel_function__linear.o /w
gcc: /w: No such file or directory
I'm using python 2.7, cython and numpy are installed (I'm using win 64).