On Tue, Jun 19, 2007 at 12:50:03PM +0530, Prathap KV wrote: > Hello strk, > > On Tuesday 19 June 2007 12:32, strk wrote: > > 'make dumpconfig' | grep BOOST > When i did > $make dumpconfig | grep BOOST ... > BOOST_CFLAGS is -I/usr/local/arm/oe/include > BOOST_LIBS is > -L/home/prathap/devel/gnash/device/boost_1_34_0/bin.v2/libs/thread/build/gcc-3.4.4/debug/threading-multi > > I have this library "libboost_thread-gcc34-mt-d-1_34.so.1.34.0" under > BOOST_LIBS location. > I copied boost directory under Boost root directory > to /uar/local/arm/oe/include.
BOOST_LIBS is missing an -lboost_thread-gcc43-mt-d-1_34 Set it in LD_FLAGS and rebuild, but the bug here is in the boost.m4 macro file it seems. Did you configure by passing --with-boost-libs ? If so, what value did you give ? --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

