Advertisement
Guest User

Untitled

a guest
Mar 1st, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. [angbandtest@lappy ~]$ ls
  2. [angbandtest@lappy ~]$ git clone git://github.com/angband/angband angbandv4
  3. Cloning into 'angbandv4'...
  4. remote: Counting objects: 27653, done.
  5. remote: Compressing objects: 100% (5962/5962), done.
  6. remote: Total 27653 (delta 22094), reused 27150 (delta 21630)
  7. Receiving objects: 100% (27653/27653), 29.66 MiB | 481 KiB/s, done.
  8. Resolving deltas: 100% (22094/22094), done.
  9. [angbandtest@lappy ~]$ cd angbandv4/
  10. [angbandtest@lappy angbandv4]$ ls
  11. acinclude.m4 configure.ac install-sh mk src
  12. autogen.sh copying.txt lib readme.txt tests
  13. changes.txt doc m4 run-tests thanks.txt
  14. compiling.txt faq.txt Makefile scripts utils
  15. [angbandtest@lappy angbandv4]$ ./autogen.sh
  16. *info* running aclocal (-I m4)
  17. *info* running autoheader
  18. *info* running autoconf
  19. [angbandtest@lappy angbandv4]$ ./configure --with-no-install --disable-sdl-mixer
  20. checking for tput... /usr/bin/tput
  21. configure: touching .deps files
  22. checking for gcc... gcc
  23. checking whether the C compiler works... yes
  24. checking for C compiler default output file name... a.out
  25. checking for suffix of executables...
  26. checking whether we are cross compiling... no
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking whether make sets $(MAKE)... yes
  32. checking whether ln -s works... yes
  33. checking for a BSD-compatible install... /bin/install -c
  34. checking for a thread-safe mkdir -p... /bin/mkdir -p
  35. checking for windres... no
  36. checking for rm... /bin/rm
  37. checking for mv... /bin/mv
  38. checking for cp... /bin/cp
  39. checking for dirent.h that defines DIR... yes
  40. checking for library containing opendir... none required
  41. checking how to run the C preprocessor... gcc -E
  42. checking for grep that handles long lines and -e... /usr/bin/grep
  43. checking for egrep... /usr/bin/grep -E
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking fcntl.h usability... yes
  55. checking fcntl.h presence... yes
  56. checking for fcntl.h... yes
  57. checking for stdint.h... (cached) yes
  58. checking for stdbool.h that conforms to C99... yes
  59. checking for _Bool... yes
  60. checking for an ANSI C-conforming const... yes
  61. checking return type of signal handlers... void
  62. checking for mkdir... yes
  63. checking for setresgid... yes
  64. checking for setegid... yes
  65. checking for stat... yes
  66. checking if make supports SysV-style inclusion... yes
  67. checking for make silent include syntax... gnu
  68. checking for ncursesw5-config... /usr/bin/ncursesw5-config
  69. checking for ncurses - wide char support... yes
  70. checking for mvwaddnwstr... yes
  71. checking for use_default_colors... yes
  72. checking for can_change_color... yes
  73. checking for X... libraries , headers
  74. checking for gethostbyname... yes
  75. checking for connect... yes
  76. checking for remove... yes
  77. checking for shmat... yes
  78. checking for IceConnectionNumber in -lICE... yes
  79. configure: creating ./config.status
  80. config.status: creating mk/buildsys.mk
  81. config.status: creating mk/extra.mk
  82. config.status: creating mk/sinclude.mk
  83. config.status: creating src/autoconf.h
  84.  
  85. Configuration:
  86.  
  87. Install path: (not used)
  88. binary path: ..
  89. config path: /home/angbandtest/angbandv4/lib/
  90. lib path: /home/angbandtest/angbandv4/lib/
  91. var path: /home/angbandtest/angbandv4/lib/
  92.  
  93. -- Frontends --
  94. - Curses Yes
  95. - GTK 2.x Disabled
  96. - X11 Yes
  97. - SDL Disabled
  98. - Windows Disabled
  99. - Test No
  100. - Stats No
  101.  
  102. - SDL sound Disabled
  103. [angbandtest@lappy angbandv4]$ make
  104. Entering directory src.
  105. Entering directory gtk.
  106. Leaving directory gtk.
  107. Entering directory monster.
  108. Leaving directory monster.
  109. Entering directory object.
  110. Leaving directory object.
  111. Entering directory player.
  112. Leaving directory player.
  113. Successfully generated dependencies.
  114. Successfully compiled attack.c.
  115. Successfully compiled birth.c.
  116. Successfully compiled button.c.
  117. Successfully compiled cave.c.
  118. Successfully compiled cmd0.c.
  119. Successfully compiled cmd1.c.
  120. Successfully compiled cmd2.c.
  121. Successfully compiled cmd3.c.
  122. Successfully compiled cmd4.c.
  123. Successfully compiled cmd-context.c.
  124. Successfully compiled cmd-misc.c.
  125. Successfully compiled cmd-obj.c.
  126. Successfully compiled death.c.
  127. Successfully compiled debug.c.
  128. Successfully compiled dungeon.c.
  129. Successfully compiled effects.c.
  130. Successfully compiled files.c.
  131. Successfully compiled game-cmd.c.
  132. Successfully compiled game-event.c.
  133. Successfully compiled generate.c.
  134. Successfully compiled grafmode.c.
  135. Successfully compiled guid.c.
  136. Successfully compiled history.c.
  137. Successfully compiled init2.c.
  138. Successfully compiled keymap.c.
  139. Successfully compiled load.c.
  140. Successfully compiled monster/mon-init.c.
  141. Successfully compiled monster/melee1.c.
  142. Successfully compiled monster/melee2.c.
  143. Successfully compiled monster/mon-lore.c.
  144. Successfully compiled monster/mon-make.c.
  145. Successfully compiled monster/mon-msg.c.
  146. Successfully compiled monster/mon-power.c.
  147. Successfully compiled monster/mon-spell.c.
  148. Successfully compiled monster/mon-timed.c.
  149. Successfully compiled monster/mon-util.c.
  150. Successfully compiled object/identify.c.
  151. Successfully compiled object/obj-desc.c.
  152. Successfully compiled object/obj-flag.c.
  153. Successfully compiled object/obj-info.c.
  154. Successfully compiled object/obj-make.c.
  155. Successfully compiled object/obj-power.c.
  156. Successfully compiled object/obj-ui.c.
  157. Successfully compiled object/obj-util.c.
  158. Successfully compiled object/pval.c.
  159. Successfully compiled object/randart.c.
  160. Successfully compiled object/slays.c.
  161. Successfully compiled option.c.
  162. Successfully compiled parser.c.
  163. Successfully compiled randname.c.
  164. Successfully compiled pathfind.c.
  165. Successfully compiled prefs.c.
  166. Successfully compiled player/calcs.c.
  167. Successfully compiled player/class.c.
  168. Successfully compiled player/player.c.
  169. Successfully compiled player/race.c.
  170. Successfully compiled player/spell.c.
  171. Successfully compiled player/timed.c.
  172. Successfully compiled player/p-util.c.
  173. Successfully compiled score.c.
  174. Successfully compiled signals.c.
  175. Successfully compiled save.c.
  176. Successfully compiled savefile.c.
  177. Successfully compiled spells1.c.
  178. Successfully compiled spells2.c.
  179. Successfully compiled squelch.c.
  180. Successfully compiled store.c.
  181. Successfully compiled tables.c.
  182. Successfully compiled target.c.
  183. Successfully compiled trap.c.
  184. Successfully compiled ui.c.
  185. Successfully compiled ui-birth.c.
  186. Successfully compiled ui-event.c.
  187. Successfully compiled ui-knowledge.c.
  188. Successfully compiled ui-menu.c.
  189. Successfully compiled ui-options.c.
  190. Successfully compiled ui-spell.c.
  191. Successfully compiled util.c.
  192. Successfully compiled variable.c.
  193. Successfully compiled wiz-spoil.c.
  194. Successfully compiled wiz-stats.c.
  195. Successfully compiled wizard.c.
  196. Successfully compiled x-spell.c.
  197. Successfully compiled xtra2.c.
  198. Successfully compiled xtra3.c.
  199. Successfully compiled borg/borg1.c.
  200. Successfully compiled borg/borg2.c.
  201. Successfully compiled borg/borg3.c.
  202. Successfully compiled borg/borg4.c.
  203. Successfully compiled borg/borg5.c.
  204. Successfully compiled borg/borg6.c.
  205. Successfully compiled borg/borg7.c.
  206. Successfully compiled borg/borg8.c.
  207. Successfully compiled borg/borg9.c.
  208. Successfully compiled buildid.c.
  209. Successfully compiled z-bitflag.c.
  210. Successfully compiled z-file.c.
  211. Successfully compiled z-form.c.
  212. Successfully compiled z-msg.c.
  213. Successfully compiled z-quark.c.
  214. Successfully compiled z-queue.c.
  215. Successfully compiled z-rand.c.
  216. Successfully compiled z-term.c.
  217. Successfully compiled z-type.c.
  218. Successfully compiled z-util.c.
  219. Successfully compiled z-virt.c.
  220. Successfully compiled z-textblock.c.
  221. LINK angband.o
  222. Successfully compiled main.c.
  223. Successfully compiled main-gcu.c.
  224. Successfully compiled main-x11.c.
  225. LINK angband
  226. Leaving directory src.
  227. Entering directory lib.
  228. Entering directory apex.
  229. Leaving directory apex.
  230. Entering directory edit.
  231. Leaving directory edit.
  232. Entering directory file.
  233. Leaving directory file.
  234. Entering directory help.
  235. Leaving directory help.
  236. Entering directory pref.
  237. Leaving directory pref.
  238. Entering directory save.
  239. Leaving directory save.
  240. Entering directory user.
  241. Leaving directory user.
  242. Entering directory xtra.
  243. Entering directory font.
  244. Leaving directory font.
  245. Entering directory graf.
  246. Leaving directory graf.
  247. Entering directory icon.
  248. Leaving directory icon.
  249. Entering directory sound.
  250. Leaving directory sound.
  251. Leaving directory xtra.
  252. Entering directory info.
  253. Leaving directory info.
  254. Leaving directory lib.
  255. Entering directory doc.
  256. Leaving directory doc.
  257. [angbandtest@lappy angbandv4]$ src/angband
  258.  
  259. [angbandtest@lappy angbandv4]$ ls ~/.angband/Angband/
  260. save/ scores/ x11-settings.prf
  261. [angbandtest@lappy angbandv4]$ ls ~/.angband/
  262. Angband
  263. [angbandtest@lappy angbandv4]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement