HI, I have configured GNASH for arm with FrameBuffer support. When i do make: I am getting error under utilities. This is the error: arm-linux-g++ -g -O2 -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wl,--as-needed -o .libs/gparser parser.o -Wl,--export-dynamic -L/usr/local/arm/oe/arm-linux/lib -L/usr/local/arm/oe/lib -L/home/prathap/devel/gnash/device/boost_1_34_0/bin.v2/libs/thread/build/gcc-3.4.4/debug/threading-multi ../libbase/.libs/libltdl.so ../server/.libs/libgnashserver.so ../libbase/.libs/libgnashbase.so ../backend/.libs/libgnashbackend.so /home/prathap/devel/gnash/device/gnash-0.8.0/server/.libs/libgnashserver.so /home/prathap/devel/gnash/device/gnash-0.8.0/libamf/.libs/libgnashamf.so /home/prathap/devel/gnash/device/gnash-0.8.0/libgeometry/.libs/libgnashgeo.so -lxml2 /usr/local/arm/oe/lib/libSDL.so -lXext -lXrandr -lXrender -lts /usr/local/arm/oe/lib/libagg.so ../libamf/.libs/libgnashamf.so /home/prathap/devel/gnash/device/gnash-0.8.0/libbase/.libs/libgnashbase.so -ljpeg /usr/local/arm/oe/lib/libcurl.so -lz /home/prathap/devel/gnash/device/gnash-0.8.0/libbase/.libs/libltdl.so -lpthread /usr/local/arm/oe/lib/libmad.so -lrt -lX11 -lm -Wl,--rpath -Wl,/usr/local/arm/oe/lib ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::do_lock()' ../server/.libs/libgnashserver.so: undefined reference to `boost::thread::~thread()' ../server/.libs/libgnashserver.so: undefined reference to `typeinfo for boost::lock_error' ../server/.libs/libgnashserver.so: undefined reference to `boost::thread::operator==(boost::thread const&) const' ../server/.libs/libgnashserver.so: undefined reference to `boost::thread::join()' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::condition_impl::notify_all()' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::condition_impl::~condition_impl()' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::condition_impl::do_wait(pthread_mutex_t*)' ../server/.libs/libgnashserver.so: undefined reference to `boost::thread::thread(boost::function0<void, std::allocator<boost::function_base> > const&)' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::condition_impl::condition_impl()' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::do_unlock(boost::mutex::cv_state&)' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::do_lock(boost::mutex::cv_state&)' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::mutex()' ../server/.libs/libgnashserver.so: undefined reference to `boost::lock_error::lock_error()' ../server/.libs/libgnashserver.so: undefined reference to `boost::thread::thread()' ../server/.libs/libgnashserver.so: undefined reference to `boost::lock_error::~lock_error()' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::do_unlock()' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::~mutex()' collect2: ld returned 1 exit status make: *** [gparser] Error 1
Why I am getting this error Here makefile also using -lX11 even after i have given the command line option --without-x11 in configure. What could be the problem....... Please help me. Thanks, Prathap K V _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

