I'm testing this solution:
AC_CHECK_LIB(boost_thread, main, [BOOST_LDADD="-lboost_thread"],
[AC_CHECK_LIB(boost_thread-mt, main,
[BOOST_LDADD="-lboost_thread-mt"],
[AC_MSG_ERROR("no boost thread found")]
)])
On Tue, Jun 19, 2012 at 2:04 PM, Domenico Chierico <
[email protected]> wrote:
> well with the last pull from 4.4 branch I'm experiencing some problems
> into builds.
>
> Now proxy can't build 'cose Makefile require linking on libboost_thread
> instead on fedora 14 we have libboost_thread-mt
>
> so
> any suggestion there?
>
>
>
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/