Displaying 2 results from an estimated 2 matches for "delscreen".
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...uts
0000000000000000 DF *UND* 000000000000006d GLIBC_2.2.5 strnlen
0000000000000000 DF *UND* 0000000000000008 GLIBC_2.2.5 getuid
0000000000000000 DF *UND* 0000000000000087 Base _ZNSt3__120__throw_system_errorEiPKc
0000000000000000 DF *UND* 0000000000000246 Base delscreen
0000000000000000 DF *UND* 0000000000000465 GLIBC_2.2.5 memcpy
0000000000000000 DF *UND* 00000000000000a1 Base delwin
0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2.5 _exit
0000000000000000 DF *UND* 000000000000006a GLIBC_2.2.5 srand
0000000000000000 DF *UND...
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++