Hi Alfredo,
I, too, use Linux (in my case Ubuntu) and have dabbled with Boost - where time permits.
Such that
compilation line
c++ -lboost_regex -lboost_system -lboost_filesystem -lboost_mpi -
lboost_serialization ...
can be simplified into
c++ -lboost_all
or simply
c++ -lboost