Hello all,

     I am new to using Boost Libraries...
     I am wondering how I can indicate that the compiler links the specific boost libraries...
     For example.. "gcc -o thread_example thread.cpp -lpthread" uses -lpthread option which is the posix threads library

     I can't find the list of the options to link the specific boost libraries.
     I have scanned the documentation of the libraries but they have not provided any sample on compiling programs using boost libraries.

     Thanks for the help..

Marc Glenn