Can not compile on Red Hat 4.4.7
I'm try to compile the OpenCV on my server. System is Red Hat 4.4.7.
I have get the makefile by cmake
and when i run make
command, it's occur the error like below:
.......
[ 43%] Building CXX object modules/core/CMakeFiles/opencv_perf_core.dir/perf/opencl/perf_arithm.cpp.o
c++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/perf/opencl/perf_arithm.cpp.o] Error 1
make[1]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/all] Error 2
make: *** [all] Error 2
I believe there is not something like Red Hat 4.4.7.
Can you give us more details? CMake output for example.
i already guess, what's coming, but
gcc --version
?