Ocamlrun.lib Not Found For Linking
        Posted  
        
            by Onorio Catenacci
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Onorio Catenacci
        
        
        
        Published on 2010-06-02T01:52:32Z
        Indexed on 
            2010/06/02
            1:53 UTC
        
        
        Read the original article
        Hit count: 306
        
Hi all,
Trying to build the OCaml Win32 API binaries for OCaml 3.11.0 on Win 7 and I consistently get a message when I try nmake dynamic: 'cannot open input file "ocamlrun.lib"'. My google skills seem to be failing me--is there something I need to do to get this .lib file? It doesn't seem to be part of the libraries which are included in the OCaml binary distribution for Windows. Can anyone give me a pointer in the right direction?
© Stack Overflow or respective owner