compiling boost based application using cron
        Posted  
        
            by user303544
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user303544
        
        
        
        Published on 2010-03-28T11:25:52Z
        Indexed on 
            2010/03/28
            11:33 UTC
        
        
        Read the original article
        Hit count: 242
        
Hi All,
I am building some boost based application for various embedded targets. I have developed a script which can build my application with different toolchain for several targets. This script works fine when I run it from command line but if it is invoked from cron it always fails to link the object files. My application has dependency on openssl. Can anyone please give some idea? What would be the root cause of this kind of behavior? Thanks in advance.
© Stack Overflow or respective owner