I am trying to compile an an .C file which contains API from Opencv library.
It seems the compiler doesn't find the API. I use the normal command for compilation
gcc new.c -c
gcc new.o -o new1 -l highgui
highgui is a .h file which is calling other .h files from Opencv lib
I think I have the same problem as the thread below as I get almost same error.