Boost logo

Boost Users :

Subject: [Boost-users] Build boost asio http server examples single threaded using c++03
From: Eric Curtin (ericcurtin17_at_[hidden])
Date: 2018-12-18 14:11:51


Hi Guys,

I was wondering if anyone could help me out building all the boost
asio http server examples from:

https://github.com/boostorg/asio/tree/develop/example/cpp03/http

But catch is, I need to use c++03/98, single threaded without
dependencies on std::thread, boost::thread or posix threads. I also
need static linking to all the other boost libraries. Also want to
compile with g++ -O3 -flto on x86_64 Linux. How can I build these
examples like this?

This is also a question on stackoverflow:

https://stackoverflow.com/questions/53822438/building-boost-asio-without-threading

Lets say the build environment is this one:

curtine/dockerfiles-fat:ubuntu18.04

Regards,

Eric


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net