OpenCV make失败 – “使用-fPIC重新编译”

前端之家收集整理的这篇文章主要介绍了OpenCV make失败 – “使用-fPIC重新编译”前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在Ubuntu 13.10上安装了一些OpenCV安装程序,看起来有点不开心.我已经完成了一些版本和安装方法,当我去“制造”或“制作-j4”制造卡车时,直到
/usr/bin/ld: /usr/local/lib/libavcodec.a(avpacket.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libavcodec.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libopencv_videoio.so.3.0.0] Error 1
make[1]: *** [modules/videoio/CMakeFiles/opencv_videoio.dir/all] Error 2
make: *** [all] Error 2

任何帮助表示赞赏.
再次感谢罗伯特.

在启用了FFMPEG的Ubuntu 14.04上编译opencv3 alpha时遇到了同样的问题.
我的FFMPEG是编译的git版本

./配置
使
make install

我不得不重新编译FFMPEG

./configure –enable-nonfree –enable-pic –enable-shared

这对我来说很有把戏,然后opencv3编译得很好.

原文链接:https://www.f2er.com/ubuntu/347415.html

猜你在找的Ubuntu相关文章