search for: dlldb_disable_curses

Displaying 1 result from an estimated 1 matches for "dlldb_disable_curses".

Did you mean: lldb_disable_curses
2016 Mar 16
3
Trunk: LLVM build is failing with a lot of `undefined reference` errors
...runk lldb cd clang/tools svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra cd ../../../projects svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx cd ../.. mkdir build cd build cmake ../llvm -G Ninja -DLLDB_DISABLE_CURSES:BOOL=TRUE \ -DCMAKE_C_COMPILER=/usr/bin/clang-3.6 \ -DCMAKE_CXX_COMPILER=/usr/bin/clang++-3.6 ninja -j4 ``` After some time (ninja shows 1836/3922) I got a lot of `undefined reference` errors: http://paste.ubuntu.com/15402351/ I also tried to use `gcc` instead of `clang` and `make` instead o...