On Wed, Feb 23, 2011 at 5:18 AM, Joegen Baclor <[email protected]> wrote:
> It is not clear in any of the stuffs ive read on boost and centos 5 whether
> the boost packages that goes with it is compiled with multi-threading
> enabled.  The absence of -mt in the library suggests the contrary.  A
> workaround is to probably just create softlinks with -mt pointing to the
> default boost libs but i'm not sure about the repercussions.  I know you
> want to avoid compiling stuffs but just in case you now see some
> justification for it, would probably better off compiling mongodb and driver
> as well.

[root@finch yum.repos.d]# ls -1 /usr/lib64/libboost_system*
/usr/lib64/libboost_system-gcc41-mt-1_39.so
/usr/lib64/libboost_system-gcc41-mt-1_39.so.1.39.0
/usr/lib64/libboost_system.so

So the correct link would be -lboost_system.  Fedora builds these
symlinks too so the mt should be unec. AFAIK

FYI: Background on what version of boost we want to be compatible with:
http://www.sipfoundry.org/web/lazyboy/blogs/-/blogs/trackback/what-goes-into-sipxecs-release-engineering
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to