Ciao a tutti,

sto cercando di fare il build di un progetto C++ su Eclipse, ma ho il seguente problema

codice:
Building target: MioProgetto 
Invoking: GCC C++ Linker 
g++ -L/usr/local/include/opencv -o"MioProgetto"  ./src/flusso_esecuzione_totale.o ./src/timestamp.o   -lcv -lcvaux -lhighgui 
/usr/bin/ld: cannot find -lcv 
/usr/bin/ld: cannot find -lcvaux 
/usr/bin/ld: cannot find -lhighgui 
collect2: ld returned 1 exit status make: *** [MioProgetto] Errore 1
Inutile dire che i path sono controllati e tutto il resto. Dev'essere un problema di linker.

Suggerimenti??

Thanks!!