[cfe-dev] Serious problem building LLDB to go with Clang 3.5 on Ubuntu 12.04

Fletcher, John P j.p.fletcher at aston.ac.uk
Tue Dec 31 04:35:15 PST 2013


I should have added the commands I am running to build LLDB, which is in the LLVM tree in tools.

export CXX=/home/fletcher/LLVM/llvm-3.5.svn/local/bin/clang++
export CC=/home/fletcher/LLVM/llvm-3.5.svn/local/bin/clang
export CPPFLAGS="-I/home/fletcher/LLVM/libcxxDec2013/libcxx/include -I/home/fletcher/LLVM/libcxxDec2013/libcxxabi/include -stdlib=libc++"
export LDFLAGS="-Xlinker -R/home/fletcher/LLVM/libcxxDec2013/libcxx/lib -L/home/fletcher/LLVM/libcxxDec2013/libcxx/lib -lc++ -lc++abi"
../llvm/configure --prefix=/home/fletcher/LLVM/llvm-3.5.svn/local --enable-cxx11=yes --enable-optimized --enable-libcpp=yes --enable-targets=x86_64

If there is anything else I can do please let me know.

John




More information about the cfe-dev mailing list