C:\Python27\OpenBLAS>make install
process_begin: CreateProcess(NULL, uname -s, ...) failed.
process_begin: CreateProcess(NULL, gcc -DGEMM_MULTITHREAD_THRESHOLD=4 -DNO_PARALLEL_MAKE=0 -o getarch getarch.c cpuid.S, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [getarch] Error 2
Makefile.system:171: Makefile.conf: No such file or directory
Makefile.:2: Makefile.system: Too many open files
Makefile.:90: warning: overriding commands for target shared' Makefile.:90: warning: ignoring old commands for targetshared'
Makefile.:116: warning: overriding commands for target tests' Makefile.:116: warning: ignoring old commands for targettests'
Makefile.:138: warning: overriding commands for target libs' Makefile.:138: warning: ignoring old commands for targetlibs'
Makefile.:169: warning: overriding commands for target prof_blas' Makefile.:169: warning: ignoring old commands for targetprof_blas'
Makefile.:180: warning: overriding commands for target blas' Makefile.:180: warning: ignoring old commands for targetblas'
Makefile.:188: warning: overriding commands for target hpl' Makefile.:188: warning: ignoring old commands for targethpl'
Makefile.:202: warning: overriding commands for target hpl_p' Makefile.:202: warning: ignoring old commands for targethpl_p'
Makefile.:215: warning: overriding commands for target netlib' Makefile.:215: warning: ignoring old commands for targetnetlib'
Makefile.:228: warning: overriding commands for target re_lapack' Makefile.:228: warning: ignoring old commands for targetre_lapack'
Makefile.:232: warning: overriding commands for target prof_lapack' Makefile.:232: warning: ignoring old commands for targetprof_lapack'
Makefile.:236: warning: overriding commands for target lapack_prebuild' Makefile.:236: warning: ignoring old commands for targetlapack_prebuild'
Makefile.:279: warning: overriding commands for target large.tgz' Makefile.:279: warning: ignoring old commands for targetlarge.tgz'
Makefile.:286: warning: overriding commands for target timing.tgz' Makefile.:286: warning: ignoring old commands for targettiming.tgz'
Makefile.:293: warning: overriding commands for target lapack-timing' Makefile.:293: warning: ignoring old commands for targetlapack-timing'
Makefile.:300: warning: overriding commands for target `lapack-test'
Whenever i use make ..., i am getting an error above in infinite loop.
C:\Python27\OpenBLAS>make install process_begin: CreateProcess(NULL, uname -s, ...) failed. process_begin: CreateProcess(NULL, gcc -DGEMM_MULTITHREAD_THRESHOLD=4 -DNO_PARALLEL_MAKE=0 -o getarch getarch.c cpuid.S, ...) failed. make (e=2): The system cannot find the file specified. make: *** [getarch] Error 2 Makefile.system:171: Makefile.conf: No such file or directory Makefile.:2: Makefile.system: Too many open files Makefile.:90: warning: overriding commands for target
shared' Makefile.:90: warning: ignoring old commands for target
shared' Makefile.:116: warning: overriding commands for targettests' Makefile.:116: warning: ignoring old commands for target
tests' Makefile.:138: warning: overriding commands for targetlibs' Makefile.:138: warning: ignoring old commands for target
libs' Makefile.:169: warning: overriding commands for targetprof_blas' Makefile.:169: warning: ignoring old commands for target
prof_blas' Makefile.:180: warning: overriding commands for targetblas' Makefile.:180: warning: ignoring old commands for target
blas' Makefile.:188: warning: overriding commands for targethpl' Makefile.:188: warning: ignoring old commands for target
hpl' Makefile.:202: warning: overriding commands for targethpl_p' Makefile.:202: warning: ignoring old commands for target
hpl_p' Makefile.:215: warning: overriding commands for targetnetlib' Makefile.:215: warning: ignoring old commands for target
netlib' Makefile.:228: warning: overriding commands for targetre_lapack' Makefile.:228: warning: ignoring old commands for target
re_lapack' Makefile.:232: warning: overriding commands for targetprof_lapack' Makefile.:232: warning: ignoring old commands for target
prof_lapack' Makefile.:236: warning: overriding commands for targetlapack_prebuild' Makefile.:236: warning: ignoring old commands for target
lapack_prebuild' Makefile.:279: warning: overriding commands for targetlarge.tgz' Makefile.:279: warning: ignoring old commands for target
large.tgz' Makefile.:286: warning: overriding commands for targettiming.tgz' Makefile.:286: warning: ignoring old commands for target
timing.tgz' Makefile.:293: warning: overriding commands for targetlapack-timing' Makefile.:293: warning: ignoring old commands for target
lapack-timing' Makefile.:300: warning: overriding commands for target `lapack-test'Whenever i use make ..., i am getting an error above in infinite loop.
Environment: Windows:10