When compiling some code with opencv I get this error
opencv
# g++ txtbin-03.1.cpp -o txtbin `pkg-config opencv --cflags --libs` /usr/bin/ld: cannot fi
Recompile OpenCv using following option:
cmake -DWITH_IPP=ON . && make -j $(nproc) && make install