9 Apr
                
                    2008
                
            
            
                9 Apr
                
                '08
                
            
            
            
        
    
                3:59 p.m.
            
        Hi.
Digging through the bjam docs and playing try/error I found that bjam link=static --toolset=msvc-8.0 stage
solves this issue.
See type bjam --help in the boost folder and read up on the --build-type option. My guess is that the following is what you want: bjam --build-type=complete toolset=msvc-8.0 stage Hope this helps. Best regards, Jurko Gospodnetić