Mingw, boost, and runtime “procedure entry point could not be located”
问题 Problem I'm making a simple server app with websocketpp on Windows using mingw. I got my code to compile and link successfully. However, when I start the app it gives me the following error window: The procedure entry point _ZNSt6chrono3_V212steady_clock3nowEv could not be located in the DLL D:\work\wild_web\a.exe My setup Here's how I compile and link my code: g++ -std=c++11 -march=i686 d:/work/wild_web/main.cpp -o a.exe -ID:/work/libs/boost_1_61_0 -ID:/work/websocketpp-master/websocketpp