This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

unable to get the gtk support for the opencv on the target board

Hi

I am presently working on spectrum digital ti 816x/389 evm board. when i am generating a make file using cmake command without gtk support there is no error comming. 

but when i am compiling with the gtk support i am getting a error like

error :

inking CXX shared library ../../lib/libopencv_highgui.so
/opt/codesourcery/toolchain/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lgtk-x11-2.0
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

the I have installed the gtk pakage on the host . 

Please help me out