when I try to run make,
it returns the following:
g++ -O3 -Wall pkg-config --cflags opencv main.cpp FHOG.o -o ./bin/FHOG pkg-config --libs opencv
/usr/bin/ld: cannot open output file ./bin/FHOG: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [bin/FHOG] Error 1
Please help.
I am using opencv 2.4.9 with linux 14.04 LTS
when I try to run make,
it returns the following:
g++ -O3 -Wall
pkg-config --cflags opencvmain.cpp FHOG.o -o ./bin/FHOGpkg-config --libs opencv/usr/bin/ld: cannot open output file ./bin/FHOG: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [bin/FHOG] Error 1
Please help.
I am using opencv 2.4.9 with linux 14.04 LTS