cannot find -lboost_program_options
I got some error when I compile flann in windows. I install the boost and
gcc 4.3.3. Where is this error come from and how can I solve that?
g++ src/*.o -o cbir -lboost_program_options -lhdf5 -lboost_filesystem
-lboost_system -llog4cxx -lflann
c:/mingw/bin/../lib/gcc/mingw32/4.3.3/../../../../mingw32/bin/ld.exe:
cannot find -lboost_program_options collect2: ld returned 1 exit status
Makefile:29: recipe for target `cbir' failed
make: *** [cbir] Error 1
No comments:
Post a Comment