NoPaste

compiling log

von hanskanns
SNIPPET_DESC:
make static
SNIPPET_CREATION_TIME:
28.02.2017 11:02:11
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. cd src;make static;cd ..
  2. make[1]: Entering directory '/home/hanskanns/pftp-shit.v.1.12/src'
  3. g++ -o pftp main.o switchserver.o tcp.o displayupdate.o server.o bookmark.o opensitedialog.o displayhandler.o keyhandler.o tlsutil.o -lpanel -lncurses -lpthread -L/usr/include/openssl//lib -lssl -lcrypto -DTLS -ldl -static
  4. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup':
  5. (.text+0x11): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  6. server.o: In function `CServer::LocalGetDirlist()':
  7. /home/hanskanns/pftp-shit.v.1.12/src/server.cc:1924: warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  8. /home/hanskanns/pftp-shit.v.1.12/src/server.cc:1917: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  9. main.o: In function `listenUdp(void*)':
  10. /home/hanskanns/pftp-shit.v.1.12/src/main.cc:1269: warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  11. main.o: In function `mywborder(_win_st*)':
  12. /home/hanskanns/pftp-shit.v.1.12/src/main.cc:71: undefined reference to `acs_map'
  13. /home/hanskanns/pftp-shit.v.1.12/src/main.cc:71: undefined reference to `acs_map'
  14. /home/hanskanns/pftp-shit.v.1.12/src/main.cc:71: undefined reference to `acs_map'
  15. /home/hanskanns/pftp-shit.v.1.12/src/main.cc:71: undefined reference to `acs_map'
  16. /home/hanskanns/pftp-shit.v.1.12/src/main.cc:71: undefined reference to `acs_map'
  17. main.o:/home/hanskanns/pftp-shit.v.1.12/src/main.cc:71: more undefined references to `acs_map' follow
  18. displayhandler.o: In function `CDisplayHandler::CDisplayHandler()':
  19. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:134: undefined reference to `stdscr'
  20. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:134: undefined reference to `intrflush'
  21. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:135: undefined reference to `stdscr'
  22. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:135: undefined reference to `keypad'
  23. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:141: undefined reference to `raw'
  24. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:142: undefined reference to `halfdelay'
  25. displayhandler.o: In function `CDisplayHandler::~CDisplayHandler()':
  26. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:204: undefined reference to `curs_set'
  27. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:205: undefined reference to `noraw'
  28. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:209: undefined reference to `stdscr'
  29. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:209: undefined reference to `keypad'
  30. displayhandler.o: In function `CDisplayHandler::RebuildScreen(int, int)':
  31. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:5366: undefined reference to `stdscr'
  32. displayhandler.o: In function `CDisplayHandler::CDisplayHandler()':
  33. /home/hanskanns/pftp-shit.v.1.12/src/displayhandler.cc:145: undefined reference to `curs_set'
  34. keyhandler.o: In function `CKeyHandler::Loop()':
  35. /home/hanskanns/pftp-shit.v.1.12/src/keyhandler.cc:73: undefined reference to `stdscr'
  36. /home/hanskanns/pftp-shit.v.1.12/src/keyhandler.cc:177: undefined reference to `stdscr'
  37. /home/hanskanns/pftp-shit.v.1.12/src/keyhandler.cc:177: undefined reference to `keypad'
  38. /home/hanskanns/pftp-shit.v.1.12/src/keyhandler.cc:178: undefined reference to `stdscr'
  39. /home/hanskanns/pftp-shit.v.1.12/src/keyhandler.cc:179: undefined reference to `stdscr'
  40. /home/hanskanns/pftp-shit.v.1.12/src/keyhandler.cc:179: undefined reference to `keypad'
  41. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libpanel.a(p_new.o): In function `new_panel':
  42. (.text+0xb1): undefined reference to `SP'
  43. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libpanel.a(p_update.o): In function `update_panels':
  44. (.text+0x3): undefined reference to `SP'
  45. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_addch.o): In function `_nc_waddch_nosync':
  46. (.text+0xbc): undefined reference to `unctrl'
  47. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_addch.o): In function `_nc_waddch_nosync':
  48. (.text+0x352): undefined reference to `TABSIZE'
  49. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_addch.o): In function `waddch':
  50. (.text+0x7b5): undefined reference to `unctrl'
  51. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_addch.o): In function `waddch':
  52. (.text+0xa4a): undefined reference to `TABSIZE'
  53. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_addch.o): In function `wechochar':
  54. (.text+0xec5): undefined reference to `unctrl'
  55. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_addch.o): In function `wechochar':
  56. (.text+0x116a): undefined reference to `TABSIZE'
  57. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_beep.o): In function `beep':
  58. (.text+0x3): undefined reference to `cur_term'
  59. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_beep.o): In function `beep':
  60. (.text+0x3a): undefined reference to `_nc_putp_flush'
  61. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_beep.o): In function `beep':
  62. (.text+0x41): undefined reference to `_nc_flush'
  63. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_beep.o): In function `beep':
  64. (.text+0x21): undefined reference to `_nc_putp_flush'
  65. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_box.o): In function `wborder':
  66. (.text+0x1f): undefined reference to `acs_map'
  67. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_box.o): In function `wborder':
  68. (.text+0x45): undefined reference to `acs_map'
  69. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_box.o): In function `wborder':
  70. (.text+0x5f): undefined reference to `acs_map'
  71. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_box.o): In function `wborder':
  72. (.text+0x79): undefined reference to `acs_map'
  73. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_box.o): In function `wborder':
  74. (.text+0x93): undefined reference to `acs_map'
  75. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_box.o):(.text+0xaf): more undefined references to `acs_map' follow
  76. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `reset_color_pair':
  77. (.text+0x3): undefined reference to `cur_term'
  78. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `reset_color_pair':
  79. (.text+0x23): undefined reference to `_nc_putp'
  80. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `set_foreground_color':
  81. (.text+0x43): undefined reference to `cur_term'
  82. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `set_foreground_color':
  83. (.text+0x64): undefined reference to `tparm'
  84. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `set_background_color':
  85. (.text+0xa3): undefined reference to `cur_term'
  86. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `set_background_color':
  87. (.text+0xc4): undefined reference to `tparm'
  88. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_reset_colors':
  89. (.text+0x107): undefined reference to `SP'
  90. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_reset_colors':
  91. (.text+0x125): undefined reference to `cur_term'
  92. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_reset_colors':
  93. (.text+0x13f): undefined reference to `_nc_putp'
  94. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `start_color':
  95. (.text+0x153): undefined reference to `SP'
  96. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `start_color':
  97. (.text+0x17b): undefined reference to `cur_term'
  98. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `start_color':
  99. (.text+0x198): undefined reference to `SP'
  100. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `start_color':
  101. (.text+0x1ac): undefined reference to `_nc_outch'
  102. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `start_color':
  103. (.text+0x1b8): undefined reference to `SP'
  104. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `start_color':
  105. (.text+0x1c8): undefined reference to `_nc_outch'
  106. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `start_color':
  107. (.text+0x1ed): undefined reference to `SP'
  108. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `start_color':
  109. (.text+0x261): undefined reference to `cur_term'
  110. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_pair':
  111. (.text+0x3d3): undefined reference to `SP'
  112. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_pair':
  113. (.text+0x408): undefined reference to `cur_term'
  114. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_pair':
  115. (.text+0x568): undefined reference to `SP'
  116. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_pair':
  117. (.text+0x597): undefined reference to `cur_term'
  118. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_pair':
  119. (.text+0x630): undefined reference to `tparm'
  120. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_pair':
  121. (.text+0x63d): undefined reference to `_nc_putp'
  122. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_color':
  123. (.text+0x7c5): undefined reference to `SP'
  124. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_color':
  125. (.text+0x7d5): undefined reference to `cur_term'
  126. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_color':
  127. (.text+0x8a1): undefined reference to `tparm'
  128. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_color':
  129. (.text+0x8b1): undefined reference to `_nc_putp'
  130. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `init_color':
  131. (.text+0x8b8): undefined reference to `SP'
  132. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `can_change_color':
  133. (.text+0xa03): undefined reference to `SP'
  134. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `can_change_color':
  135. (.text+0xa16): undefined reference to `cur_term'
  136. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `has_colors':
  137. (.text+0xa43): undefined reference to `SP'
  138. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `has_colors':
  139. (.text+0xa56): undefined reference to `cur_term'
  140. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `color_content':
  141. (.text+0xac3): undefined reference to `SP'
  142. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `color_content':
  143. (.text+0xad7): undefined reference to `cur_term'
  144. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `pair_content':
  145. (.text+0xb6a): undefined reference to `SP'
  146. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  147. (.text+0xc43): undefined reference to `SP'
  148. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  149. (.text+0xc8d): undefined reference to `cur_term'
  150. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  151. (.text+0xcac): undefined reference to `tparm'
  152. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  153. (.text+0xcc1): undefined reference to `tputs'
  154. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  155. (.text+0xcfb): undefined reference to `SP'
  156. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  157. (.text+0xd5b): undefined reference to `SP'
  158. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  159. (.text+0xd84): undefined reference to `tputs'
  160. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  161. (.text+0xdb3): undefined reference to `SP'
  162. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  163. (.text+0xdd5): undefined reference to `SP'
  164. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  165. (.text+0xe63): undefined reference to `SP'
  166. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `_nc_do_color':
  167. (.text+0xe94): undefined reference to `tputs'
  168. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `set_foreground_color':
  169. (.text+0x75): undefined reference to `tputs'
  170. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_color.o): In function `set_background_color':
  171. (.text+0xd5): undefined reference to `tputs'
  172. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_delwin.o): In function `delwin':
  173. (.text+0xc): undefined reference to `_nc_globals'
  174. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_delwin.o): In function `delwin':
  175. (.text+0x61): undefined reference to `SP'
  176. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_echo.o): In function `echo':
  177. (.text+0x3): undefined reference to `SP'
  178. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_echo.o): In function `noecho':
  179. (.text+0x23): undefined reference to `SP'
  180. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_endwin.o): In function `endwin':
  181. (.text+0x3): undefined reference to `SP'
  182. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_endwin.o): In function `endwin':
  183. (.text+0x32): undefined reference to `reset_shell_mode'
  184. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_gen.o): In function `addch':
  185. (.text+0x6): undefined reference to `stdscr'
  186. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_gen.o): In function `addchnstr':
  187. (.text+0x18): undefined reference to `stdscr'
  188. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_gen.o): In function `addchstr':
  189. (.text+0x36): undefined reference to `stdscr'
  190. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_gen.o): In function `addnstr':
  191. (.text+0x58): undefined reference to `stdscr'
  192. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_gen.o): In function `addstr':
  193. (.text+0x76): undefined reference to `stdscr'
  194. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_gen.o):(.text+0x96): more undefined references to `stdscr' follow
  195. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_gen.o): In function `timeout':
  196. (.text+0xfda): undefined reference to `wtimeout'
  197. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  198. (.text+0x85): undefined reference to `_nc_screen_of'
  199. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  200. (.text+0x18e): undefined reference to `_nc_keypad'
  201. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  202. (.text+0x3d2): undefined reference to `_nc_timed_wait'
  203. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  204. (.text+0x427): undefined reference to `_nc_timed_wait'
  205. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  206. (.text+0x5d7): undefined reference to `_nc_timed_wait'
  207. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  208. (.text+0x624): undefined reference to `_nc_timed_wait'
  209. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  210. (.text+0x718): undefined reference to `_nc_handle_sigwinch'
  211. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  212. (.text+0x728): undefined reference to `_nc_update_screensize'
  213. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  214. (.text+0x88f): undefined reference to `_nc_timed_wait'
  215. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `_nc_wgetch':
  216. (.text+0x9c4): undefined reference to `_nc_screen_of'
  217. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getch.o): In function `wgetch':
  218. (.text+0xe79): undefined reference to `_nc_screen_of'
  219. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getstr.o): In function `wgetnstr':
  220. (.text+0xbc): undefined reference to `_nc_screen_of'
  221. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getstr.o): In function `wgetnstr':
  222. (.text+0xd2): undefined reference to `_nc_get_tty_mode'
  223. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getstr.o): In function `wgetnstr':
  224. (.text+0x11b): undefined reference to `noraw'
  225. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getstr.o): In function `wgetnstr':
  226. (.text+0x120): undefined reference to `cbreak'
  227. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getstr.o): In function `wgetnstr':
  228. (.text+0x125): undefined reference to `erasechar'
  229. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getstr.o): In function `wgetnstr':
  230. (.text+0x12e): undefined reference to `killchar'
  231. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_getstr.o): In function `wgetnstr':
  232. (.text+0x2ed): undefined reference to `_nc_set_tty_mode'
  233. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_hline.o): In function `whline':
  234. (.text+0xc3): undefined reference to `acs_map'
  235. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_initscr.o): In function `initscr':
  236. (.text+0x2): undefined reference to `_nc_globals'
  237. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_initscr.o): In function `initscr':
  238. (.text+0xc): undefined reference to `stdscr'
  239. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_initscr.o): In function `initscr':
  240. (.text+0x20): undefined reference to `_nc_globals'
  241. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_initscr.o): In function `initscr':
  242. (.text+0x5a): undefined reference to `def_prog_mode'
  243. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_initscr.o): In function `initscr':
  244. (.text+0x61): undefined reference to `stdscr'
  245. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_insch.o): In function `_nc_insert_ch':
  246. (.text+0x16): undefined reference to `TABSIZE'
  247. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_insch.o): In function `_nc_insert_ch':
  248. (.text+0x83): undefined reference to `unctrl'
  249. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_insch.o): In function `winsch':
  250. (.text+0x20f): undefined reference to `_nc_screen_of'
  251. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_insnstr.o): In function `winsnstr':
  252. (.text+0x30): undefined reference to `_nc_screen_of'
  253. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_parse':
  254. (.text+0xd): undefined reference to `SP'
  255. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_inline':
  256. (.text+0x5c9): undefined reference to `SP'
  257. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_event':
  258. (.text+0x774): undefined reference to `Gpm_GetEvent'
  259. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_event':
  260. (.text+0x80a): undefined reference to `SP'
  261. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `enable_gpm_mouse.part.1':
  262. (.text+0x8ff): undefined reference to `Gpm_Open'
  263. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `enable_gpm_mouse.part.1':
  264. (.text+0x910): undefined reference to `Gpm_Close'
  265. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_init':
  266. (.text+0x999): undefined reference to `cur_term'
  267. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_init':
  268. (.text+0x9f2): undefined reference to `tigetstr'
  269. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_init':
  270. (.text+0xa5d): undefined reference to `_nc_name_match'
  271. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_init':
  272. (.text+0xa9b): undefined reference to `gpm_fd'
  273. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `_nc_mouse_init':
  274. (.text+0xb00): undefined reference to `_nc_add_to_try'
  275. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mouse_activate':
  276. (.text+0xba2): undefined reference to `tparm'
  277. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mouse_activate':
  278. (.text+0xbaf): undefined reference to `_nc_putp'
  279. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mouse_activate':
  280. (.text+0xc06): undefined reference to `keyok'
  281. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mouse_activate':
  282. (.text+0xc19): undefined reference to `tparm'
  283. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mouse_activate':
  284. (.text+0xc26): undefined reference to `_nc_putp'
  285. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mouse_activate':
  286. (.text+0xc7a): undefined reference to `Gpm_Close'
  287. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mouse_activate':
  288. (.text+0xcaa): undefined reference to `gpm_fd'
  289. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `getmouse':
  290. (.text+0xd3c): undefined reference to `SP'
  291. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `ungetmouse':
  292. (.text+0xe18): undefined reference to `SP'
  293. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mousemask':
  294. (.text+0xe88): undefined reference to `SP'
  295. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mousemask':
  296. (.text+0xebc): undefined reference to `SP'
  297. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mousemask':
  298. (.text+0xf0a): undefined reference to `SP'
  299. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o):(.text+0x1013): more undefined references to `SP' follow
  300. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mouse.o): In function `mouse_activate':
  301. (.text+0xc6a): undefined reference to `_nc_flush'
  302. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  303. (.text+0x41): undefined reference to `_nc_str_copy'
  304. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  305. (.text+0x51): undefined reference to `cur_term'
  306. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  307. (.text+0x71): undefined reference to `tparm'
  308. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  309. (.text+0x7c): undefined reference to `_nc_safe_strcat'
  310. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  311. (.text+0x8b): undefined reference to `cur_term'
  312. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  313. (.text+0xb1): undefined reference to `SP'
  314. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  315. (.text+0xd1): undefined reference to `SP'
  316. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  317. (.text+0x12d): undefined reference to `cur_term'
  318. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  319. (.text+0x14a): undefined reference to `tparm'
  320. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  321. (.text+0x15c): undefined reference to `_nc_str_copy'
  322. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  323. (.text+0x169): undefined reference to `_nc_safe_strcat'
  324. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  325. (.text+0x178): undefined reference to `cur_term'
  326. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  327. (.text+0x19b): undefined reference to `SP'
  328. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  329. (.text+0x1da): undefined reference to `_nc_str_init'
  330. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  331. (.text+0x1ef): undefined reference to `SP'
  332. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  333. (.text+0x29c): undefined reference to `SP'
  334. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  335. (.text+0x2c1): undefined reference to `SP'
  336. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  337. (.text+0x2ee): undefined reference to `_nc_str_copy'
  338. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  339. (.text+0x333): undefined reference to `SP'
  340. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  341. (.text+0x35d): undefined reference to `SP'
  342. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  343. (.text+0x370): undefined reference to `tparm'
  344. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  345. (.text+0x380): undefined reference to `_nc_str_copy'
  346. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  347. (.text+0x38b): undefined reference to `_nc_safe_strcat'
  348. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  349. (.text+0x396): undefined reference to `SP'
  350. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  351. (.text+0x3a4): undefined reference to `cur_term'
  352. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  353. (.text+0x3d7): undefined reference to `_nc_str_init'
  354. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  355. (.text+0x3de): undefined reference to `cur_term'
  356. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  357. (.text+0x3ed): undefined reference to `SP'
  358. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  359. (.text+0x428): undefined reference to `_nc_str_copy'
  360. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  361. (.text+0x435): undefined reference to `_nc_safe_strcat'
  362. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  363. (.text+0x493): undefined reference to `SP'
  364. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  365. (.text+0x4ab): undefined reference to `SP'
  366. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  367. (.text+0x4ee): undefined reference to `SP'
  368. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  369. (.text+0x50c): undefined reference to `_nc_str_copy'
  370. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  371. (.text+0x519): undefined reference to `_nc_safe_strcat'
  372. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  373. (.text+0x536): undefined reference to `tparm'
  374. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  375. (.text+0x548): undefined reference to `_nc_str_copy'
  376. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  377. (.text+0x555): undefined reference to `_nc_safe_strcat'
  378. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  379. (.text+0x560): undefined reference to `SP'
  380. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  381. (.text+0x56e): undefined reference to `cur_term'
  382. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  383. (.text+0x593): undefined reference to `cur_term'
  384. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  385. (.text+0x5de): undefined reference to `_nc_str_copy'
  386. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  387. (.text+0x64e): undefined reference to `_nc_safe_strcat'
  388. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  389. (.text+0x66b): undefined reference to `tparm'
  390. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  391. (.text+0x67b): undefined reference to `_nc_str_copy'
  392. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  393. (.text+0x686): undefined reference to `_nc_safe_strcat'
  394. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  395. (.text+0x696): undefined reference to `SP'
  396. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  397. (.text+0x6a4): undefined reference to `cur_term'
  398. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  399. (.text+0x6c2): undefined reference to `tparm'
  400. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  401. (.text+0x6d2): undefined reference to `_nc_str_copy'
  402. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  403. (.text+0x6dd): undefined reference to `_nc_safe_strcat'
  404. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  405. (.text+0x6ec): undefined reference to `SP'
  406. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  407. (.text+0x6fa): undefined reference to `cur_term'
  408. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  409. (.text+0x76e): undefined reference to `_nc_safe_strcat'
  410. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  411. (.text+0x7ce): undefined reference to `_nc_safe_strcat'
  412. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  413. (.text+0x7e3): undefined reference to `cur_term'
  414. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `relative_move':
  415. (.text+0x854): undefined reference to `_nc_safe_strcat'
  416. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  417. (.text+0x8dd): undefined reference to `SP'
  418. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  419. (.text+0x900): undefined reference to `tparm'
  420. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  421. (.text+0x917): undefined reference to `_nc_str_init'
  422. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  423. (.text+0x922): undefined reference to `_nc_safe_strcpy'
  424. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  425. (.text+0x931): undefined reference to `SP'
  426. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  427. (.text+0x9a5): undefined reference to `tputs'
  428. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  429. (.text+0x9ac): undefined reference to `SP'
  430. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  431. (.text+0xa16): undefined reference to `cur_term'
  432. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  433. (.text+0xa34): undefined reference to `_nc_str_null'
  434. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  435. (.text+0xa5b): undefined reference to `SP'
  436. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  437. (.text+0xa68): undefined reference to `cur_term'
  438. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  439. (.text+0xa9d): undefined reference to `SP'
  440. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  441. (.text+0xab1): undefined reference to `_nc_str_null'
  442. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  443. (.text+0xad6): undefined reference to `cur_term'
  444. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  445. (.text+0xadf): undefined reference to `SP'
  446. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  447. (.text+0xaec): undefined reference to `cur_term'
  448. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  449. (.text+0xb07): undefined reference to `SP'
  450. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  451. (.text+0xb44): undefined reference to `SP'
  452. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  453. (.text+0xb5e): undefined reference to `_nc_str_null'
  454. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  455. (.text+0xb8e): undefined reference to `SP'
  456. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  457. (.text+0xbb5): undefined reference to `_nc_str_init'
  458. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  459. (.text+0xbc4): undefined reference to `cur_term'
  460. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  461. (.text+0xbd6): undefined reference to `_nc_safe_strcat'
  462. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  463. (.text+0xbdd): undefined reference to `cur_term'
  464. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  465. (.text+0xbf2): undefined reference to `_nc_safe_strcat'
  466. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  467. (.text+0xbf9): undefined reference to `SP'
  468. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  469. (.text+0xc23): undefined reference to `cur_term'
  470. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  471. (.text+0xc49): undefined reference to `_nc_str_null'
  472. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  473. (.text+0xc6f): undefined reference to `SP'
  474. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  475. (.text+0xc7c): undefined reference to `cur_term'
  476. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  477. (.text+0xcbc): undefined reference to `_nc_str_init'
  478. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  479. (.text+0xd0b): undefined reference to `_nc_str_null'
  480. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  481. (.text+0xd73): undefined reference to `cur_term'
  482. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  483. (.text+0xd83): undefined reference to `cur_term'
  484. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  485. (.text+0xd95): undefined reference to `_nc_safe_strcpy'
  486. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  487. (.text+0xdbb): undefined reference to `cur_term'
  488. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  489. (.text+0xdd0): undefined reference to `_nc_safe_strcpy'
  490. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  491. (.text+0xdd7): undefined reference to `SP'
  492. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  493. (.text+0xe03): undefined reference to `cur_term'
  494. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  495. (.text+0xe15): undefined reference to `_nc_safe_strcpy'
  496. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `onscreen_mvcur':
  497. (.text+0xe3b): undefined reference to `cur_term'
  498. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  499. (.text+0xe74): undefined reference to `SP'
  500. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  501. (.text+0xee0): undefined reference to `cur_term'
  502. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  503. (.text+0xf00): undefined reference to `SP'
  504. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  505. (.text+0xf50): undefined reference to `cur_term'
  506. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  507. (.text+0xf6b): undefined reference to `_nc_putp'
  508. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  509. (.text+0xf7e): undefined reference to `_nc_putp'
  510. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  511. (.text+0xf8b): undefined reference to `cur_term'
  512. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  513. (.text+0xfb3): undefined reference to `SP'
  514. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_real_mvcur':
  515. (.text+0xff2): undefined reference to `SP'
  516. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_msec_cost':
  517. (.text+0x109c): undefined reference to `_nc_prescreen'
  518. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_msec_cost':
  519. (.text+0x10a6): undefined reference to `SP'
  520. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `normalized_cost.constprop.2':
  521. (.text+0x1298): undefined reference to `SP'
  522. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  523. (.text+0x12b3): undefined reference to `SP'
  524. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  525. (.text+0x12c7): undefined reference to `cur_term'
  526. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  527. (.text+0x12e1): undefined reference to `_nc_putp'
  528. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  529. (.text+0x12e8): undefined reference to `cur_term'
  530. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  531. (.text+0x12f3): undefined reference to `SP'
  532. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  533. (.text+0x130f): undefined reference to `tparm'
  534. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  535. (.text+0x131c): undefined reference to `_nc_putp'
  536. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  537. (.text+0x1323): undefined reference to `SP'
  538. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  539. (.text+0x1377): undefined reference to `SP'
  540. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  541. (.text+0x1395): undefined reference to `SP'
  542. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  543. (.text+0x13a2): undefined reference to `cur_term'
  544. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  545. (.text+0x14a0): undefined reference to `tparm'
  546. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  547. (.text+0x14ba): undefined reference to `cur_term'
  548. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  549. (.text+0x14c6): undefined reference to `SP'
  550. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  551. (.text+0x14d8): undefined reference to `tparm'
  552. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  553. (.text+0x14f2): undefined reference to `cur_term'
  554. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  555. (.text+0x14fe): undefined reference to `SP'
  556. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  557. (.text+0x1510): undefined reference to `tparm'
  558. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  559. (.text+0x152a): undefined reference to `cur_term'
  560. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  561. (.text+0x1536): undefined reference to `SP'
  562. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  563. (.text+0x1548): undefined reference to `tparm'
  564. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  565. (.text+0x1562): undefined reference to `cur_term'
  566. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  567. (.text+0x156e): undefined reference to `SP'
  568. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  569. (.text+0x1580): undefined reference to `tparm'
  570. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  571. (.text+0x159a): undefined reference to `cur_term'
  572. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  573. (.text+0x15a6): undefined reference to `SP'
  574. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  575. (.text+0x15b5): undefined reference to `tparm'
  576. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  577. (.text+0x15cf): undefined reference to `cur_term'
  578. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  579. (.text+0x15db): undefined reference to `SP'
  580. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  581. (.text+0x15ed): undefined reference to `tparm'
  582. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  583. (.text+0x1601): undefined reference to `cur_term'
  584. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  585. (.text+0x160e): undefined reference to `SP'
  586. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  587. (.text+0x168f): undefined reference to `tparm'
  588. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  589. (.text+0x16a4): undefined reference to `cur_term'
  590. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  591. (.text+0x16b0): undefined reference to `SP'
  592. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  593. (.text+0x16c2): undefined reference to `tparm'
  594. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  595. (.text+0x16d7): undefined reference to `cur_term'
  596. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  597. (.text+0x16e3): undefined reference to `SP'
  598. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  599. (.text+0x16f5): undefined reference to `tparm'
  600. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  601. (.text+0x170a): undefined reference to `cur_term'
  602. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  603. (.text+0x1716): undefined reference to `SP'
  604. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  605. (.text+0x172d): undefined reference to `tparm'
  606. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  607. (.text+0x1742): undefined reference to `SP'
  608. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  609. (.text+0x175a): undefined reference to `tparm'
  610. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  611. (.text+0x176f): undefined reference to `cur_term'
  612. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  613. (.text+0x177b): undefined reference to `SP'
  614. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  615. (.text+0x178a): undefined reference to `tparm'
  616. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  617. (.text+0x179f): undefined reference to `cur_term'
  618. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  619. (.text+0x17ab): undefined reference to `SP'
  620. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  621. (.text+0x17bd): undefined reference to `tparm'
  622. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  623. (.text+0x17cc): undefined reference to `SP'
  624. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  625. (.text+0x17d3): undefined reference to `cur_term'
  626. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_init':
  627. (.text+0x1853): undefined reference to `cur_term'
  628. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_wrap':
  629. (.text+0x18a3): undefined reference to `SP'
  630. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_wrap':
  631. (.text+0x18b7): undefined reference to `_nc_outch'
  632. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_wrap':
  633. (.text+0x18cc): undefined reference to `SP'
  634. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_wrap':
  635. (.text+0x18e6): undefined reference to `curs_set'
  636. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_wrap':
  637. (.text+0x18ed): undefined reference to `SP'
  638. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_wrap':
  639. (.text+0x18fa): undefined reference to `cur_term'
  640. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_wrap':
  641. (.text+0x1914): undefined reference to `_nc_putp'
  642. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur':
  643. (.text+0x1938): undefined reference to `_nc_outch'
  644. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `mvcur':
  645. (.text+0x1955): undefined reference to `_nc_putchar'
  646. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_resume':
  647. (.text+0x1355): undefined reference to `curs_set'
  648. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvcur.o): In function `_nc_mvcur_wrap':
  649. (.text+0x191f): undefined reference to `_nc_outch'
  650. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_mvwin.o): In function `mvwin':
  651. (.text+0xe): undefined reference to `SP'
  652. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `filter':
  653. (.text+0x2): undefined reference to `_nc_prescreen'
  654. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `nofilter':
  655. (.text+0x12): undefined reference to `_nc_prescreen'
  656. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  657. (.text+0x3a): undefined reference to `SP'
  658. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  659. (.text+0x87): undefined reference to `_nc_setupterm'
  660. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  661. (.text+0x97): undefined reference to `_nc_globals'
  662. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  663. (.text+0x9e): undefined reference to `_nc_prescreen'
  664. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  665. (.text+0xa7): undefined reference to `COLS'
  666. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  667. (.text+0xad): undefined reference to `LINES'
  668. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  669. (.text+0xb4): undefined reference to `SP'
  670. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  671. (.text+0xd3): undefined reference to `SP'
  672. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  673. (.text+0xda): undefined reference to `COLS'
  674. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  675. (.text+0xef): undefined reference to `_nc_getenv_num'
  676. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  677. (.text+0x10a): undefined reference to `SP'
  678. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  679. (.text+0x125): undefined reference to `typeahead'
  680. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  681. (.text+0x131): undefined reference to `SP'
  682. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  683. (.text+0x144): undefined reference to `cur_term'
  684. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  685. (.text+0x184): undefined reference to `baudrate'
  686. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  687. (.text+0x18b): undefined reference to `cur_term'
  688. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  689. (.text+0x192): undefined reference to `SP'
  690. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  691. (.text+0x242): undefined reference to `cur_term'
  692. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  693. (.text+0x247): undefined reference to `cbreak'
  694. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  695. (.text+0x2c5): undefined reference to `_nc_set_tty_mode'
  696. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  697. (.text+0x2da): undefined reference to `SP'
  698. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  699. (.text+0x30b): undefined reference to `cur_term'
  700. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  701. (.text+0x32b): undefined reference to `SP'
  702. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newterm.o): In function `newterm':
  703. (.text+0x493): undefined reference to `SP'
  704. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  705. (.text+0xc): undefined reference to `_nc_globals'
  706. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  707. (.text+0x63): undefined reference to `_nc_screen_chain'
  708. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  709. (.text+0xa2): undefined reference to `curscr'
  710. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  711. (.text+0x133): undefined reference to `stdscr'
  712. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  713. (.text+0x14b): undefined reference to `stdscr'
  714. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  715. (.text+0x163): undefined reference to `newscr'
  716. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  717. (.text+0x17b): undefined reference to `newscr'
  718. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  719. (.text+0x18b): undefined reference to `_nc_screen_chain'
  720. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  721. (.text+0x1a3): undefined reference to `_nc_globals'
  722. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_freewin':
  723. (.text+0x1af): undefined reference to `curscr'
  724. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_makenew':
  725. (.text+0x1e1): undefined reference to `SP'
  726. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_makenew':
  727. (.text+0x39c): undefined reference to `_nc_globals'
  728. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `_nc_makenew':
  729. (.text+0x3a7): undefined reference to `_nc_globals'
  730. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_newwin.o): In function `newwin':
  731. (.text+0x483): undefined reference to `SP'
  732. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_nl.o): In function `nl':
  733. (.text+0x3): undefined reference to `SP'
  734. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_nl.o): In function `nonl':
  735. (.text+0x23): undefined reference to `SP'
  736. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_printw.o): In function `printw':
  737. (.text+0xac): undefined reference to `stdscr'
  738. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_printw.o): In function `mvprintw':
  739. (.text+0x21c): undefined reference to `stdscr'
  740. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_printw.o): In function `mvprintw':
  741. (.text+0x235): undefined reference to `stdscr'
  742. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_redrawln.o): In function `wredrawln':
  743. (.text+0x20): undefined reference to `_nc_screen_of'
  744. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_refresh.o): In function `wnoutrefresh':
  745. (.text+0x2c): undefined reference to `SP'
  746. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_refresh.o): In function `wnoutrefresh':
  747. (.text+0x58): undefined reference to `SP'
  748. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_refresh.o): In function `wrefresh':
  749. (.text+0x208): undefined reference to `SP'
  750. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_refresh.o): In function `wrefresh':
  751. (.text+0x22e): undefined reference to `SP'
  752. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_scanw.o): In function `scanw':
  753. (.text+0xec): undefined reference to `stdscr'
  754. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_scanw.o): In function `mvscanw':
  755. (.text+0x264): undefined reference to `stdscr'
  756. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_scanw.o): In function `mvscanw':
  757. (.text+0x299): undefined reference to `stdscr'
  758. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  759. (.text+0x8f): undefined reference to `SP'
  760. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  761. (.text+0x96): undefined reference to `SP'
  762. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  763. (.text+0xa1): undefined reference to `set_curterm'
  764. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  765. (.text+0xaf): undefined reference to `curscr'
  766. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  767. (.text+0xbd): undefined reference to `newscr'
  768. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  769. (.text+0xcb): undefined reference to `stdscr'
  770. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  771. (.text+0xfb): undefined reference to `set_curterm'
  772. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  773. (.text+0x102): undefined reference to `curscr'
  774. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  775. (.text+0x10d): undefined reference to `newscr'
  776. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `set_term':
  777. (.text+0x11b): undefined reference to `stdscr'
  778. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  779. (.text+0x143): undefined reference to `_nc_screen_chain'
  780. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  781. (.text+0x2fa): undefined reference to `_nc_flush'
  782. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  783. (.text+0x303): undefined reference to `del_curterm'
  784. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  785. (.text+0x312): undefined reference to `SP'
  786. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  787. (.text+0x31f): undefined reference to `curscr'
  788. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  789. (.text+0x32a): undefined reference to `newscr'
  790. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  791. (.text+0x335): undefined reference to `stdscr'
  792. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  793. (.text+0x354): undefined reference to `SP'
  794. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `delscreen':
  795. (.text+0x36b): undefined reference to `_nc_screen_chain'
  796. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  797. (.text+0x3c3): undefined reference to `SP'
  798. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  799. (.text+0x40e): undefined reference to `_nc_screen_chain'
  800. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  801. (.text+0x41f): undefined reference to `_nc_screen_chain'
  802. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  803. (.text+0x442): undefined reference to `cur_term'
  804. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  805. (.text+0x458): undefined reference to `_nc_get_screensize'
  806. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  807. (.text+0x465): undefined reference to `LINES'
  808. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  809. (.text+0x46f): undefined reference to `COLS'
  810. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  811. (.text+0x48a): undefined reference to `_nc_set_buffer'
  812. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  813. (.text+0x557): undefined reference to `_nc_globals'
  814. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  815. (.text+0x566): undefined reference to `_nc_outch'
  816. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  817. (.text+0x576): undefined reference to `_nc_set_no_padding'
  818. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  819. (.text+0x5e5): undefined reference to `cur_term'
  820. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  821. (.text+0x615): undefined reference to `cur_term'
  822. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  823. (.text+0x698): undefined reference to `cur_term'
  824. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  825. (.text+0x789): undefined reference to `_nc_unicode_locale'
  826. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  827. (.text+0x796): undefined reference to `_nc_init_acs'
  828. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  829. (.text+0x79b): undefined reference to `_nc_get_locale'
  830. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  831. (.text+0x848): undefined reference to `curscr'
  832. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  833. (.text+0x857): undefined reference to `newscr'
  834. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  835. (.text+0x85c): undefined reference to `def_shell_mode'
  836. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  837. (.text+0x861): undefined reference to `def_prog_mode'
  838. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  839. (.text+0x868): undefined reference to `_nc_prescreen'
  840. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  841. (.text+0x876): undefined reference to `_nc_prescreen'
  842. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  843. (.text+0x8c7): undefined reference to `_nc_prescreen'
  844. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  845. (.text+0x8d2): undefined reference to `_nc_prescreen'
  846. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  847. (.text+0x919): undefined reference to `cur_term'
  848. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  849. (.text+0x92f): undefined reference to `_nc_prescreen'
  850. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  851. (.text+0x93b): undefined reference to `_nc_prescreen'
  852. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  853. (.text+0x93f): undefined reference to `_nc_prescreen'
  854. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  855. (.text+0x96b): undefined reference to `stdscr'
  856. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  857. (.text+0x977): undefined reference to `LINES'
  858. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  859. (.text+0x9a3): undefined reference to `cur_term'
  860. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  861. (.text+0x9b1): undefined reference to `LINES'
  862. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  863. (.text+0xa63): undefined reference to `SP'
  864. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  865. (.text+0xa7d): undefined reference to `_nc_locale_breaks_acs'
  866. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_setupscreen':
  867. (.text+0xa8c): undefined reference to `cur_term'
  868. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_ripoffline':
  869. (.text+0xb19): undefined reference to `_nc_prescreen'
  870. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_ripoffline':
  871. (.text+0xb25): undefined reference to `_nc_prescreen'
  872. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_ripoffline':
  873. (.text+0xb3e): undefined reference to `_nc_prescreen'
  874. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_ripoffline':
  875. (.text+0xb51): undefined reference to `_nc_prescreen'
  876. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o): In function `_nc_ripoffline':
  877. (.text+0xb56): undefined reference to `_nc_prescreen'
  878. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_set_term.o):(.text+0xb63): more undefined references to `_nc_prescreen' follow
  879. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `slk_failed':
  880. (.text+0x3): undefined reference to `SP'
  881. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `slk_failed':
  882. (.text+0x2d): undefined reference to `SP'
  883. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `slk_failed':
  884. (.text+0x43): undefined reference to `SP'
  885. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_format_slks':
  886. (.text+0x73): undefined reference to `SP'
  887. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  888. (.text+0x205): undefined reference to `_nc_screen_of'
  889. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  890. (.text+0x215): undefined reference to `cur_term'
  891. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  892. (.text+0x21c): undefined reference to `SP'
  893. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  894. (.text+0x276): undefined reference to `_nc_globals'
  895. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  896. (.text+0x33d): undefined reference to `_nc_doalloc'
  897. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  898. (.text+0x347): undefined reference to `SP'
  899. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  900. (.text+0x373): undefined reference to `SP'
  901. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  902. (.text+0x388): undefined reference to `_nc_doalloc'
  903. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  904. (.text+0x393): undefined reference to `SP'
  905. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  906. (.text+0x3c5): undefined reference to `SP'
  907. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  908. (.text+0x3e1): undefined reference to `SP'
  909. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  910. (.text+0x423): undefined reference to `SP'
  911. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `_nc_slk_initialize':
  912. (.text+0x439): undefined reference to `_nc_globals'
  913. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slk.o): In function `slk_restore':
  914. (.text+0x4f3): undefined reference to `SP'
  915. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_intern_refresh':
  916. (.text+0x21): undefined reference to `cur_term'
  917. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_intern_refresh':
  918. (.text+0x73): undefined reference to `cur_term'
  919. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_intern_refresh':
  920. (.text+0xb8): undefined reference to `cur_term'
  921. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_intern_refresh':
  922. (.text+0x188): undefined reference to `_nc_screen_of'
  923. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_intern_refresh':
  924. (.text+0x1e5): undefined reference to `tparm'
  925. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_intern_refresh':
  926. (.text+0x1f2): undefined reference to `_nc_putp'
  927. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_noutrefresh':
  928. (.text+0x2e3): undefined reference to `SP'
  929. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_noutrefresh':
  930. (.text+0x314): undefined reference to `SP'
  931. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_refresh':
  932. (.text+0x343): undefined reference to `SP'
  933. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_refresh':
  934. (.text+0x374): undefined reference to `SP'
  935. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkrefr.o): In function `slk_intern_refresh':
  936. (.text+0x9c): undefined reference to `_nc_putp'
  937. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGWINCH':
  938. (.text+0x2): undefined reference to `_nc_globals'
  939. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGINT':
  940. (.text+0x1c): undefined reference to `SP'
  941. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGINT':
  942. (.text+0x35): undefined reference to `_nc_globals'
  943. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGINT':
  944. (.text+0x40): undefined reference to `_nc_globals'
  945. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGINT':
  946. (.text+0x8c): undefined reference to `_nc_screen_chain'
  947. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGINT':
  948. (.text+0xb8): undefined reference to `_nc_outch'
  949. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGTSTP':
  950. (.text+0x10e): undefined reference to `SP'
  951. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGTSTP':
  952. (.text+0x114): undefined reference to `_nc_globals'
  953. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGTSTP':
  954. (.text+0x20a): undefined reference to `flushinp'
  955. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGTSTP':
  956. (.text+0x20f): undefined reference to `def_shell_mode'
  957. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `handle_SIGTSTP':
  958. (.text+0x2b7): undefined reference to `def_prog_mode'
  959. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `_nc_signal_handler':
  960. (.text+0x3c6): undefined reference to `_nc_globals'
  961. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_tstp.o): In function `_nc_signal_handler':
  962. (.text+0x3ff): undefined reference to `_nc_globals'
  963. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_ungetch.o): In function `ungetch':
  964. (.text+0xf5): undefined reference to `SP'
  965. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  966. (.text+0x11): undefined reference to `SP'
  967. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  968. (.text+0x49): undefined reference to `cur_term'
  969. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  970. (.text+0x5e): undefined reference to `_nc_prescreen'
  971. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  972. (.text+0x126): undefined reference to `_nc_prescreen'
  973. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  974. (.text+0x137): undefined reference to `cur_term'
  975. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  976. (.text+0x15d): undefined reference to `tputs'
  977. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  978. (.text+0x164): undefined reference to `_nc_prescreen'
  979. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  980. (.text+0x179): undefined reference to `_nc_prescreen'
  981. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  982. (.text+0x1de): undefined reference to `SP'
  983. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  984. (.text+0x213): undefined reference to `cur_term'
  985. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  986. (.text+0x2db): undefined reference to `cur_term'
  987. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  988. (.text+0x2fc): undefined reference to `tputs'
  989. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  990. (.text+0x303): undefined reference to `_nc_prescreen'
  991. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  992. (.text+0x30c): undefined reference to `_nc_prescreen'
  993. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  994. (.text+0x31b): undefined reference to `cur_term'
  995. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  996. (.text+0x348): undefined reference to `SP'
  997. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  998. (.text+0x369): undefined reference to `cur_term'
  999. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1000. (.text+0x386): undefined reference to `tputs'
  1001. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1002. (.text+0x3ad): undefined reference to `_nc_prescreen'
  1003. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1004. (.text+0x3e3): undefined reference to `SP'
  1005. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1006. (.text+0x417): undefined reference to `tputs'
  1007. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1008. (.text+0x41e): undefined reference to `SP'
  1009. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1010. (.text+0x458): undefined reference to `cur_term'
  1011. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1012. (.text+0x48d): undefined reference to `cur_term'
  1013. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1014. (.text+0x4af): undefined reference to `tputs'
  1015. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1016. (.text+0x4bb): undefined reference to `SP'
  1017. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1018. (.text+0x4eb): undefined reference to `_nc_prescreen'
  1019. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1020. (.text+0x4fe): undefined reference to `_nc_prescreen'
  1021. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1022. (.text+0x57b): undefined reference to `tparm'
  1023. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1024. (.text+0x58f): undefined reference to `tputs'
  1025. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1026. (.text+0x596): undefined reference to `_nc_prescreen'
  1027. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1028. (.text+0x5b8): undefined reference to `cur_term'
  1029. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1030. (.text+0x5fb): undefined reference to `tputs'
  1031. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1032. (.text+0x611): undefined reference to `SP'
  1033. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1034. (.text+0x63b): undefined reference to `cur_term'
  1035. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1036. (.text+0x666): undefined reference to `tputs'
  1037. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1038. (.text+0x672): undefined reference to `SP'
  1039. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1040. (.text+0x6ac): undefined reference to `cur_term'
  1041. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1042. (.text+0x6d7): undefined reference to `tputs'
  1043. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1044. (.text+0x710): undefined reference to `_nc_prescreen'
  1045. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1046. (.text+0x759): undefined reference to `cur_term'
  1047. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1048. (.text+0x77b): undefined reference to `tputs'
  1049. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1050. (.text+0x790): undefined reference to `cur_term'
  1051. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1052. (.text+0x7b2): undefined reference to `tputs'
  1053. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1054. (.text+0x7c7): undefined reference to `cur_term'
  1055. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1056. (.text+0x7e9): undefined reference to `tputs'
  1057. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1058. (.text+0x7fe): undefined reference to `cur_term'
  1059. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1060. (.text+0x820): undefined reference to `tputs'
  1061. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1062. (.text+0x835): undefined reference to `cur_term'
  1063. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1064. (.text+0x857): undefined reference to `tputs'
  1065. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1066. (.text+0x86c): undefined reference to `cur_term'
  1067. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1068. (.text+0x88e): undefined reference to `tputs'
  1069. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1070. (.text+0x8a3): undefined reference to `cur_term'
  1071. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1072. (.text+0x8c5): undefined reference to `tputs'
  1073. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1074. (.text+0x8da): undefined reference to `cur_term'
  1075. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1076. (.text+0x8fc): undefined reference to `tputs'
  1077. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1078. (.text+0x911): undefined reference to `cur_term'
  1079. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1080. (.text+0x933): undefined reference to `tputs'
  1081. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1082. (.text+0x94c): undefined reference to `cur_term'
  1083. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1084. (.text+0x96d): undefined reference to `tputs'
  1085. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1086. (.text+0x995): undefined reference to `cur_term'
  1087. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1088. (.text+0x9bc): undefined reference to `tputs'
  1089. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1090. (.text+0x9c8): undefined reference to `SP'
  1091. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1092. (.text+0x9fb): undefined reference to `cur_term'
  1093. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1094. (.text+0xa1c): undefined reference to `tputs'
  1095. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1096. (.text+0xa26): undefined reference to `_nc_prescreen'
  1097. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidputs':
  1098. (.text+0xa88): undefined reference to `cur_term'
  1099. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `vidattr':
  1100. (.text+0xac1): undefined reference to `_nc_putchar'
  1101. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `termattrs':
  1102. (.text+0xad3): undefined reference to `SP'
  1103. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vidattr.o): In function `termattrs':
  1104. (.text+0xaee): undefined reference to `cur_term'
  1105. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_vline.o): In function `wvline':
  1106. (.text+0xdb): undefined reference to `acs_map'
  1107. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(nc_panel.o): In function `_nc_panelhook':
  1108. (.text+0x3): undefined reference to `SP'
  1109. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1110. (.text+0x15): undefined reference to `SP'
  1111. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1112. (.text+0x1b): undefined reference to `_nc_globals'
  1113. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1114. (.text+0x31): undefined reference to `_nc_globals'
  1115. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1116. (.text+0x37): undefined reference to `_nc_globals'
  1117. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1118. (.text+0x3f): undefined reference to `_nc_globals'
  1119. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1120. (.text+0x4b): undefined reference to `_nc_globals'
  1121. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o):(.text+0x5b): more undefined references to `_nc_globals' follow
  1122. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1123. (.text+0x60): undefined reference to `_nc_doalloc'
  1124. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1125. (.text+0x67): undefined reference to `_nc_globals'
  1126. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1127. (.text+0x76): undefined reference to `_nc_globals'
  1128. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1129. (.text+0x94): undefined reference to `_nc_globals'
  1130. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1131. (.text+0xa6): undefined reference to `_nc_globals'
  1132. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o): In function `_nc_printf_string':
  1133. (.text+0xac): undefined reference to `_nc_globals'
  1134. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(safe_sprintf.o):(.text+0xc3): more undefined references to `_nc_globals' follow
  1135. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOS':
  1136. (.text+0x3): undefined reference to `SP'
  1137. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOS':
  1138. (.text+0x47): undefined reference to `cur_term'
  1139. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOS':
  1140. (.text+0x4c): undefined reference to `_nc_outch'
  1141. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOS':
  1142. (.text+0x5b): undefined reference to `tputs'
  1143. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOS':
  1144. (.text+0x62): undefined reference to `SP'
  1145. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOS':
  1146. (.text+0x106): undefined reference to `_nc_outch'
  1147. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOS':
  1148. (.text+0x116): undefined reference to `SP'
  1149. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `check_pending':
  1150. (.text+0x13e): undefined reference to `SP'
  1151. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `check_pending':
  1152. (.text+0x182): undefined reference to `SP'
  1153. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `check_pending':
  1154. (.text+0x192): undefined reference to `SP'
  1155. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `check_pending':
  1156. (.text+0x1d4): undefined reference to `SP'
  1157. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `check_pending':
  1158. (.text+0x1e5): undefined reference to `_nc_flush'
  1159. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1160. (.text+0x21d): undefined reference to `cur_term'
  1161. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1162. (.text+0x244): undefined reference to `SP'
  1163. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1164. (.text+0x268): undefined reference to `SP'
  1165. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1166. (.text+0x28b): undefined reference to `cur_term'
  1167. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1168. (.text+0x2b4): undefined reference to `tparm'
  1169. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1170. (.text+0x2b9): undefined reference to `_nc_outch'
  1171. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1172. (.text+0x2c3): undefined reference to `tputs'
  1173. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1174. (.text+0x2ca): undefined reference to `SP'
  1175. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1176. (.text+0x2e7): undefined reference to `SP'
  1177. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1178. (.text+0x313): undefined reference to `cur_term'
  1179. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1180. (.text+0x32f): undefined reference to `tparm'
  1181. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1182. (.text+0x334): undefined reference to `_nc_outch'
  1183. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1184. (.text+0x33e): undefined reference to `tputs'
  1185. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1186. (.text+0x363): undefined reference to `cur_term'
  1187. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1188. (.text+0x37e): undefined reference to `_nc_putp'
  1189. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1190. (.text+0x3a6): undefined reference to `_nc_putp'
  1191. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1192. (.text+0x3ad): undefined reference to `SP'
  1193. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1194. (.text+0x3ca): undefined reference to `SP'
  1195. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1196. (.text+0x3e9): undefined reference to `cur_term'
  1197. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1198. (.text+0x407): undefined reference to `_nc_putp'
  1199. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1200. (.text+0x424): undefined reference to `_nc_outch'
  1201. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1202. (.text+0x464): undefined reference to `_nc_outch'
  1203. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1204. (.text+0x49b): undefined reference to `cur_term'
  1205. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_idl':
  1206. (.text+0x4b6): undefined reference to `_nc_putp'
  1207. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrBottom':
  1208. (.text+0x520): undefined reference to `SP'
  1209. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrBottom':
  1210. (.text+0x565): undefined reference to `cur_term'
  1211. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrBottom':
  1212. (.text+0x62e): undefined reference to `SP'
  1213. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrBottom':
  1214. (.text+0x6a5): undefined reference to `SP'
  1215. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1216. (.text+0x773): undefined reference to `cur_term'
  1217. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1218. (.text+0x79a): undefined reference to `tparm'
  1219. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1220. (.text+0x79f): undefined reference to `_nc_outch'
  1221. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1222. (.text+0x7a9): undefined reference to `tputs'
  1223. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1224. (.text+0x7ce): undefined reference to `SP'
  1225. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1226. (.text+0x813): undefined reference to `cur_term'
  1227. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1228. (.text+0x842): undefined reference to `_nc_outch'
  1229. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1230. (.text+0x849): undefined reference to `SP'
  1231. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1232. (.text+0x857): undefined reference to `cur_term'
  1233. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1234. (.text+0x871): undefined reference to `_nc_putp'
  1235. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1236. (.text+0x895): undefined reference to `_nc_outch'
  1237. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1238. (.text+0x8e4): undefined reference to `_nc_putp'
  1239. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1240. (.text+0x8ed): undefined reference to `cur_term'
  1241. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1242. (.text+0x913): undefined reference to `_nc_outch'
  1243. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1244. (.text+0x91a): undefined reference to `SP'
  1245. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1246. (.text+0x928): undefined reference to `cur_term'
  1247. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1248. (.text+0x942): undefined reference to `_nc_putp'
  1249. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1250. (.text+0x949): undefined reference to `cur_term'
  1251. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1252. (.text+0x963): undefined reference to `_nc_putp'
  1253. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1254. (.text+0x96a): undefined reference to `cur_term'
  1255. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1256. (.text+0x981): undefined reference to `SP'
  1257. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1258. (.text+0x9f5): undefined reference to `_nc_outch'
  1259. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1260. (.text+0xa23): undefined reference to `_nc_outch'
  1261. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1262. (.text+0xa2a): undefined reference to `SP'
  1263. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1264. (.text+0xa38): undefined reference to `cur_term'
  1265. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1266. (.text+0xa52): undefined reference to `_nc_putp'
  1267. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1268. (.text+0xa59): undefined reference to `cur_term'
  1269. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1270. (.text+0xa73): undefined reference to `_nc_putp'
  1271. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1272. (.text+0xa87): undefined reference to `cur_term'
  1273. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1274. (.text+0xa9c): undefined reference to `_nc_putp'
  1275. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1276. (.text+0xaa6): undefined reference to `SP'
  1277. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1278. (.text+0xaeb): undefined reference to `cur_term'
  1279. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  1280. (.text+0xb20): undefined reference to `_nc_outch'
  1281. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1282. (.text+0xb8a): undefined reference to `cur_term'
  1283. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1284. (.text+0xbc2): undefined reference to `SP'
  1285. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1286. (.text+0xbe2): undefined reference to `SP'
  1287. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1288. (.text+0xc02): undefined reference to `cur_term'
  1289. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1290. (.text+0xc19): undefined reference to `tparm'
  1291. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1292. (.text+0xc1e): undefined reference to `_nc_outch'
  1293. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1294. (.text+0xc29): undefined reference to `tputs'
  1295. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1296. (.text+0xc30): undefined reference to `SP'
  1297. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1298. (.text+0xc52): undefined reference to `cur_term'
  1299. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1300. (.text+0xccb): undefined reference to `SP'
  1301. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1302. (.text+0xd23): undefined reference to `cur_term'
  1303. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1304. (.text+0xd5b): undefined reference to `_nc_outch'
  1305. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1306. (.text+0xd62): undefined reference to `cur_term'
  1307. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1308. (.text+0xd69): undefined reference to `SP'
  1309. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1310. (.text+0xd92): undefined reference to `_nc_putp'
  1311. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1312. (.text+0xd99): undefined reference to `SP'
  1313. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1314. (.text+0xe39): undefined reference to `SP'
  1315. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1316. (.text+0xe5c): undefined reference to `SP'
  1317. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1318. (.text+0xe8b): undefined reference to `cur_term'
  1319. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1320. (.text+0xea3): undefined reference to `_nc_putp'
  1321. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1322. (.text+0xef6): undefined reference to `SP'
  1323. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1324. (.text+0xf16): undefined reference to `SP'
  1325. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1326. (.text+0xf36): undefined reference to `cur_term'
  1327. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1328. (.text+0xf4b): undefined reference to `_nc_putp'
  1329. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1330. (.text+0xf71): undefined reference to `SP'
  1331. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1332. (.text+0xf94): undefined reference to `SP'
  1333. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1334. (.text+0xfb4): undefined reference to `cur_term'
  1335. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1336. (.text+0xfc9): undefined reference to `_nc_putp'
  1337. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1338. (.text+0xfd5): undefined reference to `SP'
  1339. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1340. (.text+0xff5): undefined reference to `SP'
  1341. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1342. (.text+0x1023): undefined reference to `cur_term'
  1343. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1344. (.text+0x103b): undefined reference to `_nc_putp'
  1345. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1346. (.text+0x104c): undefined reference to `SP'
  1347. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1348. (.text+0x106f): undefined reference to `SP'
  1349. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1350. (.text+0x108f): undefined reference to `cur_term'
  1351. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1352. (.text+0x10aa): undefined reference to `_nc_outch'
  1353. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1354. (.text+0x10c3): undefined reference to `cur_term'
  1355. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1356. (.text+0x110b): undefined reference to `_nc_outch'
  1357. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1358. (.text+0x1119): undefined reference to `SP'
  1359. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1360. (.text+0x1135): undefined reference to `_nc_outch'
  1361. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1362. (.text+0x1193): undefined reference to `cur_term'
  1363. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1364. (.text+0x11c5): undefined reference to `_nc_putp'
  1365. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1366. (.text+0x11cf): undefined reference to `SP'
  1367. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1368. (.text+0x1257): undefined reference to `SP'
  1369. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1370. (.text+0x12a9): undefined reference to `cur_term'
  1371. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1372. (.text+0x12df): undefined reference to `_nc_outch'
  1373. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1374. (.text+0x12e6): undefined reference to `cur_term'
  1375. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1376. (.text+0x12ed): undefined reference to `SP'
  1377. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1378. (.text+0x1316): undefined reference to `_nc_putp'
  1379. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1380. (.text+0x131d): undefined reference to `SP'
  1381. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1382. (.text+0x1324): undefined reference to `cur_term'
  1383. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1384. (.text+0x1348): undefined reference to `_nc_putp'
  1385. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1386. (.text+0x134f): undefined reference to `SP'
  1387. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1388. (.text+0x1369): undefined reference to `cur_term'
  1389. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1390. (.text+0x139f): undefined reference to `_nc_outch'
  1391. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1392. (.text+0x13a6): undefined reference to `cur_term'
  1393. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1394. (.text+0x13ad): undefined reference to `SP'
  1395. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1396. (.text+0x13d8): undefined reference to `_nc_putp'
  1397. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1398. (.text+0x13df): undefined reference to `SP'
  1399. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1400. (.text+0x1409): undefined reference to `SP'
  1401. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1402. (.text+0x143f): undefined reference to `SP'
  1403. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1404. (.text+0x14be): undefined reference to `_nc_outch'
  1405. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1406. (.text+0x14d3): undefined reference to `_nc_outch'
  1407. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1408. (.text+0x14e7): undefined reference to `_nc_outch'
  1409. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1410. (.text+0x1524): undefined reference to `_nc_outch'
  1411. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_forward':
  1412. (.text+0x158d): undefined reference to `_nc_outch'
  1413. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o):(.text+0x15b4): more undefined references to `_nc_outch' follow
  1414. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1415. (.text+0x161a): undefined reference to `cur_term'
  1416. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1417. (.text+0x1653): undefined reference to `SP'
  1418. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1419. (.text+0x1673): undefined reference to `SP'
  1420. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1421. (.text+0x1693): undefined reference to `cur_term'
  1422. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1423. (.text+0x16aa): undefined reference to `tparm'
  1424. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1425. (.text+0x16af): undefined reference to `_nc_outch'
  1426. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1427. (.text+0x16ba): undefined reference to `tputs'
  1428. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1429. (.text+0x16c1): undefined reference to `SP'
  1430. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1431. (.text+0x16e3): undefined reference to `cur_term'
  1432. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1433. (.text+0x175b): undefined reference to `SP'
  1434. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1435. (.text+0x17b3): undefined reference to `cur_term'
  1436. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1437. (.text+0x17eb): undefined reference to `_nc_outch'
  1438. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1439. (.text+0x17f2): undefined reference to `cur_term'
  1440. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1441. (.text+0x17f9): undefined reference to `SP'
  1442. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1443. (.text+0x1822): undefined reference to `_nc_putp'
  1444. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1445. (.text+0x1829): undefined reference to `SP'
  1446. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1447. (.text+0x18ca): undefined reference to `SP'
  1448. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1449. (.text+0x18ea): undefined reference to `SP'
  1450. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1451. (.text+0x191b): undefined reference to `cur_term'
  1452. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1453. (.text+0x1933): undefined reference to `_nc_putp'
  1454. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1455. (.text+0x1986): undefined reference to `SP'
  1456. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1457. (.text+0x19a6): undefined reference to `SP'
  1458. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1459. (.text+0x19c6): undefined reference to `cur_term'
  1460. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1461. (.text+0x19db): undefined reference to `_nc_putp'
  1462. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1463. (.text+0x1a01): undefined reference to `SP'
  1464. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1465. (.text+0x1a21): undefined reference to `SP'
  1466. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1467. (.text+0x1a41): undefined reference to `cur_term'
  1468. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1469. (.text+0x1a56): undefined reference to `_nc_putp'
  1470. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1471. (.text+0x1a62): undefined reference to `SP'
  1472. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1473. (.text+0x1a82): undefined reference to `SP'
  1474. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1475. (.text+0x1ab3): undefined reference to `cur_term'
  1476. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1477. (.text+0x1acb): undefined reference to `_nc_putp'
  1478. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1479. (.text+0x1adc): undefined reference to `SP'
  1480. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1481. (.text+0x1afc): undefined reference to `SP'
  1482. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1483. (.text+0x1b1c): undefined reference to `cur_term'
  1484. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1485. (.text+0x1b37): undefined reference to `_nc_outch'
  1486. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1487. (.text+0x1b53): undefined reference to `cur_term'
  1488. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1489. (.text+0x1b9b): undefined reference to `_nc_outch'
  1490. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1491. (.text+0x1ba9): undefined reference to `SP'
  1492. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1493. (.text+0x1bc5): undefined reference to `_nc_outch'
  1494. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1495. (.text+0x1c23): undefined reference to `cur_term'
  1496. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1497. (.text+0x1c55): undefined reference to `_nc_putp'
  1498. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1499. (.text+0x1c5f): undefined reference to `SP'
  1500. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1501. (.text+0x1ce7): undefined reference to `SP'
  1502. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1503. (.text+0x1d39): undefined reference to `cur_term'
  1504. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1505. (.text+0x1d6f): undefined reference to `_nc_outch'
  1506. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1507. (.text+0x1d76): undefined reference to `cur_term'
  1508. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1509. (.text+0x1d7d): undefined reference to `SP'
  1510. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1511. (.text+0x1da6): undefined reference to `_nc_putp'
  1512. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1513. (.text+0x1dad): undefined reference to `SP'
  1514. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1515. (.text+0x1db4): undefined reference to `cur_term'
  1516. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1517. (.text+0x1dd8): undefined reference to `_nc_putp'
  1518. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1519. (.text+0x1ddf): undefined reference to `SP'
  1520. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1521. (.text+0x1df9): undefined reference to `cur_term'
  1522. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1523. (.text+0x1e2f): undefined reference to `_nc_outch'
  1524. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1525. (.text+0x1e36): undefined reference to `cur_term'
  1526. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1527. (.text+0x1e3d): undefined reference to `SP'
  1528. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1529. (.text+0x1e68): undefined reference to `_nc_putp'
  1530. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1531. (.text+0x1e6f): undefined reference to `SP'
  1532. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1533. (.text+0x1e99): undefined reference to `SP'
  1534. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1535. (.text+0x1ecf): undefined reference to `SP'
  1536. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1537. (.text+0x1f4e): undefined reference to `_nc_outch'
  1538. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1539. (.text+0x1f63): undefined reference to `_nc_outch'
  1540. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1541. (.text+0x1f77): undefined reference to `_nc_outch'
  1542. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1543. (.text+0x1fb4): undefined reference to `_nc_outch'
  1544. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `scroll_csr_backward':
  1545. (.text+0x201d): undefined reference to `_nc_outch'
  1546. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o):(.text+0x2044): more undefined references to `_nc_outch' follow
  1547. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1548. (.text+0x20a4): undefined reference to `SP'
  1549. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1550. (.text+0x212f): undefined reference to `cur_term'
  1551. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1552. (.text+0x2193): undefined reference to `SP'
  1553. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1554. (.text+0x2201): undefined reference to `cur_term'
  1555. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1556. (.text+0x2239): undefined reference to `_nc_outch'
  1557. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1558. (.text+0x2240): undefined reference to `SP'
  1559. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1560. (.text+0x2251): undefined reference to `cur_term'
  1561. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1562. (.text+0x2272): undefined reference to `_nc_putp'
  1563. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1564. (.text+0x2279): undefined reference to `SP'
  1565. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1566. (.text+0x22b3): undefined reference to `cur_term'
  1567. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1568. (.text+0x22f3): undefined reference to `_nc_outch'
  1569. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1570. (.text+0x2305): undefined reference to `_nc_outch'
  1571. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1572. (.text+0x2373): undefined reference to `cur_term'
  1573. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1574. (.text+0x23ad): undefined reference to `_nc_putp'
  1575. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1576. (.text+0x23b7): undefined reference to `SP'
  1577. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1578. (.text+0x23dc): undefined reference to `cur_term'
  1579. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1580. (.text+0x2412): undefined reference to `_nc_outch'
  1581. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1582. (.text+0x2419): undefined reference to `cur_term'
  1583. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1584. (.text+0x2420): undefined reference to `SP'
  1585. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1586. (.text+0x2449): undefined reference to `_nc_putp'
  1587. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1588. (.text+0x2450): undefined reference to `SP'
  1589. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1590. (.text+0x2457): undefined reference to `cur_term'
  1591. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1592. (.text+0x247b): undefined reference to `_nc_putp'
  1593. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1594. (.text+0x2482): undefined reference to `SP'
  1595. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1596. (.text+0x24a4): undefined reference to `_nc_outch'
  1597. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1598. (.text+0x24b4): undefined reference to `SP'
  1599. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1600. (.text+0x250f): undefined reference to `SP'
  1601. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1602. (.text+0x2534): undefined reference to `cur_term'
  1603. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1604. (.text+0x256a): undefined reference to `_nc_outch'
  1605. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1606. (.text+0x2571): undefined reference to `cur_term'
  1607. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1608. (.text+0x2578): undefined reference to `SP'
  1609. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1610. (.text+0x25a3): undefined reference to `_nc_putp'
  1611. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1612. (.text+0x25aa): undefined reference to `SP'
  1613. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1614. (.text+0x25d4): undefined reference to `SP'
  1615. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1616. (.text+0x260a): undefined reference to `SP'
  1617. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1618. (.text+0x26a0): undefined reference to `_nc_outch'
  1619. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1620. (.text+0x26a7): undefined reference to `SP'
  1621. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1622. (.text+0x271b): undefined reference to `_nc_outch'
  1623. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1624. (.text+0x272f): undefined reference to `_nc_outch'
  1625. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  1626. (.text+0x276c): undefined reference to `_nc_outch'
  1627. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1628. (.text+0x27c6): undefined reference to `cur_term'
  1629. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1630. (.text+0x280a): undefined reference to `SP'
  1631. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1632. (.text+0x28d4): undefined reference to `_nc_outch'
  1633. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1634. (.text+0x28db): undefined reference to `SP'
  1635. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1636. (.text+0x28e2): undefined reference to `cur_term'
  1637. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1638. (.text+0x2911): undefined reference to `_nc_putp'
  1639. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1640. (.text+0x2918): undefined reference to `SP'
  1641. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1642. (.text+0x291f): undefined reference to `cur_term'
  1643. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1644. (.text+0x2981): undefined reference to `_nc_outch'
  1645. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1646. (.text+0x2997): undefined reference to `cur_term'
  1647. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1648. (.text+0x299e): undefined reference to `SP'
  1649. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1650. (.text+0x2a4c): undefined reference to `_nc_outch'
  1651. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1652. (.text+0x2a53): undefined reference to `cur_term'
  1653. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1654. (.text+0x2a5a): undefined reference to `SP'
  1655. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1656. (.text+0x2a85): undefined reference to `_nc_putp'
  1657. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1658. (.text+0x2a8c): undefined reference to `SP'
  1659. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1660. (.text+0x2ad5): undefined reference to `_nc_outch'
  1661. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1662. (.text+0x2b86): undefined reference to `_nc_putp'
  1663. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1664. (.text+0x2b94): undefined reference to `SP'
  1665. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1666. (.text+0x2bd3): undefined reference to `cur_term'
  1667. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1668. (.text+0x2c09): undefined reference to `_nc_outch'
  1669. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1670. (.text+0x2c10): undefined reference to `cur_term'
  1671. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1672. (.text+0x2c17): undefined reference to `SP'
  1673. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1674. (.text+0x2c40): undefined reference to `_nc_putp'
  1675. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1676. (.text+0x2c47): undefined reference to `SP'
  1677. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1678. (.text+0x2c4e): undefined reference to `cur_term'
  1679. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1680. (.text+0x2d4f): undefined reference to `tparm'
  1681. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1682. (.text+0x2d57): undefined reference to `_nc_outch'
  1683. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1684. (.text+0x2d5f): undefined reference to `tputs'
  1685. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1686. (.text+0x2d66): undefined reference to `SP'
  1687. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1688. (.text+0x2d99): undefined reference to `cur_term'
  1689. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1690. (.text+0x2da6): undefined reference to `SP'
  1691. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1692. (.text+0x2dd4): undefined reference to `cur_term'
  1693. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1694. (.text+0x2ddb): undefined reference to `SP'
  1695. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1696. (.text+0x2e84): undefined reference to `_nc_outch'
  1697. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1698. (.text+0x2e8b): undefined reference to `SP'
  1699. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1700. (.text+0x2e9c): undefined reference to `cur_term'
  1701. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1702. (.text+0x2ebd): undefined reference to `_nc_putp'
  1703. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1704. (.text+0x2ec4): undefined reference to `SP'
  1705. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1706. (.text+0x2edf): undefined reference to `cur_term'
  1707. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1708. (.text+0x2f27): undefined reference to `_nc_outch'
  1709. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1710. (.text+0x2f45): undefined reference to `_nc_outch'
  1711. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1712. (.text+0x2fe6): undefined reference to `_nc_putp'
  1713. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1714. (.text+0x2ff4): undefined reference to `SP'
  1715. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1716. (.text+0x3018): undefined reference to `cur_term'
  1717. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1718. (.text+0x304e): undefined reference to `_nc_outch'
  1719. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1720. (.text+0x3055): undefined reference to `cur_term'
  1721. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1722. (.text+0x305c): undefined reference to `SP'
  1723. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1724. (.text+0x3085): undefined reference to `_nc_putp'
  1725. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1726. (.text+0x308c): undefined reference to `SP'
  1727. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1728. (.text+0x3093): undefined reference to `cur_term'
  1729. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1730. (.text+0x30b7): undefined reference to `_nc_putp'
  1731. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1732. (.text+0x30be): undefined reference to `SP'
  1733. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1734. (.text+0x310b): undefined reference to `SP'
  1735. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1736. (.text+0x314b): undefined reference to `cur_term'
  1737. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1738. (.text+0x3181): undefined reference to `_nc_outch'
  1739. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1740. (.text+0x3188): undefined reference to `SP'
  1741. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1742. (.text+0x318f): undefined reference to `cur_term'
  1743. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1744. (.text+0x31ba): undefined reference to `_nc_putp'
  1745. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1746. (.text+0x31c1): undefined reference to `SP'
  1747. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1748. (.text+0x31eb): undefined reference to `SP'
  1749. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1750. (.text+0x3221): undefined reference to `SP'
  1751. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1752. (.text+0x3228): undefined reference to `cur_term'
  1753. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1754. (.text+0x32c6): undefined reference to `cur_term'
  1755. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1756. (.text+0x32de): undefined reference to `tparm'
  1757. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1758. (.text+0x32eb): undefined reference to `_nc_putp'
  1759. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1760. (.text+0x32fb): undefined reference to `SP'
  1761. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1762. (.text+0x3374): undefined reference to `_nc_outch'
  1763. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1764. (.text+0x33bb): undefined reference to `SP'
  1765. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1766. (.text+0x33df): undefined reference to `cur_term'
  1767. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1768. (.text+0x3415): undefined reference to `_nc_outch'
  1769. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1770. (.text+0x341c): undefined reference to `SP'
  1771. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1772. (.text+0x3423): undefined reference to `cur_term'
  1773. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1774. (.text+0x344e): undefined reference to `_nc_putp'
  1775. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1776. (.text+0x3455): undefined reference to `SP'
  1777. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1778. (.text+0x347f): undefined reference to `SP'
  1779. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1780. (.text+0x34b5): undefined reference to `SP'
  1781. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1782. (.text+0x3518): undefined reference to `cur_term'
  1783. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1784. (.text+0x3550): undefined reference to `_nc_outch'
  1785. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1786. (.text+0x3557): undefined reference to `SP'
  1787. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1788. (.text+0x355e): undefined reference to `cur_term'
  1789. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1790. (.text+0x3589): undefined reference to `_nc_putp'
  1791. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1792. (.text+0x3590): undefined reference to `SP'
  1793. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1794. (.text+0x35ae): undefined reference to `cur_term'
  1795. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1796. (.text+0x35fa): undefined reference to `_nc_outch'
  1797. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1798. (.text+0x3614): undefined reference to `_nc_outch'
  1799. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1800. (.text+0x3624): undefined reference to `cur_term'
  1801. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1802. (.text+0x363b): undefined reference to `_nc_outch'
  1803. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1804. (.text+0x364f): undefined reference to `_nc_outch'
  1805. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1806. (.text+0x36f4): undefined reference to `_nc_outch'
  1807. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1808. (.text+0x36fb): undefined reference to `SP'
  1809. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1810. (.text+0x3711): undefined reference to `cur_term'
  1811. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1812. (.text+0x373f): undefined reference to `_nc_outch'
  1813. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1814. (.text+0x3766): undefined reference to `_nc_outch'
  1815. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1816. (.text+0x37a4): undefined reference to `_nc_outch'
  1817. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1818. (.text+0x38ca): undefined reference to `_nc_outch'
  1819. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1820. (.text+0x38f3): undefined reference to `_nc_outch'
  1821. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1822. (.text+0x397a): undefined reference to `cur_term'
  1823. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1824. (.text+0x39c6): undefined reference to `_nc_outch'
  1825. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1826. (.text+0x3a47): undefined reference to `_nc_putp'
  1827. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1828. (.text+0x3a54): undefined reference to `SP'
  1829. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1830. (.text+0x3a8d): undefined reference to `cur_term'
  1831. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1832. (.text+0x3ac6): undefined reference to `_nc_outch'
  1833. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1834. (.text+0x3acd): undefined reference to `cur_term'
  1835. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1836. (.text+0x3ad4): undefined reference to `SP'
  1837. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1838. (.text+0x3afd): undefined reference to `_nc_putp'
  1839. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1840. (.text+0x3b04): undefined reference to `SP'
  1841. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1842. (.text+0x3b0b): undefined reference to `cur_term'
  1843. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1844. (.text+0x3b2f): undefined reference to `_nc_putp'
  1845. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1846. (.text+0x3b36): undefined reference to `SP'
  1847. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1848. (.text+0x3b71): undefined reference to `SP'
  1849. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1850. (.text+0x3c15): undefined reference to `_nc_outch'
  1851. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1852. (.text+0x3c1c): undefined reference to `SP'
  1853. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1854. (.text+0x3c2d): undefined reference to `cur_term'
  1855. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1856. (.text+0x3c4e): undefined reference to `_nc_putp'
  1857. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1858. (.text+0x3c55): undefined reference to `SP'
  1859. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1860. (.text+0x3c7d): undefined reference to `cur_term'
  1861. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1862. (.text+0x3c92): undefined reference to `_nc_outch'
  1863. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1864. (.text+0x3ca7): undefined reference to `cur_term'
  1865. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1866. (.text+0x3ce1): undefined reference to `_nc_putp'
  1867. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1868. (.text+0x3cef): undefined reference to `SP'
  1869. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1870. (.text+0x3d39): undefined reference to `cur_term'
  1871. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1872. (.text+0x3d7a): undefined reference to `_nc_outch'
  1873. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1874. (.text+0x3d81): undefined reference to `cur_term'
  1875. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1876. (.text+0x3d88): undefined reference to `SP'
  1877. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1878. (.text+0x3db1): undefined reference to `_nc_putp'
  1879. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1880. (.text+0x3db8): undefined reference to `SP'
  1881. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1882. (.text+0x3dbf): undefined reference to `cur_term'
  1883. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1884. (.text+0x3de3): undefined reference to `_nc_putp'
  1885. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1886. (.text+0x3dea): undefined reference to `SP'
  1887. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1888. (.text+0x3e01): undefined reference to `cur_term'
  1889. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1890. (.text+0x3e4d): undefined reference to `_nc_outch'
  1891. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1892. (.text+0x3e7d): undefined reference to `_nc_outch'
  1893. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1894. (.text+0x3ede): undefined reference to `SP'
  1895. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1896. (.text+0x3f25): undefined reference to `cur_term'
  1897. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1898. (.text+0x3f66): undefined reference to `_nc_outch'
  1899. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1900. (.text+0x3f6d): undefined reference to `cur_term'
  1901. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1902. (.text+0x3f74): undefined reference to `SP'
  1903. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1904. (.text+0x3f9f): undefined reference to `_nc_putp'
  1905. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1906. (.text+0x3fa6): undefined reference to `SP'
  1907. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1908. (.text+0x3fd0): undefined reference to `SP'
  1909. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1910. (.text+0x4006): undefined reference to `SP'
  1911. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1912. (.text+0x4046): undefined reference to `_nc_outch'
  1913. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1914. (.text+0x405a): undefined reference to `_nc_outch'
  1915. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1916. (.text+0x409a): undefined reference to `cur_term'
  1917. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1918. (.text+0x40a1): undefined reference to `SP'
  1919. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1920. (.text+0x40e0): undefined reference to `SP'
  1921. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1922. (.text+0x4119): undefined reference to `cur_term'
  1923. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1924. (.text+0x4152): undefined reference to `_nc_outch'
  1925. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1926. (.text+0x4159): undefined reference to `cur_term'
  1927. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1928. (.text+0x4160): undefined reference to `SP'
  1929. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1930. (.text+0x418b): undefined reference to `_nc_putp'
  1931. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1932. (.text+0x4192): undefined reference to `SP'
  1933. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1934. (.text+0x41bc): undefined reference to `SP'
  1935. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1936. (.text+0x41f2): undefined reference to `SP'
  1937. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1938. (.text+0x426e): undefined reference to `_nc_putp'
  1939. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1940. (.text+0x427b): undefined reference to `SP'
  1941. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1942. (.text+0x42b7): undefined reference to `cur_term'
  1943. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1944. (.text+0x42ef): undefined reference to `_nc_outch'
  1945. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1946. (.text+0x42fe): undefined reference to `_nc_outch'
  1947. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1948. (.text+0x4305): undefined reference to `cur_term'
  1949. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1950. (.text+0x430c): undefined reference to `SP'
  1951. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1952. (.text+0x4335): undefined reference to `_nc_putp'
  1953. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1954. (.text+0x433c): undefined reference to `SP'
  1955. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1956. (.text+0x4343): undefined reference to `cur_term'
  1957. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1958. (.text+0x4367): undefined reference to `_nc_putp'
  1959. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1960. (.text+0x436e): undefined reference to `SP'
  1961. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1962. (.text+0x43b4): undefined reference to `SP'
  1963. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1964. (.text+0x43f0): undefined reference to `cur_term'
  1965. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1966. (.text+0x4428): undefined reference to `_nc_outch'
  1967. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1968. (.text+0x4437): undefined reference to `_nc_outch'
  1969. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1970. (.text+0x443e): undefined reference to `cur_term'
  1971. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1972. (.text+0x4445): undefined reference to `SP'
  1973. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1974. (.text+0x4470): undefined reference to `_nc_putp'
  1975. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1976. (.text+0x4477): undefined reference to `SP'
  1977. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1978. (.text+0x44a1): undefined reference to `SP'
  1979. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1980. (.text+0x44d7): undefined reference to `SP'
  1981. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1982. (.text+0x457c): undefined reference to `_nc_outch'
  1983. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1984. (.text+0x458c): undefined reference to `_nc_outch'
  1985. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1986. (.text+0x4593): undefined reference to `SP'
  1987. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1988. (.text+0x45ae): undefined reference to `_nc_outch'
  1989. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1990. (.text+0x4617): undefined reference to `SP'
  1991. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `EmitRange':
  1992. (.text+0x462b): undefined reference to `_nc_outch'
  1993. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `PutRange':
  1994. (.text+0x46a1): undefined reference to `SP'
  1995. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `PutRange':
  1996. (.text+0x46e3): undefined reference to `SP'
  1997. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `PutRange':
  1998. (.text+0x47a3): undefined reference to `SP'
  1999. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2000. (.text+0x47f4): undefined reference to `SP'
  2001. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2002. (.text+0x48cc): undefined reference to `cur_term'
  2003. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2004. (.text+0x4953): undefined reference to `cur_term'
  2005. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2006. (.text+0x495a): undefined reference to `SP'
  2007. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2008. (.text+0x497d): undefined reference to `SP'
  2009. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2010. (.text+0x499d): undefined reference to `SP'
  2011. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2012. (.text+0x4a6d): undefined reference to `cur_term'
  2013. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2014. (.text+0x4adf): undefined reference to `SP'
  2015. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2016. (.text+0x4bb0): undefined reference to `SP'
  2017. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2018. (.text+0x4c8e): undefined reference to `SP'
  2019. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2020. (.text+0x4cb1): undefined reference to `cur_term'
  2021. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2022. (.text+0x4cc6): undefined reference to `_nc_putp'
  2023. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2024. (.text+0x4cff): undefined reference to `SP'
  2025. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2026. (.text+0x4dfd): undefined reference to `SP'
  2027. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2028. (.text+0x4e3f): undefined reference to `SP'
  2029. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2030. (.text+0x4efb): undefined reference to `has_ic'
  2031. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2032. (.text+0x4f04): undefined reference to `SP'
  2033. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2034. (.text+0x4fa6): undefined reference to `cur_term'
  2035. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2036. (.text+0x4fad): undefined reference to `SP'
  2037. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2038. (.text+0x5025): undefined reference to `tparm'
  2039. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2040. (.text+0x502a): undefined reference to `_nc_outch'
  2041. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2042. (.text+0x5035): undefined reference to `tputs'
  2043. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2044. (.text+0x503c): undefined reference to `SP'
  2045. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2046. (.text+0x5065): undefined reference to `SP'
  2047. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2048. (.text+0x50b2): undefined reference to `SP'
  2049. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2050. (.text+0x50f5): undefined reference to `SP'
  2051. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2052. (.text+0x5160): undefined reference to `cur_term'
  2053. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2054. (.text+0x519a): undefined reference to `_nc_outch'
  2055. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2056. (.text+0x51a1): undefined reference to `cur_term'
  2057. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2058. (.text+0x51a8): undefined reference to `SP'
  2059. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2060. (.text+0x51d7): undefined reference to `_nc_putp'
  2061. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2062. (.text+0x51de): undefined reference to `SP'
  2063. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2064. (.text+0x520a): undefined reference to `SP'
  2065. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2066. (.text+0x5216): undefined reference to `SP'
  2067. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2068. (.text+0x5281): undefined reference to `cur_term'
  2069. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2070. (.text+0x529f): undefined reference to `SP'
  2071. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2072. (.text+0x52fb): undefined reference to `SP'
  2073. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2074. (.text+0x532c): undefined reference to `_nc_outch'
  2075. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2076. (.text+0x5359): undefined reference to `SP'
  2077. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2078. (.text+0x5378): undefined reference to `cur_term'
  2079. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2080. (.text+0x538a): undefined reference to `_nc_putp'
  2081. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2082. (.text+0x53bc): undefined reference to `SP'
  2083. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2084. (.text+0x53d4): undefined reference to `_nc_outch'
  2085. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2086. (.text+0x53f3): undefined reference to `cur_term'
  2087. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2088. (.text+0x540c): undefined reference to `_nc_putp'
  2089. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2090. (.text+0x5418): undefined reference to `SP'
  2091. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2092. (.text+0x544d): undefined reference to `SP'
  2093. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2094. (.text+0x5459): undefined reference to `cur_term'
  2095. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2096. (.text+0x54a5): undefined reference to `_nc_outch'
  2097. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2098. (.text+0x54c4): undefined reference to `_nc_outch'
  2099. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2100. (.text+0x54dd): undefined reference to `cur_term'
  2101. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2102. (.text+0x54fe): undefined reference to `_nc_outch'
  2103. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2104. (.text+0x556d): undefined reference to `SP'
  2105. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2106. (.text+0x55b4): undefined reference to `SP'
  2107. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2108. (.text+0x55ee): undefined reference to `cur_term'
  2109. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2110. (.text+0x562c): undefined reference to `_nc_putp'
  2111. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2112. (.text+0x5643): undefined reference to `SP'
  2113. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2114. (.text+0x5672): undefined reference to `cur_term'
  2115. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2116. (.text+0x56a7): undefined reference to `_nc_outch'
  2117. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2118. (.text+0x56c2): undefined reference to `_nc_outch'
  2119. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2120. (.text+0x56c9): undefined reference to `cur_term'
  2121. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2122. (.text+0x56d0): undefined reference to `SP'
  2123. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2124. (.text+0x56f6): undefined reference to `_nc_putp'
  2125. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2126. (.text+0x56fd): undefined reference to `SP'
  2127. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2128. (.text+0x5704): undefined reference to `cur_term'
  2129. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2130. (.text+0x5729): undefined reference to `_nc_putp'
  2131. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2132. (.text+0x5730): undefined reference to `SP'
  2133. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2134. (.text+0x574a): undefined reference to `SP'
  2135. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2136. (.text+0x5794): undefined reference to `SP'
  2137. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2138. (.text+0x57c3): undefined reference to `cur_term'
  2139. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2140. (.text+0x57f8): undefined reference to `_nc_outch'
  2141. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2142. (.text+0x5813): undefined reference to `_nc_outch'
  2143. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2144. (.text+0x581a): undefined reference to `cur_term'
  2145. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2146. (.text+0x5821): undefined reference to `SP'
  2147. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2148. (.text+0x5847): undefined reference to `_nc_putp'
  2149. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2150. (.text+0x584e): undefined reference to `SP'
  2151. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2152. (.text+0x5880): undefined reference to `SP'
  2153. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2154. (.text+0x58b6): undefined reference to `SP'
  2155. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `TransformLine':
  2156. (.text+0x58d0): undefined reference to `SP'
  2157. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2158. (.text+0x5973): undefined reference to `SP'
  2159. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2160. (.text+0x59bd): undefined reference to `cur_term'
  2161. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2162. (.text+0x59f3): undefined reference to `SP'
  2163. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2164. (.text+0x5a00): undefined reference to `cur_term'
  2165. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2166. (.text+0x5a56): undefined reference to `SP'
  2167. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2168. (.text+0x5ad0): undefined reference to `SP'
  2169. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2170. (.text+0x5add): undefined reference to `cur_term'
  2171. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2172. (.text+0x5b3e): undefined reference to `SP'
  2173. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2174. (.text+0x5b9c): undefined reference to `SP'
  2175. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2176. (.text+0x5bab): undefined reference to `cur_term'
  2177. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2178. (.text+0x5bf5): undefined reference to `_nc_putp'
  2179. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2180. (.text+0x5bfc): undefined reference to `cur_term'
  2181. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2182. (.text+0x5c11): undefined reference to `tparm'
  2183. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2184. (.text+0x5c1e): undefined reference to `_nc_putp'
  2185. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2186. (.text+0x5c25): undefined reference to `cur_term'
  2187. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2188. (.text+0x5c3a): undefined reference to `_nc_putp'
  2189. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2190. (.text+0x5c49): undefined reference to `tparm'
  2191. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2192. (.text+0x5c56): undefined reference to `_nc_putp'
  2193. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2194. (.text+0x5c5d): undefined reference to `SP'
  2195. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2196. (.text+0x5c92): undefined reference to `cur_term'
  2197. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2198. (.text+0x5ca6): undefined reference to `tparm'
  2199. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2200. (.text+0x5cb3): undefined reference to `_nc_putp'
  2201. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2202. (.text+0x5cbf): undefined reference to `SP'
  2203. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2204. (.text+0x5d0b): undefined reference to `cur_term'
  2205. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2206. (.text+0x5d37): undefined reference to `SP'
  2207. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2208. (.text+0x5d5d): undefined reference to `tparm'
  2209. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2210. (.text+0x5d6a): undefined reference to `_nc_putp'
  2211. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2212. (.text+0x5d71): undefined reference to `SP'
  2213. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2214. (.text+0x5da5): undefined reference to `cur_term'
  2215. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2216. (.text+0x5db9): undefined reference to `tparm'
  2217. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2218. (.text+0x5dc6): undefined reference to `_nc_putp'
  2219. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2220. (.text+0x5dcd): undefined reference to `SP'
  2221. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2222. (.text+0x5e23): undefined reference to `SP'
  2223. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2224. (.text+0x5e54): undefined reference to `_nc_putp'
  2225. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2226. (.text+0x5e5b): undefined reference to `cur_term'
  2227. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2228. (.text+0x5e70): undefined reference to `tparm'
  2229. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2230. (.text+0x5e7d): undefined reference to `_nc_putp'
  2231. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2232. (.text+0x5e84): undefined reference to `cur_term'
  2233. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2234. (.text+0x5e99): undefined reference to `_nc_putp'
  2235. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_scrolln':
  2236. (.text+0x5eef): undefined reference to `SP'
  2237. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2238. (.text+0x5f13): undefined reference to `SP'
  2239. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2240. (.text+0x5f50): undefined reference to `cur_term'
  2241. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2242. (.text+0x5f6a): undefined reference to `_nc_putp'
  2243. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2244. (.text+0x5f71): undefined reference to `cur_term'
  2245. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2246. (.text+0x5f8b): undefined reference to `_nc_putp'
  2247. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2248. (.text+0x5f92): undefined reference to `cur_term'
  2249. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2250. (.text+0x5ff2): undefined reference to `_nc_putp'
  2251. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2252. (.text+0x5ff9): undefined reference to `cur_term'
  2253. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2254. (.text+0x6013): undefined reference to `_nc_putp'
  2255. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2256. (.text+0x601a): undefined reference to `cur_term'
  2257. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2258. (.text+0x6038): undefined reference to `_nc_putp'
  2259. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2260. (.text+0x603f): undefined reference to `cur_term'
  2261. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2262. (.text+0x6058): undefined reference to `SP'
  2263. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2264. (.text+0x60bf): undefined reference to `SP'
  2265. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2266. (.text+0x60d3): undefined reference to `SP'
  2267. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2268. (.text+0x60f3): undefined reference to `curscr'
  2269. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2270. (.text+0x60fc): undefined reference to `curscr'
  2271. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2272. (.text+0x6113): undefined reference to `newscr'
  2273. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2274. (.text+0x611c): undefined reference to `newscr'
  2275. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2276. (.text+0x6133): undefined reference to `stdscr'
  2277. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2278. (.text+0x613c): undefined reference to `stdscr'
  2279. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2280. (.text+0x6171): undefined reference to `SP'
  2281. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2282. (.text+0x619c): undefined reference to `_nc_update_screensize'
  2283. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2284. (.text+0x61a3): undefined reference to `SP'
  2285. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2286. (.text+0x61d8): undefined reference to `cur_term'
  2287. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2288. (.text+0x6267): undefined reference to `_nc_putp'
  2289. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2290. (.text+0x626e): undefined reference to `SP'
  2291. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2292. (.text+0x6309): undefined reference to `SP'
  2293. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2294. (.text+0x63e4): undefined reference to `_nc_flush'
  2295. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2296. (.text+0x63eb): undefined reference to `SP'
  2297. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2298. (.text+0x641b): undefined reference to `_nc_handle_sigwinch'
  2299. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2300. (.text+0x642a): undefined reference to `SP'
  2301. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2302. (.text+0x6456): undefined reference to `SP'
  2303. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2304. (.text+0x64a3): undefined reference to `SP'
  2305. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2306. (.text+0x64e3): undefined reference to `SP'
  2307. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2308. (.text+0x6592): undefined reference to `SP'
  2309. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2310. (.text+0x65ab): undefined reference to `_nc_outch'
  2311. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2312. (.text+0x65bc): undefined reference to `reset_prog_mode'
  2313. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2314. (.text+0x65cd): undefined reference to `SP'
  2315. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2316. (.text+0x65dd): undefined reference to `SP'
  2317. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2318. (.text+0x65fb): undefined reference to `newscr'
  2319. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2320. (.text+0x6612): undefined reference to `stdscr'
  2321. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2322. (.text+0x6625): undefined reference to `curscr'
  2323. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2324. (.text+0x6678): undefined reference to `SP'
  2325. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2326. (.text+0x669d): undefined reference to `cur_term'
  2327. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2328. (.text+0x66a2): undefined reference to `_nc_outch'
  2329. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2330. (.text+0x66af): undefined reference to `tputs'
  2331. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2332. (.text+0x66b6): undefined reference to `SP'
  2333. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2334. (.text+0x66cb): undefined reference to `_nc_outch'
  2335. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2336. (.text+0x66dd): undefined reference to `cur_term'
  2337. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2338. (.text+0x66f2): undefined reference to `SP'
  2339. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2340. (.text+0x6746): undefined reference to `SP'
  2341. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2342. (.text+0x67b7): undefined reference to `_nc_outch'
  2343. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2344. (.text+0x67be): undefined reference to `SP'
  2345. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2346. (.text+0x67d1): undefined reference to `cur_term'
  2347. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2348. (.text+0x67f1): undefined reference to `_nc_putp'
  2349. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2350. (.text+0x67f8): undefined reference to `SP'
  2351. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2352. (.text+0x6814): undefined reference to `cur_term'
  2353. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2354. (.text+0x686a): undefined reference to `_nc_outch'
  2355. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2356. (.text+0x6879): undefined reference to `SP'
  2357. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2358. (.text+0x68bc): undefined reference to `SP'
  2359. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2360. (.text+0x68c9): undefined reference to `_nc_outch'
  2361. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2362. (.text+0x6913): undefined reference to `cur_term'
  2363. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2364. (.text+0x694d): undefined reference to `_nc_putp'
  2365. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2366. (.text+0x6954): undefined reference to `SP'
  2367. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2368. (.text+0x6977): undefined reference to `_nc_outch'
  2369. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2370. (.text+0x697e): undefined reference to `cur_term'
  2371. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2372. (.text+0x6985): undefined reference to `SP'
  2373. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2374. (.text+0x69ae): undefined reference to `_nc_putp'
  2375. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2376. (.text+0x69b5): undefined reference to `SP'
  2377. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2378. (.text+0x69bc): undefined reference to `cur_term'
  2379. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2380. (.text+0x69e0): undefined reference to `_nc_putp'
  2381. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2382. (.text+0x69e7): undefined reference to `SP'
  2383. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2384. (.text+0x6a2f): undefined reference to `SP'
  2385. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2386. (.text+0x6a52): undefined reference to `_nc_outch'
  2387. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2388. (.text+0x6a59): undefined reference to `cur_term'
  2389. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2390. (.text+0x6a60): undefined reference to `SP'
  2391. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2392. (.text+0x6a8b): undefined reference to `_nc_putp'
  2393. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2394. (.text+0x6a92): undefined reference to `SP'
  2395. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2396. (.text+0x6abc): undefined reference to `SP'
  2397. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2398. (.text+0x6af2): undefined reference to `SP'
  2399. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2400. (.text+0x6b1f): undefined reference to `_nc_outch'
  2401. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2402. (.text+0x6b26): undefined reference to `SP'
  2403. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2404. (.text+0x6b42): undefined reference to `SP'
  2405. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2406. (.text+0x6b50): undefined reference to `_nc_outch'
  2407. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2408. (.text+0x6b62): undefined reference to `_nc_outch'
  2409. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2410. (.text+0x6b99): undefined reference to `_nc_outch'
  2411. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2412. (.text+0x6bae): undefined reference to `_nc_outch'
  2413. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2414. (.text+0x6bbe): undefined reference to `SP'
  2415. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2416. (.text+0x6bcb): undefined reference to `_nc_outch'
  2417. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2418. (.text+0x6bdb): undefined reference to `cur_term'
  2419. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2420. (.text+0x6c4c): undefined reference to `cur_term'
  2421. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2422. (.text+0x6c5e): undefined reference to `_nc_putp'
  2423. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2424. (.text+0x6c65): undefined reference to `SP'
  2425. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2426. (.text+0x6c89): undefined reference to `SP'
  2427. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2428. (.text+0x6c96): undefined reference to `_nc_outch'
  2429. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2430. (.text+0x6ca6): undefined reference to `SP'
  2431. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2432. (.text+0x6cdd): undefined reference to `SP'
  2433. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2434. (.text+0x6d01): undefined reference to `_nc_outch'
  2435. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2436. (.text+0x6d11): undefined reference to `SP'
  2437. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `doupdate':
  2438. (.text+0x6d4e): undefined reference to `_nc_outch'
  2439. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_wrap':
  2440. (.text+0x6d83): undefined reference to `SP'
  2441. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_wrap':
  2442. (.text+0x6dd5): undefined reference to `_nc_outch'
  2443. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_wrap':
  2444. (.text+0x6de6): undefined reference to `SP'
  2445. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_wrap':
  2446. (.text+0x6e1d): undefined reference to `SP'
  2447. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_wrap':
  2448. (.text+0x6e41): undefined reference to `_nc_outch'
  2449. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_wrap':
  2450. (.text+0x6e4f): undefined reference to `SP'
  2451. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `InsStr':
  2452. (.text+0xb55): undefined reference to `_nc_putp'
  2453. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `ClrToEOL':
  2454. (.text+0x24d4): undefined reference to `_nc_putp'
  2455. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2456. (.text+0x5fcb): undefined reference to `_nc_putp'
  2457. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(tty_update.o): In function `_nc_screen_resume':
  2458. (.text+0x5fda): undefined reference to `_nc_putp'
  2459. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `adjust_window':
  2460. (.text+0x1b): undefined reference to `_nc_screen_of'
  2461. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `adjust_window':
  2462. (.text+0x42): undefined reference to `_nc_prescreen'
  2463. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `adjust_window':
  2464. (.text+0x5a): undefined reference to `_nc_prescreen'
  2465. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `adjust_window':
  2466. (.text+0x10b): undefined reference to `_nc_prescreen'
  2467. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `adjust_window':
  2468. (.text+0x122): undefined reference to `_nc_prescreen'
  2469. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `increase_size':
  2470. (.text+0x186): undefined reference to `_nc_globals'
  2471. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `is_term_resized':
  2472. (.text+0x221): undefined reference to `SP'
  2473. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2474. (.text+0x243): undefined reference to `SP'
  2475. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2476. (.text+0x2bb): undefined reference to `cur_term'
  2477. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2478. (.text+0x2c2): undefined reference to `SP'
  2479. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2480. (.text+0x2f8): undefined reference to `SP'
  2481. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2482. (.text+0x31b): undefined reference to `SP'
  2483. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2484. (.text+0x330): undefined reference to `COLS'
  2485. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2486. (.text+0x338): undefined reference to `LINES'
  2487. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2488. (.text+0x391): undefined reference to `SP'
  2489. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2490. (.text+0x3c2): undefined reference to `_nc_globals'
  2491. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resize_term':
  2492. (.text+0x3e5): undefined reference to `_nc_globals'
  2493. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resizeterm':
  2494. (.text+0x47d): undefined reference to `SP'
  2495. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resizeterm':
  2496. (.text+0x4cd): undefined reference to `SP'
  2497. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resizeterm':
  2498. (.text+0x4d8): undefined reference to `_nc_prescreen'
  2499. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resizeterm':
  2500. (.text+0x4ec): undefined reference to `_nc_prescreen'
  2501. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resizeterm':
  2502. (.text+0x50b): undefined reference to `SP'
  2503. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resizeterm':
  2504. (.text+0x56c): undefined reference to `SP'
  2505. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resizeterm':
  2506. (.text+0x5b2): undefined reference to `_nc_prescreen'
  2507. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(resizeterm.o): In function `resizeterm':
  2508. (.text+0x5d3): undefined reference to `SP'
  2509. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(wresize.o): In function `repair_subwindows':
  2510. (.text+0xa): undefined reference to `_nc_globals'
  2511. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hardscroll.o): In function `_nc_scroll_optimize':
  2512. (.text+0x9): undefined reference to `SP'
  2513. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hardscroll.o): In function `_nc_scroll_optimize':
  2514. (.text+0x37): undefined reference to `SP'
  2515. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hardscroll.o): In function `_nc_scroll_optimize':
  2516. (.text+0xe8): undefined reference to `SP'
  2517. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hardscroll.o): In function `_nc_scroll_optimize':
  2518. (.text+0x109): undefined reference to `_nc_doalloc'
  2519. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hardscroll.o): In function `_nc_scroll_optimize':
  2520. (.text+0x115): undefined reference to `SP'
  2521. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hardscroll.o): In function `_nc_scroll_optimize':
  2522. (.text+0x139): undefined reference to `SP'
  2523. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hardscroll.o): In function `_nc_scroll_optimize':
  2524. (.text+0x1fa): undefined reference to `SP'
  2525. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hashmap.o): In function `update_cost_from_blank.isra.2':
  2526. (.text+0x3): undefined reference to `cur_term'
  2527. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hashmap.o): In function `update_cost_from_blank.isra.2':
  2528. (.text+0x19): undefined reference to `stdscr'
  2529. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hashmap.o): In function `_nc_hash_map':
  2530. (.text+0x7bb): undefined reference to `SP'
  2531. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hashmap.o): In function `_nc_hash_map':
  2532. (.text+0x7e8): undefined reference to `SP'
  2533. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hashmap.o): In function `_nc_hash_map':
  2534. (.text+0x8d6): undefined reference to `SP'
  2535. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hashmap.o): In function `_nc_hash_map':
  2536. (.text+0xa08): undefined reference to `SP'
  2537. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hashmap.o): In function `_nc_hash_map':
  2538. (.text+0xb3f): undefined reference to `SP'
  2539. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(hashmap.o):(.text+0xcc3): more undefined references to `SP' follow
  2540. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_pad.o): In function `pnoutrefresh':
  2541. (.text+0x115): undefined reference to `_nc_screen_of'
  2542. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkclear.o): In function `slk_clear':
  2543. (.text+0x3): undefined reference to `SP'
  2544. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slkclear.o): In function `slk_clear':
  2545. (.text+0x48): undefined reference to `SP'
  2546. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libncurses.a(lib_slktouch.o): In function `slk_touch':
  2547. (.text+0x3): undefined reference to `SP'
  2548. collect2: error: ld returned 1 exit status
  2549. Makefile:34: recipe for target 'static' failed
  2550. make[1]: *** [static] Error 1
  2551. make[1]: Leaving directory '/home/hanskanns/pftp-shit.v.1.12/src'

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN