Displaying 6 results from an estimated 6 matches for "del_curterm".
2013 Sep 07
3
[LLVMdev] llvm-config curses-related failures
...#39;
/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 passing -ltinfo in its
--ldflags. This bug also seems to be related:
http://llvm.org/bugs/show_bug.cgi?id=16902
Is there a workaround for this?
Eli
-------------- next part --------------
An HTML attachment was...
2013 Sep 07
2
[LLVMdev] llvm-config curses-related failures
...vm_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 passing -ltinfo in its
> --ldflags. This bug also seems to be related:
> http://llvm.org/bugs/show_bug.cgi?id=16902
>
> Is there a workaround for this?
>
> Eli
>
> ___________...
2013 Sep 07
0
[LLVMdev] llvm-config curses-related failures
.../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 passing -ltinfo in its --ldflags. This bug also seems to be related: http://llvm.org/bugs/show_bug.cgi?id=16902
>
> Is there a workaround for this?
>
> Eli
>
> _________________...
2007 Nov 12
7
[Bug 1391] New: Problem compiling openssh 4.7p1
...urses.so.5: undefined reference to `tparm'
/usr/lib/libncurses.so.5: undefined reference to `_nc_globals'
/usr/lib/libncurses.so.5: undefined reference to `_nc_str_null'
/usr/lib/libncurses.so.5: undefined reference to `_nc_init_acs'
/usr/lib/libncurses.so.5: undefined reference to `del_curterm'
/usr/lib/libncurses.so.5: undefined reference to `_nc_doalloc'
/usr/lib/libncurses.so.5: undefined reference to `_nc_get_tty_mode'
/usr/lib/libncurses.so.5: undefined reference to `_nc_add_to_try'
/usr/lib/libncurses.so.5: undefined reference to `_nc_unicode_locale'
/usr/lib/li...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...d_mutex_unlock
0000000000000000 DF *UND* 0000000000000044 GLIBC_2.2.5 cfsetospeed
0000000000000000 DF *UND* 000000000000001d GLIBC_2.2.5 pthread_attr_init
0000000000000000 DF *UND* 000000000000011a GLIBC_2.2.5 strerror_r
0000000000000000 DF *UND* 000000000000004b Base del_curterm
0000000000000000 DF *UND* 0000000000000025 Base _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEaSEc
0000000000000000 DF *UND* 0000000000000b33 GLIBC_2.2.5 inet_ntop
0000000000000000 DF *UND* 0000000000000140 GLIBC_2.2.5 gai_strerror
0000000000000000 DF...
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++