gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] patch for boost detection


From: Rob Savoye
Subject: Re: [Gnash-dev] patch for boost detection
Date: Fri, 06 Oct 2006 21:15:52 -0600
User-agent: Thunderbird 1.5.0.7 (X11/20060913)

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 -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]