Displaying 5 results from an estimated 5 matches for "tigetnum".
Did you mean:
tgetnum
2013 Sep 07
3
[LLVMdev] llvm-config curses-related failures
...n/llvm/build_llvm_svn_rw/Debug+Asserts/lib/libLLVMSupport.a(Process.o):
In function `terminalHasColors':
/home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:256: undefined
reference to `setupterm'
/home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:274: undefined
reference to `tigetnum'
/home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:278: undefined
reference to `set_curterm'
/home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:279: undefined
reference to `del_curterm'
collect2: ld returned 1 exit status
This seems to be related to llvm-config not pas...
2013 Sep 07
2
[LLVMdev] llvm-config curses-related failures
...Debug+Asserts/lib/libLLVMSupport.a(Process.o):
> In function `terminalHasColors':
> /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:256: undefined
> reference to `setupterm'
> /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:274: undefined
> reference to `tigetnum'
> /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:278: undefined
> reference to `set_curterm'
> /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:279: undefined
> reference to `del_curterm'
> collect2: ld returned 1 exit status
>
> This seems to...
2013 Sep 07
0
[LLVMdev] llvm-config curses-related failures
...ld_llvm_svn_rw/Debug+Asserts/lib/libLLVMSupport.a(Process.o): In function `terminalHasColors':
> /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:256: undefined reference to `setupterm'
> /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:274: undefined reference to `tigetnum'
> /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:278: undefined reference to `set_curterm'
> /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:279: undefined reference to `del_curterm'
> collect2: ld returned 1 exit status
>
> This seems to be relat...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...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* 00000000000000cd Base tigetnum
0000000000000000 DF *UND* 0000000000000064 GLIBC_2.2.5 pread
0000000000000000 DF *UND* 0000000000000025 GLIBC_2.2.5 getpgid
0000000000000000 DF *UND* 00000000000000fc GLIBC_2.2.5 pthread_setspecific
0000000000000000 DF *UND* 0000000000000098 GLIBC_2.2.5 popen
000000000000000...
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++