I keep running across errors when trying to compile code which utilizes the boost::filesystem library. I don\'t understand any of the compiler outputs I am getting. Here is
You have to link with -lboost_filesystem -lboost_system. Boost filesystem is not a header-only library; rather, it depends on compiled components.
-lboost_filesystem -lboost_system