Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.34 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 brutalchess configure 0.5, which was
  5. generated by GNU Autoconf 2.60. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = hanscom-laptop
  14. uname -m = x86_64
  15. uname -r = 2.6.32-24-generic
  16. uname -s = Linux
  17. uname -v = #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /home/hanscom/bin
  38. PATH: /opt/jdk/jre1.6.0_21/bin
  39. PATH: /home/hanscom/bin
  40. PATH: /opt/jdk/jdk1.6.0_21/bin
  41. PATH: /home/hanscom/bin
  42. PATH: /opt/jdk/jre1.6.0_21/bin
  43. PATH: /home/hanscom/bin
  44. PATH: /opt/jdk/jdk1.6.0_21/bin
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:1808: checking build system type
  52. configure:1826: result: x86_64-unknown-linux-gnu
  53. configure:1848: checking host system type
  54. configure:1863: result: x86_64-unknown-linux-gnu
  55. configure:1900: checking for a BSD-compatible install
  56. configure:1956: result: /usr/bin/install -c
  57. configure:1967: checking whether build environment is sane
  58. configure:2010: result: yes
  59. configure:2067: checking for gawk
  60. configure:2083: found /usr/bin/gawk
  61. configure:2094: result: gawk
  62. configure:2105: checking whether make sets $(MAKE)
  63. configure:2126: result: yes
  64. configure:2366: checking for g++
  65. configure:2382: found /usr/bin/g++
  66. configure:2393: result: g++
  67. configure:2424: checking for C++ compiler version
  68. configure:2431: g++ --version >&5
  69. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  70. Copyright (C) 2009 Free Software Foundation, Inc.
  71. This is free software; see the source for copying conditions. There is NO
  72. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  73.  
  74. configure:2434: $? = 0
  75. configure:2441: g++ -v >&5
  76. Using built-in specs.
  77. Target: x86_64-linux-gnu
  78. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  79. Thread model: posix
  80. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  81. configure:2444: $? = 0
  82. configure:2451: g++ -V >&5
  83. g++: '-V' option must have argument
  84. configure:2454: $? = 1
  85. configure:2477: checking for C++ compiler default output file name
  86. configure:2504: g++ conftest.cpp >&5
  87. configure:2507: $? = 0
  88. configure:2553: result: a.out
  89. configure:2558: checking whether the C++ compiler works
  90. configure:2568: ./a.out
  91. configure:2571: $? = 0
  92. configure:2588: result: yes
  93. configure:2595: checking whether we are cross compiling
  94. configure:2597: result: no
  95. configure:2600: checking for suffix of executables
  96. configure:2607: g++ -o conftest conftest.cpp >&5
  97. configure:2610: $? = 0
  98. configure:2634: result:
  99. configure:2640: checking for suffix of object files
  100. configure:2666: g++ -c conftest.cpp >&5
  101. configure:2669: $? = 0
  102. configure:2692: result: o
  103. configure:2696: checking whether we are using the GNU C++ compiler
  104. configure:2725: g++ -c conftest.cpp >&5
  105. configure:2731: $? = 0
  106. configure:2738: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  107. configure:2741: $? = 0
  108. configure:2748: test -s conftest.o
  109. configure:2751: $? = 0
  110. configure:2765: result: yes
  111. configure:2770: checking whether g++ accepts -g
  112. configure:2800: g++ -c -g conftest.cpp >&5
  113. configure:2806: $? = 0
  114. configure:2813: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
  115. configure:2816: $? = 0
  116. configure:2823: test -s conftest.o
  117. configure:2826: $? = 0
  118. configure:2956: result: yes
  119. configure:2990: checking for style of include used by make
  120. configure:3018: result: GNU
  121. configure:3046: checking dependency style of g++
  122. configure:3136: result: gcc3
  123. configure:3201: checking for gcc
  124. configure:3217: found /usr/bin/gcc
  125. configure:3228: result: gcc
  126. configure:3466: checking for C compiler version
  127. configure:3473: gcc --version >&5
  128. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  129. Copyright (C) 2009 Free Software Foundation, Inc.
  130. This is free software; see the source for copying conditions. There is NO
  131. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  132.  
  133. configure:3476: $? = 0
  134. configure:3483: gcc -v >&5
  135. Using built-in specs.
  136. Target: x86_64-linux-gnu
  137. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  138. Thread model: posix
  139. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  140. configure:3486: $? = 0
  141. configure:3493: gcc -V >&5
  142. gcc: '-V' option must have argument
  143. configure:3496: $? = 1
  144. configure:3499: checking whether we are using the GNU C compiler
  145. configure:3528: gcc -c conftest.c >&5
  146. configure:3534: $? = 0
  147. configure:3541: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  148. configure:3544: $? = 0
  149. configure:3551: test -s conftest.o
  150. configure:3554: $? = 0
  151. configure:3568: result: yes
  152. configure:3573: checking whether gcc accepts -g
  153. configure:3603: gcc -c -g conftest.c >&5
  154. configure:3609: $? = 0
  155. configure:3616: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  156. configure:3619: $? = 0
  157. configure:3626: test -s conftest.o
  158. configure:3629: $? = 0
  159. configure:3759: result: yes
  160. configure:3776: checking for gcc option to accept ISO C89
  161. configure:3850: gcc -c -g -O2 conftest.c >&5
  162. configure:3856: $? = 0
  163. configure:3863: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  164. configure:3866: $? = 0
  165. configure:3873: test -s conftest.o
  166. configure:3876: $? = 0
  167. configure:3896: result: none needed
  168. configure:3916: checking dependency style of gcc
  169. configure:4006: result: gcc3
  170. configure:4028: checking how to run the C preprocessor
  171. configure:4068: gcc -E conftest.c
  172. configure:4074: $? = 0
  173. configure:4112: gcc -E conftest.c
  174. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  175. configure:4118: $? = 1
  176. configure: failed program was:
  177. | /* confdefs.h. */
  178. | #define PACKAGE_NAME "brutalchess"
  179. | #define PACKAGE_TARNAME "brutalchess"
  180. | #define PACKAGE_VERSION "0.5"
  181. | #define PACKAGE_STRING "brutalchess 0.5"
  182. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  183. | #define PACKAGE "brutalchess"
  184. | #define VERSION "0.5"
  185. | /* end confdefs.h. */
  186. | #include <ac_nonexistent.h>
  187. configure:4158: result: gcc -E
  188. configure:4187: gcc -E conftest.c
  189. configure:4193: $? = 0
  190. configure:4231: gcc -E conftest.c
  191. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  192. configure:4237: $? = 1
  193. configure: failed program was:
  194. | /* confdefs.h. */
  195. | #define PACKAGE_NAME "brutalchess"
  196. | #define PACKAGE_TARNAME "brutalchess"
  197. | #define PACKAGE_VERSION "0.5"
  198. | #define PACKAGE_STRING "brutalchess 0.5"
  199. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  200. | #define PACKAGE "brutalchess"
  201. | #define VERSION "0.5"
  202. | /* end confdefs.h. */
  203. | #include <ac_nonexistent.h>
  204. configure:4285: checking for grep that handles long lines and -e
  205. configure:4359: result: /bin/grep
  206. configure:4364: checking for egrep
  207. configure:4442: result: /bin/grep -E
  208. configure:4447: checking for ANSI C header files
  209. configure:4477: gcc -c -g -O2 conftest.c >&5
  210. configure:4483: $? = 0
  211. configure:4490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  212. configure:4493: $? = 0
  213. configure:4500: test -s conftest.o
  214. configure:4503: $? = 0
  215. configure:4599: gcc -o conftest -g -O2 conftest.c >&5
  216. configure:4602: $? = 0
  217. configure:4608: ./conftest
  218. configure:4611: $? = 0
  219. configure:4628: result: yes
  220. configure:4654: checking for sys/types.h
  221. configure:4675: gcc -c -g -O2 conftest.c >&5
  222. configure:4681: $? = 0
  223. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  224. configure:4691: $? = 0
  225. configure:4698: test -s conftest.o
  226. configure:4701: $? = 0
  227. configure:4714: result: yes
  228. configure:4654: checking for sys/stat.h
  229. configure:4675: gcc -c -g -O2 conftest.c >&5
  230. configure:4681: $? = 0
  231. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  232. configure:4691: $? = 0
  233. configure:4698: test -s conftest.o
  234. configure:4701: $? = 0
  235. configure:4714: result: yes
  236. configure:4654: checking for stdlib.h
  237. configure:4675: gcc -c -g -O2 conftest.c >&5
  238. configure:4681: $? = 0
  239. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  240. configure:4691: $? = 0
  241. configure:4698: test -s conftest.o
  242. configure:4701: $? = 0
  243. configure:4714: result: yes
  244. configure:4654: checking for string.h
  245. configure:4675: gcc -c -g -O2 conftest.c >&5
  246. configure:4681: $? = 0
  247. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  248. configure:4691: $? = 0
  249. configure:4698: test -s conftest.o
  250. configure:4701: $? = 0
  251. configure:4714: result: yes
  252. configure:4654: checking for memory.h
  253. configure:4675: gcc -c -g -O2 conftest.c >&5
  254. configure:4681: $? = 0
  255. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  256. configure:4691: $? = 0
  257. configure:4698: test -s conftest.o
  258. configure:4701: $? = 0
  259. configure:4714: result: yes
  260. configure:4654: checking for strings.h
  261. configure:4675: gcc -c -g -O2 conftest.c >&5
  262. configure:4681: $? = 0
  263. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  264. configure:4691: $? = 0
  265. configure:4698: test -s conftest.o
  266. configure:4701: $? = 0
  267. configure:4714: result: yes
  268. configure:4654: checking for inttypes.h
  269. configure:4675: gcc -c -g -O2 conftest.c >&5
  270. configure:4681: $? = 0
  271. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  272. configure:4691: $? = 0
  273. configure:4698: test -s conftest.o
  274. configure:4701: $? = 0
  275. configure:4714: result: yes
  276. configure:4654: checking for stdint.h
  277. configure:4675: gcc -c -g -O2 conftest.c >&5
  278. configure:4681: $? = 0
  279. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  280. configure:4691: $? = 0
  281. configure:4698: test -s conftest.o
  282. configure:4701: $? = 0
  283. configure:4714: result: yes
  284. configure:4654: checking for unistd.h
  285. configure:4675: gcc -c -g -O2 conftest.c >&5
  286. configure:4681: $? = 0
  287. configure:4688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  288. configure:4691: $? = 0
  289. configure:4698: test -s conftest.o
  290. configure:4701: $? = 0
  291. configure:4714: result: yes
  292. configure:4726: checking for stdbool.h that conforms to C99
  293. configure:4819: gcc -c -g -O2 conftest.c >&5
  294. configure:4825: $? = 0
  295. configure:4832: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  296. configure:4835: $? = 0
  297. configure:4842: test -s conftest.o
  298. configure:4845: $? = 0
  299. configure:4857: result: yes
  300. configure:4859: checking for _Bool
  301. configure:4889: gcc -c -g -O2 conftest.c >&5
  302. configure:4895: $? = 0
  303. configure:4902: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  304. configure:4905: $? = 0
  305. configure:4912: test -s conftest.o
  306. configure:4915: $? = 0
  307. configure:4927: result: yes
  308. configure:4946: checking for an ANSI C-conforming const
  309. configure:5021: gcc -c -g -O2 conftest.c >&5
  310. configure:5027: $? = 0
  311. configure:5034: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  312. configure:5037: $? = 0
  313. configure:5044: test -s conftest.o
  314. configure:5047: $? = 0
  315. configure:5059: result: yes
  316. configure:5069: checking for inline
  317. configure:5095: gcc -c -g -O2 conftest.c >&5
  318. configure:5101: $? = 0
  319. configure:5108: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  320. configure:5111: $? = 0
  321. configure:5118: test -s conftest.o
  322. configure:5121: $? = 0
  323. configure:5136: result: inline
  324. configure:5341: checking for X
  325. configure:5456: gcc -E conftest.c
  326. configure:5462: $? = 0
  327. configure:5518: gcc -o conftest -g -O2 conftest.c -lXt >&5
  328. configure:5524: $? = 0
  329. configure:5531: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  330. configure:5534: $? = 0
  331. configure:5541: test -s conftest
  332. configure:5544: $? = 0
  333. configure:5599: result: libraries , headers
  334. configure:5802: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  335. configure:5808: $? = 0
  336. configure:5815: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  337. configure:5818: $? = 0
  338. configure:5825: test -s conftest
  339. configure:5828: $? = 0
  340. configure:6013: checking for gethostbyname
  341. configure:6069: gcc -o conftest -g -O2 conftest.c >&5
  342. configure:6075: $? = 0
  343. configure:6082: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  344. configure:6085: $? = 0
  345. configure:6092: test -s conftest
  346. configure:6095: $? = 0
  347. configure:6108: result: yes
  348. configure:6285: checking for connect
  349. configure:6341: gcc -o conftest -g -O2 conftest.c >&5
  350. configure:6347: $? = 0
  351. configure:6354: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  352. configure:6357: $? = 0
  353. configure:6364: test -s conftest
  354. configure:6367: $? = 0
  355. configure:6380: result: yes
  356. configure:6468: checking for remove
  357. configure:6524: gcc -o conftest -g -O2 conftest.c >&5
  358. configure:6530: $? = 0
  359. configure:6537: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  360. configure:6540: $? = 0
  361. configure:6547: test -s conftest
  362. configure:6550: $? = 0
  363. configure:6563: result: yes
  364. configure:6651: checking for shmat
  365. configure:6707: gcc -o conftest -g -O2 conftest.c >&5
  366. configure:6713: $? = 0
  367. configure:6720: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  368. configure:6723: $? = 0
  369. configure:6730: test -s conftest
  370. configure:6733: $? = 0
  371. configure:6746: result: yes
  372. configure:6843: checking for IceConnectionNumber in -lICE
  373. configure:6878: gcc -o conftest -g -O2 conftest.c -lICE >&5
  374. configure:6884: $? = 0
  375. configure:6891: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  376. configure:6894: $? = 0
  377. configure:6901: test -s conftest
  378. configure:6904: $? = 0
  379. configure:6918: result: yes
  380. configure:6933: checking for OpenGL
  381. configure:6970: checking for library containing glAccum
  382. configure:7011: gcc -o conftest -g -O2 conftest.c -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  383. /usr/bin/ld: cannot find -lXmu
  384. collect2: ld returned 1 exit status
  385. configure:7017: $? = 1
  386. configure: failed program was:
  387. | /* confdefs.h. */
  388. | #define PACKAGE_NAME "brutalchess"
  389. | #define PACKAGE_TARNAME "brutalchess"
  390. | #define PACKAGE_VERSION "0.5"
  391. | #define PACKAGE_STRING "brutalchess 0.5"
  392. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  393. | #define PACKAGE "brutalchess"
  394. | #define VERSION "0.5"
  395. | #define STDC_HEADERS 1
  396. | #define HAVE_SYS_TYPES_H 1
  397. | #define HAVE_SYS_STAT_H 1
  398. | #define HAVE_STDLIB_H 1
  399. | #define HAVE_STRING_H 1
  400. | #define HAVE_MEMORY_H 1
  401. | #define HAVE_STRINGS_H 1
  402. | #define HAVE_INTTYPES_H 1
  403. | #define HAVE_STDINT_H 1
  404. | #define HAVE_UNISTD_H 1
  405. | #define HAVE__BOOL 1
  406. | #define HAVE_STDBOOL_H 1
  407. | /* end confdefs.h. */
  408. |
  409. | /* Override any GCC internal prototype to avoid an error.
  410. | Use char because int might match the return type of a GCC
  411. | builtin and then its argument prototype would still apply. */
  412. | #ifdef __cplusplus
  413. | extern "C"
  414. | #endif
  415. | char glAccum ();
  416. | int
  417. | main ()
  418. | {
  419. | return glAccum ();
  420. | ;
  421. | return 0;
  422. | }
  423. configure:7011: gcc -o conftest -g -O2 conftest.c -lGL -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  424. /usr/bin/ld: cannot find -lXmu
  425. collect2: ld returned 1 exit status
  426. configure:7017: $? = 1
  427. configure: failed program was:
  428. | /* confdefs.h. */
  429. | #define PACKAGE_NAME "brutalchess"
  430. | #define PACKAGE_TARNAME "brutalchess"
  431. | #define PACKAGE_VERSION "0.5"
  432. | #define PACKAGE_STRING "brutalchess 0.5"
  433. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  434. | #define PACKAGE "brutalchess"
  435. | #define VERSION "0.5"
  436. | #define STDC_HEADERS 1
  437. | #define HAVE_SYS_TYPES_H 1
  438. | #define HAVE_SYS_STAT_H 1
  439. | #define HAVE_STDLIB_H 1
  440. | #define HAVE_STRING_H 1
  441. | #define HAVE_MEMORY_H 1
  442. | #define HAVE_STRINGS_H 1
  443. | #define HAVE_INTTYPES_H 1
  444. | #define HAVE_STDINT_H 1
  445. | #define HAVE_UNISTD_H 1
  446. | #define HAVE__BOOL 1
  447. | #define HAVE_STDBOOL_H 1
  448. | /* end confdefs.h. */
  449. |
  450. | /* Override any GCC internal prototype to avoid an error.
  451. | Use char because int might match the return type of a GCC
  452. | builtin and then its argument prototype would still apply. */
  453. | #ifdef __cplusplus
  454. | extern "C"
  455. | #endif
  456. | char glAccum ();
  457. | int
  458. | main ()
  459. | {
  460. | return glAccum ();
  461. | ;
  462. | return 0;
  463. | }
  464. configure:7011: gcc -o conftest -g -O2 conftest.c -lMesaGL -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  465. /usr/bin/ld: cannot find -lMesaGL
  466. collect2: ld returned 1 exit status
  467. configure:7017: $? = 1
  468. configure: failed program was:
  469. | /* confdefs.h. */
  470. | #define PACKAGE_NAME "brutalchess"
  471. | #define PACKAGE_TARNAME "brutalchess"
  472. | #define PACKAGE_VERSION "0.5"
  473. | #define PACKAGE_STRING "brutalchess 0.5"
  474. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  475. | #define PACKAGE "brutalchess"
  476. | #define VERSION "0.5"
  477. | #define STDC_HEADERS 1
  478. | #define HAVE_SYS_TYPES_H 1
  479. | #define HAVE_SYS_STAT_H 1
  480. | #define HAVE_STDLIB_H 1
  481. | #define HAVE_STRING_H 1
  482. | #define HAVE_MEMORY_H 1
  483. | #define HAVE_STRINGS_H 1
  484. | #define HAVE_INTTYPES_H 1
  485. | #define HAVE_STDINT_H 1
  486. | #define HAVE_UNISTD_H 1
  487. | #define HAVE__BOOL 1
  488. | #define HAVE_STDBOOL_H 1
  489. | /* end confdefs.h. */
  490. |
  491. | /* Override any GCC internal prototype to avoid an error.
  492. | Use char because int might match the return type of a GCC
  493. | builtin and then its argument prototype would still apply. */
  494. | #ifdef __cplusplus
  495. | extern "C"
  496. | #endif
  497. | char glAccum ();
  498. | int
  499. | main ()
  500. | {
  501. | return glAccum ();
  502. | ;
  503. | return 0;
  504. | }
  505. configure:7061: result: no
  506. configure:7071: checking for library containing gluBeginCurve
  507. configure:7112: gcc -o conftest -g -O2 conftest.c -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  508. /usr/bin/ld: cannot find -lXmu
  509. collect2: ld returned 1 exit status
  510. configure:7118: $? = 1
  511. configure: failed program was:
  512. | /* confdefs.h. */
  513. | #define PACKAGE_NAME "brutalchess"
  514. | #define PACKAGE_TARNAME "brutalchess"
  515. | #define PACKAGE_VERSION "0.5"
  516. | #define PACKAGE_STRING "brutalchess 0.5"
  517. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  518. | #define PACKAGE "brutalchess"
  519. | #define VERSION "0.5"
  520. | #define STDC_HEADERS 1
  521. | #define HAVE_SYS_TYPES_H 1
  522. | #define HAVE_SYS_STAT_H 1
  523. | #define HAVE_STDLIB_H 1
  524. | #define HAVE_STRING_H 1
  525. | #define HAVE_MEMORY_H 1
  526. | #define HAVE_STRINGS_H 1
  527. | #define HAVE_INTTYPES_H 1
  528. | #define HAVE_STDINT_H 1
  529. | #define HAVE_UNISTD_H 1
  530. | #define HAVE__BOOL 1
  531. | #define HAVE_STDBOOL_H 1
  532. | /* end confdefs.h. */
  533. |
  534. | /* Override any GCC internal prototype to avoid an error.
  535. | Use char because int might match the return type of a GCC
  536. | builtin and then its argument prototype would still apply. */
  537. | #ifdef __cplusplus
  538. | extern "C"
  539. | #endif
  540. | char gluBeginCurve ();
  541. | int
  542. | main ()
  543. | {
  544. | return gluBeginCurve ();
  545. | ;
  546. | return 0;
  547. | }
  548. configure:7112: gcc -o conftest -g -O2 conftest.c -lGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  549. /usr/bin/ld: cannot find -lXmu
  550. collect2: ld returned 1 exit status
  551. configure:7118: $? = 1
  552. configure: failed program was:
  553. | /* confdefs.h. */
  554. | #define PACKAGE_NAME "brutalchess"
  555. | #define PACKAGE_TARNAME "brutalchess"
  556. | #define PACKAGE_VERSION "0.5"
  557. | #define PACKAGE_STRING "brutalchess 0.5"
  558. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  559. | #define PACKAGE "brutalchess"
  560. | #define VERSION "0.5"
  561. | #define STDC_HEADERS 1
  562. | #define HAVE_SYS_TYPES_H 1
  563. | #define HAVE_SYS_STAT_H 1
  564. | #define HAVE_STDLIB_H 1
  565. | #define HAVE_STRING_H 1
  566. | #define HAVE_MEMORY_H 1
  567. | #define HAVE_STRINGS_H 1
  568. | #define HAVE_INTTYPES_H 1
  569. | #define HAVE_STDINT_H 1
  570. | #define HAVE_UNISTD_H 1
  571. | #define HAVE__BOOL 1
  572. | #define HAVE_STDBOOL_H 1
  573. | /* end confdefs.h. */
  574. |
  575. | /* Override any GCC internal prototype to avoid an error.
  576. | Use char because int might match the return type of a GCC
  577. | builtin and then its argument prototype would still apply. */
  578. | #ifdef __cplusplus
  579. | extern "C"
  580. | #endif
  581. | char gluBeginCurve ();
  582. | int
  583. | main ()
  584. | {
  585. | return gluBeginCurve ();
  586. | ;
  587. | return 0;
  588. | }
  589. configure:7112: gcc -o conftest -g -O2 conftest.c -lMesaGLU -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  590. /usr/bin/ld: cannot find -lMesaGLU
  591. collect2: ld returned 1 exit status
  592. configure:7118: $? = 1
  593. configure: failed program was:
  594. | /* confdefs.h. */
  595. | #define PACKAGE_NAME "brutalchess"
  596. | #define PACKAGE_TARNAME "brutalchess"
  597. | #define PACKAGE_VERSION "0.5"
  598. | #define PACKAGE_STRING "brutalchess 0.5"
  599. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  600. | #define PACKAGE "brutalchess"
  601. | #define VERSION "0.5"
  602. | #define STDC_HEADERS 1
  603. | #define HAVE_SYS_TYPES_H 1
  604. | #define HAVE_SYS_STAT_H 1
  605. | #define HAVE_STDLIB_H 1
  606. | #define HAVE_STRING_H 1
  607. | #define HAVE_MEMORY_H 1
  608. | #define HAVE_STRINGS_H 1
  609. | #define HAVE_INTTYPES_H 1
  610. | #define HAVE_STDINT_H 1
  611. | #define HAVE_UNISTD_H 1
  612. | #define HAVE__BOOL 1
  613. | #define HAVE_STDBOOL_H 1
  614. | /* end confdefs.h. */
  615. |
  616. | /* Override any GCC internal prototype to avoid an error.
  617. | Use char because int might match the return type of a GCC
  618. | builtin and then its argument prototype would still apply. */
  619. | #ifdef __cplusplus
  620. | extern "C"
  621. | #endif
  622. | char gluBeginCurve ();
  623. | int
  624. | main ()
  625. | {
  626. | return gluBeginCurve ();
  627. | ;
  628. | return 0;
  629. | }
  630. configure:7162: result: no
  631. configure:7172: checking for library containing glXChooseVisual
  632. configure:7213: gcc -o conftest -g -O2 conftest.c -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  633. /usr/bin/ld: cannot find -lXmu
  634. collect2: ld returned 1 exit status
  635. configure:7219: $? = 1
  636. configure: failed program was:
  637. | /* confdefs.h. */
  638. | #define PACKAGE_NAME "brutalchess"
  639. | #define PACKAGE_TARNAME "brutalchess"
  640. | #define PACKAGE_VERSION "0.5"
  641. | #define PACKAGE_STRING "brutalchess 0.5"
  642. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  643. | #define PACKAGE "brutalchess"
  644. | #define VERSION "0.5"
  645. | #define STDC_HEADERS 1
  646. | #define HAVE_SYS_TYPES_H 1
  647. | #define HAVE_SYS_STAT_H 1
  648. | #define HAVE_STDLIB_H 1
  649. | #define HAVE_STRING_H 1
  650. | #define HAVE_MEMORY_H 1
  651. | #define HAVE_STRINGS_H 1
  652. | #define HAVE_INTTYPES_H 1
  653. | #define HAVE_STDINT_H 1
  654. | #define HAVE_UNISTD_H 1
  655. | #define HAVE__BOOL 1
  656. | #define HAVE_STDBOOL_H 1
  657. | /* end confdefs.h. */
  658. |
  659. | /* Override any GCC internal prototype to avoid an error.
  660. | Use char because int might match the return type of a GCC
  661. | builtin and then its argument prototype would still apply. */
  662. | #ifdef __cplusplus
  663. | extern "C"
  664. | #endif
  665. | char glXChooseVisual ();
  666. | int
  667. | main ()
  668. | {
  669. | return glXChooseVisual ();
  670. | ;
  671. | return 0;
  672. | }
  673. configure:7213: gcc -o conftest -g -O2 conftest.c -lGLX -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  674. /usr/bin/ld: cannot find -lGLX
  675. collect2: ld returned 1 exit status
  676. configure:7219: $? = 1
  677. configure: failed program was:
  678. | /* confdefs.h. */
  679. | #define PACKAGE_NAME "brutalchess"
  680. | #define PACKAGE_TARNAME "brutalchess"
  681. | #define PACKAGE_VERSION "0.5"
  682. | #define PACKAGE_STRING "brutalchess 0.5"
  683. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  684. | #define PACKAGE "brutalchess"
  685. | #define VERSION "0.5"
  686. | #define STDC_HEADERS 1
  687. | #define HAVE_SYS_TYPES_H 1
  688. | #define HAVE_SYS_STAT_H 1
  689. | #define HAVE_STDLIB_H 1
  690. | #define HAVE_STRING_H 1
  691. | #define HAVE_MEMORY_H 1
  692. | #define HAVE_STRINGS_H 1
  693. | #define HAVE_INTTYPES_H 1
  694. | #define HAVE_STDINT_H 1
  695. | #define HAVE_UNISTD_H 1
  696. | #define HAVE__BOOL 1
  697. | #define HAVE_STDBOOL_H 1
  698. | /* end confdefs.h. */
  699. |
  700. | /* Override any GCC internal prototype to avoid an error.
  701. | Use char because int might match the return type of a GCC
  702. | builtin and then its argument prototype would still apply. */
  703. | #ifdef __cplusplus
  704. | extern "C"
  705. | #endif
  706. | char glXChooseVisual ();
  707. | int
  708. | main ()
  709. | {
  710. | return glXChooseVisual ();
  711. | ;
  712. | return 0;
  713. | }
  714. configure:7213: gcc -o conftest -g -O2 conftest.c -lMesaGLX -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  715. /usr/bin/ld: cannot find -lMesaGLX
  716. collect2: ld returned 1 exit status
  717. configure:7219: $? = 1
  718. configure: failed program was:
  719. | /* confdefs.h. */
  720. | #define PACKAGE_NAME "brutalchess"
  721. | #define PACKAGE_TARNAME "brutalchess"
  722. | #define PACKAGE_VERSION "0.5"
  723. | #define PACKAGE_STRING "brutalchess 0.5"
  724. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  725. | #define PACKAGE "brutalchess"
  726. | #define VERSION "0.5"
  727. | #define STDC_HEADERS 1
  728. | #define HAVE_SYS_TYPES_H 1
  729. | #define HAVE_SYS_STAT_H 1
  730. | #define HAVE_STDLIB_H 1
  731. | #define HAVE_STRING_H 1
  732. | #define HAVE_MEMORY_H 1
  733. | #define HAVE_STRINGS_H 1
  734. | #define HAVE_INTTYPES_H 1
  735. | #define HAVE_STDINT_H 1
  736. | #define HAVE_UNISTD_H 1
  737. | #define HAVE__BOOL 1
  738. | #define HAVE_STDBOOL_H 1
  739. | /* end confdefs.h. */
  740. |
  741. | /* Override any GCC internal prototype to avoid an error.
  742. | Use char because int might match the return type of a GCC
  743. | builtin and then its argument prototype would still apply. */
  744. | #ifdef __cplusplus
  745. | extern "C"
  746. | #endif
  747. | char glXChooseVisual ();
  748. | int
  749. | main ()
  750. | {
  751. | return glXChooseVisual ();
  752. | ;
  753. | return 0;
  754. | }
  755. configure:7263: result: no
  756. configure:7273: checking for library containing glutInit
  757. configure:7314: gcc -o conftest -g -O2 conftest.c -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  758. /usr/bin/ld: cannot find -lXmu
  759. collect2: ld returned 1 exit status
  760. configure:7320: $? = 1
  761. configure: failed program was:
  762. | /* confdefs.h. */
  763. | #define PACKAGE_NAME "brutalchess"
  764. | #define PACKAGE_TARNAME "brutalchess"
  765. | #define PACKAGE_VERSION "0.5"
  766. | #define PACKAGE_STRING "brutalchess 0.5"
  767. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  768. | #define PACKAGE "brutalchess"
  769. | #define VERSION "0.5"
  770. | #define STDC_HEADERS 1
  771. | #define HAVE_SYS_TYPES_H 1
  772. | #define HAVE_SYS_STAT_H 1
  773. | #define HAVE_STDLIB_H 1
  774. | #define HAVE_STRING_H 1
  775. | #define HAVE_MEMORY_H 1
  776. | #define HAVE_STRINGS_H 1
  777. | #define HAVE_INTTYPES_H 1
  778. | #define HAVE_STDINT_H 1
  779. | #define HAVE_UNISTD_H 1
  780. | #define HAVE__BOOL 1
  781. | #define HAVE_STDBOOL_H 1
  782. | /* end confdefs.h. */
  783. |
  784. | /* Override any GCC internal prototype to avoid an error.
  785. | Use char because int might match the return type of a GCC
  786. | builtin and then its argument prototype would still apply. */
  787. | #ifdef __cplusplus
  788. | extern "C"
  789. | #endif
  790. | char glutInit ();
  791. | int
  792. | main ()
  793. | {
  794. | return glutInit ();
  795. | ;
  796. | return 0;
  797. | }
  798. configure:7314: gcc -o conftest -g -O2 conftest.c -lglut -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >&5
  799. /usr/bin/ld: cannot find -lglut
  800. collect2: ld returned 1 exit status
  801. configure:7320: $? = 1
  802. configure: failed program was:
  803. | /* confdefs.h. */
  804. | #define PACKAGE_NAME "brutalchess"
  805. | #define PACKAGE_TARNAME "brutalchess"
  806. | #define PACKAGE_VERSION "0.5"
  807. | #define PACKAGE_STRING "brutalchess 0.5"
  808. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  809. | #define PACKAGE "brutalchess"
  810. | #define VERSION "0.5"
  811. | #define STDC_HEADERS 1
  812. | #define HAVE_SYS_TYPES_H 1
  813. | #define HAVE_SYS_STAT_H 1
  814. | #define HAVE_STDLIB_H 1
  815. | #define HAVE_STRING_H 1
  816. | #define HAVE_MEMORY_H 1
  817. | #define HAVE_STRINGS_H 1
  818. | #define HAVE_INTTYPES_H 1
  819. | #define HAVE_STDINT_H 1
  820. | #define HAVE_UNISTD_H 1
  821. | #define HAVE__BOOL 1
  822. | #define HAVE_STDBOOL_H 1
  823. | /* end confdefs.h. */
  824. |
  825. | /* Override any GCC internal prototype to avoid an error.
  826. | Use char because int might match the return type of a GCC
  827. | builtin and then its argument prototype would still apply. */
  828. | #ifdef __cplusplus
  829. | extern "C"
  830. | #endif
  831. | char glutInit ();
  832. | int
  833. | main ()
  834. | {
  835. | return glutInit ();
  836. | ;
  837. | return 0;
  838. | }
  839. configure:7364: result: no
  840. configure:7410: result: yes
  841. configure:7437: checking GL/glx.h usability
  842. configure:7454: gcc -c -g -O2 conftest.c >&5
  843. configure:7460: $? = 0
  844. configure:7467: test -z "$ac_c_werror_flag" || test ! -s conftest.err
  845. configure:7470: $? = 0
  846. configure:7477: test -s conftest.o
  847. configure:7480: $? = 0
  848. configure:7491: result: yes
  849. configure:7495: checking GL/glx.h presence
  850. configure:7510: gcc -E conftest.c
  851. configure:7516: $? = 0
  852. configure:7537: result: yes
  853. configure:7570: checking for GL/glx.h
  854. configure:7578: result: yes
  855. configure:7634: checking for sdl-config
  856. configure:7652: found /usr/local/bin/sdl-config
  857. configure:7665: result: /usr/local/bin/sdl-config
  858. configure:7674: checking for SDL - version >= 1.2.7
  859. configure:7769: gcc -o conftest -g -O2 -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread >&5
  860. /usr/bin/ld: cannot find -lXmu
  861. collect2: ld returned 1 exit status
  862. configure:7772: $? = 1
  863. configure: program exited with status 1
  864. configure: failed program was:
  865. | /* confdefs.h. */
  866. | #define PACKAGE_NAME "brutalchess"
  867. | #define PACKAGE_TARNAME "brutalchess"
  868. | #define PACKAGE_VERSION "0.5"
  869. | #define PACKAGE_STRING "brutalchess 0.5"
  870. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  871. | #define PACKAGE "brutalchess"
  872. | #define VERSION "0.5"
  873. | #define STDC_HEADERS 1
  874. | #define HAVE_SYS_TYPES_H 1
  875. | #define HAVE_SYS_STAT_H 1
  876. | #define HAVE_STDLIB_H 1
  877. | #define HAVE_STRING_H 1
  878. | #define HAVE_MEMORY_H 1
  879. | #define HAVE_STRINGS_H 1
  880. | #define HAVE_INTTYPES_H 1
  881. | #define HAVE_STDINT_H 1
  882. | #define HAVE_UNISTD_H 1
  883. | #define HAVE__BOOL 1
  884. | #define HAVE_STDBOOL_H 1
  885. | #define HAVE_GL_GLX_H 1
  886. | /* end confdefs.h. */
  887. |
  888. | #include <stdio.h>
  889. | #include <stdlib.h>
  890. | #include <string.h>
  891. | #include "SDL.h"
  892. |
  893. | char*
  894. | my_strdup (char *str)
  895. | {
  896. | char *new_str;
  897. |
  898. | if (str)
  899. | {
  900. | new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
  901. | strcpy (new_str, str);
  902. | }
  903. | else
  904. | new_str = NULL;
  905. |
  906. | return new_str;
  907. | }
  908. |
  909. | int main (int argc, char *argv[])
  910. | {
  911. | int major, minor, micro;
  912. | char *tmp_version;
  913. |
  914. | /* This hangs on some systems (?)
  915. | system ("touch conf.sdltest");
  916. | */
  917. | { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
  918. |
  919. | /* HP/UX 9 (%@#!) writes to sscanf strings */
  920. | tmp_version = my_strdup("1.2.7");
  921. | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  922. | printf("%s, bad version string\n", "1.2.7");
  923. | exit(1);
  924. | }
  925. |
  926. | if ((1 > major) ||
  927. | ((1 == major) && (2 > minor)) ||
  928. | ((1 == major) && (2 == minor) && (14 >= micro)))
  929. | {
  930. | return 0;
  931. | }
  932. | else
  933. | {
  934. | printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", 1, 2, 14);
  935. | printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
  936. | printf("*** best to upgrade to the required version.\n");
  937. | printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
  938. | printf("*** to point to the correct copy of sdl-config, and remove the file\n");
  939. | printf("*** config.cache before re-running configure\n");
  940. | return 1;
  941. | }
  942. | }
  943. |
  944. |
  945. configure:7805: result: no
  946. configure:7843: gcc -o conftest -g -O2 -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread >&5
  947. /usr/bin/ld: cannot find -lXmu
  948. collect2: ld returned 1 exit status
  949. configure:7849: $? = 1
  950. configure: failed program was:
  951. | /* confdefs.h. */
  952. | #define PACKAGE_NAME "brutalchess"
  953. | #define PACKAGE_TARNAME "brutalchess"
  954. | #define PACKAGE_VERSION "0.5"
  955. | #define PACKAGE_STRING "brutalchess 0.5"
  956. | #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  957. | #define PACKAGE "brutalchess"
  958. | #define VERSION "0.5"
  959. | #define STDC_HEADERS 1
  960. | #define HAVE_SYS_TYPES_H 1
  961. | #define HAVE_SYS_STAT_H 1
  962. | #define HAVE_STDLIB_H 1
  963. | #define HAVE_STRING_H 1
  964. | #define HAVE_MEMORY_H 1
  965. | #define HAVE_STRINGS_H 1
  966. | #define HAVE_INTTYPES_H 1
  967. | #define HAVE_STDINT_H 1
  968. | #define HAVE_UNISTD_H 1
  969. | #define HAVE__BOOL 1
  970. | #define HAVE_STDBOOL_H 1
  971. | #define HAVE_GL_GLX_H 1
  972. | /* end confdefs.h. */
  973. |
  974. | #include <stdio.h>
  975. | #include "SDL.h"
  976. |
  977. | int
  978. | main ()
  979. | {
  980. | return 0;
  981. | ;
  982. | return 0;
  983. | }
  984. configure:7898: error: *** SDL version 1.2.7 not found!
  985.  
  986. ## ---------------- ##
  987. ## Cache variables. ##
  988. ## ---------------- ##
  989.  
  990. ac_cv_build=x86_64-unknown-linux-gnu
  991. ac_cv_c_compiler_gnu=yes
  992. ac_cv_c_const=yes
  993. ac_cv_c_inline=inline
  994. ac_cv_cxx_compiler_gnu=yes
  995. ac_cv_env_CCC_set=
  996. ac_cv_env_CCC_value=
  997. ac_cv_env_CC_set=
  998. ac_cv_env_CC_value=
  999. ac_cv_env_CFLAGS_set=
  1000. ac_cv_env_CFLAGS_value=
  1001. ac_cv_env_CPPFLAGS_set=
  1002. ac_cv_env_CPPFLAGS_value=
  1003. ac_cv_env_CPP_set=
  1004. ac_cv_env_CPP_value=
  1005. ac_cv_env_CXXFLAGS_set=
  1006. ac_cv_env_CXXFLAGS_value=
  1007. ac_cv_env_CXX_set=
  1008. ac_cv_env_CXX_value=
  1009. ac_cv_env_LDFLAGS_set=
  1010. ac_cv_env_LDFLAGS_value=
  1011. ac_cv_env_XMKMF_set=
  1012. ac_cv_env_XMKMF_value=
  1013. ac_cv_env_build_alias_set=
  1014. ac_cv_env_build_alias_value=
  1015. ac_cv_env_host_alias_set=
  1016. ac_cv_env_host_alias_value=
  1017. ac_cv_env_target_alias_set=
  1018. ac_cv_env_target_alias_value=
  1019. ac_cv_func_connect=yes
  1020. ac_cv_func_gethostbyname=yes
  1021. ac_cv_func_remove=yes
  1022. ac_cv_func_shmat=yes
  1023. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  1024. ac_cv_header_GL_glx_h=yes
  1025. ac_cv_header_inttypes_h=yes
  1026. ac_cv_header_memory_h=yes
  1027. ac_cv_header_stdbool_h=yes
  1028. ac_cv_header_stdc=yes
  1029. ac_cv_header_stdint_h=yes
  1030. ac_cv_header_stdlib_h=yes
  1031. ac_cv_header_string_h=yes
  1032. ac_cv_header_strings_h=yes
  1033. ac_cv_header_sys_stat_h=yes
  1034. ac_cv_header_sys_types_h=yes
  1035. ac_cv_header_unistd_h=yes
  1036. ac_cv_host=x86_64-unknown-linux-gnu
  1037. ac_cv_lib_ICE_IceConnectionNumber=yes
  1038. ac_cv_objext=o
  1039. ac_cv_path_EGREP='/bin/grep -E'
  1040. ac_cv_path_GREP=/bin/grep
  1041. ac_cv_path_SDL_CONFIG=/usr/local/bin/sdl-config
  1042. ac_cv_path_install='/usr/bin/install -c'
  1043. ac_cv_prog_AWK=gawk
  1044. ac_cv_prog_CPP='gcc -E'
  1045. ac_cv_prog_ac_ct_CC=gcc
  1046. ac_cv_prog_ac_ct_CXX=g++
  1047. ac_cv_prog_cc_c89=
  1048. ac_cv_prog_cc_g=yes
  1049. ac_cv_prog_cxx_g=yes
  1050. ac_cv_prog_make_make_set=yes
  1051. ac_cv_search_glAccum=no
  1052. ac_cv_search_glXChooseVisual=no
  1053. ac_cv_search_gluBeginCurve=no
  1054. ac_cv_search_glutInit=no
  1055. ac_cv_type__Bool=yes
  1056. am_cv_CC_dependencies_compiler_type=gcc3
  1057. am_cv_CXX_dependencies_compiler_type=gcc3
  1058. mdl_cv_GL_CFLAGS=
  1059. mdl_cv_GL_LIBS=' -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi '
  1060. mdl_cv_have_GL=no
  1061. mdl_cv_have_GLU=no
  1062. mdl_cv_have_GLX=no
  1063. mdl_cv_have_OpenGL=yes
  1064. mdl_cv_have_glut=no
  1065.  
  1066. ## ----------------- ##
  1067. ## Output variables. ##
  1068. ## ----------------- ##
  1069.  
  1070. ACLOCAL='${SHELL} /home/hanscom/Downloads/brutalchess-0.5.2/missing --run aclocal-1.8'
  1071. AMDEPBACKSLASH='\'
  1072. AMDEP_FALSE='#'
  1073. AMDEP_TRUE=''
  1074. AMTAR='${SHELL} /home/hanscom/Downloads/brutalchess-0.5.2/missing --run tar'
  1075. AUTOCONF='${SHELL} /home/hanscom/Downloads/brutalchess-0.5.2/missing --run autoconf'
  1076. AUTOHEADER='${SHELL} /home/hanscom/Downloads/brutalchess-0.5.2/missing --run autoheader'
  1077. AUTOMAKE='${SHELL} /home/hanscom/Downloads/brutalchess-0.5.2/missing --run automake-1.8'
  1078. AWK='gawk'
  1079. CC='gcc'
  1080. CCDEPMODE='depmode=gcc3'
  1081. CFLAGS='-g -O2 '
  1082. CPP='gcc -E'
  1083. CPPFLAGS=''
  1084. CXX='g++'
  1085. CXXDEPMODE='depmode=gcc3'
  1086. CXXFLAGS='-g -O2 '
  1087. CYGPATH_W='echo'
  1088. DEFS=''
  1089. DEPDIR='.deps'
  1090. ECHO_C=''
  1091. ECHO_N='-n'
  1092. ECHO_T=''
  1093. EGREP='/bin/grep -E'
  1094. EXEEXT=''
  1095. FT2_CFLAGS=''
  1096. FT2_CONFIG=''
  1097. FT2_LIBS=''
  1098. GL_CFLAGS=''
  1099. GL_LIBS=' -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi '
  1100. GREP='/bin/grep'
  1101. INSTALL_DATA='${INSTALL} -m 644'
  1102. INSTALL_PROGRAM='${INSTALL}'
  1103. INSTALL_SCRIPT='${INSTALL}'
  1104. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  1105. LDFLAGS=''
  1106. LIBOBJS=''
  1107. LIBS=' -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi '
  1108. LTLIBOBJS=''
  1109. MAKEINFO='${SHELL} /home/hanscom/Downloads/brutalchess-0.5.2/missing --run makeinfo'
  1110. OBJEXT='o'
  1111. PACKAGE='brutalchess'
  1112. PACKAGE_BUGREPORT='brutalchess-devel@lists.sourceforge.net'
  1113. PACKAGE_NAME='brutalchess'
  1114. PACKAGE_STRING='brutalchess 0.5'
  1115. PACKAGE_TARNAME='brutalchess'
  1116. PACKAGE_VERSION='0.5'
  1117. PATH_SEPARATOR=':'
  1118. SDL_CFLAGS=''
  1119. SDL_CONFIG='/usr/local/bin/sdl-config'
  1120. SDL_LIBS=''
  1121. SET_MAKE=''
  1122. SHELL='/bin/bash'
  1123. STRIP=''
  1124. VERSION='0.5'
  1125. XMKMF=''
  1126. X_CFLAGS=''
  1127. X_EXTRA_LIBS=''
  1128. X_LIBS=''
  1129. X_PRE_LIBS=' -lSM -lICE'
  1130. ac_ct_CC='gcc'
  1131. ac_ct_CXX='g++'
  1132. am__fastdepCC_FALSE='#'
  1133. am__fastdepCC_TRUE=''
  1134. am__fastdepCXX_FALSE='#'
  1135. am__fastdepCXX_TRUE=''
  1136. am__include='include'
  1137. am__leading_dot='.'
  1138. am__quote=''
  1139. artdir=''
  1140. bindir='${exec_prefix}/bin'
  1141. build='x86_64-unknown-linux-gnu'
  1142. build_alias=''
  1143. build_cpu='x86_64'
  1144. build_os='linux-gnu'
  1145. build_vendor='unknown'
  1146. datadir='${datarootdir}'
  1147. datarootdir='${prefix}/share'
  1148. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1149. dvidir='${docdir}'
  1150. exec_prefix='NONE'
  1151. fontsdir=''
  1152. host='x86_64-unknown-linux-gnu'
  1153. host_alias=''
  1154. host_cpu='x86_64'
  1155. host_os='linux-gnu'
  1156. host_vendor='unknown'
  1157. htmldir='${docdir}'
  1158. includedir='${prefix}/include'
  1159. infodir='${datarootdir}/info'
  1160. install_sh='/home/hanscom/Downloads/brutalchess-0.5.2/install-sh'
  1161. libdir='${exec_prefix}/lib'
  1162. libexecdir='${exec_prefix}/libexec'
  1163. localedir='${datarootdir}/locale'
  1164. localstatedir='${prefix}/var'
  1165. mandir='${datarootdir}/man'
  1166. mkdir_p='mkdir -p -- .'
  1167. modelsdir=''
  1168. oldincludedir='/usr/include'
  1169. pdfdir='${docdir}'
  1170. prefix='NONE'
  1171. prefixdir=''
  1172. program_transform_name='s,x,x,'
  1173. psdir='${docdir}'
  1174. sbindir='${exec_prefix}/sbin'
  1175. sharedstatedir='${prefix}/com'
  1176. sysconfdir='${prefix}/etc'
  1177. target_alias=''
  1178.  
  1179. ## ----------- ##
  1180. ## confdefs.h. ##
  1181. ## ----------- ##
  1182.  
  1183. #define PACKAGE_NAME "brutalchess"
  1184. #define PACKAGE_TARNAME "brutalchess"
  1185. #define PACKAGE_VERSION "0.5"
  1186. #define PACKAGE_STRING "brutalchess 0.5"
  1187. #define PACKAGE_BUGREPORT "brutalchess-devel@lists.sourceforge.net"
  1188. #define PACKAGE "brutalchess"
  1189. #define VERSION "0.5"
  1190. #define STDC_HEADERS 1
  1191. #define HAVE_SYS_TYPES_H 1
  1192. #define HAVE_SYS_STAT_H 1
  1193. #define HAVE_STDLIB_H 1
  1194. #define HAVE_STRING_H 1
  1195. #define HAVE_MEMORY_H 1
  1196. #define HAVE_STRINGS_H 1
  1197. #define HAVE_INTTYPES_H 1
  1198. #define HAVE_STDINT_H 1
  1199. #define HAVE_UNISTD_H 1
  1200. #define HAVE__BOOL 1
  1201. #define HAVE_STDBOOL_H 1
  1202. #define HAVE_GL_GLX_H 1
  1203.  
  1204. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement