以前移植过的版本是2.0.0,现在想移植2.4.5,以前编译的时候感觉没有问题,参照这篇文章:
http://blog.csdn.net/b5w2p0/article/details/8976665
整体过程没有问题,可是在编译2.4.5的过程中问题产生了:
先是:
/usr/lib/libImath.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[2]: *** [lib/libopencv_highgui.so] 错误 1 make[1]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/all] 错误 2 make: *** [all] 错误 2
http://blog.sina.com.cn/s/blog_92942dba0101d1wj.html
可以解决一些问题,后来能遇到了一些问题:
有些人说可以加 -lpthread -lrt,决定试一下。
进入要Make的目录:
gedit CMakeCache.txt
加入-lpthread -lrt。
此后
make make install
原文地址:http://blog.csdn.net/b5w2p0/article/details/39211013