Hi to all if you are doing on a debian be sure that you have /usr/local/lib into /etc/ld.so.conf.d/i486-linux-gnu.conf then run by root ldconfig and retry
if you are not using debian or like, check /etc/ld.so.conf and add /usr/local/lib this is to tell the libraries system cache that you have other libraries into a non-standard path hope this helps... bye ghouse mohiddin wrote: > > > On 1/3/08, *ghouse mohiddin* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> 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. > > 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. > > Could you please tell me why it might be happening, any library > path is missing or anything else. > > or is it something problem in configure file. > > I have done following steps for building boost-1_34_1 > > ./configure > make > make install > > could you please give me the steps that you have followed for > building boost-1_34_1. > > might be i am missing some steps. > > Please help to solve this problem. > > Thanks in Advance, > Ghouse. > > > > > > > On 1/3/08, *Rob Savoye* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > wrote: > > ghouse mohiddin wrote: > > > --with-boost-incl=/usr/local/include/boost-1_34_1 > > --with-boost-lib=/usr/local/lib > > Leave these options off, configure will find them in /usr/local by > itself. I have my build of boost 34 in the same location. :-) > > - rob - > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Gnash mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash > _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
