<font size="2"><font face="georgia,serif">Hello, I'm facing some problems while building LLVM 2.8 shared libraries from source using CMake:<br><br>cmake -DBUILD_SHARED_LIBS=true ..<br><br>This is the output error:<br><br>

CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle):<br>  "LLVMARMCodeGen" of type SHARED_LIBRARY<br>    depends on "LLVMARMAsmPrinter"<br>  "LLVMARMAsmPrinter" of type SHARED_LIBRARY<br>

    depends on "LLVMARMCodeGen"<br>At least one of these targets is not a STATIC_LIBRARY.  Cyclic dependencies are allowed only among static libraries.<br><br>Does anyone else had the same problem ?<br><br>Thank you !<br clear="all">

</font></font><br>-- <br>"Forgive, O Lord, my little jokes on Thee, and I'll forgive Thy great big joke on me."<br><a href="http://pyevolve.sourceforge.net/wordpress/">http://pyevolve.sourceforge.net/wordpress/</a><br>

<br>