Advertisement
Guest User

Untitled

a guest
Nov 7th, 2017
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.42 KB | None | 0 0
  1. hstr-1.23/
  2. hstr-1.23/.travis.yml
  3. hstr-1.23/CONFIGURATION.md
  4. hstr-1.23/Changelog
  5. hstr-1.23/DOCUMENTATION.md
  6. hstr-1.23/INSTALLATION.md
  7. hstr-1.23/LICENSE
  8. hstr-1.23/Makefile.am
  9. hstr-1.23/PKGBUILD
  10. hstr-1.23/README.md
  11. hstr-1.23/bin/
  12. hstr-1.23/bin/ppa-add.sh
  13. hstr-1.23/configure.ac
  14. hstr-1.23/debian/
  15. hstr-1.23/debian/changelog
  16. hstr-1.23/debian/compat
  17. hstr-1.23/debian/control
  18. hstr-1.23/debian/control.debian
  19. hstr-1.23/debian/copyright
  20. hstr-1.23/debian/copyright.debian
  21. hstr-1.23/debian/docs
  22. hstr-1.23/debian/rules
  23. hstr-1.23/debian/source/
  24. hstr-1.23/debian/source/format
  25. hstr-1.23/dist/
  26. hstr-1.23/dist/1-dist.sh
  27. hstr-1.23/dist/2-debian-build-deb.sh
  28. hstr-1.23/dist/3-debian-push-mentors.sh
  29. hstr-1.23/dist/clean.sh
  30. hstr-1.23/dist/debian-env.sh
  31. hstr-1.23/dist/debian-make-distro.sh
  32. hstr-1.23/dist/debian/
  33. hstr-1.23/dist/debian/.dput.cf
  34. hstr-1.23/dist/debian/hstr.dirs
  35. hstr-1.23/dist/debian/rules
  36. hstr-1.23/dist/debian/watch
  37. hstr-1.23/dist/github-env.sh
  38. hstr-1.23/dist/github-release.sh
  39. hstr-1.23/dist/ubuntu-add-new-distro-base.sh
  40. hstr-1.23/dist/ubuntu-make-all-distros.sh
  41. hstr-1.23/dist/ubuntu-make-distro.sh
  42. hstr-1.23/dist/ubuntu-refresh-all-pbuilder.sh
  43. hstr-1.23/dist/ubuntu-sync-scripts.sh
  44. hstr-1.23/dist/upload-to-mentors.sh
  45. hstr-1.23/doc/
  46. hstr-1.23/doc/CODE.md
  47. hstr-1.23/man/
  48. hstr-1.23/man/Makefile.am
  49. hstr-1.23/man/hh.1
  50. hstr-1.23/man/hstr.1
  51. hstr-1.23/pad.xml
  52. hstr-1.23/src/
  53. hstr-1.23/src/Makefile.am
  54. hstr-1.23/src/hashset.c
  55. hstr-1.23/src/hstr.c
  56. hstr-1.23/src/hstr_blacklist.c
  57. hstr-1.23/src/hstr_curses.c
  58. hstr-1.23/src/hstr_favorites.c
  59. hstr-1.23/src/hstr_history.c
  60. hstr-1.23/src/hstr_regexp.c
  61. hstr-1.23/src/hstr_utils.c
  62. hstr-1.23/src/include/
  63. hstr-1.23/src/include/hashset.h
  64. hstr-1.23/src/include/hstr_blacklist.h
  65. hstr-1.23/src/include/hstr_curses.h
  66. hstr-1.23/src/include/hstr_favorites.h
  67. hstr-1.23/src/include/hstr_history.h
  68. hstr-1.23/src/include/hstr_regexp.h
  69. hstr-1.23/src/include/hstr_utils.h
  70. hstr-1.23/src/include/radixsort.h
  71. hstr-1.23/src/radixsort.c
  72. hstr-1.23/tests/
  73. hstr-1.23/tests/bin/
  74. hstr-1.23/tests/bin/clean-tests.sh
  75. hstr-1.23/tests/bin/hh-env-monster.sh
  76. hstr-1.23/tests/bin/hh-env-utf8.sh
  77. hstr-1.23/tests/resources/
  78. hstr-1.23/tests/resources/.bash_history_123_DEL_WITH_FINISHING_SPACE
  79. hstr-1.23/tests/resources/.bash_history_131_A
  80. hstr-1.23/tests/resources/.bash_history_131_B
  81. hstr-1.23/tests/resources/.bash_history_66_GERMAN
  82. hstr-1.23/tests/resources/.bash_history_BUG_124
  83. hstr-1.23/tests/resources/.bash_history_BUG_176
  84. hstr-1.23/tests/resources/.bash_history_CZ
  85. hstr-1.23/tests/resources/.bash_history_DELETE_ALL_AND_CRASH_BUG_129
  86. hstr-1.23/tests/resources/.bash_history_ROTATE_VIEW_CRASH_131
  87. hstr-1.23/tests/resources/.hh_favorites
  88. hstr-1.23/tests/src/
  89. hstr-1.23/tests/src/test_args.c
  90. hstr-1.23/tests/src/test_curses_keyb.c
  91. hstr-1.23/tests/src/test_escape_chars.c
  92. hstr-1.23/tests/src/test_favorites.c
  93. hstr-1.23/tests/src/test_getopt.c
  94. hstr-1.23/tests/src/test_hashset.c
  95. hstr-1.23/tests/src/test_keyb.c
  96. hstr-1.23/tests/src/test_ranking.c
  97. hstr-1.23/tests/src/test_regexp.c
  98. hstr-1.23/tests/src/test_utf8.c
  99. hstr-1.23/tests/test_args.sh
  100. hstr-1.23/tests/test_bug124.sh
  101. hstr-1.23/tests/test_bug163.sh
  102. hstr-1.23/tests/test_bug175.sh
  103. hstr-1.23/tests/test_bug176.sh
  104. hstr-1.23/tests/test_curses.sh
  105. hstr-1.23/tests/test_favorites.sh
  106. hstr-1.23/tests/test_getopt.sh
  107. hstr-1.23/tests/test_hashset.sh
  108. hstr-1.23/tests/test_keyb.sh
  109. hstr-1.23/tests/test_ranking.sh
  110. hstr-1.23/tests/test_regexp.sh
  111. hstr-1.23/tests/test_utf8.sh
  112. hstr-1.23/tests/test_valgrind.sh
  113. autoreconf: Entering directory `.'
  114. autoreconf: configure.ac: not using Gettext
  115. autoreconf: running: aclocal
  116. autoreconf: configure.ac: tracing
  117. autoreconf: configure.ac: not using Libtool
  118. autoreconf: running: /usr/bin/autoconf
  119. autoreconf: configure.ac: not using Autoheader
  120. autoreconf: running: automake --add-missing --no-force
  121. configure.ac:30: installing './compile'
  122. configure.ac:34: installing './config.guess'
  123. configure.ac:34: installing './config.sub'
  124. configure.ac:27: installing './install-sh'
  125. configure.ac:27: installing './missing'
  126. src/Makefile.am: installing './depcomp'
  127. autoreconf: Leaving directory `.'
  128. checking for a BSD-compatible install... /bin/ginstall -c
  129. checking whether build environment is sane... yes
  130. checking for a thread-safe mkdir -p... /bin/mkdir -p
  131. checking for gawk... gawk
  132. checking whether make sets $(MAKE)... yes
  133. checking whether make supports nested variables... yes
  134. checking for gcc... gcc
  135. checking whether the C compiler works... yes
  136. checking for C compiler default output file name... a.out
  137. checking for suffix of executables...
  138. checking whether we are cross compiling... no
  139. checking for suffix of object files... o
  140. checking whether we are using the GNU C compiler... yes
  141. checking whether gcc accepts -g... yes
  142. checking for gcc option to accept ISO C89... none needed
  143. checking whether gcc understands -c and -o together... yes
  144. checking for style of include used by make... GNU
  145. checking dependency style of gcc... gcc3
  146. checking build system type... x86_64-slackware-linux-gnu
  147. checking host system type... x86_64-slackware-linux-gnu
  148. configure: ===================================================================================
  149. configure: IMPORTANT: Make sure you have pkg-config installed - it's needed to run this script
  150. configure: ===================================================================================
  151. checking how to run the C preprocessor... gcc -E
  152. checking for grep that handles long lines and -e... /bin/grep
  153. checking for egrep... /bin/grep -E
  154. checking for ANSI C header files... yes
  155. checking for sys/types.h... yes
  156. checking for sys/stat.h... yes
  157. checking for stdlib.h... yes
  158. checking for string.h... yes
  159. checking for memory.h... yes
  160. checking for strings.h... yes
  161. checking for inttypes.h... yes
  162. checking for stdint.h... yes
  163. checking for unistd.h... yes
  164. checking for killwchar in -lncursesw... yes
  165. checking for cos in -lm... yes
  166. checking for using_history in -lreadline... yes
  167. checking assert.h usability... yes
  168. checking assert.h presence... yes
  169. checking for assert.h... yes
  170. checking ctype.h usability... yes
  171. checking ctype.h presence... yes
  172. checking for ctype.h... yes
  173. checking fcntl.h usability... yes
  174. checking fcntl.h presence... yes
  175. checking for fcntl.h... yes
  176. checking getopt.h usability... yes
  177. checking getopt.h presence... yes
  178. checking for getopt.h... yes
  179. checking locale.h usability... yes
  180. checking locale.h presence... yes
  181. checking for locale.h... yes
  182. checking math.h usability... yes
  183. checking math.h presence... yes
  184. checking for math.h... yes
  185. checking readline/history.h usability... yes
  186. checking readline/history.h presence... yes
  187. checking for readline/history.h... yes
  188. checking regex.h usability... yes
  189. checking regex.h presence... yes
  190. checking for regex.h... yes
  191. checking signal.h usability... yes
  192. checking signal.h presence... yes
  193. checking for signal.h... yes
  194. checking stdbool.h usability... yes
  195. checking stdbool.h presence... yes
  196. checking for stdbool.h... yes
  197. checking stddef.h usability... yes
  198. checking stddef.h presence... yes
  199. checking for stddef.h... yes
  200. checking stdio.h usability... yes
  201. checking stdio.h presence... yes
  202. checking for stdio.h... yes
  203. checking for stdlib.h... (cached) yes
  204. checking for string.h... (cached) yes
  205. checking sys/ioctl.h usability... yes
  206. checking sys/ioctl.h presence... yes
  207. checking for sys/ioctl.h... yes
  208. checking termios.h usability... yes
  209. checking termios.h presence... yes
  210. checking for termios.h... yes
  211. checking for unistd.h... (cached) yes
  212. checking wchar.h usability... yes
  213. checking wchar.h presence... yes
  214. checking for wchar.h... yes
  215. checking for stdbool.h that conforms to C99... (cached) yes
  216. checking for _Bool... yes
  217. checking for size_t... yes
  218. checking for stdlib.h... (cached) yes
  219. checking for GNU libc compatible malloc... (cached) yes
  220. checking for memset... yes
  221. checking for strdup... yes
  222. checking for strstr... yes
  223. checking for /tmp/hh-ms-wsl... no
  224. checking that generated files are newer than configure... done
  225. configure: creating ./config.status
  226. config.status: creating Makefile
  227. config.status: creating src/Makefile
  228. config.status: creating man/Makefile
  229. config.status: executing depfiles commands
  230. Making all in src
  231. make[1]: Entering directory '/tmp/SBo/hstr-1.23/src'
  232. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT hashset.o -MD -MP -MF .deps/hashset.Tpo -c -o hashset.o hashset.c
  233. mv -f .deps/hashset.Tpo .deps/hashset.Po
  234. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT hstr_curses.o -MD -MP -MF .deps/hstr_curses.Tpo -c -o hstr_curses.o hstr_curses.c
  235. mv -f .deps/hstr_curses.Tpo .deps/hstr_curses.Po
  236. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT hstr_history.o -MD -MP -MF .deps/hstr_history.Tpo -c -o hstr_history.o hstr_history.c
  237. mv -f .deps/hstr_history.Tpo .deps/hstr_history.Po
  238. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT hstr_utils.o -MD -MP -MF .deps/hstr_utils.Tpo -c -o hstr_utils.o hstr_utils.c
  239. mv -f .deps/hstr_utils.Tpo .deps/hstr_utils.Po
  240. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT hstr_favorites.o -MD -MP -MF .deps/hstr_favorites.Tpo -c -o hstr_favorites.o hstr_favorites.c
  241. mv -f .deps/hstr_favorites.Tpo .deps/hstr_favorites.Po
  242. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT hstr_blacklist.o -MD -MP -MF .deps/hstr_blacklist.Tpo -c -o hstr_blacklist.o hstr_blacklist.c
  243. mv -f .deps/hstr_blacklist.Tpo .deps/hstr_blacklist.Po
  244. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT hstr_regexp.o -MD -MP -MF .deps/hstr_regexp.Tpo -c -o hstr_regexp.o hstr_regexp.c
  245. mv -f .deps/hstr_regexp.Tpo .deps/hstr_regexp.Po
  246. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT radixsort.o -MD -MP -MF .deps/radixsort.Tpo -c -o radixsort.o radixsort.c
  247. mv -f .deps/radixsort.Tpo .deps/radixsort.Po
  248. gcc -DPACKAGE_NAME=\"hh\" -DPACKAGE_TARNAME=\"hh\" -DPACKAGE_VERSION=\"1.23\" -DPACKAGE_STRING=\"hh\ 1.23\" -DPACKAGE_BUGREPORT=\"martin.dvorak@mindforger.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hh\" -DVERSION=\"1.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBNCURSESW=1 -DHAVE_LIBM=1 -DHAVE_LIBREADLINE=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_MEMSET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. --pedantic -Wall -std=c99 -O2 -O2 -fPIC -MT hstr.o -MD -MP -MF .deps/hstr.Tpo -c -o hstr.o hstr.c
  249. hstr.c: In function ‘print_selection_row’:
  250. hstr.c:780:23: warning: ‘keywordsSavePtr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  251. pp[strlen(keywordsToken)]=0;
  252. ^
  253. mv -f .deps/hstr.Tpo .deps/hstr.Po
  254. gcc --pedantic -Wall -std=c99 -O2 -O2 -fPIC -o hh hashset.o hstr_curses.o hstr_history.o hstr_utils.o hstr_favorites.o hstr_blacklist.o hstr_regexp.o radixsort.o hstr.o -lreadline -lm -lncursesw -ltinfo
  255. /usr/lib64/gcc/x86_64-slackware-linux/5.3.0/../../../../x86_64-slackware-linux/bin/ld: cannot find -ltinfo
  256. collect2: error: ld returned 1 exit status
  257. Makefile:371: recipe for target 'hh' failed
  258. make[1]: *** [hh] Error 1
  259. make[1]: Leaving directory '/tmp/SBo/hstr-1.23/src'
  260. Makefile:345: recipe for target 'all-recursive' failed
  261. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement