[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Gnash-0.8.1 configure error : boost libraries
From: |
strk |
Subject: |
Re: [Gnash] Gnash-0.8.1 configure error : boost libraries |
Date: |
Thu, 3 Jan 2008 12:22:43 +0100 |
On Thu, Jan 03, 2008 at 04:37:40PM +0530, ghouse mohiddin wrote:
> Hi Rob,
>
> Thanks for your reply.
>
> I have tried with putting these options off but still the same error is
> comming.
>
> I am not able to understand why it is showing this error
>
> *checking for the Boost Version... 1_34_1
> checking for Boost libraries... -lboost_date_time-gcc33-mt
> -lboost_thread-gcc33-mt
> checking boost/thread.hpp usability... no
> checking boost/thread.hpp presence... no
> checking for boost/thread.hpp... no*
>
>
> I have this boost/thread.hpp in /usr/local/include/boost-1_34_1/ but still
> it is not able to find those.
Benoit Sigoure gave us this link:
http://repo.or.cz/w/boost.m4.git
I guess nobody looked at it yet, might be worth a try..
> I have libraries *libboost_date_time-gcc33-mt.so, libboost_thread-gcc33-mt
> libraries.so in /usr/local/include/* but still it is not able to pickup
> those i think.
Do you have -dev counterparts of those library packages ?
the -dev is where headers are usually.
libboost-thread-dev in particular.
--strk;