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
boost_program_options needs to be compiled. Check out that you habe the precompiled lib avalable for your compiler. And that you set the corresponding path in your make file, e.g. In Qt .pro files: