$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problem with thread
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2012-03-05 12:54:23
Le 05/03/12 15:40, Jothybasu Selvaraj a écrit :
> Now with these flags in the .pro file
>
> INCLUDEPATH +=C:\boost_1_49_0\boost_1_49_0
> LIBS +=-LC:\boost_1_49_0\boost_1_49_0\stage\lib -lboost_thread-mgw44-mt-1_49
>
> I get a linker error
>
>
>
> collect2:ld returned 1 exit status
>
> I have built boost thread with
>
> bjam --toolset=gccstage --with-thread
>
> and it has build a .a file in release and debug folders.
>
> What is preventing the linker?
>
>
> Thanks
>
> Jothy
>
>
Hi,
you need to be more explicit if you want help from us.
Please show the command line and the output.
Best,
Vicente