Installing Opencv from Git on Ubuntu 14.04 [closed]
I'm having problems with installing opencv. I installed the dependencies and then I got opencv from git and cloned it. Then I created a build directory and ran the command cmake:
cmake -D WITH_FFMPEG=OFF -DWITH_QT=ON -DWITH_OPENGL=ON -DFORCE_VTK=ON -DWITH_TBB=ON -DWITH_GDAL=ON -DWITH_XINE=ON -DBUILD_EXAMPLES=ON ..
The result from make was
I don't know how to fix this, please help. Thanks in advance :)
Could you try disabling the shared libs option like suggested here?
Thank you so much Steven! Your suggestion worked :)