8 Jan
                
                    2007
                
            
            
                8 Jan
                
                '07
                
            
            
            
        
    
                10:35 p.m.
            
        akonix acnt wrote:
I'm having some trouble creating the exact threads library I need, which is "libboost_thread-vc71-mt-gdp-1_33_1.lib". I've tried a number of things after searching forums for similar problems, but still no go. The closest I've gotten is "libboost_thread-vc71-mt-1_33_1.lib" from running "bjam.exe -sTOOLS=vc-7_1 boost_thread".
What am I missing?
Have you tried (from boost-root-dir): bjam -s"TOOLS=vc-7_1" stage --with-thread This should put all libraries that are built by default into boost_root/stage directory. Roland