Ubuntu 12.04 に opencv 2.4.5 をインストールしようとしていますhttp://opencv.willowgarage.com/wiki/InstallGuide_Linuxの手順に従ってみました
しかし、メイクステップに到達したとき。エラーが発生しています。私はLinuxが初めてです。
エラーは
Linking CXX shared library ../../lib/libopencv_highgui.so
/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: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [lib/libopencv_highgui.so.2.4.5] Error 1
make[1]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2
make: *** [all] Error 2
助けてください!!!