4 Jun
2013
4 Jun
'13
3:46 p.m.
Hi, I spent whole day reading your f**king posts (when searching on google), and feeling as much alone as you seemed ! I found the solution at home : compile boost with ./bootstrap -prefix=/usr/local/ ./bjam cxxflags="-D__USE_W32_SOCKETS -D_WIN32_WINNT=0x0501" ./bjam install And compile my program with g++-4.exe -I/usr/local/include -Wall -o client.exe client.cc -L/usr/local/lib -llibboost_regex -llibboost_system -llibboost_thread -llibboost_date_time -llibboost_serialization -D__USE_W32_SOCKETS -lws2_32 -lwsock32 This solved my problem Yipiiii ! -- View this message in context: http://boost.2283326.n4.nabble.com/ASIO-Problem-with-building-boost-1-53-ASI... Sent from the Boost - Users mailing list archive at Nabble.com.