Running ./configure --prefix=pwd/depends/x86_64-w64-mingw32 --without-gui --disable-zmq --disable-bench --enable-debug --disable-tests
I am building on WSL.
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt-s... yes
checking for mismatched boost c++11 scoped enums... ok
configure: error: No working boost sleep implementation found.
I already ran sudo apt-get install libboost-all-dev.
Doing the exact same commandline, on the exact same folder mounter to a docker container works fine. It seems to go wrong only on WSL.
Here the Config Log of the working version.