I have a problem in the step of make
The error I got
[ 21%] Linking CXX shared library ../../lib/libopencv_core.so
CMake Error: cmake_symlink_library: System Error: Operation not permitted
CMake Error: cmake_symlink_library: System Error: Operation not permitted
modules/core/CMakeFiles/opencv_core.dir/build.make:2178: recipe for target ‘lib/libopencv_core.so.4.0.0’ failed
make[2]: *** [lib/libopencv_core.so.4.0.0] Error 1
make[2]: *** Deleting file ‘lib/libopencv_core.so.4.0.0’
CMakeFiles/Makefile2:2630: recipe for target ‘modules/core/CMakeFiles/opencv_core.dir/all’ failed
make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
Makefile:160: recipe for target ‘all’ failed
make: *** [all] Error 2
Do you have any idea?