Guest User

Untitled

a guest
Jul 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. checking for gcc... gcc
  2. checking whether the C compiler works... yes
  3. checking for C compiler default output file name... a.out
  4. checking for suffix of executables...
  5. checking whether we are cross compiling... no
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C compiler... yes
  8. checking whether gcc accepts -g... yes
  9. checking for gcc option to accept ISO C89... none needed
  10. checking whether make sets $(MAKE)... yes
  11. checking whether ln -s works... yes
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking for a thread-safe mkdir -p... /bin/mkdir -p
  14. checking for rm... /bin/rm
  15. checking for mv... /bin/mv
  16. checking for cp... /bin/cp
  17. checking for dirent.h that defines DIR... yes
  18. checking for library containing opendir... none required
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking fcntl.h usability... yes
  33. checking fcntl.h presence... yes
  34. checking for fcntl.h... yes
  35. checking for stdint.h... (cached) yes
  36. checking for stdbool.h that conforms to C99... yes
  37. checking for _Bool... yes
  38. checking for an ANSI C-conforming const... yes
  39. checking return type of signal handlers... void
  40. checking for mkdir... yes
  41. checking for setresgid... yes
  42. checking for setegid... yes
  43. checking for stat... yes
  44. checking if make supports SysV-style inclusion... yes
  45. checking for make silent include syntax... gnu
  46. checking for initscr in -lcurses ... yes
  47. checking for initscr in -lncurses ... yes
  48. checking for initscr in -lpdcurses... no
  49. checking for use_default_colors... no
  50. checking for can_change_color... no
  51. checking for X... libraries , headers
  52. checking for gethostbyname... yes
  53. checking for connect... yes
  54. checking for remove... yes
  55. checking for shmat... yes
  56. checking for IceConnectionNumber in -lICE... yes
  57. checking for Mix_OpenAudio in -lSDL_mixer... no
  58. configure: creating ./config.status
  59. config.status: creating mk/extra.mk
  60. config.status: creating mk/sinclude.mk
  61. config.status: creating src/autoconf.h
  62. config.status: src/autoconf.h is unchanged
  63.  
  64. Configuration:
  65.  
  66. Install path: /usr/local
  67. binary path: /usr/local/games
  68. config path: /usr/local/etc/angband/
  69. lib path: /usr/local/share/angband/
  70. var path: (not used)
  71. (with private save and score files in ~/.angband/Angband/)
  72.  
  73. -- Frontends --
  74. - Curses Yes
  75. - GTK 2.x Disabled
  76. - X11 Yes
  77. - SDL Disabled
  78. - Test No
  79. - Stats No
  80.  
  81. - SDL sound No; missing libraries
Add Comment
Please, Sign In to add comment