For some time I've been hard at work to learn C and C ++, I think I know enough to write a slightly more complex application using Sockets and Threads .
Researching a little bit, I discovered the Boost C ++ Libraries framework, and no matter how hard I try, I can not configure it. I am using Code :: Blocks and would simply like to include the headers and exit using Boost features, however (undefined reference boost: system :: generic_category etc ...). In the build settings I have already indicated the Libs and Includes directory, yet the error persists.
I tried to include -lboost_system
and say "cannot find -lboost_system"
.
Obs, the installation steps I followed the available ones on the internet and also the official documentation.
Anyone who has successfully setup and used boost successfully, give me a light?