On Wed, Feb 23, 2011 at 1:19 PM, Douglas Hubler <[email protected]> wrote: > [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
Rethinking... if we know we need the multi-threaded version, then we *should* force a link to the -mt version so compile properly fails otherwise. Problem is the boost library on centos-5 we build is a bit messed up because it obfuscates the path to the multi-threaded version of the lib. I should be able to fix that. I've incorporated an autoconf macro that checks boost version and cleaned up few things in the makefiles. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
