$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Marc Glenn (mjamon_at_[hidden])
Date: 2007-05-03 22:44:10
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