Patrice Dumas wrote:

> - the cleanup_slots symbol isn't found on my system in libboost_thread;

  What does 'nm --demangle /usr/lib/libboost_thread.a | grep "T "' show
? On my FC5 machine, this appears to be Boost 1.33.1.

>    dnl Look for the library
>    AC_ARG_WITH(boost_lib, [  --with-boost-lib         directory where boost 
> libraries are], with_boost_lib=${withval})
...
> +  if test x"${with_boost_lib}" != x ; then
> +     ac_cv_path_boost_lib=`(cd ${with_boost_lib}; pwd)`
> +  fi

  Since the library name is highly variable, (maybe someday it'll be
consistent) I wonder if this should be the *full name* to the library,
and not just the directory without a test at all. It'd then also be
possible to strip off the basename to use for LIBS.

        - rob -


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to