Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.11 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by mangband configure 1.0.0, which was
  5. generated by GNU Autoconf 2.56. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ruin.ath.cx
  14. uname -m = i386
  15. uname -r = 5.0.1
  16. uname -s = NetBSD
  17. uname -v = NetBSD 5.0.1 (GENERIC) #0: Thu Jul 30 01:39:11 UTC 2009 builds@b8.netbsd.org:/home/builds/ab/netbsd-5-0-1-RELEASE/i386/200907292356Z-obj/home/builds/ab/netbsd-5-0-1-RELEASE/src/sys/arch/i386/compile/GENERIC
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/zewb/bin
  31. PATH: /bin
  32. PATH: /sbin
  33. PATH: /usr/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/X11R7/bin
  36. PATH: /usr/X11R6/bin
  37. PATH: /usr/pkg/bin
  38. PATH: /usr/pkg/sbin
  39. PATH: /usr/games
  40. PATH: /usr/local/bin
  41. PATH: /usr/local/sbin
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:1319: checking build system type
  49. configure:1337: result: i386-unknown-netbsdelf5.0.1
  50. configure:1345: checking host system type
  51. configure:1359: result: i386-unknown-netbsdelf5.0.1
  52. configure:1418: checking for gcc
  53. configure:1434: found /usr/bin/gcc
  54. configure:1444: result: gcc
  55. configure:1688: checking for C compiler version
  56. configure:1691: gcc --version </dev/null >&5
  57. gcc (GCC) 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
  58. Copyright (C) 2006 Free Software Foundation, Inc.
  59. This is free software; see the source for copying conditions. There is NO
  60. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  61.  
  62. configure:1694: $? = 0
  63. configure:1696: gcc -v </dev/null >&5
  64. Using built-in specs.
  65. Target: i386--netbsdelf
  66. Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=x86_64-unknown-netbsd4.99.72 --host=i386--netbsdelf --target=i386--netbsdelf --enable-__cxa_atexit
  67. Thread model: posix
  68. gcc version 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
  69. configure:1699: $? = 0
  70. configure:1701: gcc -V </dev/null >&5
  71. gcc: '-V' option must have argument
  72. configure:1704: $? = 1
  73. configure:1728: checking for C compiler default output
  74. configure:1731: gcc conftest.c >&5
  75. configure:1734: $? = 0
  76. configure:1780: result: a.out
  77. configure:1785: checking whether the C compiler works
  78. configure:1791: ./a.out
  79. configure:1794: $? = 0
  80. configure:1811: result: yes
  81. configure:1818: checking whether we are cross compiling
  82. configure:1820: result: no
  83. configure:1823: checking for suffix of executables
  84. configure:1825: gcc -o conftest conftest.c >&5
  85. configure:1828: $? = 0
  86. configure:1853: result:
  87. configure:1859: checking for suffix of object files
  88. configure:1881: gcc -c conftest.c >&5
  89. configure:1884: $? = 0
  90. configure:1906: result: o
  91. configure:1910: checking whether we are using the GNU C compiler
  92. configure:1935: gcc -c conftest.c >&5
  93. configure:1938: $? = 0
  94. configure:1941: test -s conftest.o
  95. configure:1944: $? = 0
  96. configure:1957: result: yes
  97. configure:1963: checking whether gcc accepts -g
  98. configure:1985: gcc -c -g conftest.c >&5
  99. configure:1988: $? = 0
  100. configure:1991: test -s conftest.o
  101. configure:1994: $? = 0
  102. configure:2005: result: yes
  103. configure:2022: checking for gcc option to accept ANSI C
  104. configure:2083: gcc -c -g -O2 conftest.c >&5
  105. configure:2086: $? = 0
  106. configure:2089: test -s conftest.o
  107. configure:2092: $? = 0
  108. configure:2110: result: none needed
  109. configure:2128: gcc -c -g -O2 conftest.c >&5
  110. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  111. configure:2131: $? = 1
  112. configure: failed program was:
  113. | #ifndef __cplusplus
  114. | choke me
  115. | #endif
  116. configure:2260: checking for main in -lX11
  117. configure:2285: gcc -o conftest -Wall -g -pipe conftest.c -lX11 >&5
  118. ld: cannot find -lX11
  119. configure:2288: $? = 1
  120. configure: failed program was:
  121. | #line 2268 "configure"
  122. | /* confdefs.h. */
  123. |
  124. | #define PACKAGE_NAME "mangband"
  125. | #define PACKAGE_TARNAME "mangband"
  126. | #define PACKAGE_VERSION "1.0.0"
  127. | #define PACKAGE_STRING "mangband 1.0.0"
  128. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  129. | /* end confdefs.h. */
  130. |
  131. |
  132. | int
  133. | main ()
  134. | {
  135. | main ();
  136. | ;
  137. | return 0;
  138. | }
  139. configure:2306: result: no
  140. configure:2313: checking for main in -lSDL
  141. configure:2338: gcc -o conftest -Wall -g -pipe conftest.c -lSDL >&5
  142. ld: cannot find -lSDL
  143. configure:2341: $? = 1
  144. configure: failed program was:
  145. | #line 2321 "configure"
  146. | /* confdefs.h. */
  147. |
  148. | #define PACKAGE_NAME "mangband"
  149. | #define PACKAGE_TARNAME "mangband"
  150. | #define PACKAGE_VERSION "1.0.0"
  151. | #define PACKAGE_STRING "mangband 1.0.0"
  152. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  153. | /* end confdefs.h. */
  154. |
  155. |
  156. | int
  157. | main ()
  158. | {
  159. | main ();
  160. | ;
  161. | return 0;
  162. | }
  163. configure:2359: result: no
  164. configure:2369: checking for main in -lncurses
  165. configure:2394: gcc -o conftest -Wall -g -pipe conftest.c -lncurses >&5
  166. ld: cannot find -lncurses
  167. configure:2397: $? = 1
  168. configure: failed program was:
  169. | #line 2377 "configure"
  170. | /* confdefs.h. */
  171. |
  172. | #define PACKAGE_NAME "mangband"
  173. | #define PACKAGE_TARNAME "mangband"
  174. | #define PACKAGE_VERSION "1.0.0"
  175. | #define PACKAGE_STRING "mangband 1.0.0"
  176. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  177. | /* end confdefs.h. */
  178. |
  179. |
  180. | int
  181. | main ()
  182. | {
  183. | main ();
  184. | ;
  185. | return 0;
  186. | }
  187. configure:2415: result: no
  188. configure:2427: checking for main in -lcurses
  189. configure:2452: gcc -o conftest -Wall -g -pipe conftest.c -lcurses >&5
  190. configure:2455: $? = 0
  191. configure:2458: test -s conftest
  192. configure:2461: $? = 0
  193. configure:2473: result: yes
  194. configure:2846: checking how to run the C preprocessor
  195. configure:2876: gcc -E conftest.c
  196. configure:2882: $? = 0
  197. configure:2914: gcc -E conftest.c
  198. configure:2915:28: error: ac_nonexistent.h: No such file or directory
  199. configure:2920: $? = 1
  200. configure: failed program was:
  201. | #line 2906 "configure"
  202. | /* confdefs.h. */
  203. |
  204. | #define PACKAGE_NAME "mangband"
  205. | #define PACKAGE_TARNAME "mangband"
  206. | #define PACKAGE_VERSION "1.0.0"
  207. | #define PACKAGE_STRING "mangband 1.0.0"
  208. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  209. | #define HAVE_LIBCURSES 1
  210. | /* end confdefs.h. */
  211. | #include <ac_nonexistent.h>
  212. configure:2958: result: gcc -E
  213. configure:2977: gcc -E conftest.c
  214. configure:2983: $? = 0
  215. configure:3015: gcc -E conftest.c
  216. configure:3016:28: error: ac_nonexistent.h: No such file or directory
  217. configure:3021: $? = 1
  218. configure: failed program was:
  219. | #line 3007 "configure"
  220. | /* confdefs.h. */
  221. |
  222. | #define PACKAGE_NAME "mangband"
  223. | #define PACKAGE_TARNAME "mangband"
  224. | #define PACKAGE_VERSION "1.0.0"
  225. | #define PACKAGE_STRING "mangband 1.0.0"
  226. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  227. | #define HAVE_LIBCURSES 1
  228. | /* end confdefs.h. */
  229. | #include <ac_nonexistent.h>
  230. configure:3064: checking for egrep
  231. configure:3074: result: grep -E
  232. configure:3079: checking for ANSI C header files
  233. configure:3105: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  234. configure:3108: $? = 0
  235. configure:3111: test -s conftest.o
  236. configure:3114: $? = 0
  237. configure:3206: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  238. configure: In function 'main':
  239. configure:3201: warning: implicit declaration of function 'exit'
  240. configure:3201: warning: incompatible implicit declaration of built-in function 'exit'
  241. configure:3209: $? = 0
  242. configure:3211: ./conftest
  243. configure:3214: $? = 0
  244. configure:3229: result: yes
  245. configure:3253: checking for sys/types.h
  246. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  247. configure:3273: $? = 0
  248. configure:3276: test -s conftest.o
  249. configure:3279: $? = 0
  250. configure:3290: result: yes
  251. configure:3253: checking for sys/stat.h
  252. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  253. configure:3273: $? = 0
  254. configure:3276: test -s conftest.o
  255. configure:3279: $? = 0
  256. configure:3290: result: yes
  257. configure:3253: checking for stdlib.h
  258. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  259. configure:3273: $? = 0
  260. configure:3276: test -s conftest.o
  261. configure:3279: $? = 0
  262. configure:3290: result: yes
  263. configure:3253: checking for string.h
  264. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  265. configure:3273: $? = 0
  266. configure:3276: test -s conftest.o
  267. configure:3279: $? = 0
  268. configure:3290: result: yes
  269. configure:3253: checking for memory.h
  270. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  271. configure:3273: $? = 0
  272. configure:3276: test -s conftest.o
  273. configure:3279: $? = 0
  274. configure:3290: result: yes
  275. configure:3253: checking for strings.h
  276. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  277. configure:3273: $? = 0
  278. configure:3276: test -s conftest.o
  279. configure:3279: $? = 0
  280. configure:3290: result: yes
  281. configure:3253: checking for inttypes.h
  282. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  283. configure:3273: $? = 0
  284. configure:3276: test -s conftest.o
  285. configure:3279: $? = 0
  286. configure:3290: result: yes
  287. configure:3253: checking for stdint.h
  288. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  289. configure:3273: $? = 0
  290. configure:3276: test -s conftest.o
  291. configure:3279: $? = 0
  292. configure:3290: result: yes
  293. configure:3253: checking for unistd.h
  294. configure:3270: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  295. configure:3273: $? = 0
  296. configure:3276: test -s conftest.o
  297. configure:3279: $? = 0
  298. configure:3290: result: yes
  299. configure:3335: checking arpa/inet.h usability
  300. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  301. configure:3351: $? = 0
  302. configure:3354: test -s conftest.o
  303. configure:3357: $? = 0
  304. configure:3367: result: yes
  305. configure:3371: checking arpa/inet.h presence
  306. configure:3382: gcc -E conftest.c
  307. configure:3388: $? = 0
  308. configure:3407: result: yes
  309. configure:3443: checking for arpa/inet.h
  310. configure:3450: result: yes
  311. configure:3335: checking fcntl.h usability
  312. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  313. configure:3351: $? = 0
  314. configure:3354: test -s conftest.o
  315. configure:3357: $? = 0
  316. configure:3367: result: yes
  317. configure:3371: checking fcntl.h presence
  318. configure:3382: gcc -E conftest.c
  319. configure:3388: $? = 0
  320. configure:3407: result: yes
  321. configure:3443: checking for fcntl.h
  322. configure:3450: result: yes
  323. configure:3335: checking float.h usability
  324. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  325. configure:3351: $? = 0
  326. configure:3354: test -s conftest.o
  327. configure:3357: $? = 0
  328. configure:3367: result: yes
  329. configure:3371: checking float.h presence
  330. configure:3382: gcc -E conftest.c
  331. configure:3388: $? = 0
  332. configure:3407: result: yes
  333. configure:3443: checking for float.h
  334. configure:3450: result: yes
  335. configure:3335: checking limits.h usability
  336. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  337. configure:3351: $? = 0
  338. configure:3354: test -s conftest.o
  339. configure:3357: $? = 0
  340. configure:3367: result: yes
  341. configure:3371: checking limits.h presence
  342. configure:3382: gcc -E conftest.c
  343. configure:3388: $? = 0
  344. configure:3407: result: yes
  345. configure:3443: checking for limits.h
  346. configure:3450: result: yes
  347. configure:3326: checking for memory.h
  348. configure:3331: result: yes
  349. configure:3335: checking netdb.h usability
  350. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  351. configure:3351: $? = 0
  352. configure:3354: test -s conftest.o
  353. configure:3357: $? = 0
  354. configure:3367: result: yes
  355. configure:3371: checking netdb.h presence
  356. configure:3382: gcc -E conftest.c
  357. configure:3388: $? = 0
  358. configure:3407: result: yes
  359. configure:3443: checking for netdb.h
  360. configure:3450: result: yes
  361. configure:3335: checking netinet/in.h usability
  362. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  363. configure:3351: $? = 0
  364. configure:3354: test -s conftest.o
  365. configure:3357: $? = 0
  366. configure:3367: result: yes
  367. configure:3371: checking netinet/in.h presence
  368. configure:3382: gcc -E conftest.c
  369. configure:3388: $? = 0
  370. configure:3407: result: yes
  371. configure:3443: checking for netinet/in.h
  372. configure:3450: result: yes
  373. configure:3326: checking for stdlib.h
  374. configure:3331: result: yes
  375. configure:3326: checking for string.h
  376. configure:3331: result: yes
  377. configure:3326: checking for strings.h
  378. configure:3331: result: yes
  379. configure:3335: checking sys/file.h usability
  380. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  381. configure:3351: $? = 0
  382. configure:3354: test -s conftest.o
  383. configure:3357: $? = 0
  384. configure:3367: result: yes
  385. configure:3371: checking sys/file.h presence
  386. configure:3382: gcc -E conftest.c
  387. configure:3388: $? = 0
  388. configure:3407: result: yes
  389. configure:3443: checking for sys/file.h
  390. configure:3450: result: yes
  391. configure:3335: checking sys/ioctl.h usability
  392. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  393. configure:3351: $? = 0
  394. configure:3354: test -s conftest.o
  395. configure:3357: $? = 0
  396. configure:3367: result: yes
  397. configure:3371: checking sys/ioctl.h presence
  398. configure:3382: gcc -E conftest.c
  399. configure:3388: $? = 0
  400. configure:3407: result: yes
  401. configure:3443: checking for sys/ioctl.h
  402. configure:3450: result: yes
  403. configure:3335: checking sys/param.h usability
  404. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  405. configure:3351: $? = 0
  406. configure:3354: test -s conftest.o
  407. configure:3357: $? = 0
  408. configure:3367: result: yes
  409. configure:3371: checking sys/param.h presence
  410. configure:3382: gcc -E conftest.c
  411. configure:3388: $? = 0
  412. configure:3407: result: yes
  413. configure:3443: checking for sys/param.h
  414. configure:3450: result: yes
  415. configure:3335: checking sys/socket.h usability
  416. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  417. configure:3351: $? = 0
  418. configure:3354: test -s conftest.o
  419. configure:3357: $? = 0
  420. configure:3367: result: yes
  421. configure:3371: checking sys/socket.h presence
  422. configure:3382: gcc -E conftest.c
  423. configure:3388: $? = 0
  424. configure:3407: result: yes
  425. configure:3443: checking for sys/socket.h
  426. configure:3450: result: yes
  427. configure:3335: checking sys/time.h usability
  428. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  429. configure:3351: $? = 0
  430. configure:3354: test -s conftest.o
  431. configure:3357: $? = 0
  432. configure:3367: result: yes
  433. configure:3371: checking sys/time.h presence
  434. configure:3382: gcc -E conftest.c
  435. configure:3388: $? = 0
  436. configure:3407: result: yes
  437. configure:3443: checking for sys/time.h
  438. configure:3450: result: yes
  439. configure:3335: checking sys/timeb.h usability
  440. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  441. configure:3351: $? = 0
  442. configure:3354: test -s conftest.o
  443. configure:3357: $? = 0
  444. configure:3367: result: yes
  445. configure:3371: checking sys/timeb.h presence
  446. configure:3382: gcc -E conftest.c
  447. configure:3388: $? = 0
  448. configure:3407: result: yes
  449. configure:3443: checking for sys/timeb.h
  450. configure:3450: result: yes
  451. configure:3335: checking termio.h usability
  452. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  453. configure:3407:20: error: termio.h: No such file or directory
  454. configure:3351: $? = 1
  455. configure: failed program was:
  456. | #line 3338 "configure"
  457. | /* confdefs.h. */
  458. |
  459. | #define PACKAGE_NAME "mangband"
  460. | #define PACKAGE_TARNAME "mangband"
  461. | #define PACKAGE_VERSION "1.0.0"
  462. | #define PACKAGE_STRING "mangband 1.0.0"
  463. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  464. | #define HAVE_LIBCURSES 1
  465. | #define STDC_HEADERS 1
  466. | #define HAVE_SYS_TYPES_H 1
  467. | #define HAVE_SYS_STAT_H 1
  468. | #define HAVE_STDLIB_H 1
  469. | #define HAVE_STRING_H 1
  470. | #define HAVE_MEMORY_H 1
  471. | #define HAVE_STRINGS_H 1
  472. | #define HAVE_INTTYPES_H 1
  473. | #define HAVE_STDINT_H 1
  474. | #define HAVE_UNISTD_H 1
  475. | #define HAVE_ARPA_INET_H 1
  476. | #define HAVE_FCNTL_H 1
  477. | #define HAVE_FLOAT_H 1
  478. | #define HAVE_LIMITS_H 1
  479. | #define HAVE_MEMORY_H 1
  480. | #define HAVE_NETDB_H 1
  481. | #define HAVE_NETINET_IN_H 1
  482. | #define HAVE_STDLIB_H 1
  483. | #define HAVE_STRING_H 1
  484. | #define HAVE_STRINGS_H 1
  485. | #define HAVE_SYS_FILE_H 1
  486. | #define HAVE_SYS_IOCTL_H 1
  487. | #define HAVE_SYS_PARAM_H 1
  488. | #define HAVE_SYS_SOCKET_H 1
  489. | #define HAVE_SYS_TIME_H 1
  490. | #define HAVE_SYS_TIMEB_H 1
  491. | /* end confdefs.h. */
  492. | #include <stdio.h>
  493. | #if HAVE_SYS_TYPES_H
  494. | # include <sys/types.h>
  495. | #endif
  496. | #if HAVE_SYS_STAT_H
  497. | # include <sys/stat.h>
  498. | #endif
  499. | #if STDC_HEADERS
  500. | # include <stdlib.h>
  501. | # include <stddef.h>
  502. | #else
  503. | # if HAVE_STDLIB_H
  504. | # include <stdlib.h>
  505. | # endif
  506. | #endif
  507. | #if HAVE_STRING_H
  508. | # if !STDC_HEADERS && HAVE_MEMORY_H
  509. | # include <memory.h>
  510. | # endif
  511. | # include <string.h>
  512. | #endif
  513. | #if HAVE_STRINGS_H
  514. | # include <strings.h>
  515. | #endif
  516. | #if HAVE_INTTYPES_H
  517. | # include <inttypes.h>
  518. | #else
  519. | # if HAVE_STDINT_H
  520. | # include <stdint.h>
  521. | # endif
  522. | #endif
  523. | #if HAVE_UNISTD_H
  524. | # include <unistd.h>
  525. | #endif
  526. | #include <termio.h>
  527. configure:3367: result: no
  528. configure:3371: checking termio.h presence
  529. configure:3382: gcc -E conftest.c
  530. configure:3409:20: error: termio.h: No such file or directory
  531. configure:3388: $? = 1
  532. configure: failed program was:
  533. | #line 3374 "configure"
  534. | /* confdefs.h. */
  535. |
  536. | #define PACKAGE_NAME "mangband"
  537. | #define PACKAGE_TARNAME "mangband"
  538. | #define PACKAGE_VERSION "1.0.0"
  539. | #define PACKAGE_STRING "mangband 1.0.0"
  540. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  541. | #define HAVE_LIBCURSES 1
  542. | #define STDC_HEADERS 1
  543. | #define HAVE_SYS_TYPES_H 1
  544. | #define HAVE_SYS_STAT_H 1
  545. | #define HAVE_STDLIB_H 1
  546. | #define HAVE_STRING_H 1
  547. | #define HAVE_MEMORY_H 1
  548. | #define HAVE_STRINGS_H 1
  549. | #define HAVE_INTTYPES_H 1
  550. | #define HAVE_STDINT_H 1
  551. | #define HAVE_UNISTD_H 1
  552. | #define HAVE_ARPA_INET_H 1
  553. | #define HAVE_FCNTL_H 1
  554. | #define HAVE_FLOAT_H 1
  555. | #define HAVE_LIMITS_H 1
  556. | #define HAVE_MEMORY_H 1
  557. | #define HAVE_NETDB_H 1
  558. | #define HAVE_NETINET_IN_H 1
  559. | #define HAVE_STDLIB_H 1
  560. | #define HAVE_STRING_H 1
  561. | #define HAVE_STRINGS_H 1
  562. | #define HAVE_SYS_FILE_H 1
  563. | #define HAVE_SYS_IOCTL_H 1
  564. | #define HAVE_SYS_PARAM_H 1
  565. | #define HAVE_SYS_SOCKET_H 1
  566. | #define HAVE_SYS_TIME_H 1
  567. | #define HAVE_SYS_TIMEB_H 1
  568. | /* end confdefs.h. */
  569. | #include <termio.h>
  570. configure:3407: result: no
  571. configure:3443: checking for termio.h
  572. configure:3450: result: no
  573. configure:3335: checking termios.h usability
  574. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  575. configure:3351: $? = 0
  576. configure:3354: test -s conftest.o
  577. configure:3357: $? = 0
  578. configure:3367: result: yes
  579. configure:3371: checking termios.h presence
  580. configure:3382: gcc -E conftest.c
  581. configure:3388: $? = 0
  582. configure:3407: result: yes
  583. configure:3443: checking for termios.h
  584. configure:3450: result: yes
  585. configure:3326: checking for unistd.h
  586. configure:3331: result: yes
  587. configure:3335: checking values.h usability
  588. configure:3348: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  589. configure:3409:20: error: values.h: No such file or directory
  590. configure:3351: $? = 1
  591. configure: failed program was:
  592. | #line 3338 "configure"
  593. | /* confdefs.h. */
  594. |
  595. | #define PACKAGE_NAME "mangband"
  596. | #define PACKAGE_TARNAME "mangband"
  597. | #define PACKAGE_VERSION "1.0.0"
  598. | #define PACKAGE_STRING "mangband 1.0.0"
  599. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  600. | #define HAVE_LIBCURSES 1
  601. | #define STDC_HEADERS 1
  602. | #define HAVE_SYS_TYPES_H 1
  603. | #define HAVE_SYS_STAT_H 1
  604. | #define HAVE_STDLIB_H 1
  605. | #define HAVE_STRING_H 1
  606. | #define HAVE_MEMORY_H 1
  607. | #define HAVE_STRINGS_H 1
  608. | #define HAVE_INTTYPES_H 1
  609. | #define HAVE_STDINT_H 1
  610. | #define HAVE_UNISTD_H 1
  611. | #define HAVE_ARPA_INET_H 1
  612. | #define HAVE_FCNTL_H 1
  613. | #define HAVE_FLOAT_H 1
  614. | #define HAVE_LIMITS_H 1
  615. | #define HAVE_MEMORY_H 1
  616. | #define HAVE_NETDB_H 1
  617. | #define HAVE_NETINET_IN_H 1
  618. | #define HAVE_STDLIB_H 1
  619. | #define HAVE_STRING_H 1
  620. | #define HAVE_STRINGS_H 1
  621. | #define HAVE_SYS_FILE_H 1
  622. | #define HAVE_SYS_IOCTL_H 1
  623. | #define HAVE_SYS_PARAM_H 1
  624. | #define HAVE_SYS_SOCKET_H 1
  625. | #define HAVE_SYS_TIME_H 1
  626. | #define HAVE_SYS_TIMEB_H 1
  627. | #define HAVE_TERMIOS_H 1
  628. | #define HAVE_UNISTD_H 1
  629. | /* end confdefs.h. */
  630. | #include <stdio.h>
  631. | #if HAVE_SYS_TYPES_H
  632. | # include <sys/types.h>
  633. | #endif
  634. | #if HAVE_SYS_STAT_H
  635. | # include <sys/stat.h>
  636. | #endif
  637. | #if STDC_HEADERS
  638. | # include <stdlib.h>
  639. | # include <stddef.h>
  640. | #else
  641. | # if HAVE_STDLIB_H
  642. | # include <stdlib.h>
  643. | # endif
  644. | #endif
  645. | #if HAVE_STRING_H
  646. | # if !STDC_HEADERS && HAVE_MEMORY_H
  647. | # include <memory.h>
  648. | # endif
  649. | # include <string.h>
  650. | #endif
  651. | #if HAVE_STRINGS_H
  652. | # include <strings.h>
  653. | #endif
  654. | #if HAVE_INTTYPES_H
  655. | # include <inttypes.h>
  656. | #else
  657. | # if HAVE_STDINT_H
  658. | # include <stdint.h>
  659. | # endif
  660. | #endif
  661. | #if HAVE_UNISTD_H
  662. | # include <unistd.h>
  663. | #endif
  664. | #include <values.h>
  665. configure:3367: result: no
  666. configure:3371: checking values.h presence
  667. configure:3382: gcc -E conftest.c
  668. configure:3411:20: error: values.h: No such file or directory
  669. configure:3388: $? = 1
  670. configure: failed program was:
  671. | #line 3374 "configure"
  672. | /* confdefs.h. */
  673. |
  674. | #define PACKAGE_NAME "mangband"
  675. | #define PACKAGE_TARNAME "mangband"
  676. | #define PACKAGE_VERSION "1.0.0"
  677. | #define PACKAGE_STRING "mangband 1.0.0"
  678. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  679. | #define HAVE_LIBCURSES 1
  680. | #define STDC_HEADERS 1
  681. | #define HAVE_SYS_TYPES_H 1
  682. | #define HAVE_SYS_STAT_H 1
  683. | #define HAVE_STDLIB_H 1
  684. | #define HAVE_STRING_H 1
  685. | #define HAVE_MEMORY_H 1
  686. | #define HAVE_STRINGS_H 1
  687. | #define HAVE_INTTYPES_H 1
  688. | #define HAVE_STDINT_H 1
  689. | #define HAVE_UNISTD_H 1
  690. | #define HAVE_ARPA_INET_H 1
  691. | #define HAVE_FCNTL_H 1
  692. | #define HAVE_FLOAT_H 1
  693. | #define HAVE_LIMITS_H 1
  694. | #define HAVE_MEMORY_H 1
  695. | #define HAVE_NETDB_H 1
  696. | #define HAVE_NETINET_IN_H 1
  697. | #define HAVE_STDLIB_H 1
  698. | #define HAVE_STRING_H 1
  699. | #define HAVE_STRINGS_H 1
  700. | #define HAVE_SYS_FILE_H 1
  701. | #define HAVE_SYS_IOCTL_H 1
  702. | #define HAVE_SYS_PARAM_H 1
  703. | #define HAVE_SYS_SOCKET_H 1
  704. | #define HAVE_SYS_TIME_H 1
  705. | #define HAVE_SYS_TIMEB_H 1
  706. | #define HAVE_TERMIOS_H 1
  707. | #define HAVE_UNISTD_H 1
  708. | /* end confdefs.h. */
  709. | #include <values.h>
  710. configure:3407: result: no
  711. configure:3443: checking for values.h
  712. configure:3450: result: no
  713. configure:3465: checking for stdbool.h that conforms to C99
  714. configure:3519: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  715. configure:3522: $? = 0
  716. configure:3525: test -s conftest.o
  717. configure:3528: $? = 0
  718. configure:3539: result: yes
  719. configure:3541: checking for _Bool
  720. configure:3566: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  721. configure:3569: $? = 0
  722. configure:3572: test -s conftest.o
  723. configure:3575: $? = 0
  724. configure:3586: result: yes
  725. configure:3605: checking for an ANSI C-conforming const
  726. configure:3673: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  727. configure: In function 'main':
  728. configure:3677: warning: unused variable 's'
  729. configure:3697: warning: unused variable 'foo'
  730. configure:3664: warning: unused variable 'zero'
  731. configure:3658: warning: unused variable 'x'
  732. configure:3676: $? = 0
  733. configure:3679: test -s conftest.o
  734. configure:3682: $? = 0
  735. configure:3693: result: yes
  736. configure:3703: checking for inline
  737. configure:3725: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  738. configure:3728: $? = 0
  739. configure:3731: test -s conftest.o
  740. configure:3734: $? = 0
  741. configure:3746: result: inline
  742. configure:3761: checking for size_t
  743. configure:3786: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  744. configure:3789: $? = 0
  745. configure:3792: test -s conftest.o
  746. configure:3795: $? = 0
  747. configure:3806: result: yes
  748. configure:3818: checking whether time.h and sys/time.h may both be included
  749. configure:3844: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  750. configure:3847: $? = 0
  751. configure:3850: test -s conftest.o
  752. configure:3853: $? = 0
  753. configure:3864: result: yes
  754. configure:3874: checking whether struct tm is in sys/time.h or time.h
  755. configure:3898: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  756. configure: In function 'main':
  757. configure:3926: warning: statement with no effect
  758. configure:3901: $? = 0
  759. configure:3904: test -s conftest.o
  760. configure:3907: $? = 0
  761. configure:3918: result: time.h
  762. configure:3928: checking for working volatile
  763. configure:3952: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  764. configure: In function 'main':
  765. configure:3980: warning: unused variable 'y'
  766. configure:3979: warning: unused variable 'x'
  767. configure:3955: $? = 0
  768. configure:3958: test -s conftest.o
  769. configure:3961: $? = 0
  770. configure:3972: result: yes
  771. configure:3985: checking whether gcc needs -traditional
  772. configure:4052:20: error: termio.h: No such file or directory
  773. configure:4029: result: no
  774. configure:4041: checking for stdlib.h
  775. configure:4046: result: yes
  776. configure:4178: checking for GNU libc compatible malloc
  777. configure:4208: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  778. configure:4211: $? = 0
  779. configure:4213: ./conftest
  780. configure:4216: $? = 0
  781. configure:4230: result: yes
  782. configure:4253: checking for working memcmp
  783. configure:4302: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  784. configure: In function 'main':
  785. configure:4311: warning: implicit declaration of function 'memcmp'
  786. configure:4312: warning: implicit declaration of function 'exit'
  787. configure:4312: warning: incompatible implicit declaration of built-in function 'exit'
  788. configure:4325: warning: implicit declaration of function 'strcpy'
  789. configure:4325: warning: incompatible implicit declaration of built-in function 'strcpy'
  790. configure:4305: $? = 0
  791. configure:4307: ./conftest
  792. configure:4310: $? = 0
  793. configure:4324: result: yes
  794. configure:4333: checking for stdlib.h
  795. configure:4338: result: yes
  796. configure:4470: checking for GNU libc compatible realloc
  797. configure:4500: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  798. configure:4503: $? = 0
  799. configure:4505: ./conftest
  800. configure:4508: $? = 0
  801. configure:4522: result: yes
  802. configure:4560: checking sys/select.h usability
  803. configure:4573: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  804. configure:4576: $? = 0
  805. configure:4579: test -s conftest.o
  806. configure:4582: $? = 0
  807. configure:4592: result: yes
  808. configure:4596: checking sys/select.h presence
  809. configure:4607: gcc -E conftest.c
  810. configure:4613: $? = 0
  811. configure:4632: result: yes
  812. configure:4668: checking for sys/select.h
  813. configure:4675: result: yes
  814. configure:4551: checking for sys/socket.h
  815. configure:4556: result: yes
  816. configure:4688: checking types of arguments for select
  817. configure:4722: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  818. configure:4725: $? = 0
  819. configure:4728: test -s conftest.o
  820. configure:4731: $? = 0
  821. configure:4747: result: int,fd_set *,struct timeval *
  822. configure:4770: checking return type of signal handlers
  823. configure:4802: gcc -c -Wall -g -pipe -DUSE_GCU conftest.c >&5
  824. configure: In function 'main':
  825. configure:4839: warning: unused variable 'i'
  826. configure:4805: $? = 0
  827. configure:4808: test -s conftest.o
  828. configure:4811: $? = 0
  829. configure:4822: result: void
  830. configure:4834: checking for strftime
  831. configure:4878: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  832. configure:4900: warning: conflicting types for built-in function 'strftime'
  833. configure:4881: $? = 0
  834. configure:4884: test -s conftest
  835. configure:4887: $? = 0
  836. configure:4898: result: yes
  837. configure:4976: checking for vprintf
  838. configure:5020: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  839. configure:5043: warning: conflicting types for built-in function 'vprintf'
  840. configure:5023: $? = 0
  841. configure:5026: test -s conftest
  842. configure:5029: $? = 0
  843. configure:5040: result: yes
  844. configure:5047: checking for _doprnt
  845. configure:5091: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  846. /var/tmp//ccFAFFzu.o:(.data+0x0): undefined reference to `_doprnt'
  847. configure:5094: $? = 1
  848. configure: failed program was:
  849. | #line 5053 "configure"
  850. | /* confdefs.h. */
  851. |
  852. | #define PACKAGE_NAME "mangband"
  853. | #define PACKAGE_TARNAME "mangband"
  854. | #define PACKAGE_VERSION "1.0.0"
  855. | #define PACKAGE_STRING "mangband 1.0.0"
  856. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  857. | #define HAVE_LIBCURSES 1
  858. | #define STDC_HEADERS 1
  859. | #define HAVE_SYS_TYPES_H 1
  860. | #define HAVE_SYS_STAT_H 1
  861. | #define HAVE_STDLIB_H 1
  862. | #define HAVE_STRING_H 1
  863. | #define HAVE_MEMORY_H 1
  864. | #define HAVE_STRINGS_H 1
  865. | #define HAVE_INTTYPES_H 1
  866. | #define HAVE_STDINT_H 1
  867. | #define HAVE_UNISTD_H 1
  868. | #define HAVE_ARPA_INET_H 1
  869. | #define HAVE_FCNTL_H 1
  870. | #define HAVE_FLOAT_H 1
  871. | #define HAVE_LIMITS_H 1
  872. | #define HAVE_MEMORY_H 1
  873. | #define HAVE_NETDB_H 1
  874. | #define HAVE_NETINET_IN_H 1
  875. | #define HAVE_STDLIB_H 1
  876. | #define HAVE_STRING_H 1
  877. | #define HAVE_STRINGS_H 1
  878. | #define HAVE_SYS_FILE_H 1
  879. | #define HAVE_SYS_IOCTL_H 1
  880. | #define HAVE_SYS_PARAM_H 1
  881. | #define HAVE_SYS_SOCKET_H 1
  882. | #define HAVE_SYS_TIME_H 1
  883. | #define HAVE_SYS_TIMEB_H 1
  884. | #define HAVE_TERMIOS_H 1
  885. | #define HAVE_UNISTD_H 1
  886. | #define HAVE__BOOL 1
  887. | #define HAVE_STDBOOL_H 1
  888. | #define TIME_WITH_SYS_TIME 1
  889. | #define HAVE_STDLIB_H 1
  890. | #define HAVE_MALLOC 1
  891. | #define HAVE_STDLIB_H 1
  892. | #define HAVE_REALLOC 1
  893. | #define HAVE_SYS_SELECT_H 1
  894. | #define HAVE_SYS_SOCKET_H 1
  895. | #define SELECT_TYPE_ARG1 int
  896. | #define SELECT_TYPE_ARG234 (fd_set *)
  897. | #define SELECT_TYPE_ARG5 (struct timeval *)
  898. | #define RETSIGTYPE void
  899. | #define HAVE_STRFTIME 1
  900. | #define HAVE_VPRINTF 1
  901. | /* end confdefs.h. */
  902. | /* System header to define __stub macros and hopefully few prototypes,
  903. | which can conflict with char _doprnt (); below. */
  904. | #include <assert.h>
  905. | /* Override any gcc2 internal prototype to avoid an error. */
  906. | #ifdef __cplusplus
  907. | extern "C"
  908. | {
  909. | #endif
  910. | /* We use char because int might match the return type of a gcc2
  911. | builtin and then its argument prototype would still apply. */
  912. | char _doprnt ();
  913. | /* The GNU C library defines this for functions which it implements
  914. | to always fail with ENOSYS. Some functions are actually named
  915. | something starting with __ and the normal name is an alias. */
  916. | #if defined (__stub__doprnt) || defined (__stub____doprnt)
  917. | choke me
  918. | #else
  919. | char (*f) () = _doprnt;
  920. | #endif
  921. | #ifdef __cplusplus
  922. | }
  923. | #endif
  924. |
  925. | int
  926. | main ()
  927. | {
  928. |
  929. | ;
  930. | return 0;
  931. | }
  932. configure:5111: result: no
  933. configure:5151: checking for alarm
  934. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  935. configure:5198: $? = 0
  936. configure:5201: test -s conftest
  937. configure:5204: $? = 0
  938. configure:5215: result: yes
  939. configure:5151: checking for atexit
  940. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  941. configure:5198: $? = 0
  942. configure:5201: test -s conftest
  943. configure:5204: $? = 0
  944. configure:5215: result: yes
  945. configure:5151: checking for floor
  946. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  947. configure:5221: warning: conflicting types for built-in function 'floor'
  948. /var/tmp//ccK1T5El.o:(.data+0x0): undefined reference to `floor'
  949. configure:5198: $? = 1
  950. configure: failed program was:
  951. | #line 5157 "configure"
  952. | /* confdefs.h. */
  953. |
  954. | #define PACKAGE_NAME "mangband"
  955. | #define PACKAGE_TARNAME "mangband"
  956. | #define PACKAGE_VERSION "1.0.0"
  957. | #define PACKAGE_STRING "mangband 1.0.0"
  958. | #define PACKAGE_BUGREPORT "jug@mangband.org"
  959. | #define HAVE_LIBCURSES 1
  960. | #define STDC_HEADERS 1
  961. | #define HAVE_SYS_TYPES_H 1
  962. | #define HAVE_SYS_STAT_H 1
  963. | #define HAVE_STDLIB_H 1
  964. | #define HAVE_STRING_H 1
  965. | #define HAVE_MEMORY_H 1
  966. | #define HAVE_STRINGS_H 1
  967. | #define HAVE_INTTYPES_H 1
  968. | #define HAVE_STDINT_H 1
  969. | #define HAVE_UNISTD_H 1
  970. | #define HAVE_ARPA_INET_H 1
  971. | #define HAVE_FCNTL_H 1
  972. | #define HAVE_FLOAT_H 1
  973. | #define HAVE_LIMITS_H 1
  974. | #define HAVE_MEMORY_H 1
  975. | #define HAVE_NETDB_H 1
  976. | #define HAVE_NETINET_IN_H 1
  977. | #define HAVE_STDLIB_H 1
  978. | #define HAVE_STRING_H 1
  979. | #define HAVE_STRINGS_H 1
  980. | #define HAVE_SYS_FILE_H 1
  981. | #define HAVE_SYS_IOCTL_H 1
  982. | #define HAVE_SYS_PARAM_H 1
  983. | #define HAVE_SYS_SOCKET_H 1
  984. | #define HAVE_SYS_TIME_H 1
  985. | #define HAVE_SYS_TIMEB_H 1
  986. | #define HAVE_TERMIOS_H 1
  987. | #define HAVE_UNISTD_H 1
  988. | #define HAVE__BOOL 1
  989. | #define HAVE_STDBOOL_H 1
  990. | #define TIME_WITH_SYS_TIME 1
  991. | #define HAVE_STDLIB_H 1
  992. | #define HAVE_MALLOC 1
  993. | #define HAVE_STDLIB_H 1
  994. | #define HAVE_REALLOC 1
  995. | #define HAVE_SYS_SELECT_H 1
  996. | #define HAVE_SYS_SOCKET_H 1
  997. | #define SELECT_TYPE_ARG1 int
  998. | #define SELECT_TYPE_ARG234 (fd_set *)
  999. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1000. | #define RETSIGTYPE void
  1001. | #define HAVE_STRFTIME 1
  1002. | #define HAVE_VPRINTF 1
  1003. | #define HAVE_ALARM 1
  1004. | #define HAVE_ATEXIT 1
  1005. | /* end confdefs.h. */
  1006. | /* System header to define __stub macros and hopefully few prototypes,
  1007. | which can conflict with char floor (); below. */
  1008. | #include <assert.h>
  1009. | /* Override any gcc2 internal prototype to avoid an error. */
  1010. | #ifdef __cplusplus
  1011. | extern "C"
  1012. | {
  1013. | #endif
  1014. | /* We use char because int might match the return type of a gcc2
  1015. | builtin and then its argument prototype would still apply. */
  1016. | char floor ();
  1017. | /* The GNU C library defines this for functions which it implements
  1018. | to always fail with ENOSYS. Some functions are actually named
  1019. | something starting with __ and the normal name is an alias. */
  1020. | #if defined (__stub_floor) || defined (__stub___floor)
  1021. | choke me
  1022. | #else
  1023. | char (*f) () = floor;
  1024. | #endif
  1025. | #ifdef __cplusplus
  1026. | }
  1027. | #endif
  1028. |
  1029. | int
  1030. | main ()
  1031. | {
  1032. |
  1033. | ;
  1034. | return 0;
  1035. | }
  1036. configure:5215: result: no
  1037. configure:5151: checking for ftruncate
  1038. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1039. configure:5198: $? = 0
  1040. configure:5201: test -s conftest
  1041. configure:5204: $? = 0
  1042. configure:5215: result: yes
  1043. configure:5151: checking for gethostbyaddr
  1044. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1045. configure:5198: $? = 0
  1046. configure:5201: test -s conftest
  1047. configure:5204: $? = 0
  1048. configure:5215: result: yes
  1049. configure:5151: checking for gethostbyname
  1050. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1051. configure:5198: $? = 0
  1052. configure:5201: test -s conftest
  1053. configure:5204: $? = 0
  1054. configure:5215: result: yes
  1055. configure:5151: checking for gethostname
  1056. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1057. configure:5198: $? = 0
  1058. configure:5201: test -s conftest
  1059. configure:5204: $? = 0
  1060. configure:5215: result: yes
  1061. configure:5151: checking for gettimeofday
  1062. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1063. configure:5198: $? = 0
  1064. configure:5201: test -s conftest
  1065. configure:5204: $? = 0
  1066. configure:5215: result: yes
  1067. configure:5151: checking for inet_ntoa
  1068. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1069. configure:5198: $? = 0
  1070. configure:5201: test -s conftest
  1071. configure:5204: $? = 0
  1072. configure:5215: result: yes
  1073. configure:5151: checking for isascii
  1074. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1075. configure:5227: warning: conflicting types for built-in function 'isascii'
  1076. configure:5198: $? = 0
  1077. configure:5201: test -s conftest
  1078. configure:5204: $? = 0
  1079. configure:5215: result: yes
  1080. configure:5151: checking for memmove
  1081. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1082. configure:5228: warning: conflicting types for built-in function 'memmove'
  1083. configure:5198: $? = 0
  1084. configure:5201: test -s conftest
  1085. configure:5204: $? = 0
  1086. configure:5215: result: yes
  1087. configure:5151: checking for memset
  1088. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1089. configure:5229: warning: conflicting types for built-in function 'memset'
  1090. configure:5198: $? = 0
  1091. configure:5201: test -s conftest
  1092. configure:5204: $? = 0
  1093. configure:5215: result: yes
  1094. configure:5151: checking for select
  1095. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1096. configure:5198: $? = 0
  1097. configure:5201: test -s conftest
  1098. configure:5204: $? = 0
  1099. configure:5215: result: yes
  1100. configure:5151: checking for socket
  1101. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1102. /var/tmp//ccPKsfwF.o: In function `main':
  1103. /root/build/mangband-1.1.2/src/configure:5246: warning: warning: reference to compatibility socket(); include <sys/socket.h> for correct reference
  1104. configure:5198: $? = 0
  1105. configure:5201: test -s conftest
  1106. configure:5204: $? = 0
  1107. configure:5215: result: yes
  1108. configure:5151: checking for strcasecmp
  1109. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1110. configure:5232: warning: conflicting types for built-in function 'strcasecmp'
  1111. configure:5198: $? = 0
  1112. configure:5201: test -s conftest
  1113. configure:5204: $? = 0
  1114. configure:5215: result: yes
  1115. configure:5151: checking for strchr
  1116. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1117. configure:5233: warning: conflicting types for built-in function 'strchr'
  1118. configure:5198: $? = 0
  1119. configure:5201: test -s conftest
  1120. configure:5204: $? = 0
  1121. configure:5215: result: yes
  1122. configure:5151: checking for strdup
  1123. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1124. configure:5234: warning: conflicting types for built-in function 'strdup'
  1125. configure:5198: $? = 0
  1126. configure:5201: test -s conftest
  1127. configure:5204: $? = 0
  1128. configure:5215: result: yes
  1129. configure:5151: checking for strncasecmp
  1130. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1131. configure:5235: warning: conflicting types for built-in function 'strncasecmp'
  1132. configure:5198: $? = 0
  1133. configure:5201: test -s conftest
  1134. configure:5204: $? = 0
  1135. configure:5215: result: yes
  1136. configure:5151: checking for strpbrk
  1137. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1138. configure:5236: warning: conflicting types for built-in function 'strpbrk'
  1139. configure:5198: $? = 0
  1140. configure:5201: test -s conftest
  1141. configure:5204: $? = 0
  1142. configure:5215: result: yes
  1143. configure:5151: checking for strrchr
  1144. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1145. configure:5237: warning: conflicting types for built-in function 'strrchr'
  1146. configure:5198: $? = 0
  1147. configure:5201: test -s conftest
  1148. configure:5204: $? = 0
  1149. configure:5215: result: yes
  1150. configure:5151: checking for strspn
  1151. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1152. configure:5238: warning: conflicting types for built-in function 'strspn'
  1153. configure:5198: $? = 0
  1154. configure:5201: test -s conftest
  1155. configure:5204: $? = 0
  1156. configure:5215: result: yes
  1157. configure:5151: checking for strstr
  1158. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1159. configure:5239: warning: conflicting types for built-in function 'strstr'
  1160. configure:5198: $? = 0
  1161. configure:5201: test -s conftest
  1162. configure:5204: $? = 0
  1163. configure:5215: result: yes
  1164. configure:5151: checking for strtol
  1165. configure:5195: gcc -o conftest -Wall -g -pipe -DUSE_GCU conftest.c -lcurses >&5
  1166. configure:5198: $? = 0
  1167. configure:5201: test -s conftest
  1168. configure:5204: $? = 0
  1169. configure:5215: result: yes
  1170. configure:5226: enabled - GCU
  1171. configure:5325: creating ./config.status
  1172.  
  1173. ## ---------------------- ##
  1174. ## Running config.status. ##
  1175. ## ---------------------- ##
  1176.  
  1177. This file was extended by mangband config.status 1.0.0, which was
  1178. generated by GNU Autoconf 2.56. Invocation command line was
  1179.  
  1180. CONFIG_FILES =
  1181. CONFIG_HEADERS =
  1182. CONFIG_LINKS =
  1183. CONFIG_COMMANDS =
  1184. $ ./config.status
  1185.  
  1186. on ruin.ath.cx
  1187.  
  1188. config.status:5993: creating Makefile
  1189. config.status:6095: creating config.h
  1190. config.status:6236: config.h is unchanged
  1191. configure:6316: Configured. Type 'make' to build.
  1192.  
  1193. ## ---------------- ##
  1194. ## Cache variables. ##
  1195. ## ---------------- ##
  1196.  
  1197. ac_cv_build=i386-unknown-netbsdelf5.0.1
  1198. ac_cv_build_alias=i386-unknown-netbsdelf5.0.1
  1199. ac_cv_c_compiler_gnu=yes
  1200. ac_cv_c_const=yes
  1201. ac_cv_c_inline=inline
  1202. ac_cv_c_volatile=yes
  1203. ac_cv_env_CC_set=
  1204. ac_cv_env_CC_value=
  1205. ac_cv_env_CFLAGS_set=
  1206. ac_cv_env_CFLAGS_value=
  1207. ac_cv_env_CPPFLAGS_set=
  1208. ac_cv_env_CPPFLAGS_value=
  1209. ac_cv_env_CPP_set=
  1210. ac_cv_env_CPP_value=
  1211. ac_cv_env_LDFLAGS_set=
  1212. ac_cv_env_LDFLAGS_value=
  1213. ac_cv_env_build_alias_set=
  1214. ac_cv_env_build_alias_value=
  1215. ac_cv_env_host_alias_set=
  1216. ac_cv_env_host_alias_value=
  1217. ac_cv_env_target_alias_set=
  1218. ac_cv_env_target_alias_value=
  1219. ac_cv_exeext=
  1220. ac_cv_func__doprnt=no
  1221. ac_cv_func_alarm=yes
  1222. ac_cv_func_atexit=yes
  1223. ac_cv_func_floor=no
  1224. ac_cv_func_ftruncate=yes
  1225. ac_cv_func_gethostbyaddr=yes
  1226. ac_cv_func_gethostbyname=yes
  1227. ac_cv_func_gethostname=yes
  1228. ac_cv_func_gettimeofday=yes
  1229. ac_cv_func_inet_ntoa=yes
  1230. ac_cv_func_isascii=yes
  1231. ac_cv_func_malloc_0_nonnull=yes
  1232. ac_cv_func_memcmp_working=yes
  1233. ac_cv_func_memmove=yes
  1234. ac_cv_func_memset=yes
  1235. ac_cv_func_realloc_0_nonnull=yes
  1236. ac_cv_func_select=yes
  1237. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  1238. ac_cv_func_socket=yes
  1239. ac_cv_func_strcasecmp=yes
  1240. ac_cv_func_strchr=yes
  1241. ac_cv_func_strdup=yes
  1242. ac_cv_func_strftime=yes
  1243. ac_cv_func_strncasecmp=yes
  1244. ac_cv_func_strpbrk=yes
  1245. ac_cv_func_strrchr=yes
  1246. ac_cv_func_strspn=yes
  1247. ac_cv_func_strstr=yes
  1248. ac_cv_func_strtol=yes
  1249. ac_cv_func_vprintf=yes
  1250. ac_cv_header_arpa_inet_h=yes
  1251. ac_cv_header_fcntl_h=yes
  1252. ac_cv_header_float_h=yes
  1253. ac_cv_header_inttypes_h=yes
  1254. ac_cv_header_limits_h=yes
  1255. ac_cv_header_memory_h=yes
  1256. ac_cv_header_netdb_h=yes
  1257. ac_cv_header_netinet_in_h=yes
  1258. ac_cv_header_stdbool_h=yes
  1259. ac_cv_header_stdc=yes
  1260. ac_cv_header_stdint_h=yes
  1261. ac_cv_header_stdlib_h=yes
  1262. ac_cv_header_string_h=yes
  1263. ac_cv_header_strings_h=yes
  1264. ac_cv_header_sys_file_h=yes
  1265. ac_cv_header_sys_ioctl_h=yes
  1266. ac_cv_header_sys_param_h=yes
  1267. ac_cv_header_sys_select_h=yes
  1268. ac_cv_header_sys_socket_h=yes
  1269. ac_cv_header_sys_stat_h=yes
  1270. ac_cv_header_sys_time_h=yes
  1271. ac_cv_header_sys_timeb_h=yes
  1272. ac_cv_header_sys_types_h=yes
  1273. ac_cv_header_termio_h=no
  1274. ac_cv_header_termios_h=yes
  1275. ac_cv_header_time=yes
  1276. ac_cv_header_unistd_h=yes
  1277. ac_cv_header_values_h=no
  1278. ac_cv_host=i386-unknown-netbsdelf5.0.1
  1279. ac_cv_host_alias=i386-unknown-netbsdelf5.0.1
  1280. ac_cv_lib_SDL_main=no
  1281. ac_cv_lib_X11_main=no
  1282. ac_cv_lib_curses_main=yes
  1283. ac_cv_lib_ncurses_main=no
  1284. ac_cv_objext=o
  1285. ac_cv_prog_CPP='gcc -E'
  1286. ac_cv_prog_ac_ct_CC=gcc
  1287. ac_cv_prog_cc_g=yes
  1288. ac_cv_prog_cc_stdc=
  1289. ac_cv_prog_egrep='grep -E'
  1290. ac_cv_prog_gcc_traditional=no
  1291. ac_cv_struct_tm=time.h
  1292. ac_cv_type__Bool=yes
  1293. ac_cv_type_signal=void
  1294. ac_cv_type_size_t=yes
  1295.  
  1296. ## ----------------- ##
  1297. ## Output variables. ##
  1298. ## ----------------- ##
  1299.  
  1300. CC='gcc'
  1301. CFLAGS=' -Wall -g -pipe -DUSE_GCU'
  1302. CLI_DMAIN='#'
  1303. CLI_LIBS='#'
  1304. CLI_MAIN='#'
  1305. CPP='gcc -E'
  1306. CPPFLAGS=''
  1307. DEFS='-DHAVE_CONFIG_H'
  1308. ECHO_C=''
  1309. ECHO_N='-n'
  1310. ECHO_T=''
  1311. EGREP='grep -E'
  1312. EXEEXT=''
  1313. LDFLAGS=''
  1314. LIBOBJS=''
  1315. LIBS='-lcurses '
  1316. LTLIBOBJS=''
  1317. OBJEXT='o'
  1318. PACKAGE_BUGREPORT='jug@mangband.org'
  1319. PACKAGE_NAME='mangband'
  1320. PACKAGE_STRING='mangband 1.0.0'
  1321. PACKAGE_TARNAME='mangband'
  1322. PACKAGE_VERSION='1.0.0'
  1323. PATH_SEPARATOR=':'
  1324. RES_FILE='#'
  1325. SERV_LIBS='#'
  1326. SHELL='/bin/sh'
  1327. ac_ct_CC='gcc'
  1328. bindir='${exec_prefix}/bin'
  1329. build='i386-unknown-netbsdelf5.0.1'
  1330. build_alias=''
  1331. build_cpu='i386'
  1332. build_os='netbsdelf5.0.1'
  1333. build_vendor='unknown'
  1334. datadir='${prefix}/share'
  1335. exec_prefix='${prefix}'
  1336. host='i386-unknown-netbsdelf5.0.1'
  1337. host_alias=''
  1338. host_cpu='i386'
  1339. host_os='netbsdelf5.0.1'
  1340. host_vendor='unknown'
  1341. includedir='${prefix}/include'
  1342. infodir='${prefix}/info'
  1343. libdir='${exec_prefix}/lib'
  1344. libexecdir='${exec_prefix}/libexec'
  1345. localstatedir='${prefix}/var'
  1346. mandir='${prefix}/man'
  1347. oldincludedir='/usr/include'
  1348. prefix='/usr/local'
  1349. program_transform_name='s,x,x,'
  1350. sbindir='${exec_prefix}/sbin'
  1351. sharedstatedir='${prefix}/com'
  1352. sysconfdir='${prefix}/etc'
  1353. target_alias=''
  1354.  
  1355. ## ----------- ##
  1356. ## confdefs.h. ##
  1357. ## ----------- ##
  1358.  
  1359. #define HAVE_ALARM 1
  1360. #define HAVE_ARPA_INET_H 1
  1361. #define HAVE_ATEXIT 1
  1362. #define HAVE_FCNTL_H 1
  1363. #define HAVE_FLOAT_H 1
  1364. #define HAVE_FTRUNCATE 1
  1365. #define HAVE_GETHOSTBYADDR 1
  1366. #define HAVE_GETHOSTBYNAME 1
  1367. #define HAVE_GETHOSTNAME 1
  1368. #define HAVE_GETTIMEOFDAY 1
  1369. #define HAVE_INET_NTOA 1
  1370. #define HAVE_INTTYPES_H 1
  1371. #define HAVE_ISASCII 1
  1372. #define HAVE_LIBCURSES 1
  1373. #define HAVE_LIMITS_H 1
  1374. #define HAVE_MALLOC 1
  1375. #define HAVE_MEMMOVE 1
  1376. #define HAVE_MEMORY_H 1
  1377. #define HAVE_MEMORY_H 1
  1378. #define HAVE_MEMSET 1
  1379. #define HAVE_NETDB_H 1
  1380. #define HAVE_NETINET_IN_H 1
  1381. #define HAVE_REALLOC 1
  1382. #define HAVE_SELECT 1
  1383. #define HAVE_SOCKET 1
  1384. #define HAVE_STDBOOL_H 1
  1385. #define HAVE_STDINT_H 1
  1386. #define HAVE_STDLIB_H 1
  1387. #define HAVE_STDLIB_H 1
  1388. #define HAVE_STDLIB_H 1
  1389. #define HAVE_STDLIB_H 1
  1390. #define HAVE_STRCASECMP 1
  1391. #define HAVE_STRCHR 1
  1392. #define HAVE_STRDUP 1
  1393. #define HAVE_STRFTIME 1
  1394. #define HAVE_STRINGS_H 1
  1395. #define HAVE_STRINGS_H 1
  1396. #define HAVE_STRING_H 1
  1397. #define HAVE_STRING_H 1
  1398. #define HAVE_STRNCASECMP 1
  1399. #define HAVE_STRPBRK 1
  1400. #define HAVE_STRRCHR 1
  1401. #define HAVE_STRSPN 1
  1402. #define HAVE_STRSTR 1
  1403. #define HAVE_STRTOL 1
  1404. #define HAVE_SYS_FILE_H 1
  1405. #define HAVE_SYS_IOCTL_H 1
  1406. #define HAVE_SYS_PARAM_H 1
  1407. #define HAVE_SYS_SELECT_H 1
  1408. #define HAVE_SYS_SOCKET_H 1
  1409. #define HAVE_SYS_SOCKET_H 1
  1410. #define HAVE_SYS_STAT_H 1
  1411. #define HAVE_SYS_TIMEB_H 1
  1412. #define HAVE_SYS_TIME_H 1
  1413. #define HAVE_SYS_TYPES_H 1
  1414. #define HAVE_TERMIOS_H 1
  1415. #define HAVE_UNISTD_H 1
  1416. #define HAVE_UNISTD_H 1
  1417. #define HAVE_VPRINTF 1
  1418. #define HAVE__BOOL 1
  1419. #define PACKAGE_BUGREPORT "jug@mangband.org"
  1420. #define PACKAGE_NAME "mangband"
  1421. #define PACKAGE_STRING "mangband 1.0.0"
  1422. #define PACKAGE_TARNAME "mangband"
  1423. #define PACKAGE_VERSION "1.0.0"
  1424. #define RETSIGTYPE void
  1425. #define SELECT_TYPE_ARG1 int
  1426. #define SELECT_TYPE_ARG234 (fd_set *)
  1427. #define SELECT_TYPE_ARG5 (struct timeval *)
  1428. #define STDC_HEADERS 1
  1429. #define TIME_WITH_SYS_TIME 1
  1430.  
  1431. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement