[LLVMbugs] [Bug 3051] cmake fails to build llvm and clang in shared library mode ( -DBUILD_SHARED_LIBS=ON)

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Nov 12 12:41:53 PST 2008


http://llvm.org/bugs/show_bug.cgi?id=3051


Óscar Fuentes <ofv at wanadoo.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Óscar Fuentes <ofv at wanadoo.es>  2008-11-12 14:41:49 ---
GenLibDeps.pl only inspects static libraries. So the problem affects the CMake
build and the traditional one as well. Patching GenLibDeps.pl for inspecting
shared libraries plus the solution provided by the reporter for the dependency
of LLVMSystem on dl fixes the problem.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list