Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22113

cannot find -lboost_program_options

$
0
0

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 -lflannc:/mingw/bin/../lib/gcc/mingw32/4.3.3/../../../../mingw32/bin/ld.exe: cannot find -lboost_program_options collect2: ld returned 1 exit statusMakefile:29: recipe for target `cbir' failedmake: *** [cbir] Error 1

Viewing all articles
Browse latest Browse all 22113

Trending Articles