İsmail Dönmez
2013-Aug-26 08:51 UTC
[LLVMdev] cmake build system doesn't produce libLLVM-<major>.<minor>.so
Hi, For openSUSE Linux we switched to cmake to build llvm and this comes with its own set of problems which are mostly workaroundable but today I got a report saying that we lost libLLVM-3.3.so in the transition. Turns out that cmake build system does not create this file even when shared libraries are enabled. See http://llvm.org/bugs/show_bug.cgi?id=15493 for a reported bug about this. It would be nice if this could be fixed, otherwise my only option would be reverting back to autoconf which is not nice because llvm project is thinking about moving to a cmake only solution anyway. Thanks, İsmail -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130826/1cc1d549/attachment.html>
İsmail Dönmez
2013-Sep-04 12:56 UTC
[LLVMdev] cmake build system doesn't produce libLLVM-<major>.<minor>.so
ping? On Mon, Aug 26, 2013 at 11:51 AM, İsmail Dönmez <ismail at donmez.ws> wrote:> Hi, > > For openSUSE Linux we switched to cmake to build llvm and this comes with > its own set of problems which are mostly workaroundable but today I got a > report saying that we lost libLLVM-3.3.so in the transition. > > Turns out that cmake build system does not create this file even when > shared libraries are enabled. See > http://llvm.org/bugs/show_bug.cgi?id=15493 for a reported bug about this. > > It would be nice if this could be fixed, otherwise my only option would be > reverting back to autoconf which is not nice because llvm project is > thinking about moving to a cmake only solution anyway. > > Thanks, > İsmail > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130904/58f37a95/attachment.html>