On Tue, May 12, 2009 at 9:14 AM, [email protected] <[email protected]> wrote:
> Thanks for reply Brett.
>
> I am not not using make file i am letting eclipse to handle this.
>
> paths are already added in project -> properties-> C/c++ general -> paths &
> symbols-> library paths.
> i added "C:\boost_1_38_0\libs" path where my boost library is located.
>
> While running in console it shows "g++ -LC:\boost_1_38_0\libs -osock1.exe
> src\sock1.o" .....
>
> What else can be the error? Please suggest....
It has the directory but it needs the specific library also, so you
should add libboost_thread.a or whatever it is that is needed by your
program.
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi