error: can’t open file obj_double_intel/fftw.o for write

ls
blas95 fftw2x_cdft fftw3xc fftw3xf mklmpi
fftw2xc fftw2xf fftw3x_cdft lapack95
[spriha@centosvm interfaces]$ cd fftw2xc
[spriha@centosvm fftw2xc]$ make libintel64
make -f makefile lib _IA=intel64
make[1]: Entering directory ‘/opt/intel/oneapi/mkl/2021.3.0/interfaces/fftw2xc’
mkdir -p obj_double_intel
icc -Wall -Werror -c \
-DMKL_DOUBLE -I/opt/intel/oneapi/mkl/2021.3.0/include -I/opt/intel/oneapi/mkl/2021.3.0/include/fftw \
/opt/intel/oneapi/mkl/2021.3.0/interfaces/fftw2xc/wrappers/fftw.c -o obj_double_intel/fftw.o
error: can’t open file obj_double_intel/fftw.o for write
compilation aborted for /opt/intel/oneapi/mkl/2021.3.0/interfaces/fftw2xc/wrappers/fftw.c (code 1)
make[1]: *** [makefile:129: obj_double_intel/fftw.o] Error 1
make[1]: Leaving directory ‘/opt/intel/oneapi/mkl/2021.3.0/interfaces/fftw2xc’
make: *** [makefile:109: libintel64] Error 2

Read more here: Source link