Displaying 2 results from an estimated 2 matches for "waddnstr".
Did you mean:
addstr
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...IcEENS_9allocatorIcEEE7replaceEmmPKcm
0000000000000000 DF *UND* 000000000000010a GLIBC_2.2.5 asctime
0000000000000000 DF *UND* 000000000000142f GLIBC_2.2.5 cos
0000000000000000 DF *UND* 0000000000000025 GLIBC_2.2.5 ioctl
0000000000000000 DF *UND* 0000000000000094 Base waddnstr
0000000000000000 DF *UND* 000000000000008b GLIBC_2.2.5 atan2
0000000000000000 DF *UND* 0000000000000020 Base _ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv
0000000000000000 DF *UND* 00000000000000ee GLIBC_2.2.5 fseek
0000000000000000 DF *UND* 000000000...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB.
I'm using clang-3.9 and this configuration:
-DLLVM_TARGETS_TO_BUILD="X86"
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_C_COMPILER=/usr/bin/clang
-DCMAKE_CXX_COMPILER=/usr/bin/clang++