Bug#678638: some libraries missing in libclang-dev?

Matthias Klose doko at debian.org
Sat Jun 23 12:38:14 UTC 2012


Package: src:clang
Version: 3.1-6

Trying to build creduce, I find some libraries missing in libclang-dev. There
seems to be the catch-all library libclang.so, but it's apparently missing some
bits (see the output of the link command). The creduce build references the
following libraries:

@@ -46,9 +46,7 @@ clang_delta_CXXFLAGS = \
 # `clang_delta_LDFLAGS'.  Automake puts LDFLAGS early in the link line.
 #
 clang_delta_LDADD = \
-       -lclangFrontendTool -lclangFrontend -lclangDriver -lclangSerialization \
-       -lclangCodeGen -lclangParse -lclangSema -lclangAnalysis \
-       -lclangRewrite -lclangAST -lclangLex -lclangBasic -lclangEdit \
+       -lclang \
        $(LLVMLIBS) \
        $(LLVMLDFLAGS)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.xz
Type: application/x-xz
Size: 57420 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-llvm-team/attachments/20120623/defc8b32/attachment-0001.bin>


More information about the Pkg-llvm-team mailing list