Advertisement
cc11rocks

Config.log Ubuntu 12.04 64 Bit 3.5.3 Linux Kernel

Aug 29th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 157.24 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 alienarena configure 7.60, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = cc11rocks
  14. uname -m = x86_64
  15. uname -r = 3.5.2-030502-generic
  16. uname -s = Linux
  17. uname -v = #201208151151 SMP Wed Aug 15 15:52:12 UTC 2012
  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/lib/lightdm/lightdm
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2568: checking for a BSD-compatible install
  45. configure:2636: result: /usr/bin/install -c
  46. configure:2647: checking whether build environment is sane
  47. configure:2697: result: yes
  48. configure:2838: checking for a thread-safe mkdir -p
  49. configure:2877: result: /bin/mkdir -p
  50. configure:2890: checking for gawk
  51. configure:2920: result: no
  52. configure:2890: checking for mawk
  53. configure:2906: found /usr/bin/mawk
  54. configure:2917: result: mawk
  55. configure:2928: checking whether make sets $(MAKE)
  56. configure:2950: result: yes
  57. configure:2979: checking whether make supports nested variables
  58. configure:2996: result: yes
  59. configure:3080: checking whether make supports nested variables
  60. configure:3097: result: yes
  61. configure:3110: checking whether to enable maintainer-specific portions of Makefiles
  62. configure:3119: result: no
  63. configure:3137: checking build system type
  64. configure:3151: result: x86_64-unknown-linux-gnu
  65. configure:3171: checking host system type
  66. configure:3184: result: x86_64-unknown-linux-gnu
  67. configure:3266: checking for g++
  68. configure:3282: found /usr/bin/g++
  69. configure:3293: result: g++
  70. configure:3320: checking for C++ compiler version
  71. configure:3329: g++ --version >&5
  72. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  73. Copyright (C) 2011 Free Software Foundation, Inc.
  74. This is free software; see the source for copying conditions. There is NO
  75. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  76.  
  77. configure:3340: $? = 0
  78. configure:3329: g++ -v >&5
  79. Using built-in specs.
  80. COLLECT_GCC=g++
  81. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  82. Target: x86_64-linux-gnu
  83. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  84. Thread model: posix
  85. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  86. configure:3340: $? = 0
  87. configure:3329: g++ -V >&5
  88. g++: error: unrecognized option '-V'
  89. g++: fatal error: no input files
  90. compilation terminated.
  91. configure:3340: $? = 4
  92. configure:3329: g++ -qversion >&5
  93. g++: error: unrecognized option '-qversion'
  94. g++: fatal error: no input files
  95. compilation terminated.
  96. configure:3340: $? = 4
  97. configure:3360: checking whether the C++ compiler works
  98. configure:3382: g++ conftest.cpp >&5
  99. configure:3386: $? = 0
  100. configure:3434: result: yes
  101. configure:3437: checking for C++ compiler default output file name
  102. configure:3439: result: a.out
  103. configure:3445: checking for suffix of executables
  104. configure:3452: g++ -o conftest conftest.cpp >&5
  105. configure:3456: $? = 0
  106. configure:3478: result:
  107. configure:3500: checking whether we are cross compiling
  108. configure:3508: g++ -o conftest conftest.cpp >&5
  109. configure:3512: $? = 0
  110. configure:3519: ./conftest
  111. configure:3523: $? = 0
  112. configure:3538: result: no
  113. configure:3543: checking for suffix of object files
  114. configure:3565: g++ -c conftest.cpp >&5
  115. configure:3569: $? = 0
  116. configure:3590: result: o
  117. configure:3594: checking whether we are using the GNU C++ compiler
  118. configure:3613: g++ -c conftest.cpp >&5
  119. configure:3613: $? = 0
  120. configure:3622: result: yes
  121. configure:3631: checking whether g++ accepts -g
  122. configure:3651: g++ -c -g conftest.cpp >&5
  123. configure:3651: $? = 0
  124. configure:3692: result: yes
  125. configure:3726: checking for style of include used by make
  126. configure:3754: result: GNU
  127. configure:3780: checking dependency style of g++
  128. configure:3891: result: gcc3
  129. configure:3910: checking for gawk
  130. configure:3937: result: mawk
  131. configure:3996: checking for gcc
  132. configure:4012: found /usr/bin/gcc
  133. configure:4023: result: gcc
  134. configure:4252: checking for C compiler version
  135. configure:4261: gcc --version >&5
  136. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  137. Copyright (C) 2011 Free Software Foundation, Inc.
  138. This is free software; see the source for copying conditions. There is NO
  139. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  140.  
  141. configure:4272: $? = 0
  142. configure:4261: gcc -v >&5
  143. Using built-in specs.
  144. COLLECT_GCC=gcc
  145. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  146. Target: x86_64-linux-gnu
  147. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  148. Thread model: posix
  149. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  150. configure:4272: $? = 0
  151. configure:4261: gcc -V >&5
  152. gcc: error: unrecognized option '-V'
  153. gcc: fatal error: no input files
  154. compilation terminated.
  155. configure:4272: $? = 4
  156. configure:4261: gcc -qversion >&5
  157. gcc: error: unrecognized option '-qversion'
  158. gcc: fatal error: no input files
  159. compilation terminated.
  160. configure:4272: $? = 4
  161. configure:4276: checking whether we are using the GNU C compiler
  162. configure:4295: gcc -c conftest.c >&5
  163. configure:4295: $? = 0
  164. configure:4304: result: yes
  165. configure:4313: checking whether gcc accepts -g
  166. configure:4333: gcc -c -g conftest.c >&5
  167. configure:4333: $? = 0
  168. configure:4374: result: yes
  169. configure:4391: checking for gcc option to accept ISO C89
  170. configure:4455: gcc -c -g -O2 conftest.c >&5
  171. configure:4455: $? = 0
  172. configure:4468: result: none needed
  173. configure:4490: checking dependency style of gcc
  174. configure:4601: result: gcc3
  175. configure:4621: checking how to run the C preprocessor
  176. configure:4652: gcc -E conftest.c
  177. configure:4652: $? = 0
  178. configure:4666: gcc -E conftest.c
  179. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  180. compilation terminated.
  181. configure:4666: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h */
  184. | #define PACKAGE_NAME "alienarena"
  185. | #define PACKAGE_TARNAME "alienarena"
  186. | #define PACKAGE_VERSION "7.60"
  187. | #define PACKAGE_STRING "alienarena 7.60"
  188. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  189. | #define PACKAGE_URL ""
  190. | #define PACKAGE "alienarena"
  191. | #define VERSION "7.60"
  192. | /* end confdefs.h. */
  193. | #include <ac_nonexistent.h>
  194. configure:4691: result: gcc -E
  195. configure:4711: gcc -E conftest.c
  196. configure:4711: $? = 0
  197. configure:4725: gcc -E conftest.c
  198. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  199. compilation terminated.
  200. configure:4725: $? = 1
  201. configure: failed program was:
  202. | /* confdefs.h */
  203. | #define PACKAGE_NAME "alienarena"
  204. | #define PACKAGE_TARNAME "alienarena"
  205. | #define PACKAGE_VERSION "7.60"
  206. | #define PACKAGE_STRING "alienarena 7.60"
  207. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  208. | #define PACKAGE_URL ""
  209. | #define PACKAGE "alienarena"
  210. | #define VERSION "7.60"
  211. | /* end confdefs.h. */
  212. | #include <ac_nonexistent.h>
  213. configure:4754: checking whether ln -s works
  214. configure:4758: result: yes
  215. configure:4765: checking whether make sets $(MAKE)
  216. configure:4787: result: yes
  217. configure:4839: checking for ranlib
  218. configure:4855: found /usr/bin/ranlib
  219. configure:4866: result: ranlib
  220. configure:4890: checking whether gcc and cc understand -c and -o together
  221. configure:4921: gcc -c conftest.c -o conftest2.o >&5
  222. configure:4925: $? = 0
  223. configure:4931: gcc -c conftest.c -o conftest2.o >&5
  224. configure:4935: $? = 0
  225. configure:4946: cc -c conftest.c >&5
  226. configure:4950: $? = 0
  227. configure:4958: cc -c conftest.c -o conftest2.o >&5
  228. configure:4962: $? = 0
  229. configure:4968: cc -c conftest.c -o conftest2.o >&5
  230. configure:4972: $? = 0
  231. configure:4990: result: yes
  232. configure:5069: checking for pkg-config
  233. configure:5087: found /usr/bin/pkg-config
  234. configure:5099: result: /usr/bin/pkg-config
  235. configure:5124: checking pkg-config is at least version 0.9.0
  236. configure:5127: result: yes
  237. configure:5398: checking whether to build the client
  238. configure:5413: result: yes
  239. configure:5434: checking for traditional single directory, in place installation
  240. configure:5443: result: no
  241. configure:5603: checking for library containing acos
  242. configure:5634: gcc -o conftest -g -O2 conftest.c >&5
  243. conftest.c:23:6: warning: conflicting types for built-in function 'acos' [enabled by default]
  244. /tmp/cctmfCaC.o: In function `main':
  245. /home/cc11rocks/Games/alienarena-7.60/conftest.c:27: undefined reference to `acos'
  246. collect2: ld returned 1 exit status
  247. configure:5634: $? = 1
  248. configure: failed program was:
  249. | /* confdefs.h */
  250. | #define PACKAGE_NAME "alienarena"
  251. | #define PACKAGE_TARNAME "alienarena"
  252. | #define PACKAGE_VERSION "7.60"
  253. | #define PACKAGE_STRING "alienarena 7.60"
  254. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  255. | #define PACKAGE_URL ""
  256. | #define PACKAGE "alienarena"
  257. | #define VERSION "7.60"
  258. | #define UNIX_VARIANT 1
  259. | #define LINUX_SPECIAL_CASE 1
  260. | #define CPUSTRING "x86_64"
  261. | #define BUILDSTRING "linux-gnu"
  262. | #define USER_GAMEDATA ".codered"
  263. | /* end confdefs.h. */
  264. |
  265. | /* Override any GCC internal prototype to avoid an error.
  266. | Use char because int might match the return type of a GCC
  267. | builtin and then its argument prototype would still apply. */
  268. | #ifdef __cplusplus
  269. | extern "C"
  270. | #endif
  271. | char acos ();
  272. | int
  273. | main ()
  274. | {
  275. | return acos ();
  276. | ;
  277. | return 0;
  278. | }
  279. configure:5634: gcc -o conftest -g -O2 conftest.c -lm >&5
  280. conftest.c:23:6: warning: conflicting types for built-in function 'acos' [enabled by default]
  281. configure:5634: $? = 0
  282. configure:5651: result: -lm
  283. configure:5659: checking for library containing dlopen
  284. configure:5690: gcc -o conftest -g -O2 conftest.c -lm >&5
  285. /tmp/cchgilyH.o: In function `main':
  286. /home/cc11rocks/Games/alienarena-7.60/conftest.c:27: undefined reference to `dlopen'
  287. collect2: ld returned 1 exit status
  288. configure:5690: $? = 1
  289. configure: failed program was:
  290. | /* confdefs.h */
  291. | #define PACKAGE_NAME "alienarena"
  292. | #define PACKAGE_TARNAME "alienarena"
  293. | #define PACKAGE_VERSION "7.60"
  294. | #define PACKAGE_STRING "alienarena 7.60"
  295. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  296. | #define PACKAGE_URL ""
  297. | #define PACKAGE "alienarena"
  298. | #define VERSION "7.60"
  299. | #define UNIX_VARIANT 1
  300. | #define LINUX_SPECIAL_CASE 1
  301. | #define CPUSTRING "x86_64"
  302. | #define BUILDSTRING "linux-gnu"
  303. | #define USER_GAMEDATA ".codered"
  304. | /* end confdefs.h. */
  305. |
  306. | /* Override any GCC internal prototype to avoid an error.
  307. | Use char because int might match the return type of a GCC
  308. | builtin and then its argument prototype would still apply. */
  309. | #ifdef __cplusplus
  310. | extern "C"
  311. | #endif
  312. | char dlopen ();
  313. | int
  314. | main ()
  315. | {
  316. | return dlopen ();
  317. | ;
  318. | return 0;
  319. | }
  320. configure:5690: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  321. configure:5690: $? = 0
  322. configure:5707: result: -ldl
  323. configure:5715: checking for library containing clock_gettime
  324. configure:5746: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
  325. /tmp/ccUOpxON.o: In function `main':
  326. /home/cc11rocks/Games/alienarena-7.60/conftest.c:27: undefined reference to `clock_gettime'
  327. collect2: ld returned 1 exit status
  328. configure:5746: $? = 1
  329. configure: failed program was:
  330. | /* confdefs.h */
  331. | #define PACKAGE_NAME "alienarena"
  332. | #define PACKAGE_TARNAME "alienarena"
  333. | #define PACKAGE_VERSION "7.60"
  334. | #define PACKAGE_STRING "alienarena 7.60"
  335. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  336. | #define PACKAGE_URL ""
  337. | #define PACKAGE "alienarena"
  338. | #define VERSION "7.60"
  339. | #define UNIX_VARIANT 1
  340. | #define LINUX_SPECIAL_CASE 1
  341. | #define CPUSTRING "x86_64"
  342. | #define BUILDSTRING "linux-gnu"
  343. | #define USER_GAMEDATA ".codered"
  344. | /* end confdefs.h. */
  345. |
  346. | /* Override any GCC internal prototype to avoid an error.
  347. | Use char because int might match the return type of a GCC
  348. | builtin and then its argument prototype would still apply. */
  349. | #ifdef __cplusplus
  350. | extern "C"
  351. | #endif
  352. | char clock_gettime ();
  353. | int
  354. | main ()
  355. | {
  356. | return clock_gettime ();
  357. | ;
  358. | return 0;
  359. | }
  360. configure:5746: gcc -o conftest -g -O2 conftest.c -lrt -ldl -lm >&5
  361. configure:5746: $? = 0
  362. configure:5763: result: -lrt
  363. configure:5944: checking for the pthreads library -lpthreads
  364. configure:5982: gcc -o conftest -g -O2 conftest.c -lpthreads -lrt -ldl -lm >&5
  365. /usr/bin/ld: cannot find -lpthreads
  366. collect2: ld returned 1 exit status
  367. configure:5982: $? = 1
  368. configure: failed program was:
  369. | /* confdefs.h */
  370. | #define PACKAGE_NAME "alienarena"
  371. | #define PACKAGE_TARNAME "alienarena"
  372. | #define PACKAGE_VERSION "7.60"
  373. | #define PACKAGE_STRING "alienarena 7.60"
  374. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  375. | #define PACKAGE_URL ""
  376. | #define PACKAGE "alienarena"
  377. | #define VERSION "7.60"
  378. | #define UNIX_VARIANT 1
  379. | #define LINUX_SPECIAL_CASE 1
  380. | #define CPUSTRING "x86_64"
  381. | #define BUILDSTRING "linux-gnu"
  382. | #define USER_GAMEDATA ".codered"
  383. | /* end confdefs.h. */
  384. | #include <pthread.h>
  385. | static void routine(void *a) { a = 0; }
  386. | static void *start_routine(void *a) { return a; }
  387. | int
  388. | main ()
  389. | {
  390. | pthread_t th; pthread_attr_t attr;
  391. | pthread_create(&th, 0, start_routine, 0);
  392. | pthread_join(th, 0);
  393. | pthread_attr_init(&attr);
  394. | pthread_cleanup_push(routine, 0);
  395. | pthread_cleanup_pop(0) /* ; */
  396. | ;
  397. | return 0;
  398. | }
  399. configure:5991: result: no
  400. configure:5889: checking whether pthreads work without any flags
  401. configure:5982: gcc -o conftest -g -O2 conftest.c -lrt -ldl -lm >&5
  402. /tmp/ccgLpJnV.o: In function `main':
  403. /home/cc11rocks/Games/alienarena-7.60/conftest.c:23: undefined reference to `pthread_create'
  404. /home/cc11rocks/Games/alienarena-7.60/conftest.c:24: undefined reference to `pthread_join'
  405. /home/cc11rocks/Games/alienarena-7.60/conftest.c:26: undefined reference to `__pthread_register_cancel'
  406. /home/cc11rocks/Games/alienarena-7.60/conftest.c:27: undefined reference to `__pthread_unregister_cancel'
  407. collect2: ld returned 1 exit status
  408. configure:5982: $? = 1
  409. configure: failed program was:
  410. | /* confdefs.h */
  411. | #define PACKAGE_NAME "alienarena"
  412. | #define PACKAGE_TARNAME "alienarena"
  413. | #define PACKAGE_VERSION "7.60"
  414. | #define PACKAGE_STRING "alienarena 7.60"
  415. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  416. | #define PACKAGE_URL ""
  417. | #define PACKAGE "alienarena"
  418. | #define VERSION "7.60"
  419. | #define UNIX_VARIANT 1
  420. | #define LINUX_SPECIAL_CASE 1
  421. | #define CPUSTRING "x86_64"
  422. | #define BUILDSTRING "linux-gnu"
  423. | #define USER_GAMEDATA ".codered"
  424. | /* end confdefs.h. */
  425. | #include <pthread.h>
  426. | static void routine(void *a) { a = 0; }
  427. | static void *start_routine(void *a) { return a; }
  428. | int
  429. | main ()
  430. | {
  431. | pthread_t th; pthread_attr_t attr;
  432. | pthread_create(&th, 0, start_routine, 0);
  433. | pthread_join(th, 0);
  434. | pthread_attr_init(&attr);
  435. | pthread_cleanup_push(routine, 0);
  436. | pthread_cleanup_pop(0) /* ; */
  437. | ;
  438. | return 0;
  439. | }
  440. configure:5991: result: no
  441. configure:5894: checking whether pthreads work with -Kthread
  442. configure:5982: gcc -o conftest -g -O2 -Kthread conftest.c -lrt -ldl -lm >&5
  443. gcc: error: unrecognized option '-Kthread'
  444. configure:5982: $? = 1
  445. configure: failed program was:
  446. | /* confdefs.h */
  447. | #define PACKAGE_NAME "alienarena"
  448. | #define PACKAGE_TARNAME "alienarena"
  449. | #define PACKAGE_VERSION "7.60"
  450. | #define PACKAGE_STRING "alienarena 7.60"
  451. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  452. | #define PACKAGE_URL ""
  453. | #define PACKAGE "alienarena"
  454. | #define VERSION "7.60"
  455. | #define UNIX_VARIANT 1
  456. | #define LINUX_SPECIAL_CASE 1
  457. | #define CPUSTRING "x86_64"
  458. | #define BUILDSTRING "linux-gnu"
  459. | #define USER_GAMEDATA ".codered"
  460. | /* end confdefs.h. */
  461. | #include <pthread.h>
  462. | static void routine(void *a) { a = 0; }
  463. | static void *start_routine(void *a) { return a; }
  464. | int
  465. | main ()
  466. | {
  467. | pthread_t th; pthread_attr_t attr;
  468. | pthread_create(&th, 0, start_routine, 0);
  469. | pthread_join(th, 0);
  470. | pthread_attr_init(&attr);
  471. | pthread_cleanup_push(routine, 0);
  472. | pthread_cleanup_pop(0) /* ; */
  473. | ;
  474. | return 0;
  475. | }
  476. configure:5991: result: no
  477. configure:5894: checking whether pthreads work with -kthread
  478. configure:5982: gcc -o conftest -g -O2 -kthread conftest.c -lrt -ldl -lm >&5
  479. gcc: error: unrecognized option '-kthread'
  480. configure:5982: $? = 1
  481. configure: failed program was:
  482. | /* confdefs.h */
  483. | #define PACKAGE_NAME "alienarena"
  484. | #define PACKAGE_TARNAME "alienarena"
  485. | #define PACKAGE_VERSION "7.60"
  486. | #define PACKAGE_STRING "alienarena 7.60"
  487. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  488. | #define PACKAGE_URL ""
  489. | #define PACKAGE "alienarena"
  490. | #define VERSION "7.60"
  491. | #define UNIX_VARIANT 1
  492. | #define LINUX_SPECIAL_CASE 1
  493. | #define CPUSTRING "x86_64"
  494. | #define BUILDSTRING "linux-gnu"
  495. | #define USER_GAMEDATA ".codered"
  496. | /* end confdefs.h. */
  497. | #include <pthread.h>
  498. | static void routine(void *a) { a = 0; }
  499. | static void *start_routine(void *a) { return a; }
  500. | int
  501. | main ()
  502. | {
  503. | pthread_t th; pthread_attr_t attr;
  504. | pthread_create(&th, 0, start_routine, 0);
  505. | pthread_join(th, 0);
  506. | pthread_attr_init(&attr);
  507. | pthread_cleanup_push(routine, 0);
  508. | pthread_cleanup_pop(0) /* ; */
  509. | ;
  510. | return 0;
  511. | }
  512. configure:5991: result: no
  513. configure:5944: checking for the pthreads library -llthread
  514. configure:5982: gcc -o conftest -g -O2 conftest.c -llthread -lrt -ldl -lm >&5
  515. /usr/bin/ld: cannot find -llthread
  516. collect2: ld returned 1 exit status
  517. configure:5982: $? = 1
  518. configure: failed program was:
  519. | /* confdefs.h */
  520. | #define PACKAGE_NAME "alienarena"
  521. | #define PACKAGE_TARNAME "alienarena"
  522. | #define PACKAGE_VERSION "7.60"
  523. | #define PACKAGE_STRING "alienarena 7.60"
  524. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  525. | #define PACKAGE_URL ""
  526. | #define PACKAGE "alienarena"
  527. | #define VERSION "7.60"
  528. | #define UNIX_VARIANT 1
  529. | #define LINUX_SPECIAL_CASE 1
  530. | #define CPUSTRING "x86_64"
  531. | #define BUILDSTRING "linux-gnu"
  532. | #define USER_GAMEDATA ".codered"
  533. | /* end confdefs.h. */
  534. | #include <pthread.h>
  535. | static void routine(void *a) { a = 0; }
  536. | static void *start_routine(void *a) { return a; }
  537. | int
  538. | main ()
  539. | {
  540. | pthread_t th; pthread_attr_t attr;
  541. | pthread_create(&th, 0, start_routine, 0);
  542. | pthread_join(th, 0);
  543. | pthread_attr_init(&attr);
  544. | pthread_cleanup_push(routine, 0);
  545. | pthread_cleanup_pop(0) /* ; */
  546. | ;
  547. | return 0;
  548. | }
  549. configure:5991: result: no
  550. configure:5894: checking whether pthreads work with -pthread
  551. configure:5982: gcc -o conftest -g -O2 -pthread conftest.c -lrt -ldl -lm >&5
  552. configure:5982: $? = 0
  553. configure:5991: result: yes
  554. configure:6010: checking for joinable pthread attribute
  555. configure:6025: gcc -o conftest -g -O2 -pthread conftest.c -lrt -ldl -lm >&5
  556. configure:6025: $? = 0
  557. configure:6031: result: PTHREAD_CREATE_JOINABLE
  558. configure:6041: checking if more special flags are required for pthreads
  559. configure:6055: result: no
  560. configure:6061: checking for PTHREAD_PRIO_INHERIT
  561. configure:6079: gcc -o conftest -g -O2 -pthread conftest.c -lrt -ldl -lm >&5
  562. conftest.c: In function 'main':
  563. conftest.c:21:9: error: 'PTHREAD_PRIO_INHERIT' undeclared (first use in this function)
  564. conftest.c:21:9: note: each undeclared identifier is reported only once for each function it appears in
  565. configure:6079: $? = 1
  566. configure: failed program was:
  567. | /* confdefs.h */
  568. | #define PACKAGE_NAME "alienarena"
  569. | #define PACKAGE_TARNAME "alienarena"
  570. | #define PACKAGE_VERSION "7.60"
  571. | #define PACKAGE_STRING "alienarena 7.60"
  572. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  573. | #define PACKAGE_URL ""
  574. | #define PACKAGE "alienarena"
  575. | #define VERSION "7.60"
  576. | #define UNIX_VARIANT 1
  577. | #define LINUX_SPECIAL_CASE 1
  578. | #define CPUSTRING "x86_64"
  579. | #define BUILDSTRING "linux-gnu"
  580. | #define USER_GAMEDATA ".codered"
  581. | /* end confdefs.h. */
  582. |
  583. | #include <pthread.h>
  584. | int
  585. | main ()
  586. | {
  587. | int i = PTHREAD_PRIO_INHERIT;
  588. | ;
  589. | return 0;
  590. | }
  591. configure:6088: result: no
  592. configure:6179: checking for library containing jpeg_read_header
  593. configure:6210: gcc -o conftest -g -O2 conftest.c -lrt -ldl -lm >&5
  594. /tmp/cczFA6eZ.o: In function `main':
  595. /home/cc11rocks/Games/alienarena-7.60/conftest.c:28: undefined reference to `jpeg_read_header'
  596. collect2: ld returned 1 exit status
  597. configure:6210: $? = 1
  598. configure: failed program was:
  599. | /* confdefs.h */
  600. | #define PACKAGE_NAME "alienarena"
  601. | #define PACKAGE_TARNAME "alienarena"
  602. | #define PACKAGE_VERSION "7.60"
  603. | #define PACKAGE_STRING "alienarena 7.60"
  604. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  605. | #define PACKAGE_URL ""
  606. | #define PACKAGE "alienarena"
  607. | #define VERSION "7.60"
  608. | #define UNIX_VARIANT 1
  609. | #define LINUX_SPECIAL_CASE 1
  610. | #define CPUSTRING "x86_64"
  611. | #define BUILDSTRING "linux-gnu"
  612. | #define USER_GAMEDATA ".codered"
  613. | #define HAVE_PTHREAD 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 jpeg_read_header ();
  623. | int
  624. | main ()
  625. | {
  626. | return jpeg_read_header ();
  627. | ;
  628. | return 0;
  629. | }
  630. configure:6210: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  631. configure:6210: $? = 0
  632. configure:6227: result: -ljpeg
  633. configure:6242: checking for X11
  634. configure:6249: $PKG_CONFIG --exists --print-errors "x11"
  635. configure:6252: $? = 0
  636. configure:6266: $PKG_CONFIG --exists --print-errors "x11"
  637. configure:6269: $? = 0
  638. configure:6327: result: yes
  639. configure:6345: checking for XXF86VM
  640. configure:6352: $PKG_CONFIG --exists --print-errors "xxf86vm"
  641. Package xxf86vm was not found in the pkg-config search path.
  642. Perhaps you should add the directory containing `xxf86vm.pc'
  643. to the PKG_CONFIG_PATH environment variable
  644. No package 'xxf86vm' found
  645. configure:6355: $? = 1
  646. configure:6369: $PKG_CONFIG --exists --print-errors "xxf86vm"
  647. Package xxf86vm was not found in the pkg-config search path.
  648. Perhaps you should add the directory containing `xxf86vm.pc'
  649. to the PKG_CONFIG_PATH environment variable
  650. No package 'xxf86vm' found
  651. configure:6372: $? = 1
  652. configure:6386: result: no
  653. No package 'xxf86vm' found
  654. configure:6677: checking for DEPS
  655. configure:6684: $PKG_CONFIG --exists --print-errors "libcurl ogg vorbis vorbisfile freetype2"
  656. configure:6687: $? = 0
  657. configure:6701: $PKG_CONFIG --exists --print-errors "libcurl ogg vorbis vorbisfile freetype2"
  658. configure:6704: $? = 0
  659. configure:6762: result: yes
  660. configure:6792: checking for grep that handles long lines and -e
  661. configure:6850: result: /bin/grep
  662. configure:6855: checking for egrep
  663. configure:6917: result: /bin/grep -E
  664. configure:6922: checking for ANSI C header files
  665. configure:6942: gcc -c -g -O2 conftest.c >&5
  666. configure:6942: $? = 0
  667. configure:7015: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  668. configure:7015: $? = 0
  669. configure:7015: ./conftest
  670. configure:7015: $? = 0
  671. configure:7026: result: yes
  672. configure:7039: checking for sys/types.h
  673. configure:7039: gcc -c -g -O2 conftest.c >&5
  674. configure:7039: $? = 0
  675. configure:7039: result: yes
  676. configure:7039: checking for sys/stat.h
  677. configure:7039: gcc -c -g -O2 conftest.c >&5
  678. configure:7039: $? = 0
  679. configure:7039: result: yes
  680. configure:7039: checking for stdlib.h
  681. configure:7039: gcc -c -g -O2 conftest.c >&5
  682. configure:7039: $? = 0
  683. configure:7039: result: yes
  684. configure:7039: checking for string.h
  685. configure:7039: gcc -c -g -O2 conftest.c >&5
  686. configure:7039: $? = 0
  687. configure:7039: result: yes
  688. configure:7039: checking for memory.h
  689. configure:7039: gcc -c -g -O2 conftest.c >&5
  690. configure:7039: $? = 0
  691. configure:7039: result: yes
  692. configure:7039: checking for strings.h
  693. configure:7039: gcc -c -g -O2 conftest.c >&5
  694. configure:7039: $? = 0
  695. configure:7039: result: yes
  696. configure:7039: checking for inttypes.h
  697. configure:7039: gcc -c -g -O2 conftest.c >&5
  698. configure:7039: $? = 0
  699. configure:7039: result: yes
  700. configure:7039: checking for stdint.h
  701. configure:7039: gcc -c -g -O2 conftest.c >&5
  702. configure:7039: $? = 0
  703. configure:7039: result: yes
  704. configure:7039: checking for unistd.h
  705. configure:7039: gcc -c -g -O2 conftest.c >&5
  706. configure:7039: $? = 0
  707. configure:7039: result: yes
  708. configure:7054: checking for inttypes.h
  709. configure:7054: result: yes
  710. configure:7054: checking for stdint.h
  711. configure:7054: result: yes
  712. configure:7054: checking stddef.h usability
  713. configure:7054: gcc -c -g -O2 conftest.c >&5
  714. configure:7054: $? = 0
  715. configure:7054: result: yes
  716. configure:7054: checking stddef.h presence
  717. configure:7054: gcc -E conftest.c
  718. configure:7054: $? = 0
  719. configure:7054: result: yes
  720. configure:7054: checking for stddef.h
  721. configure:7054: result: yes
  722. configure:7054: checking for stdlib.h
  723. configure:7054: result: yes
  724. configure:7054: checking for unistd.h
  725. configure:7054: result: yes
  726. configure:7068: checking float.h usability
  727. configure:7068: gcc -c -g -O2 conftest.c >&5
  728. configure:7068: $? = 0
  729. configure:7068: result: yes
  730. configure:7068: checking float.h presence
  731. configure:7068: gcc -E conftest.c
  732. configure:7068: $? = 0
  733. configure:7068: result: yes
  734. configure:7068: checking for float.h
  735. configure:7068: result: yes
  736. configure:7068: checking limits.h usability
  737. configure:7068: gcc -c -g -O2 conftest.c >&5
  738. configure:7068: $? = 0
  739. configure:7068: result: yes
  740. configure:7068: checking limits.h presence
  741. configure:7068: gcc -E conftest.c
  742. configure:7068: $? = 0
  743. configure:7068: result: yes
  744. configure:7068: checking for limits.h
  745. configure:7068: result: yes
  746. configure:7083: checking arpa/inet.h usability
  747. configure:7083: gcc -c -g -O2 conftest.c >&5
  748. configure:7083: $? = 0
  749. configure:7083: result: yes
  750. configure:7083: checking arpa/inet.h presence
  751. configure:7083: gcc -E conftest.c
  752. configure:7083: $? = 0
  753. configure:7083: result: yes
  754. configure:7083: checking for arpa/inet.h
  755. configure:7083: result: yes
  756. configure:7083: checking netinet/in.h usability
  757. configure:7083: gcc -c -g -O2 conftest.c >&5
  758. configure:7083: $? = 0
  759. configure:7083: result: yes
  760. configure:7083: checking netinet/in.h presence
  761. configure:7083: gcc -E conftest.c
  762. configure:7083: $? = 0
  763. configure:7083: result: yes
  764. configure:7083: checking for netinet/in.h
  765. configure:7083: result: yes
  766. configure:7083: checking sys/ioctl.h usability
  767. configure:7083: gcc -c -g -O2 conftest.c >&5
  768. configure:7083: $? = 0
  769. configure:7083: result: yes
  770. configure:7083: checking sys/ioctl.h presence
  771. configure:7083: gcc -E conftest.c
  772. configure:7083: $? = 0
  773. configure:7083: result: yes
  774. configure:7083: checking for sys/ioctl.h
  775. configure:7083: result: yes
  776. configure:7083: checking sys/socket.h usability
  777. configure:7083: gcc -c -g -O2 conftest.c >&5
  778. configure:7083: $? = 0
  779. configure:7083: result: yes
  780. configure:7083: checking sys/socket.h presence
  781. configure:7083: gcc -E conftest.c
  782. configure:7083: $? = 0
  783. configure:7083: result: yes
  784. configure:7083: checking for sys/socket.h
  785. configure:7083: result: yes
  786. configure:7083: checking netdb.h usability
  787. configure:7083: gcc -c -g -O2 conftest.c >&5
  788. configure:7083: $? = 0
  789. configure:7083: result: yes
  790. configure:7083: checking netdb.h presence
  791. configure:7083: gcc -E conftest.c
  792. configure:7083: $? = 0
  793. configure:7083: result: yes
  794. configure:7083: checking for netdb.h
  795. configure:7083: result: yes
  796. configure:7083: checking termios.h usability
  797. configure:7083: gcc -c -g -O2 conftest.c >&5
  798. configure:7083: $? = 0
  799. configure:7083: result: yes
  800. configure:7083: checking termios.h presence
  801. configure:7083: gcc -E conftest.c
  802. configure:7083: $? = 0
  803. configure:7083: result: yes
  804. configure:7083: checking for termios.h
  805. configure:7083: result: yes
  806. configure:7083: checking sys/select.h usability
  807. configure:7083: gcc -c -g -O2 conftest.c >&5
  808. configure:7083: $? = 0
  809. configure:7083: result: yes
  810. configure:7083: checking sys/select.h presence
  811. configure:7083: gcc -E conftest.c
  812. configure:7083: $? = 0
  813. configure:7083: result: yes
  814. configure:7083: checking for sys/select.h
  815. configure:7083: result: yes
  816. configure:7098: checking dlfcn.h usability
  817. configure:7098: gcc -c -g -O2 conftest.c >&5
  818. configure:7098: $? = 0
  819. configure:7098: result: yes
  820. configure:7098: checking dlfcn.h presence
  821. configure:7098: gcc -E conftest.c
  822. configure:7098: $? = 0
  823. configure:7098: result: yes
  824. configure:7098: checking for dlfcn.h
  825. configure:7098: result: yes
  826. configure:7098: checking fcntl.h usability
  827. configure:7098: gcc -c -g -O2 conftest.c >&5
  828. configure:7098: $? = 0
  829. configure:7098: result: yes
  830. configure:7098: checking fcntl.h presence
  831. configure:7098: gcc -E conftest.c
  832. configure:7098: $? = 0
  833. configure:7098: result: yes
  834. configure:7098: checking for fcntl.h
  835. configure:7098: result: yes
  836. configure:7098: checking malloc.h usability
  837. configure:7098: gcc -c -g -O2 conftest.c >&5
  838. configure:7098: $? = 0
  839. configure:7098: result: yes
  840. configure:7098: checking malloc.h presence
  841. configure:7098: gcc -E conftest.c
  842. configure:7098: $? = 0
  843. configure:7098: result: yes
  844. configure:7098: checking for malloc.h
  845. configure:7098: result: yes
  846. configure:7098: checking for string.h
  847. configure:7098: result: yes
  848. configure:7098: checking sys/param.h usability
  849. configure:7098: gcc -c -g -O2 conftest.c >&5
  850. configure:7098: $? = 0
  851. configure:7098: result: yes
  852. configure:7098: checking sys/param.h presence
  853. configure:7098: gcc -E conftest.c
  854. configure:7098: $? = 0
  855. configure:7098: result: yes
  856. configure:7098: checking for sys/param.h
  857. configure:7098: result: yes
  858. configure:7098: checking for sys/stat.h
  859. configure:7098: result: yes
  860. configure:7113: checking time.h usability
  861. configure:7113: gcc -c -g -O2 conftest.c >&5
  862. configure:7113: $? = 0
  863. configure:7113: result: yes
  864. configure:7113: checking time.h presence
  865. configure:7113: gcc -E conftest.c
  866. configure:7113: $? = 0
  867. configure:7113: result: yes
  868. configure:7113: checking for time.h
  869. configure:7113: result: yes
  870. configure:7113: checking sys/time.h usability
  871. configure:7113: gcc -c -g -O2 conftest.c >&5
  872. configure:7113: $? = 0
  873. configure:7113: result: yes
  874. configure:7113: checking sys/time.h presence
  875. configure:7113: gcc -E conftest.c
  876. configure:7113: $? = 0
  877. configure:7113: result: yes
  878. configure:7113: checking for sys/time.h
  879. configure:7113: result: yes
  880. configure:7127: checking windows.h usability
  881. configure:7127: gcc -c -g -O2 conftest.c >&5
  882. conftest.c:83:21: fatal error: windows.h: No such file or directory
  883. compilation terminated.
  884. configure:7127: $? = 1
  885. configure: failed program was:
  886. | /* confdefs.h */
  887. | #define PACKAGE_NAME "alienarena"
  888. | #define PACKAGE_TARNAME "alienarena"
  889. | #define PACKAGE_VERSION "7.60"
  890. | #define PACKAGE_STRING "alienarena 7.60"
  891. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  892. | #define PACKAGE_URL ""
  893. | #define PACKAGE "alienarena"
  894. | #define VERSION "7.60"
  895. | #define UNIX_VARIANT 1
  896. | #define LINUX_SPECIAL_CASE 1
  897. | #define CPUSTRING "x86_64"
  898. | #define BUILDSTRING "linux-gnu"
  899. | #define USER_GAMEDATA ".codered"
  900. | #define HAVE_PTHREAD 1
  901. | #define dEpsilon DBL_EPSILON
  902. | #define STDC_HEADERS 1
  903. | #define HAVE_SYS_TYPES_H 1
  904. | #define HAVE_SYS_STAT_H 1
  905. | #define HAVE_STDLIB_H 1
  906. | #define HAVE_STRING_H 1
  907. | #define HAVE_MEMORY_H 1
  908. | #define HAVE_STRINGS_H 1
  909. | #define HAVE_INTTYPES_H 1
  910. | #define HAVE_STDINT_H 1
  911. | #define HAVE_UNISTD_H 1
  912. | #define HAVE_INTTYPES_H 1
  913. | #define HAVE_STDINT_H 1
  914. | #define HAVE_STDDEF_H 1
  915. | #define HAVE_STDLIB_H 1
  916. | #define HAVE_UNISTD_H 1
  917. | #define HAVE_FLOAT_H 1
  918. | #define HAVE_LIMITS_H 1
  919. | #define HAVE_ARPA_INET_H 1
  920. | #define HAVE_NETINET_IN_H 1
  921. | #define HAVE_SYS_IOCTL_H 1
  922. | #define HAVE_SYS_SOCKET_H 1
  923. | #define HAVE_NETDB_H 1
  924. | #define HAVE_TERMIOS_H 1
  925. | #define HAVE_SYS_SELECT_H 1
  926. | #define HAVE_DLFCN_H 1
  927. | #define HAVE_FCNTL_H 1
  928. | #define HAVE_MALLOC_H 1
  929. | #define HAVE_STRING_H 1
  930. | #define HAVE_SYS_PARAM_H 1
  931. | #define HAVE_SYS_STAT_H 1
  932. | #define HAVE_TIME_H 1
  933. | #define HAVE_SYS_TIME_H 1
  934. | /* end confdefs.h. */
  935. | #include <stdio.h>
  936. | #ifdef HAVE_SYS_TYPES_H
  937. | # include <sys/types.h>
  938. | #endif
  939. | #ifdef HAVE_SYS_STAT_H
  940. | # include <sys/stat.h>
  941. | #endif
  942. | #ifdef STDC_HEADERS
  943. | # include <stdlib.h>
  944. | # include <stddef.h>
  945. | #else
  946. | # ifdef HAVE_STDLIB_H
  947. | # include <stdlib.h>
  948. | # endif
  949. | #endif
  950. | #ifdef HAVE_STRING_H
  951. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  952. | # include <memory.h>
  953. | # endif
  954. | # include <string.h>
  955. | #endif
  956. | #ifdef HAVE_STRINGS_H
  957. | # include <strings.h>
  958. | #endif
  959. | #ifdef HAVE_INTTYPES_H
  960. | # include <inttypes.h>
  961. | #endif
  962. | #ifdef HAVE_STDINT_H
  963. | # include <stdint.h>
  964. | #endif
  965. | #ifdef HAVE_UNISTD_H
  966. | # include <unistd.h>
  967. | #endif
  968. | #include <windows.h>
  969. configure:7127: result: no
  970. configure:7127: checking windows.h presence
  971. configure:7127: gcc -E conftest.c
  972. conftest.c:50:21: fatal error: windows.h: No such file or directory
  973. compilation terminated.
  974. configure:7127: $? = 1
  975. configure: failed program was:
  976. | /* confdefs.h */
  977. | #define PACKAGE_NAME "alienarena"
  978. | #define PACKAGE_TARNAME "alienarena"
  979. | #define PACKAGE_VERSION "7.60"
  980. | #define PACKAGE_STRING "alienarena 7.60"
  981. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  982. | #define PACKAGE_URL ""
  983. | #define PACKAGE "alienarena"
  984. | #define VERSION "7.60"
  985. | #define UNIX_VARIANT 1
  986. | #define LINUX_SPECIAL_CASE 1
  987. | #define CPUSTRING "x86_64"
  988. | #define BUILDSTRING "linux-gnu"
  989. | #define USER_GAMEDATA ".codered"
  990. | #define HAVE_PTHREAD 1
  991. | #define dEpsilon DBL_EPSILON
  992. | #define STDC_HEADERS 1
  993. | #define HAVE_SYS_TYPES_H 1
  994. | #define HAVE_SYS_STAT_H 1
  995. | #define HAVE_STDLIB_H 1
  996. | #define HAVE_STRING_H 1
  997. | #define HAVE_MEMORY_H 1
  998. | #define HAVE_STRINGS_H 1
  999. | #define HAVE_INTTYPES_H 1
  1000. | #define HAVE_STDINT_H 1
  1001. | #define HAVE_UNISTD_H 1
  1002. | #define HAVE_INTTYPES_H 1
  1003. | #define HAVE_STDINT_H 1
  1004. | #define HAVE_STDDEF_H 1
  1005. | #define HAVE_STDLIB_H 1
  1006. | #define HAVE_UNISTD_H 1
  1007. | #define HAVE_FLOAT_H 1
  1008. | #define HAVE_LIMITS_H 1
  1009. | #define HAVE_ARPA_INET_H 1
  1010. | #define HAVE_NETINET_IN_H 1
  1011. | #define HAVE_SYS_IOCTL_H 1
  1012. | #define HAVE_SYS_SOCKET_H 1
  1013. | #define HAVE_NETDB_H 1
  1014. | #define HAVE_TERMIOS_H 1
  1015. | #define HAVE_SYS_SELECT_H 1
  1016. | #define HAVE_DLFCN_H 1
  1017. | #define HAVE_FCNTL_H 1
  1018. | #define HAVE_MALLOC_H 1
  1019. | #define HAVE_STRING_H 1
  1020. | #define HAVE_SYS_PARAM_H 1
  1021. | #define HAVE_SYS_STAT_H 1
  1022. | #define HAVE_TIME_H 1
  1023. | #define HAVE_SYS_TIME_H 1
  1024. | /* end confdefs.h. */
  1025. | #include <windows.h>
  1026. configure:7127: result: no
  1027. configure:7127: checking for windows.h
  1028. configure:7127: result: no
  1029. configure:7127: checking winsock.h usability
  1030. configure:7127: gcc -c -g -O2 conftest.c >&5
  1031. conftest.c:83:21: fatal error: winsock.h: No such file or directory
  1032. compilation terminated.
  1033. configure:7127: $? = 1
  1034. configure: failed program was:
  1035. | /* confdefs.h */
  1036. | #define PACKAGE_NAME "alienarena"
  1037. | #define PACKAGE_TARNAME "alienarena"
  1038. | #define PACKAGE_VERSION "7.60"
  1039. | #define PACKAGE_STRING "alienarena 7.60"
  1040. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1041. | #define PACKAGE_URL ""
  1042. | #define PACKAGE "alienarena"
  1043. | #define VERSION "7.60"
  1044. | #define UNIX_VARIANT 1
  1045. | #define LINUX_SPECIAL_CASE 1
  1046. | #define CPUSTRING "x86_64"
  1047. | #define BUILDSTRING "linux-gnu"
  1048. | #define USER_GAMEDATA ".codered"
  1049. | #define HAVE_PTHREAD 1
  1050. | #define dEpsilon DBL_EPSILON
  1051. | #define STDC_HEADERS 1
  1052. | #define HAVE_SYS_TYPES_H 1
  1053. | #define HAVE_SYS_STAT_H 1
  1054. | #define HAVE_STDLIB_H 1
  1055. | #define HAVE_STRING_H 1
  1056. | #define HAVE_MEMORY_H 1
  1057. | #define HAVE_STRINGS_H 1
  1058. | #define HAVE_INTTYPES_H 1
  1059. | #define HAVE_STDINT_H 1
  1060. | #define HAVE_UNISTD_H 1
  1061. | #define HAVE_INTTYPES_H 1
  1062. | #define HAVE_STDINT_H 1
  1063. | #define HAVE_STDDEF_H 1
  1064. | #define HAVE_STDLIB_H 1
  1065. | #define HAVE_UNISTD_H 1
  1066. | #define HAVE_FLOAT_H 1
  1067. | #define HAVE_LIMITS_H 1
  1068. | #define HAVE_ARPA_INET_H 1
  1069. | #define HAVE_NETINET_IN_H 1
  1070. | #define HAVE_SYS_IOCTL_H 1
  1071. | #define HAVE_SYS_SOCKET_H 1
  1072. | #define HAVE_NETDB_H 1
  1073. | #define HAVE_TERMIOS_H 1
  1074. | #define HAVE_SYS_SELECT_H 1
  1075. | #define HAVE_DLFCN_H 1
  1076. | #define HAVE_FCNTL_H 1
  1077. | #define HAVE_MALLOC_H 1
  1078. | #define HAVE_STRING_H 1
  1079. | #define HAVE_SYS_PARAM_H 1
  1080. | #define HAVE_SYS_STAT_H 1
  1081. | #define HAVE_TIME_H 1
  1082. | #define HAVE_SYS_TIME_H 1
  1083. | /* end confdefs.h. */
  1084. | #include <stdio.h>
  1085. | #ifdef HAVE_SYS_TYPES_H
  1086. | # include <sys/types.h>
  1087. | #endif
  1088. | #ifdef HAVE_SYS_STAT_H
  1089. | # include <sys/stat.h>
  1090. | #endif
  1091. | #ifdef STDC_HEADERS
  1092. | # include <stdlib.h>
  1093. | # include <stddef.h>
  1094. | #else
  1095. | # ifdef HAVE_STDLIB_H
  1096. | # include <stdlib.h>
  1097. | # endif
  1098. | #endif
  1099. | #ifdef HAVE_STRING_H
  1100. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1101. | # include <memory.h>
  1102. | # endif
  1103. | # include <string.h>
  1104. | #endif
  1105. | #ifdef HAVE_STRINGS_H
  1106. | # include <strings.h>
  1107. | #endif
  1108. | #ifdef HAVE_INTTYPES_H
  1109. | # include <inttypes.h>
  1110. | #endif
  1111. | #ifdef HAVE_STDINT_H
  1112. | # include <stdint.h>
  1113. | #endif
  1114. | #ifdef HAVE_UNISTD_H
  1115. | # include <unistd.h>
  1116. | #endif
  1117. | #include <winsock.h>
  1118. configure:7127: result: no
  1119. configure:7127: checking winsock.h presence
  1120. configure:7127: gcc -E conftest.c
  1121. conftest.c:50:21: fatal error: winsock.h: No such file or directory
  1122. compilation terminated.
  1123. configure:7127: $? = 1
  1124. configure: failed program was:
  1125. | /* confdefs.h */
  1126. | #define PACKAGE_NAME "alienarena"
  1127. | #define PACKAGE_TARNAME "alienarena"
  1128. | #define PACKAGE_VERSION "7.60"
  1129. | #define PACKAGE_STRING "alienarena 7.60"
  1130. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1131. | #define PACKAGE_URL ""
  1132. | #define PACKAGE "alienarena"
  1133. | #define VERSION "7.60"
  1134. | #define UNIX_VARIANT 1
  1135. | #define LINUX_SPECIAL_CASE 1
  1136. | #define CPUSTRING "x86_64"
  1137. | #define BUILDSTRING "linux-gnu"
  1138. | #define USER_GAMEDATA ".codered"
  1139. | #define HAVE_PTHREAD 1
  1140. | #define dEpsilon DBL_EPSILON
  1141. | #define STDC_HEADERS 1
  1142. | #define HAVE_SYS_TYPES_H 1
  1143. | #define HAVE_SYS_STAT_H 1
  1144. | #define HAVE_STDLIB_H 1
  1145. | #define HAVE_STRING_H 1
  1146. | #define HAVE_MEMORY_H 1
  1147. | #define HAVE_STRINGS_H 1
  1148. | #define HAVE_INTTYPES_H 1
  1149. | #define HAVE_STDINT_H 1
  1150. | #define HAVE_UNISTD_H 1
  1151. | #define HAVE_INTTYPES_H 1
  1152. | #define HAVE_STDINT_H 1
  1153. | #define HAVE_STDDEF_H 1
  1154. | #define HAVE_STDLIB_H 1
  1155. | #define HAVE_UNISTD_H 1
  1156. | #define HAVE_FLOAT_H 1
  1157. | #define HAVE_LIMITS_H 1
  1158. | #define HAVE_ARPA_INET_H 1
  1159. | #define HAVE_NETINET_IN_H 1
  1160. | #define HAVE_SYS_IOCTL_H 1
  1161. | #define HAVE_SYS_SOCKET_H 1
  1162. | #define HAVE_NETDB_H 1
  1163. | #define HAVE_TERMIOS_H 1
  1164. | #define HAVE_SYS_SELECT_H 1
  1165. | #define HAVE_DLFCN_H 1
  1166. | #define HAVE_FCNTL_H 1
  1167. | #define HAVE_MALLOC_H 1
  1168. | #define HAVE_STRING_H 1
  1169. | #define HAVE_SYS_PARAM_H 1
  1170. | #define HAVE_SYS_STAT_H 1
  1171. | #define HAVE_TIME_H 1
  1172. | #define HAVE_SYS_TIME_H 1
  1173. | /* end confdefs.h. */
  1174. | #include <winsock.h>
  1175. configure:7127: result: no
  1176. configure:7127: checking for winsock.h
  1177. configure:7127: result: no
  1178. configure:7127: checking winsock2.h usability
  1179. configure:7127: gcc -c -g -O2 conftest.c >&5
  1180. conftest.c:83:22: fatal error: winsock2.h: No such file or directory
  1181. compilation terminated.
  1182. configure:7127: $? = 1
  1183. configure: failed program was:
  1184. | /* confdefs.h */
  1185. | #define PACKAGE_NAME "alienarena"
  1186. | #define PACKAGE_TARNAME "alienarena"
  1187. | #define PACKAGE_VERSION "7.60"
  1188. | #define PACKAGE_STRING "alienarena 7.60"
  1189. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1190. | #define PACKAGE_URL ""
  1191. | #define PACKAGE "alienarena"
  1192. | #define VERSION "7.60"
  1193. | #define UNIX_VARIANT 1
  1194. | #define LINUX_SPECIAL_CASE 1
  1195. | #define CPUSTRING "x86_64"
  1196. | #define BUILDSTRING "linux-gnu"
  1197. | #define USER_GAMEDATA ".codered"
  1198. | #define HAVE_PTHREAD 1
  1199. | #define dEpsilon DBL_EPSILON
  1200. | #define STDC_HEADERS 1
  1201. | #define HAVE_SYS_TYPES_H 1
  1202. | #define HAVE_SYS_STAT_H 1
  1203. | #define HAVE_STDLIB_H 1
  1204. | #define HAVE_STRING_H 1
  1205. | #define HAVE_MEMORY_H 1
  1206. | #define HAVE_STRINGS_H 1
  1207. | #define HAVE_INTTYPES_H 1
  1208. | #define HAVE_STDINT_H 1
  1209. | #define HAVE_UNISTD_H 1
  1210. | #define HAVE_INTTYPES_H 1
  1211. | #define HAVE_STDINT_H 1
  1212. | #define HAVE_STDDEF_H 1
  1213. | #define HAVE_STDLIB_H 1
  1214. | #define HAVE_UNISTD_H 1
  1215. | #define HAVE_FLOAT_H 1
  1216. | #define HAVE_LIMITS_H 1
  1217. | #define HAVE_ARPA_INET_H 1
  1218. | #define HAVE_NETINET_IN_H 1
  1219. | #define HAVE_SYS_IOCTL_H 1
  1220. | #define HAVE_SYS_SOCKET_H 1
  1221. | #define HAVE_NETDB_H 1
  1222. | #define HAVE_TERMIOS_H 1
  1223. | #define HAVE_SYS_SELECT_H 1
  1224. | #define HAVE_DLFCN_H 1
  1225. | #define HAVE_FCNTL_H 1
  1226. | #define HAVE_MALLOC_H 1
  1227. | #define HAVE_STRING_H 1
  1228. | #define HAVE_SYS_PARAM_H 1
  1229. | #define HAVE_SYS_STAT_H 1
  1230. | #define HAVE_TIME_H 1
  1231. | #define HAVE_SYS_TIME_H 1
  1232. | /* end confdefs.h. */
  1233. | #include <stdio.h>
  1234. | #ifdef HAVE_SYS_TYPES_H
  1235. | # include <sys/types.h>
  1236. | #endif
  1237. | #ifdef HAVE_SYS_STAT_H
  1238. | # include <sys/stat.h>
  1239. | #endif
  1240. | #ifdef STDC_HEADERS
  1241. | # include <stdlib.h>
  1242. | # include <stddef.h>
  1243. | #else
  1244. | # ifdef HAVE_STDLIB_H
  1245. | # include <stdlib.h>
  1246. | # endif
  1247. | #endif
  1248. | #ifdef HAVE_STRING_H
  1249. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1250. | # include <memory.h>
  1251. | # endif
  1252. | # include <string.h>
  1253. | #endif
  1254. | #ifdef HAVE_STRINGS_H
  1255. | # include <strings.h>
  1256. | #endif
  1257. | #ifdef HAVE_INTTYPES_H
  1258. | # include <inttypes.h>
  1259. | #endif
  1260. | #ifdef HAVE_STDINT_H
  1261. | # include <stdint.h>
  1262. | #endif
  1263. | #ifdef HAVE_UNISTD_H
  1264. | # include <unistd.h>
  1265. | #endif
  1266. | #include <winsock2.h>
  1267. configure:7127: result: no
  1268. configure:7127: checking winsock2.h presence
  1269. configure:7127: gcc -E conftest.c
  1270. conftest.c:50:22: fatal error: winsock2.h: No such file or directory
  1271. compilation terminated.
  1272. configure:7127: $? = 1
  1273. configure: failed program was:
  1274. | /* confdefs.h */
  1275. | #define PACKAGE_NAME "alienarena"
  1276. | #define PACKAGE_TARNAME "alienarena"
  1277. | #define PACKAGE_VERSION "7.60"
  1278. | #define PACKAGE_STRING "alienarena 7.60"
  1279. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1280. | #define PACKAGE_URL ""
  1281. | #define PACKAGE "alienarena"
  1282. | #define VERSION "7.60"
  1283. | #define UNIX_VARIANT 1
  1284. | #define LINUX_SPECIAL_CASE 1
  1285. | #define CPUSTRING "x86_64"
  1286. | #define BUILDSTRING "linux-gnu"
  1287. | #define USER_GAMEDATA ".codered"
  1288. | #define HAVE_PTHREAD 1
  1289. | #define dEpsilon DBL_EPSILON
  1290. | #define STDC_HEADERS 1
  1291. | #define HAVE_SYS_TYPES_H 1
  1292. | #define HAVE_SYS_STAT_H 1
  1293. | #define HAVE_STDLIB_H 1
  1294. | #define HAVE_STRING_H 1
  1295. | #define HAVE_MEMORY_H 1
  1296. | #define HAVE_STRINGS_H 1
  1297. | #define HAVE_INTTYPES_H 1
  1298. | #define HAVE_STDINT_H 1
  1299. | #define HAVE_UNISTD_H 1
  1300. | #define HAVE_INTTYPES_H 1
  1301. | #define HAVE_STDINT_H 1
  1302. | #define HAVE_STDDEF_H 1
  1303. | #define HAVE_STDLIB_H 1
  1304. | #define HAVE_UNISTD_H 1
  1305. | #define HAVE_FLOAT_H 1
  1306. | #define HAVE_LIMITS_H 1
  1307. | #define HAVE_ARPA_INET_H 1
  1308. | #define HAVE_NETINET_IN_H 1
  1309. | #define HAVE_SYS_IOCTL_H 1
  1310. | #define HAVE_SYS_SOCKET_H 1
  1311. | #define HAVE_NETDB_H 1
  1312. | #define HAVE_TERMIOS_H 1
  1313. | #define HAVE_SYS_SELECT_H 1
  1314. | #define HAVE_DLFCN_H 1
  1315. | #define HAVE_FCNTL_H 1
  1316. | #define HAVE_MALLOC_H 1
  1317. | #define HAVE_STRING_H 1
  1318. | #define HAVE_SYS_PARAM_H 1
  1319. | #define HAVE_SYS_STAT_H 1
  1320. | #define HAVE_TIME_H 1
  1321. | #define HAVE_SYS_TIME_H 1
  1322. | /* end confdefs.h. */
  1323. | #include <winsock2.h>
  1324. configure:7127: result: no
  1325. configure:7127: checking for winsock2.h
  1326. configure:7127: result: no
  1327. configure:7145: checking jpeglib.h usability
  1328. configure:7145: gcc -c -g -O2 conftest.c >&5
  1329. configure:7145: $? = 0
  1330. configure:7145: result: yes
  1331. configure:7145: checking jpeglib.h presence
  1332. configure:7145: gcc -E conftest.c
  1333. configure:7145: $? = 0
  1334. configure:7145: result: yes
  1335. configure:7145: checking for jpeglib.h
  1336. configure:7145: result: yes
  1337. configure:7145: checking jpeg/jpeglib.h usability
  1338. configure:7145: gcc -c -g -O2 conftest.c >&5
  1339. conftest.c:84:26: fatal error: jpeg/jpeglib.h: No such file or directory
  1340. compilation terminated.
  1341. configure:7145: $? = 1
  1342. configure: failed program was:
  1343. | /* confdefs.h */
  1344. | #define PACKAGE_NAME "alienarena"
  1345. | #define PACKAGE_TARNAME "alienarena"
  1346. | #define PACKAGE_VERSION "7.60"
  1347. | #define PACKAGE_STRING "alienarena 7.60"
  1348. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1349. | #define PACKAGE_URL ""
  1350. | #define PACKAGE "alienarena"
  1351. | #define VERSION "7.60"
  1352. | #define UNIX_VARIANT 1
  1353. | #define LINUX_SPECIAL_CASE 1
  1354. | #define CPUSTRING "x86_64"
  1355. | #define BUILDSTRING "linux-gnu"
  1356. | #define USER_GAMEDATA ".codered"
  1357. | #define HAVE_PTHREAD 1
  1358. | #define dEpsilon DBL_EPSILON
  1359. | #define STDC_HEADERS 1
  1360. | #define HAVE_SYS_TYPES_H 1
  1361. | #define HAVE_SYS_STAT_H 1
  1362. | #define HAVE_STDLIB_H 1
  1363. | #define HAVE_STRING_H 1
  1364. | #define HAVE_MEMORY_H 1
  1365. | #define HAVE_STRINGS_H 1
  1366. | #define HAVE_INTTYPES_H 1
  1367. | #define HAVE_STDINT_H 1
  1368. | #define HAVE_UNISTD_H 1
  1369. | #define HAVE_INTTYPES_H 1
  1370. | #define HAVE_STDINT_H 1
  1371. | #define HAVE_STDDEF_H 1
  1372. | #define HAVE_STDLIB_H 1
  1373. | #define HAVE_UNISTD_H 1
  1374. | #define HAVE_FLOAT_H 1
  1375. | #define HAVE_LIMITS_H 1
  1376. | #define HAVE_ARPA_INET_H 1
  1377. | #define HAVE_NETINET_IN_H 1
  1378. | #define HAVE_SYS_IOCTL_H 1
  1379. | #define HAVE_SYS_SOCKET_H 1
  1380. | #define HAVE_NETDB_H 1
  1381. | #define HAVE_TERMIOS_H 1
  1382. | #define HAVE_SYS_SELECT_H 1
  1383. | #define HAVE_DLFCN_H 1
  1384. | #define HAVE_FCNTL_H 1
  1385. | #define HAVE_MALLOC_H 1
  1386. | #define HAVE_STRING_H 1
  1387. | #define HAVE_SYS_PARAM_H 1
  1388. | #define HAVE_SYS_STAT_H 1
  1389. | #define HAVE_TIME_H 1
  1390. | #define HAVE_SYS_TIME_H 1
  1391. | #define HAVE_JPEGLIB_H 1
  1392. | /* end confdefs.h. */
  1393. | #include <stdio.h>
  1394. | #ifdef HAVE_SYS_TYPES_H
  1395. | # include <sys/types.h>
  1396. | #endif
  1397. | #ifdef HAVE_SYS_STAT_H
  1398. | # include <sys/stat.h>
  1399. | #endif
  1400. | #ifdef STDC_HEADERS
  1401. | # include <stdlib.h>
  1402. | # include <stddef.h>
  1403. | #else
  1404. | # ifdef HAVE_STDLIB_H
  1405. | # include <stdlib.h>
  1406. | # endif
  1407. | #endif
  1408. | #ifdef HAVE_STRING_H
  1409. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1410. | # include <memory.h>
  1411. | # endif
  1412. | # include <string.h>
  1413. | #endif
  1414. | #ifdef HAVE_STRINGS_H
  1415. | # include <strings.h>
  1416. | #endif
  1417. | #ifdef HAVE_INTTYPES_H
  1418. | # include <inttypes.h>
  1419. | #endif
  1420. | #ifdef HAVE_STDINT_H
  1421. | # include <stdint.h>
  1422. | #endif
  1423. | #ifdef HAVE_UNISTD_H
  1424. | # include <unistd.h>
  1425. | #endif
  1426. | #include <jpeg/jpeglib.h>
  1427. configure:7145: result: no
  1428. configure:7145: checking jpeg/jpeglib.h presence
  1429. configure:7145: gcc -E conftest.c
  1430. conftest.c:51:26: fatal error: jpeg/jpeglib.h: No such file or directory
  1431. compilation terminated.
  1432. configure:7145: $? = 1
  1433. configure: failed program was:
  1434. | /* confdefs.h */
  1435. | #define PACKAGE_NAME "alienarena"
  1436. | #define PACKAGE_TARNAME "alienarena"
  1437. | #define PACKAGE_VERSION "7.60"
  1438. | #define PACKAGE_STRING "alienarena 7.60"
  1439. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1440. | #define PACKAGE_URL ""
  1441. | #define PACKAGE "alienarena"
  1442. | #define VERSION "7.60"
  1443. | #define UNIX_VARIANT 1
  1444. | #define LINUX_SPECIAL_CASE 1
  1445. | #define CPUSTRING "x86_64"
  1446. | #define BUILDSTRING "linux-gnu"
  1447. | #define USER_GAMEDATA ".codered"
  1448. | #define HAVE_PTHREAD 1
  1449. | #define dEpsilon DBL_EPSILON
  1450. | #define STDC_HEADERS 1
  1451. | #define HAVE_SYS_TYPES_H 1
  1452. | #define HAVE_SYS_STAT_H 1
  1453. | #define HAVE_STDLIB_H 1
  1454. | #define HAVE_STRING_H 1
  1455. | #define HAVE_MEMORY_H 1
  1456. | #define HAVE_STRINGS_H 1
  1457. | #define HAVE_INTTYPES_H 1
  1458. | #define HAVE_STDINT_H 1
  1459. | #define HAVE_UNISTD_H 1
  1460. | #define HAVE_INTTYPES_H 1
  1461. | #define HAVE_STDINT_H 1
  1462. | #define HAVE_STDDEF_H 1
  1463. | #define HAVE_STDLIB_H 1
  1464. | #define HAVE_UNISTD_H 1
  1465. | #define HAVE_FLOAT_H 1
  1466. | #define HAVE_LIMITS_H 1
  1467. | #define HAVE_ARPA_INET_H 1
  1468. | #define HAVE_NETINET_IN_H 1
  1469. | #define HAVE_SYS_IOCTL_H 1
  1470. | #define HAVE_SYS_SOCKET_H 1
  1471. | #define HAVE_NETDB_H 1
  1472. | #define HAVE_TERMIOS_H 1
  1473. | #define HAVE_SYS_SELECT_H 1
  1474. | #define HAVE_DLFCN_H 1
  1475. | #define HAVE_FCNTL_H 1
  1476. | #define HAVE_MALLOC_H 1
  1477. | #define HAVE_STRING_H 1
  1478. | #define HAVE_SYS_PARAM_H 1
  1479. | #define HAVE_SYS_STAT_H 1
  1480. | #define HAVE_TIME_H 1
  1481. | #define HAVE_SYS_TIME_H 1
  1482. | #define HAVE_JPEGLIB_H 1
  1483. | /* end confdefs.h. */
  1484. | #include <jpeg/jpeglib.h>
  1485. configure:7145: result: no
  1486. configure:7145: checking for jpeg/jpeglib.h
  1487. configure:7145: result: no
  1488. configure:7163: checking AL/al.h usability
  1489. configure:7163: gcc -c -g -O2 conftest.c >&5
  1490. configure:7163: $? = 0
  1491. configure:7163: result: yes
  1492. configure:7163: checking AL/al.h presence
  1493. configure:7163: gcc -E conftest.c
  1494. configure:7163: $? = 0
  1495. configure:7163: result: yes
  1496. configure:7163: checking for AL/al.h
  1497. configure:7163: result: yes
  1498. configure:7163: checking al.h usability
  1499. configure:7163: gcc -c -g -O2 conftest.c >&5
  1500. conftest.c:85:16: fatal error: al.h: No such file or directory
  1501. compilation terminated.
  1502. configure:7163: $? = 1
  1503. configure: failed program was:
  1504. | /* confdefs.h */
  1505. | #define PACKAGE_NAME "alienarena"
  1506. | #define PACKAGE_TARNAME "alienarena"
  1507. | #define PACKAGE_VERSION "7.60"
  1508. | #define PACKAGE_STRING "alienarena 7.60"
  1509. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1510. | #define PACKAGE_URL ""
  1511. | #define PACKAGE "alienarena"
  1512. | #define VERSION "7.60"
  1513. | #define UNIX_VARIANT 1
  1514. | #define LINUX_SPECIAL_CASE 1
  1515. | #define CPUSTRING "x86_64"
  1516. | #define BUILDSTRING "linux-gnu"
  1517. | #define USER_GAMEDATA ".codered"
  1518. | #define HAVE_PTHREAD 1
  1519. | #define dEpsilon DBL_EPSILON
  1520. | #define STDC_HEADERS 1
  1521. | #define HAVE_SYS_TYPES_H 1
  1522. | #define HAVE_SYS_STAT_H 1
  1523. | #define HAVE_STDLIB_H 1
  1524. | #define HAVE_STRING_H 1
  1525. | #define HAVE_MEMORY_H 1
  1526. | #define HAVE_STRINGS_H 1
  1527. | #define HAVE_INTTYPES_H 1
  1528. | #define HAVE_STDINT_H 1
  1529. | #define HAVE_UNISTD_H 1
  1530. | #define HAVE_INTTYPES_H 1
  1531. | #define HAVE_STDINT_H 1
  1532. | #define HAVE_STDDEF_H 1
  1533. | #define HAVE_STDLIB_H 1
  1534. | #define HAVE_UNISTD_H 1
  1535. | #define HAVE_FLOAT_H 1
  1536. | #define HAVE_LIMITS_H 1
  1537. | #define HAVE_ARPA_INET_H 1
  1538. | #define HAVE_NETINET_IN_H 1
  1539. | #define HAVE_SYS_IOCTL_H 1
  1540. | #define HAVE_SYS_SOCKET_H 1
  1541. | #define HAVE_NETDB_H 1
  1542. | #define HAVE_TERMIOS_H 1
  1543. | #define HAVE_SYS_SELECT_H 1
  1544. | #define HAVE_DLFCN_H 1
  1545. | #define HAVE_FCNTL_H 1
  1546. | #define HAVE_MALLOC_H 1
  1547. | #define HAVE_STRING_H 1
  1548. | #define HAVE_SYS_PARAM_H 1
  1549. | #define HAVE_SYS_STAT_H 1
  1550. | #define HAVE_TIME_H 1
  1551. | #define HAVE_SYS_TIME_H 1
  1552. | #define HAVE_JPEGLIB_H 1
  1553. | #define HAVE_AL_AL_H 1
  1554. | /* end confdefs.h. */
  1555. | #include <stdio.h>
  1556. | #ifdef HAVE_SYS_TYPES_H
  1557. | # include <sys/types.h>
  1558. | #endif
  1559. | #ifdef HAVE_SYS_STAT_H
  1560. | # include <sys/stat.h>
  1561. | #endif
  1562. | #ifdef STDC_HEADERS
  1563. | # include <stdlib.h>
  1564. | # include <stddef.h>
  1565. | #else
  1566. | # ifdef HAVE_STDLIB_H
  1567. | # include <stdlib.h>
  1568. | # endif
  1569. | #endif
  1570. | #ifdef HAVE_STRING_H
  1571. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1572. | # include <memory.h>
  1573. | # endif
  1574. | # include <string.h>
  1575. | #endif
  1576. | #ifdef HAVE_STRINGS_H
  1577. | # include <strings.h>
  1578. | #endif
  1579. | #ifdef HAVE_INTTYPES_H
  1580. | # include <inttypes.h>
  1581. | #endif
  1582. | #ifdef HAVE_STDINT_H
  1583. | # include <stdint.h>
  1584. | #endif
  1585. | #ifdef HAVE_UNISTD_H
  1586. | # include <unistd.h>
  1587. | #endif
  1588. | #include <al.h>
  1589. configure:7163: result: no
  1590. configure:7163: checking al.h presence
  1591. configure:7163: gcc -E conftest.c
  1592. conftest.c:52:16: fatal error: al.h: No such file or directory
  1593. compilation terminated.
  1594. configure:7163: $? = 1
  1595. configure: failed program was:
  1596. | /* confdefs.h */
  1597. | #define PACKAGE_NAME "alienarena"
  1598. | #define PACKAGE_TARNAME "alienarena"
  1599. | #define PACKAGE_VERSION "7.60"
  1600. | #define PACKAGE_STRING "alienarena 7.60"
  1601. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1602. | #define PACKAGE_URL ""
  1603. | #define PACKAGE "alienarena"
  1604. | #define VERSION "7.60"
  1605. | #define UNIX_VARIANT 1
  1606. | #define LINUX_SPECIAL_CASE 1
  1607. | #define CPUSTRING "x86_64"
  1608. | #define BUILDSTRING "linux-gnu"
  1609. | #define USER_GAMEDATA ".codered"
  1610. | #define HAVE_PTHREAD 1
  1611. | #define dEpsilon DBL_EPSILON
  1612. | #define STDC_HEADERS 1
  1613. | #define HAVE_SYS_TYPES_H 1
  1614. | #define HAVE_SYS_STAT_H 1
  1615. | #define HAVE_STDLIB_H 1
  1616. | #define HAVE_STRING_H 1
  1617. | #define HAVE_MEMORY_H 1
  1618. | #define HAVE_STRINGS_H 1
  1619. | #define HAVE_INTTYPES_H 1
  1620. | #define HAVE_STDINT_H 1
  1621. | #define HAVE_UNISTD_H 1
  1622. | #define HAVE_INTTYPES_H 1
  1623. | #define HAVE_STDINT_H 1
  1624. | #define HAVE_STDDEF_H 1
  1625. | #define HAVE_STDLIB_H 1
  1626. | #define HAVE_UNISTD_H 1
  1627. | #define HAVE_FLOAT_H 1
  1628. | #define HAVE_LIMITS_H 1
  1629. | #define HAVE_ARPA_INET_H 1
  1630. | #define HAVE_NETINET_IN_H 1
  1631. | #define HAVE_SYS_IOCTL_H 1
  1632. | #define HAVE_SYS_SOCKET_H 1
  1633. | #define HAVE_NETDB_H 1
  1634. | #define HAVE_TERMIOS_H 1
  1635. | #define HAVE_SYS_SELECT_H 1
  1636. | #define HAVE_DLFCN_H 1
  1637. | #define HAVE_FCNTL_H 1
  1638. | #define HAVE_MALLOC_H 1
  1639. | #define HAVE_STRING_H 1
  1640. | #define HAVE_SYS_PARAM_H 1
  1641. | #define HAVE_SYS_STAT_H 1
  1642. | #define HAVE_TIME_H 1
  1643. | #define HAVE_SYS_TIME_H 1
  1644. | #define HAVE_JPEGLIB_H 1
  1645. | #define HAVE_AL_AL_H 1
  1646. | /* end confdefs.h. */
  1647. | #include <al.h>
  1648. configure:7163: result: no
  1649. configure:7163: checking for al.h
  1650. configure:7163: result: no
  1651. configure:7163: checking OpenAL/al.h usability
  1652. configure:7163: gcc -c -g -O2 conftest.c >&5
  1653. conftest.c:85:23: fatal error: OpenAL/al.h: No such file or directory
  1654. compilation terminated.
  1655. configure:7163: $? = 1
  1656. configure: failed program was:
  1657. | /* confdefs.h */
  1658. | #define PACKAGE_NAME "alienarena"
  1659. | #define PACKAGE_TARNAME "alienarena"
  1660. | #define PACKAGE_VERSION "7.60"
  1661. | #define PACKAGE_STRING "alienarena 7.60"
  1662. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1663. | #define PACKAGE_URL ""
  1664. | #define PACKAGE "alienarena"
  1665. | #define VERSION "7.60"
  1666. | #define UNIX_VARIANT 1
  1667. | #define LINUX_SPECIAL_CASE 1
  1668. | #define CPUSTRING "x86_64"
  1669. | #define BUILDSTRING "linux-gnu"
  1670. | #define USER_GAMEDATA ".codered"
  1671. | #define HAVE_PTHREAD 1
  1672. | #define dEpsilon DBL_EPSILON
  1673. | #define STDC_HEADERS 1
  1674. | #define HAVE_SYS_TYPES_H 1
  1675. | #define HAVE_SYS_STAT_H 1
  1676. | #define HAVE_STDLIB_H 1
  1677. | #define HAVE_STRING_H 1
  1678. | #define HAVE_MEMORY_H 1
  1679. | #define HAVE_STRINGS_H 1
  1680. | #define HAVE_INTTYPES_H 1
  1681. | #define HAVE_STDINT_H 1
  1682. | #define HAVE_UNISTD_H 1
  1683. | #define HAVE_INTTYPES_H 1
  1684. | #define HAVE_STDINT_H 1
  1685. | #define HAVE_STDDEF_H 1
  1686. | #define HAVE_STDLIB_H 1
  1687. | #define HAVE_UNISTD_H 1
  1688. | #define HAVE_FLOAT_H 1
  1689. | #define HAVE_LIMITS_H 1
  1690. | #define HAVE_ARPA_INET_H 1
  1691. | #define HAVE_NETINET_IN_H 1
  1692. | #define HAVE_SYS_IOCTL_H 1
  1693. | #define HAVE_SYS_SOCKET_H 1
  1694. | #define HAVE_NETDB_H 1
  1695. | #define HAVE_TERMIOS_H 1
  1696. | #define HAVE_SYS_SELECT_H 1
  1697. | #define HAVE_DLFCN_H 1
  1698. | #define HAVE_FCNTL_H 1
  1699. | #define HAVE_MALLOC_H 1
  1700. | #define HAVE_STRING_H 1
  1701. | #define HAVE_SYS_PARAM_H 1
  1702. | #define HAVE_SYS_STAT_H 1
  1703. | #define HAVE_TIME_H 1
  1704. | #define HAVE_SYS_TIME_H 1
  1705. | #define HAVE_JPEGLIB_H 1
  1706. | #define HAVE_AL_AL_H 1
  1707. | /* end confdefs.h. */
  1708. | #include <stdio.h>
  1709. | #ifdef HAVE_SYS_TYPES_H
  1710. | # include <sys/types.h>
  1711. | #endif
  1712. | #ifdef HAVE_SYS_STAT_H
  1713. | # include <sys/stat.h>
  1714. | #endif
  1715. | #ifdef STDC_HEADERS
  1716. | # include <stdlib.h>
  1717. | # include <stddef.h>
  1718. | #else
  1719. | # ifdef HAVE_STDLIB_H
  1720. | # include <stdlib.h>
  1721. | # endif
  1722. | #endif
  1723. | #ifdef HAVE_STRING_H
  1724. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1725. | # include <memory.h>
  1726. | # endif
  1727. | # include <string.h>
  1728. | #endif
  1729. | #ifdef HAVE_STRINGS_H
  1730. | # include <strings.h>
  1731. | #endif
  1732. | #ifdef HAVE_INTTYPES_H
  1733. | # include <inttypes.h>
  1734. | #endif
  1735. | #ifdef HAVE_STDINT_H
  1736. | # include <stdint.h>
  1737. | #endif
  1738. | #ifdef HAVE_UNISTD_H
  1739. | # include <unistd.h>
  1740. | #endif
  1741. | #include <OpenAL/al.h>
  1742. configure:7163: result: no
  1743. configure:7163: checking OpenAL/al.h presence
  1744. configure:7163: gcc -E conftest.c
  1745. conftest.c:52:23: fatal error: OpenAL/al.h: No such file or directory
  1746. compilation terminated.
  1747. configure:7163: $? = 1
  1748. configure: failed program was:
  1749. | /* confdefs.h */
  1750. | #define PACKAGE_NAME "alienarena"
  1751. | #define PACKAGE_TARNAME "alienarena"
  1752. | #define PACKAGE_VERSION "7.60"
  1753. | #define PACKAGE_STRING "alienarena 7.60"
  1754. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1755. | #define PACKAGE_URL ""
  1756. | #define PACKAGE "alienarena"
  1757. | #define VERSION "7.60"
  1758. | #define UNIX_VARIANT 1
  1759. | #define LINUX_SPECIAL_CASE 1
  1760. | #define CPUSTRING "x86_64"
  1761. | #define BUILDSTRING "linux-gnu"
  1762. | #define USER_GAMEDATA ".codered"
  1763. | #define HAVE_PTHREAD 1
  1764. | #define dEpsilon DBL_EPSILON
  1765. | #define STDC_HEADERS 1
  1766. | #define HAVE_SYS_TYPES_H 1
  1767. | #define HAVE_SYS_STAT_H 1
  1768. | #define HAVE_STDLIB_H 1
  1769. | #define HAVE_STRING_H 1
  1770. | #define HAVE_MEMORY_H 1
  1771. | #define HAVE_STRINGS_H 1
  1772. | #define HAVE_INTTYPES_H 1
  1773. | #define HAVE_STDINT_H 1
  1774. | #define HAVE_UNISTD_H 1
  1775. | #define HAVE_INTTYPES_H 1
  1776. | #define HAVE_STDINT_H 1
  1777. | #define HAVE_STDDEF_H 1
  1778. | #define HAVE_STDLIB_H 1
  1779. | #define HAVE_UNISTD_H 1
  1780. | #define HAVE_FLOAT_H 1
  1781. | #define HAVE_LIMITS_H 1
  1782. | #define HAVE_ARPA_INET_H 1
  1783. | #define HAVE_NETINET_IN_H 1
  1784. | #define HAVE_SYS_IOCTL_H 1
  1785. | #define HAVE_SYS_SOCKET_H 1
  1786. | #define HAVE_NETDB_H 1
  1787. | #define HAVE_TERMIOS_H 1
  1788. | #define HAVE_SYS_SELECT_H 1
  1789. | #define HAVE_DLFCN_H 1
  1790. | #define HAVE_FCNTL_H 1
  1791. | #define HAVE_MALLOC_H 1
  1792. | #define HAVE_STRING_H 1
  1793. | #define HAVE_SYS_PARAM_H 1
  1794. | #define HAVE_SYS_STAT_H 1
  1795. | #define HAVE_TIME_H 1
  1796. | #define HAVE_SYS_TIME_H 1
  1797. | #define HAVE_JPEGLIB_H 1
  1798. | #define HAVE_AL_AL_H 1
  1799. | /* end confdefs.h. */
  1800. | #include <OpenAL/al.h>
  1801. configure:7163: result: no
  1802. configure:7163: checking for OpenAL/al.h
  1803. configure:7163: result: no
  1804. configure:7181: checking AL/alc.h usability
  1805. configure:7181: gcc -c -g -O2 conftest.c >&5
  1806. configure:7181: $? = 0
  1807. configure:7181: result: yes
  1808. configure:7181: checking AL/alc.h presence
  1809. configure:7181: gcc -E conftest.c
  1810. configure:7181: $? = 0
  1811. configure:7181: result: yes
  1812. configure:7181: checking for AL/alc.h
  1813. configure:7181: result: yes
  1814. configure:7181: checking alc.h usability
  1815. configure:7181: gcc -c -g -O2 conftest.c >&5
  1816. conftest.c:86:17: fatal error: alc.h: No such file or directory
  1817. compilation terminated.
  1818. configure:7181: $? = 1
  1819. configure: failed program was:
  1820. | /* confdefs.h */
  1821. | #define PACKAGE_NAME "alienarena"
  1822. | #define PACKAGE_TARNAME "alienarena"
  1823. | #define PACKAGE_VERSION "7.60"
  1824. | #define PACKAGE_STRING "alienarena 7.60"
  1825. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1826. | #define PACKAGE_URL ""
  1827. | #define PACKAGE "alienarena"
  1828. | #define VERSION "7.60"
  1829. | #define UNIX_VARIANT 1
  1830. | #define LINUX_SPECIAL_CASE 1
  1831. | #define CPUSTRING "x86_64"
  1832. | #define BUILDSTRING "linux-gnu"
  1833. | #define USER_GAMEDATA ".codered"
  1834. | #define HAVE_PTHREAD 1
  1835. | #define dEpsilon DBL_EPSILON
  1836. | #define STDC_HEADERS 1
  1837. | #define HAVE_SYS_TYPES_H 1
  1838. | #define HAVE_SYS_STAT_H 1
  1839. | #define HAVE_STDLIB_H 1
  1840. | #define HAVE_STRING_H 1
  1841. | #define HAVE_MEMORY_H 1
  1842. | #define HAVE_STRINGS_H 1
  1843. | #define HAVE_INTTYPES_H 1
  1844. | #define HAVE_STDINT_H 1
  1845. | #define HAVE_UNISTD_H 1
  1846. | #define HAVE_INTTYPES_H 1
  1847. | #define HAVE_STDINT_H 1
  1848. | #define HAVE_STDDEF_H 1
  1849. | #define HAVE_STDLIB_H 1
  1850. | #define HAVE_UNISTD_H 1
  1851. | #define HAVE_FLOAT_H 1
  1852. | #define HAVE_LIMITS_H 1
  1853. | #define HAVE_ARPA_INET_H 1
  1854. | #define HAVE_NETINET_IN_H 1
  1855. | #define HAVE_SYS_IOCTL_H 1
  1856. | #define HAVE_SYS_SOCKET_H 1
  1857. | #define HAVE_NETDB_H 1
  1858. | #define HAVE_TERMIOS_H 1
  1859. | #define HAVE_SYS_SELECT_H 1
  1860. | #define HAVE_DLFCN_H 1
  1861. | #define HAVE_FCNTL_H 1
  1862. | #define HAVE_MALLOC_H 1
  1863. | #define HAVE_STRING_H 1
  1864. | #define HAVE_SYS_PARAM_H 1
  1865. | #define HAVE_SYS_STAT_H 1
  1866. | #define HAVE_TIME_H 1
  1867. | #define HAVE_SYS_TIME_H 1
  1868. | #define HAVE_JPEGLIB_H 1
  1869. | #define HAVE_AL_AL_H 1
  1870. | #define HAVE_AL_ALC_H 1
  1871. | /* end confdefs.h. */
  1872. | #include <stdio.h>
  1873. | #ifdef HAVE_SYS_TYPES_H
  1874. | # include <sys/types.h>
  1875. | #endif
  1876. | #ifdef HAVE_SYS_STAT_H
  1877. | # include <sys/stat.h>
  1878. | #endif
  1879. | #ifdef STDC_HEADERS
  1880. | # include <stdlib.h>
  1881. | # include <stddef.h>
  1882. | #else
  1883. | # ifdef HAVE_STDLIB_H
  1884. | # include <stdlib.h>
  1885. | # endif
  1886. | #endif
  1887. | #ifdef HAVE_STRING_H
  1888. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1889. | # include <memory.h>
  1890. | # endif
  1891. | # include <string.h>
  1892. | #endif
  1893. | #ifdef HAVE_STRINGS_H
  1894. | # include <strings.h>
  1895. | #endif
  1896. | #ifdef HAVE_INTTYPES_H
  1897. | # include <inttypes.h>
  1898. | #endif
  1899. | #ifdef HAVE_STDINT_H
  1900. | # include <stdint.h>
  1901. | #endif
  1902. | #ifdef HAVE_UNISTD_H
  1903. | # include <unistd.h>
  1904. | #endif
  1905. | #include <alc.h>
  1906. configure:7181: result: no
  1907. configure:7181: checking alc.h presence
  1908. configure:7181: gcc -E conftest.c
  1909. conftest.c:53:17: fatal error: alc.h: No such file or directory
  1910. compilation terminated.
  1911. configure:7181: $? = 1
  1912. configure: failed program was:
  1913. | /* confdefs.h */
  1914. | #define PACKAGE_NAME "alienarena"
  1915. | #define PACKAGE_TARNAME "alienarena"
  1916. | #define PACKAGE_VERSION "7.60"
  1917. | #define PACKAGE_STRING "alienarena 7.60"
  1918. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1919. | #define PACKAGE_URL ""
  1920. | #define PACKAGE "alienarena"
  1921. | #define VERSION "7.60"
  1922. | #define UNIX_VARIANT 1
  1923. | #define LINUX_SPECIAL_CASE 1
  1924. | #define CPUSTRING "x86_64"
  1925. | #define BUILDSTRING "linux-gnu"
  1926. | #define USER_GAMEDATA ".codered"
  1927. | #define HAVE_PTHREAD 1
  1928. | #define dEpsilon DBL_EPSILON
  1929. | #define STDC_HEADERS 1
  1930. | #define HAVE_SYS_TYPES_H 1
  1931. | #define HAVE_SYS_STAT_H 1
  1932. | #define HAVE_STDLIB_H 1
  1933. | #define HAVE_STRING_H 1
  1934. | #define HAVE_MEMORY_H 1
  1935. | #define HAVE_STRINGS_H 1
  1936. | #define HAVE_INTTYPES_H 1
  1937. | #define HAVE_STDINT_H 1
  1938. | #define HAVE_UNISTD_H 1
  1939. | #define HAVE_INTTYPES_H 1
  1940. | #define HAVE_STDINT_H 1
  1941. | #define HAVE_STDDEF_H 1
  1942. | #define HAVE_STDLIB_H 1
  1943. | #define HAVE_UNISTD_H 1
  1944. | #define HAVE_FLOAT_H 1
  1945. | #define HAVE_LIMITS_H 1
  1946. | #define HAVE_ARPA_INET_H 1
  1947. | #define HAVE_NETINET_IN_H 1
  1948. | #define HAVE_SYS_IOCTL_H 1
  1949. | #define HAVE_SYS_SOCKET_H 1
  1950. | #define HAVE_NETDB_H 1
  1951. | #define HAVE_TERMIOS_H 1
  1952. | #define HAVE_SYS_SELECT_H 1
  1953. | #define HAVE_DLFCN_H 1
  1954. | #define HAVE_FCNTL_H 1
  1955. | #define HAVE_MALLOC_H 1
  1956. | #define HAVE_STRING_H 1
  1957. | #define HAVE_SYS_PARAM_H 1
  1958. | #define HAVE_SYS_STAT_H 1
  1959. | #define HAVE_TIME_H 1
  1960. | #define HAVE_SYS_TIME_H 1
  1961. | #define HAVE_JPEGLIB_H 1
  1962. | #define HAVE_AL_AL_H 1
  1963. | #define HAVE_AL_ALC_H 1
  1964. | /* end confdefs.h. */
  1965. | #include <alc.h>
  1966. configure:7181: result: no
  1967. configure:7181: checking for alc.h
  1968. configure:7181: result: no
  1969. configure:7181: checking OpenAL/alc.h usability
  1970. configure:7181: gcc -c -g -O2 conftest.c >&5
  1971. conftest.c:86:24: fatal error: OpenAL/alc.h: No such file or directory
  1972. compilation terminated.
  1973. configure:7181: $? = 1
  1974. configure: failed program was:
  1975. | /* confdefs.h */
  1976. | #define PACKAGE_NAME "alienarena"
  1977. | #define PACKAGE_TARNAME "alienarena"
  1978. | #define PACKAGE_VERSION "7.60"
  1979. | #define PACKAGE_STRING "alienarena 7.60"
  1980. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  1981. | #define PACKAGE_URL ""
  1982. | #define PACKAGE "alienarena"
  1983. | #define VERSION "7.60"
  1984. | #define UNIX_VARIANT 1
  1985. | #define LINUX_SPECIAL_CASE 1
  1986. | #define CPUSTRING "x86_64"
  1987. | #define BUILDSTRING "linux-gnu"
  1988. | #define USER_GAMEDATA ".codered"
  1989. | #define HAVE_PTHREAD 1
  1990. | #define dEpsilon DBL_EPSILON
  1991. | #define STDC_HEADERS 1
  1992. | #define HAVE_SYS_TYPES_H 1
  1993. | #define HAVE_SYS_STAT_H 1
  1994. | #define HAVE_STDLIB_H 1
  1995. | #define HAVE_STRING_H 1
  1996. | #define HAVE_MEMORY_H 1
  1997. | #define HAVE_STRINGS_H 1
  1998. | #define HAVE_INTTYPES_H 1
  1999. | #define HAVE_STDINT_H 1
  2000. | #define HAVE_UNISTD_H 1
  2001. | #define HAVE_INTTYPES_H 1
  2002. | #define HAVE_STDINT_H 1
  2003. | #define HAVE_STDDEF_H 1
  2004. | #define HAVE_STDLIB_H 1
  2005. | #define HAVE_UNISTD_H 1
  2006. | #define HAVE_FLOAT_H 1
  2007. | #define HAVE_LIMITS_H 1
  2008. | #define HAVE_ARPA_INET_H 1
  2009. | #define HAVE_NETINET_IN_H 1
  2010. | #define HAVE_SYS_IOCTL_H 1
  2011. | #define HAVE_SYS_SOCKET_H 1
  2012. | #define HAVE_NETDB_H 1
  2013. | #define HAVE_TERMIOS_H 1
  2014. | #define HAVE_SYS_SELECT_H 1
  2015. | #define HAVE_DLFCN_H 1
  2016. | #define HAVE_FCNTL_H 1
  2017. | #define HAVE_MALLOC_H 1
  2018. | #define HAVE_STRING_H 1
  2019. | #define HAVE_SYS_PARAM_H 1
  2020. | #define HAVE_SYS_STAT_H 1
  2021. | #define HAVE_TIME_H 1
  2022. | #define HAVE_SYS_TIME_H 1
  2023. | #define HAVE_JPEGLIB_H 1
  2024. | #define HAVE_AL_AL_H 1
  2025. | #define HAVE_AL_ALC_H 1
  2026. | /* end confdefs.h. */
  2027. | #include <stdio.h>
  2028. | #ifdef HAVE_SYS_TYPES_H
  2029. | # include <sys/types.h>
  2030. | #endif
  2031. | #ifdef HAVE_SYS_STAT_H
  2032. | # include <sys/stat.h>
  2033. | #endif
  2034. | #ifdef STDC_HEADERS
  2035. | # include <stdlib.h>
  2036. | # include <stddef.h>
  2037. | #else
  2038. | # ifdef HAVE_STDLIB_H
  2039. | # include <stdlib.h>
  2040. | # endif
  2041. | #endif
  2042. | #ifdef HAVE_STRING_H
  2043. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2044. | # include <memory.h>
  2045. | # endif
  2046. | # include <string.h>
  2047. | #endif
  2048. | #ifdef HAVE_STRINGS_H
  2049. | # include <strings.h>
  2050. | #endif
  2051. | #ifdef HAVE_INTTYPES_H
  2052. | # include <inttypes.h>
  2053. | #endif
  2054. | #ifdef HAVE_STDINT_H
  2055. | # include <stdint.h>
  2056. | #endif
  2057. | #ifdef HAVE_UNISTD_H
  2058. | # include <unistd.h>
  2059. | #endif
  2060. | #include <OpenAL/alc.h>
  2061. configure:7181: result: no
  2062. configure:7181: checking OpenAL/alc.h presence
  2063. configure:7181: gcc -E conftest.c
  2064. conftest.c:53:24: fatal error: OpenAL/alc.h: No such file or directory
  2065. compilation terminated.
  2066. configure:7181: $? = 1
  2067. configure: failed program was:
  2068. | /* confdefs.h */
  2069. | #define PACKAGE_NAME "alienarena"
  2070. | #define PACKAGE_TARNAME "alienarena"
  2071. | #define PACKAGE_VERSION "7.60"
  2072. | #define PACKAGE_STRING "alienarena 7.60"
  2073. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2074. | #define PACKAGE_URL ""
  2075. | #define PACKAGE "alienarena"
  2076. | #define VERSION "7.60"
  2077. | #define UNIX_VARIANT 1
  2078. | #define LINUX_SPECIAL_CASE 1
  2079. | #define CPUSTRING "x86_64"
  2080. | #define BUILDSTRING "linux-gnu"
  2081. | #define USER_GAMEDATA ".codered"
  2082. | #define HAVE_PTHREAD 1
  2083. | #define dEpsilon DBL_EPSILON
  2084. | #define STDC_HEADERS 1
  2085. | #define HAVE_SYS_TYPES_H 1
  2086. | #define HAVE_SYS_STAT_H 1
  2087. | #define HAVE_STDLIB_H 1
  2088. | #define HAVE_STRING_H 1
  2089. | #define HAVE_MEMORY_H 1
  2090. | #define HAVE_STRINGS_H 1
  2091. | #define HAVE_INTTYPES_H 1
  2092. | #define HAVE_STDINT_H 1
  2093. | #define HAVE_UNISTD_H 1
  2094. | #define HAVE_INTTYPES_H 1
  2095. | #define HAVE_STDINT_H 1
  2096. | #define HAVE_STDDEF_H 1
  2097. | #define HAVE_STDLIB_H 1
  2098. | #define HAVE_UNISTD_H 1
  2099. | #define HAVE_FLOAT_H 1
  2100. | #define HAVE_LIMITS_H 1
  2101. | #define HAVE_ARPA_INET_H 1
  2102. | #define HAVE_NETINET_IN_H 1
  2103. | #define HAVE_SYS_IOCTL_H 1
  2104. | #define HAVE_SYS_SOCKET_H 1
  2105. | #define HAVE_NETDB_H 1
  2106. | #define HAVE_TERMIOS_H 1
  2107. | #define HAVE_SYS_SELECT_H 1
  2108. | #define HAVE_DLFCN_H 1
  2109. | #define HAVE_FCNTL_H 1
  2110. | #define HAVE_MALLOC_H 1
  2111. | #define HAVE_STRING_H 1
  2112. | #define HAVE_SYS_PARAM_H 1
  2113. | #define HAVE_SYS_STAT_H 1
  2114. | #define HAVE_TIME_H 1
  2115. | #define HAVE_SYS_TIME_H 1
  2116. | #define HAVE_JPEGLIB_H 1
  2117. | #define HAVE_AL_AL_H 1
  2118. | #define HAVE_AL_ALC_H 1
  2119. | /* end confdefs.h. */
  2120. | #include <OpenAL/alc.h>
  2121. configure:7181: result: no
  2122. configure:7181: checking for OpenAL/alc.h
  2123. configure:7181: result: no
  2124. configure:7197: checking GL/gl.h usability
  2125. configure:7197: gcc -c -g -O2 conftest.c >&5
  2126. configure:7197: $? = 0
  2127. configure:7197: result: yes
  2128. configure:7197: checking GL/gl.h presence
  2129. configure:7197: gcc -E conftest.c
  2130. configure:7197: $? = 0
  2131. configure:7197: result: yes
  2132. configure:7197: checking for GL/gl.h
  2133. configure:7197: result: yes
  2134. configure:7212: checking GL/glx.h usability
  2135. configure:7212: gcc -c -g -O2 conftest.c >&5
  2136. configure:7212: $? = 0
  2137. configure:7212: result: yes
  2138. configure:7212: checking GL/glx.h presence
  2139. configure:7212: gcc -E conftest.c
  2140. configure:7212: $? = 0
  2141. configure:7212: result: yes
  2142. configure:7212: checking for GL/glx.h
  2143. configure:7212: result: yes
  2144. configure:7233: checking for stdbool.h that conforms to C99
  2145. configure:7300: gcc -c -g -O2 conftest.c >&5
  2146. configure:7300: $? = 0
  2147. configure:7307: result: yes
  2148. configure:7309: checking for _Bool
  2149. configure:7309: gcc -c -g -O2 conftest.c >&5
  2150. configure:7309: $? = 0
  2151. configure:7309: gcc -c -g -O2 conftest.c >&5
  2152. conftest.c: In function 'main':
  2153. conftest.c:91:20: error: expected expression before ')' token
  2154. configure:7309: $? = 1
  2155. configure: failed program was:
  2156. | /* confdefs.h */
  2157. | #define PACKAGE_NAME "alienarena"
  2158. | #define PACKAGE_TARNAME "alienarena"
  2159. | #define PACKAGE_VERSION "7.60"
  2160. | #define PACKAGE_STRING "alienarena 7.60"
  2161. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2162. | #define PACKAGE_URL ""
  2163. | #define PACKAGE "alienarena"
  2164. | #define VERSION "7.60"
  2165. | #define UNIX_VARIANT 1
  2166. | #define LINUX_SPECIAL_CASE 1
  2167. | #define CPUSTRING "x86_64"
  2168. | #define BUILDSTRING "linux-gnu"
  2169. | #define USER_GAMEDATA ".codered"
  2170. | #define HAVE_PTHREAD 1
  2171. | #define dEpsilon DBL_EPSILON
  2172. | #define STDC_HEADERS 1
  2173. | #define HAVE_SYS_TYPES_H 1
  2174. | #define HAVE_SYS_STAT_H 1
  2175. | #define HAVE_STDLIB_H 1
  2176. | #define HAVE_STRING_H 1
  2177. | #define HAVE_MEMORY_H 1
  2178. | #define HAVE_STRINGS_H 1
  2179. | #define HAVE_INTTYPES_H 1
  2180. | #define HAVE_STDINT_H 1
  2181. | #define HAVE_UNISTD_H 1
  2182. | #define HAVE_INTTYPES_H 1
  2183. | #define HAVE_STDINT_H 1
  2184. | #define HAVE_STDDEF_H 1
  2185. | #define HAVE_STDLIB_H 1
  2186. | #define HAVE_UNISTD_H 1
  2187. | #define HAVE_FLOAT_H 1
  2188. | #define HAVE_LIMITS_H 1
  2189. | #define HAVE_ARPA_INET_H 1
  2190. | #define HAVE_NETINET_IN_H 1
  2191. | #define HAVE_SYS_IOCTL_H 1
  2192. | #define HAVE_SYS_SOCKET_H 1
  2193. | #define HAVE_NETDB_H 1
  2194. | #define HAVE_TERMIOS_H 1
  2195. | #define HAVE_SYS_SELECT_H 1
  2196. | #define HAVE_DLFCN_H 1
  2197. | #define HAVE_FCNTL_H 1
  2198. | #define HAVE_MALLOC_H 1
  2199. | #define HAVE_STRING_H 1
  2200. | #define HAVE_SYS_PARAM_H 1
  2201. | #define HAVE_SYS_STAT_H 1
  2202. | #define HAVE_TIME_H 1
  2203. | #define HAVE_SYS_TIME_H 1
  2204. | #define HAVE_JPEGLIB_H 1
  2205. | #define HAVE_AL_AL_H 1
  2206. | #define HAVE_AL_ALC_H 1
  2207. | #define HAVE_GL_GL_H 1
  2208. | #define HAVE_GL_GLX_H 1
  2209. | /* end confdefs.h. */
  2210. | #include <stdio.h>
  2211. | #ifdef HAVE_SYS_TYPES_H
  2212. | # include <sys/types.h>
  2213. | #endif
  2214. | #ifdef HAVE_SYS_STAT_H
  2215. | # include <sys/stat.h>
  2216. | #endif
  2217. | #ifdef STDC_HEADERS
  2218. | # include <stdlib.h>
  2219. | # include <stddef.h>
  2220. | #else
  2221. | # ifdef HAVE_STDLIB_H
  2222. | # include <stdlib.h>
  2223. | # endif
  2224. | #endif
  2225. | #ifdef HAVE_STRING_H
  2226. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2227. | # include <memory.h>
  2228. | # endif
  2229. | # include <string.h>
  2230. | #endif
  2231. | #ifdef HAVE_STRINGS_H
  2232. | # include <strings.h>
  2233. | #endif
  2234. | #ifdef HAVE_INTTYPES_H
  2235. | # include <inttypes.h>
  2236. | #endif
  2237. | #ifdef HAVE_STDINT_H
  2238. | # include <stdint.h>
  2239. | #endif
  2240. | #ifdef HAVE_UNISTD_H
  2241. | # include <unistd.h>
  2242. | #endif
  2243. | int
  2244. | main ()
  2245. | {
  2246. | if (sizeof ((_Bool)))
  2247. | return 0;
  2248. | ;
  2249. | return 0;
  2250. | }
  2251. configure:7309: result: yes
  2252. configure:7325: checking for inline
  2253. configure:7341: gcc -c -g -O2 conftest.c >&5
  2254. configure:7341: $? = 0
  2255. configure:7349: result: inline
  2256. configure:7367: checking for size_t
  2257. configure:7367: gcc -c -g -O2 conftest.c >&5
  2258. configure:7367: $? = 0
  2259. configure:7367: gcc -c -g -O2 conftest.c >&5
  2260. conftest.c: In function 'main':
  2261. conftest.c:93:21: error: expected expression before ')' token
  2262. configure:7367: $? = 1
  2263. configure: failed program was:
  2264. | /* confdefs.h */
  2265. | #define PACKAGE_NAME "alienarena"
  2266. | #define PACKAGE_TARNAME "alienarena"
  2267. | #define PACKAGE_VERSION "7.60"
  2268. | #define PACKAGE_STRING "alienarena 7.60"
  2269. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2270. | #define PACKAGE_URL ""
  2271. | #define PACKAGE "alienarena"
  2272. | #define VERSION "7.60"
  2273. | #define UNIX_VARIANT 1
  2274. | #define LINUX_SPECIAL_CASE 1
  2275. | #define CPUSTRING "x86_64"
  2276. | #define BUILDSTRING "linux-gnu"
  2277. | #define USER_GAMEDATA ".codered"
  2278. | #define HAVE_PTHREAD 1
  2279. | #define dEpsilon DBL_EPSILON
  2280. | #define STDC_HEADERS 1
  2281. | #define HAVE_SYS_TYPES_H 1
  2282. | #define HAVE_SYS_STAT_H 1
  2283. | #define HAVE_STDLIB_H 1
  2284. | #define HAVE_STRING_H 1
  2285. | #define HAVE_MEMORY_H 1
  2286. | #define HAVE_STRINGS_H 1
  2287. | #define HAVE_INTTYPES_H 1
  2288. | #define HAVE_STDINT_H 1
  2289. | #define HAVE_UNISTD_H 1
  2290. | #define HAVE_INTTYPES_H 1
  2291. | #define HAVE_STDINT_H 1
  2292. | #define HAVE_STDDEF_H 1
  2293. | #define HAVE_STDLIB_H 1
  2294. | #define HAVE_UNISTD_H 1
  2295. | #define HAVE_FLOAT_H 1
  2296. | #define HAVE_LIMITS_H 1
  2297. | #define HAVE_ARPA_INET_H 1
  2298. | #define HAVE_NETINET_IN_H 1
  2299. | #define HAVE_SYS_IOCTL_H 1
  2300. | #define HAVE_SYS_SOCKET_H 1
  2301. | #define HAVE_NETDB_H 1
  2302. | #define HAVE_TERMIOS_H 1
  2303. | #define HAVE_SYS_SELECT_H 1
  2304. | #define HAVE_DLFCN_H 1
  2305. | #define HAVE_FCNTL_H 1
  2306. | #define HAVE_MALLOC_H 1
  2307. | #define HAVE_STRING_H 1
  2308. | #define HAVE_SYS_PARAM_H 1
  2309. | #define HAVE_SYS_STAT_H 1
  2310. | #define HAVE_TIME_H 1
  2311. | #define HAVE_SYS_TIME_H 1
  2312. | #define HAVE_JPEGLIB_H 1
  2313. | #define HAVE_AL_AL_H 1
  2314. | #define HAVE_AL_ALC_H 1
  2315. | #define HAVE_GL_GL_H 1
  2316. | #define HAVE_GL_GLX_H 1
  2317. | #define HAVE__BOOL 1
  2318. | #define HAVE_STDBOOL_H 1
  2319. | /* end confdefs.h. */
  2320. | #include <stdio.h>
  2321. | #ifdef HAVE_SYS_TYPES_H
  2322. | # include <sys/types.h>
  2323. | #endif
  2324. | #ifdef HAVE_SYS_STAT_H
  2325. | # include <sys/stat.h>
  2326. | #endif
  2327. | #ifdef STDC_HEADERS
  2328. | # include <stdlib.h>
  2329. | # include <stddef.h>
  2330. | #else
  2331. | # ifdef HAVE_STDLIB_H
  2332. | # include <stdlib.h>
  2333. | # endif
  2334. | #endif
  2335. | #ifdef HAVE_STRING_H
  2336. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2337. | # include <memory.h>
  2338. | # endif
  2339. | # include <string.h>
  2340. | #endif
  2341. | #ifdef HAVE_STRINGS_H
  2342. | # include <strings.h>
  2343. | #endif
  2344. | #ifdef HAVE_INTTYPES_H
  2345. | # include <inttypes.h>
  2346. | #endif
  2347. | #ifdef HAVE_STDINT_H
  2348. | # include <stdint.h>
  2349. | #endif
  2350. | #ifdef HAVE_UNISTD_H
  2351. | # include <unistd.h>
  2352. | #endif
  2353. | int
  2354. | main ()
  2355. | {
  2356. | if (sizeof ((size_t)))
  2357. | return 0;
  2358. | ;
  2359. | return 0;
  2360. | }
  2361. configure:7367: result: yes
  2362. configure:7378: checking for uid_t in sys/types.h
  2363. configure:7397: result: yes
  2364. configure:7408: checking for int32_t
  2365. configure:7408: gcc -c -g -O2 conftest.c >&5
  2366. configure:7408: $? = 0
  2367. configure:7408: gcc -c -g -O2 conftest.c >&5
  2368. conftest.c: In function 'main':
  2369. conftest.c:95:53: warning: integer overflow in expression [-Woverflow]
  2370. conftest.c:94:12: error: size of array 'test_array' is negative
  2371. conftest.c:94:12: error: storage size of 'test_array' isn't constant
  2372. configure:7408: $? = 1
  2373. configure: failed program was:
  2374. | /* confdefs.h */
  2375. | #define PACKAGE_NAME "alienarena"
  2376. | #define PACKAGE_TARNAME "alienarena"
  2377. | #define PACKAGE_VERSION "7.60"
  2378. | #define PACKAGE_STRING "alienarena 7.60"
  2379. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2380. | #define PACKAGE_URL ""
  2381. | #define PACKAGE "alienarena"
  2382. | #define VERSION "7.60"
  2383. | #define UNIX_VARIANT 1
  2384. | #define LINUX_SPECIAL_CASE 1
  2385. | #define CPUSTRING "x86_64"
  2386. | #define BUILDSTRING "linux-gnu"
  2387. | #define USER_GAMEDATA ".codered"
  2388. | #define HAVE_PTHREAD 1
  2389. | #define dEpsilon DBL_EPSILON
  2390. | #define STDC_HEADERS 1
  2391. | #define HAVE_SYS_TYPES_H 1
  2392. | #define HAVE_SYS_STAT_H 1
  2393. | #define HAVE_STDLIB_H 1
  2394. | #define HAVE_STRING_H 1
  2395. | #define HAVE_MEMORY_H 1
  2396. | #define HAVE_STRINGS_H 1
  2397. | #define HAVE_INTTYPES_H 1
  2398. | #define HAVE_STDINT_H 1
  2399. | #define HAVE_UNISTD_H 1
  2400. | #define HAVE_INTTYPES_H 1
  2401. | #define HAVE_STDINT_H 1
  2402. | #define HAVE_STDDEF_H 1
  2403. | #define HAVE_STDLIB_H 1
  2404. | #define HAVE_UNISTD_H 1
  2405. | #define HAVE_FLOAT_H 1
  2406. | #define HAVE_LIMITS_H 1
  2407. | #define HAVE_ARPA_INET_H 1
  2408. | #define HAVE_NETINET_IN_H 1
  2409. | #define HAVE_SYS_IOCTL_H 1
  2410. | #define HAVE_SYS_SOCKET_H 1
  2411. | #define HAVE_NETDB_H 1
  2412. | #define HAVE_TERMIOS_H 1
  2413. | #define HAVE_SYS_SELECT_H 1
  2414. | #define HAVE_DLFCN_H 1
  2415. | #define HAVE_FCNTL_H 1
  2416. | #define HAVE_MALLOC_H 1
  2417. | #define HAVE_STRING_H 1
  2418. | #define HAVE_SYS_PARAM_H 1
  2419. | #define HAVE_SYS_STAT_H 1
  2420. | #define HAVE_TIME_H 1
  2421. | #define HAVE_SYS_TIME_H 1
  2422. | #define HAVE_JPEGLIB_H 1
  2423. | #define HAVE_AL_AL_H 1
  2424. | #define HAVE_AL_ALC_H 1
  2425. | #define HAVE_GL_GL_H 1
  2426. | #define HAVE_GL_GLX_H 1
  2427. | #define HAVE__BOOL 1
  2428. | #define HAVE_STDBOOL_H 1
  2429. | /* end confdefs.h. */
  2430. | #include <stdio.h>
  2431. | #ifdef HAVE_SYS_TYPES_H
  2432. | # include <sys/types.h>
  2433. | #endif
  2434. | #ifdef HAVE_SYS_STAT_H
  2435. | # include <sys/stat.h>
  2436. | #endif
  2437. | #ifdef STDC_HEADERS
  2438. | # include <stdlib.h>
  2439. | # include <stddef.h>
  2440. | #else
  2441. | # ifdef HAVE_STDLIB_H
  2442. | # include <stdlib.h>
  2443. | # endif
  2444. | #endif
  2445. | #ifdef HAVE_STRING_H
  2446. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2447. | # include <memory.h>
  2448. | # endif
  2449. | # include <string.h>
  2450. | #endif
  2451. | #ifdef HAVE_STRINGS_H
  2452. | # include <strings.h>
  2453. | #endif
  2454. | #ifdef HAVE_INTTYPES_H
  2455. | # include <inttypes.h>
  2456. | #endif
  2457. | #ifdef HAVE_STDINT_H
  2458. | # include <stdint.h>
  2459. | #endif
  2460. | #ifdef HAVE_UNISTD_H
  2461. | # include <unistd.h>
  2462. | #endif
  2463. | enum { N = 32 / 2 - 1 };
  2464. | int
  2465. | main ()
  2466. | {
  2467. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  2468. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  2469. | test_array [0] = 0
  2470. |
  2471. | ;
  2472. | return 0;
  2473. | }
  2474. configure:7408: result: yes
  2475. configure:7419: checking for int64_t
  2476. configure:7419: gcc -c -g -O2 conftest.c >&5
  2477. configure:7419: $? = 0
  2478. configure:7419: gcc -c -g -O2 conftest.c >&5
  2479. conftest.c: In function 'main':
  2480. conftest.c:95:53: warning: integer overflow in expression [-Woverflow]
  2481. conftest.c:94:12: error: size of array 'test_array' is negative
  2482. conftest.c:94:12: error: storage size of 'test_array' isn't constant
  2483. configure:7419: $? = 1
  2484. configure: failed program was:
  2485. | /* confdefs.h */
  2486. | #define PACKAGE_NAME "alienarena"
  2487. | #define PACKAGE_TARNAME "alienarena"
  2488. | #define PACKAGE_VERSION "7.60"
  2489. | #define PACKAGE_STRING "alienarena 7.60"
  2490. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2491. | #define PACKAGE_URL ""
  2492. | #define PACKAGE "alienarena"
  2493. | #define VERSION "7.60"
  2494. | #define UNIX_VARIANT 1
  2495. | #define LINUX_SPECIAL_CASE 1
  2496. | #define CPUSTRING "x86_64"
  2497. | #define BUILDSTRING "linux-gnu"
  2498. | #define USER_GAMEDATA ".codered"
  2499. | #define HAVE_PTHREAD 1
  2500. | #define dEpsilon DBL_EPSILON
  2501. | #define STDC_HEADERS 1
  2502. | #define HAVE_SYS_TYPES_H 1
  2503. | #define HAVE_SYS_STAT_H 1
  2504. | #define HAVE_STDLIB_H 1
  2505. | #define HAVE_STRING_H 1
  2506. | #define HAVE_MEMORY_H 1
  2507. | #define HAVE_STRINGS_H 1
  2508. | #define HAVE_INTTYPES_H 1
  2509. | #define HAVE_STDINT_H 1
  2510. | #define HAVE_UNISTD_H 1
  2511. | #define HAVE_INTTYPES_H 1
  2512. | #define HAVE_STDINT_H 1
  2513. | #define HAVE_STDDEF_H 1
  2514. | #define HAVE_STDLIB_H 1
  2515. | #define HAVE_UNISTD_H 1
  2516. | #define HAVE_FLOAT_H 1
  2517. | #define HAVE_LIMITS_H 1
  2518. | #define HAVE_ARPA_INET_H 1
  2519. | #define HAVE_NETINET_IN_H 1
  2520. | #define HAVE_SYS_IOCTL_H 1
  2521. | #define HAVE_SYS_SOCKET_H 1
  2522. | #define HAVE_NETDB_H 1
  2523. | #define HAVE_TERMIOS_H 1
  2524. | #define HAVE_SYS_SELECT_H 1
  2525. | #define HAVE_DLFCN_H 1
  2526. | #define HAVE_FCNTL_H 1
  2527. | #define HAVE_MALLOC_H 1
  2528. | #define HAVE_STRING_H 1
  2529. | #define HAVE_SYS_PARAM_H 1
  2530. | #define HAVE_SYS_STAT_H 1
  2531. | #define HAVE_TIME_H 1
  2532. | #define HAVE_SYS_TIME_H 1
  2533. | #define HAVE_JPEGLIB_H 1
  2534. | #define HAVE_AL_AL_H 1
  2535. | #define HAVE_AL_ALC_H 1
  2536. | #define HAVE_GL_GL_H 1
  2537. | #define HAVE_GL_GLX_H 1
  2538. | #define HAVE__BOOL 1
  2539. | #define HAVE_STDBOOL_H 1
  2540. | /* end confdefs.h. */
  2541. | #include <stdio.h>
  2542. | #ifdef HAVE_SYS_TYPES_H
  2543. | # include <sys/types.h>
  2544. | #endif
  2545. | #ifdef HAVE_SYS_STAT_H
  2546. | # include <sys/stat.h>
  2547. | #endif
  2548. | #ifdef STDC_HEADERS
  2549. | # include <stdlib.h>
  2550. | # include <stddef.h>
  2551. | #else
  2552. | # ifdef HAVE_STDLIB_H
  2553. | # include <stdlib.h>
  2554. | # endif
  2555. | #endif
  2556. | #ifdef HAVE_STRING_H
  2557. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2558. | # include <memory.h>
  2559. | # endif
  2560. | # include <string.h>
  2561. | #endif
  2562. | #ifdef HAVE_STRINGS_H
  2563. | # include <strings.h>
  2564. | #endif
  2565. | #ifdef HAVE_INTTYPES_H
  2566. | # include <inttypes.h>
  2567. | #endif
  2568. | #ifdef HAVE_STDINT_H
  2569. | # include <stdint.h>
  2570. | #endif
  2571. | #ifdef HAVE_UNISTD_H
  2572. | # include <unistd.h>
  2573. | #endif
  2574. | enum { N = 64 / 2 - 1 };
  2575. | int
  2576. | main ()
  2577. | {
  2578. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  2579. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  2580. | test_array [0] = 0
  2581. |
  2582. | ;
  2583. | return 0;
  2584. | }
  2585. configure:7419: result: yes
  2586. configure:7430: checking for uint64_t
  2587. configure:7430: gcc -c -g -O2 conftest.c >&5
  2588. configure:7430: $? = 0
  2589. configure:7430: result: yes
  2590. configure:7444: checking for ptrdiff_t
  2591. configure:7444: gcc -c -g -O2 conftest.c >&5
  2592. configure:7444: $? = 0
  2593. configure:7444: gcc -c -g -O2 conftest.c >&5
  2594. conftest.c: In function 'main':
  2595. conftest.c:93:24: error: expected expression before ')' token
  2596. configure:7444: $? = 1
  2597. configure: failed program was:
  2598. | /* confdefs.h */
  2599. | #define PACKAGE_NAME "alienarena"
  2600. | #define PACKAGE_TARNAME "alienarena"
  2601. | #define PACKAGE_VERSION "7.60"
  2602. | #define PACKAGE_STRING "alienarena 7.60"
  2603. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2604. | #define PACKAGE_URL ""
  2605. | #define PACKAGE "alienarena"
  2606. | #define VERSION "7.60"
  2607. | #define UNIX_VARIANT 1
  2608. | #define LINUX_SPECIAL_CASE 1
  2609. | #define CPUSTRING "x86_64"
  2610. | #define BUILDSTRING "linux-gnu"
  2611. | #define USER_GAMEDATA ".codered"
  2612. | #define HAVE_PTHREAD 1
  2613. | #define dEpsilon DBL_EPSILON
  2614. | #define STDC_HEADERS 1
  2615. | #define HAVE_SYS_TYPES_H 1
  2616. | #define HAVE_SYS_STAT_H 1
  2617. | #define HAVE_STDLIB_H 1
  2618. | #define HAVE_STRING_H 1
  2619. | #define HAVE_MEMORY_H 1
  2620. | #define HAVE_STRINGS_H 1
  2621. | #define HAVE_INTTYPES_H 1
  2622. | #define HAVE_STDINT_H 1
  2623. | #define HAVE_UNISTD_H 1
  2624. | #define HAVE_INTTYPES_H 1
  2625. | #define HAVE_STDINT_H 1
  2626. | #define HAVE_STDDEF_H 1
  2627. | #define HAVE_STDLIB_H 1
  2628. | #define HAVE_UNISTD_H 1
  2629. | #define HAVE_FLOAT_H 1
  2630. | #define HAVE_LIMITS_H 1
  2631. | #define HAVE_ARPA_INET_H 1
  2632. | #define HAVE_NETINET_IN_H 1
  2633. | #define HAVE_SYS_IOCTL_H 1
  2634. | #define HAVE_SYS_SOCKET_H 1
  2635. | #define HAVE_NETDB_H 1
  2636. | #define HAVE_TERMIOS_H 1
  2637. | #define HAVE_SYS_SELECT_H 1
  2638. | #define HAVE_DLFCN_H 1
  2639. | #define HAVE_FCNTL_H 1
  2640. | #define HAVE_MALLOC_H 1
  2641. | #define HAVE_STRING_H 1
  2642. | #define HAVE_SYS_PARAM_H 1
  2643. | #define HAVE_SYS_STAT_H 1
  2644. | #define HAVE_TIME_H 1
  2645. | #define HAVE_SYS_TIME_H 1
  2646. | #define HAVE_JPEGLIB_H 1
  2647. | #define HAVE_AL_AL_H 1
  2648. | #define HAVE_AL_ALC_H 1
  2649. | #define HAVE_GL_GL_H 1
  2650. | #define HAVE_GL_GLX_H 1
  2651. | #define HAVE__BOOL 1
  2652. | #define HAVE_STDBOOL_H 1
  2653. | /* end confdefs.h. */
  2654. | #include <stdio.h>
  2655. | #ifdef HAVE_SYS_TYPES_H
  2656. | # include <sys/types.h>
  2657. | #endif
  2658. | #ifdef HAVE_SYS_STAT_H
  2659. | # include <sys/stat.h>
  2660. | #endif
  2661. | #ifdef STDC_HEADERS
  2662. | # include <stdlib.h>
  2663. | # include <stddef.h>
  2664. | #else
  2665. | # ifdef HAVE_STDLIB_H
  2666. | # include <stdlib.h>
  2667. | # endif
  2668. | #endif
  2669. | #ifdef HAVE_STRING_H
  2670. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2671. | # include <memory.h>
  2672. | # endif
  2673. | # include <string.h>
  2674. | #endif
  2675. | #ifdef HAVE_STRINGS_H
  2676. | # include <strings.h>
  2677. | #endif
  2678. | #ifdef HAVE_INTTYPES_H
  2679. | # include <inttypes.h>
  2680. | #endif
  2681. | #ifdef HAVE_STDINT_H
  2682. | # include <stdint.h>
  2683. | #endif
  2684. | #ifdef HAVE_UNISTD_H
  2685. | # include <unistd.h>
  2686. | #endif
  2687. | int
  2688. | main ()
  2689. | {
  2690. | if (sizeof ((ptrdiff_t)))
  2691. | return 0;
  2692. | ;
  2693. | return 0;
  2694. | }
  2695. configure:7444: result: yes
  2696. configure:7454: checking for uintptr_t
  2697. configure:7454: gcc -c -g -O2 conftest.c >&5
  2698. configure:7454: $? = 0
  2699. configure:7454: gcc -c -g -O2 conftest.c >&5
  2700. conftest.c: In function 'main':
  2701. conftest.c:94:24: error: expected expression before ')' token
  2702. configure:7454: $? = 1
  2703. configure: failed program was:
  2704. | /* confdefs.h */
  2705. | #define PACKAGE_NAME "alienarena"
  2706. | #define PACKAGE_TARNAME "alienarena"
  2707. | #define PACKAGE_VERSION "7.60"
  2708. | #define PACKAGE_STRING "alienarena 7.60"
  2709. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2710. | #define PACKAGE_URL ""
  2711. | #define PACKAGE "alienarena"
  2712. | #define VERSION "7.60"
  2713. | #define UNIX_VARIANT 1
  2714. | #define LINUX_SPECIAL_CASE 1
  2715. | #define CPUSTRING "x86_64"
  2716. | #define BUILDSTRING "linux-gnu"
  2717. | #define USER_GAMEDATA ".codered"
  2718. | #define HAVE_PTHREAD 1
  2719. | #define dEpsilon DBL_EPSILON
  2720. | #define STDC_HEADERS 1
  2721. | #define HAVE_SYS_TYPES_H 1
  2722. | #define HAVE_SYS_STAT_H 1
  2723. | #define HAVE_STDLIB_H 1
  2724. | #define HAVE_STRING_H 1
  2725. | #define HAVE_MEMORY_H 1
  2726. | #define HAVE_STRINGS_H 1
  2727. | #define HAVE_INTTYPES_H 1
  2728. | #define HAVE_STDINT_H 1
  2729. | #define HAVE_UNISTD_H 1
  2730. | #define HAVE_INTTYPES_H 1
  2731. | #define HAVE_STDINT_H 1
  2732. | #define HAVE_STDDEF_H 1
  2733. | #define HAVE_STDLIB_H 1
  2734. | #define HAVE_UNISTD_H 1
  2735. | #define HAVE_FLOAT_H 1
  2736. | #define HAVE_LIMITS_H 1
  2737. | #define HAVE_ARPA_INET_H 1
  2738. | #define HAVE_NETINET_IN_H 1
  2739. | #define HAVE_SYS_IOCTL_H 1
  2740. | #define HAVE_SYS_SOCKET_H 1
  2741. | #define HAVE_NETDB_H 1
  2742. | #define HAVE_TERMIOS_H 1
  2743. | #define HAVE_SYS_SELECT_H 1
  2744. | #define HAVE_DLFCN_H 1
  2745. | #define HAVE_FCNTL_H 1
  2746. | #define HAVE_MALLOC_H 1
  2747. | #define HAVE_STRING_H 1
  2748. | #define HAVE_SYS_PARAM_H 1
  2749. | #define HAVE_SYS_STAT_H 1
  2750. | #define HAVE_TIME_H 1
  2751. | #define HAVE_SYS_TIME_H 1
  2752. | #define HAVE_JPEGLIB_H 1
  2753. | #define HAVE_AL_AL_H 1
  2754. | #define HAVE_AL_ALC_H 1
  2755. | #define HAVE_GL_GL_H 1
  2756. | #define HAVE_GL_GLX_H 1
  2757. | #define HAVE__BOOL 1
  2758. | #define HAVE_STDBOOL_H 1
  2759. | #define HAVE_PTRDIFF_T 1
  2760. | /* end confdefs.h. */
  2761. | #include <stdio.h>
  2762. | #ifdef HAVE_SYS_TYPES_H
  2763. | # include <sys/types.h>
  2764. | #endif
  2765. | #ifdef HAVE_SYS_STAT_H
  2766. | # include <sys/stat.h>
  2767. | #endif
  2768. | #ifdef STDC_HEADERS
  2769. | # include <stdlib.h>
  2770. | # include <stddef.h>
  2771. | #else
  2772. | # ifdef HAVE_STDLIB_H
  2773. | # include <stdlib.h>
  2774. | # endif
  2775. | #endif
  2776. | #ifdef HAVE_STRING_H
  2777. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2778. | # include <memory.h>
  2779. | # endif
  2780. | # include <string.h>
  2781. | #endif
  2782. | #ifdef HAVE_STRINGS_H
  2783. | # include <strings.h>
  2784. | #endif
  2785. | #ifdef HAVE_INTTYPES_H
  2786. | # include <inttypes.h>
  2787. | #endif
  2788. | #ifdef HAVE_STDINT_H
  2789. | # include <stdint.h>
  2790. | #endif
  2791. | #ifdef HAVE_UNISTD_H
  2792. | # include <unistd.h>
  2793. | #endif
  2794. | int
  2795. | main ()
  2796. | {
  2797. | if (sizeof ((uintptr_t)))
  2798. | return 0;
  2799. | ;
  2800. | return 0;
  2801. | }
  2802. configure:7454: result: yes
  2803. configure:7469: checking for error_at_line
  2804. configure:7485: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2805. configure:7485: $? = 0
  2806. configure:7493: result: yes
  2807. configure:7506: checking for working alloca.h
  2808. configure:7523: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2809. configure:7523: $? = 0
  2810. configure:7531: result: yes
  2811. configure:7539: checking for alloca
  2812. configure:7576: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2813. configure:7576: $? = 0
  2814. configure:7584: result: yes
  2815. configure:7695: checking for stdlib.h
  2816. configure:7695: result: yes
  2817. configure:7705: checking for GNU libc compatible malloc
  2818. configure:7729: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2819. configure:7729: $? = 0
  2820. configure:7729: ./conftest
  2821. configure:7729: $? = 0
  2822. configure:7739: result: yes
  2823. configure:7766: checking for stdlib.h
  2824. configure:7766: result: yes
  2825. configure:7766: checking for unistd.h
  2826. configure:7766: result: yes
  2827. configure:7766: checking for sys/param.h
  2828. configure:7766: result: yes
  2829. configure:7786: checking for getpagesize
  2830. configure:7786: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2831. configure:7786: $? = 0
  2832. configure:7786: result: yes
  2833. configure:7795: checking for working mmap
  2834. configure:7942: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2835. configure:7942: $? = 0
  2836. configure:7942: ./conftest
  2837. configure:7942: $? = 0
  2838. configure:7952: result: yes
  2839. configure:7963: checking for stdlib.h
  2840. configure:7963: result: yes
  2841. configure:7973: checking for GNU libc compatible realloc
  2842. configure:7997: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2843. configure:7997: $? = 0
  2844. configure:7997: ./conftest
  2845. configure:7997: $? = 0
  2846. configure:8007: result: yes
  2847. configure:8028: checking for obstacks
  2848. configure:8049: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2849. configure:8049: $? = 0
  2850. configure:8057: result: yes
  2851. configure:8076: checking for closesocket
  2852. configure:8076: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2853. /tmp/ccYRlFIO.o: In function `main':
  2854. /home/cc11rocks/Games/alienarena-7.60/conftest.c:105: undefined reference to `closesocket'
  2855. collect2: ld returned 1 exit status
  2856. configure:8076: $? = 1
  2857. configure: failed program was:
  2858. | /* confdefs.h */
  2859. | #define PACKAGE_NAME "alienarena"
  2860. | #define PACKAGE_TARNAME "alienarena"
  2861. | #define PACKAGE_VERSION "7.60"
  2862. | #define PACKAGE_STRING "alienarena 7.60"
  2863. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2864. | #define PACKAGE_URL ""
  2865. | #define PACKAGE "alienarena"
  2866. | #define VERSION "7.60"
  2867. | #define UNIX_VARIANT 1
  2868. | #define LINUX_SPECIAL_CASE 1
  2869. | #define CPUSTRING "x86_64"
  2870. | #define BUILDSTRING "linux-gnu"
  2871. | #define USER_GAMEDATA ".codered"
  2872. | #define HAVE_PTHREAD 1
  2873. | #define dEpsilon DBL_EPSILON
  2874. | #define STDC_HEADERS 1
  2875. | #define HAVE_SYS_TYPES_H 1
  2876. | #define HAVE_SYS_STAT_H 1
  2877. | #define HAVE_STDLIB_H 1
  2878. | #define HAVE_STRING_H 1
  2879. | #define HAVE_MEMORY_H 1
  2880. | #define HAVE_STRINGS_H 1
  2881. | #define HAVE_INTTYPES_H 1
  2882. | #define HAVE_STDINT_H 1
  2883. | #define HAVE_UNISTD_H 1
  2884. | #define HAVE_INTTYPES_H 1
  2885. | #define HAVE_STDINT_H 1
  2886. | #define HAVE_STDDEF_H 1
  2887. | #define HAVE_STDLIB_H 1
  2888. | #define HAVE_UNISTD_H 1
  2889. | #define HAVE_FLOAT_H 1
  2890. | #define HAVE_LIMITS_H 1
  2891. | #define HAVE_ARPA_INET_H 1
  2892. | #define HAVE_NETINET_IN_H 1
  2893. | #define HAVE_SYS_IOCTL_H 1
  2894. | #define HAVE_SYS_SOCKET_H 1
  2895. | #define HAVE_NETDB_H 1
  2896. | #define HAVE_TERMIOS_H 1
  2897. | #define HAVE_SYS_SELECT_H 1
  2898. | #define HAVE_DLFCN_H 1
  2899. | #define HAVE_FCNTL_H 1
  2900. | #define HAVE_MALLOC_H 1
  2901. | #define HAVE_STRING_H 1
  2902. | #define HAVE_SYS_PARAM_H 1
  2903. | #define HAVE_SYS_STAT_H 1
  2904. | #define HAVE_TIME_H 1
  2905. | #define HAVE_SYS_TIME_H 1
  2906. | #define HAVE_JPEGLIB_H 1
  2907. | #define HAVE_AL_AL_H 1
  2908. | #define HAVE_AL_ALC_H 1
  2909. | #define HAVE_GL_GL_H 1
  2910. | #define HAVE_GL_GLX_H 1
  2911. | #define HAVE__BOOL 1
  2912. | #define HAVE_STDBOOL_H 1
  2913. | #define HAVE_PTRDIFF_T 1
  2914. | #define HAVE_UINTPTR_T 1
  2915. | #define HAVE_ALLOCA_H 1
  2916. | #define HAVE_ALLOCA 1
  2917. | #define HAVE_STDLIB_H 1
  2918. | #define HAVE_MALLOC 1
  2919. | #define HAVE_STDLIB_H 1
  2920. | #define HAVE_UNISTD_H 1
  2921. | #define HAVE_SYS_PARAM_H 1
  2922. | #define HAVE_GETPAGESIZE 1
  2923. | #define HAVE_MMAP 1
  2924. | #define HAVE_STDLIB_H 1
  2925. | #define HAVE_REALLOC 1
  2926. | #define HAVE_OBSTACK 1
  2927. | /* end confdefs.h. */
  2928. | /* Define closesocket to an innocuous variant, in case <limits.h> declares closesocket.
  2929. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2930. | #define closesocket innocuous_closesocket
  2931. |
  2932. | /* System header to define __stub macros and hopefully few prototypes,
  2933. | which can conflict with char closesocket (); below.
  2934. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2935. | <limits.h> exists even on freestanding compilers. */
  2936. |
  2937. | #ifdef __STDC__
  2938. | # include <limits.h>
  2939. | #else
  2940. | # include <assert.h>
  2941. | #endif
  2942. |
  2943. | #undef closesocket
  2944. |
  2945. | /* Override any GCC internal prototype to avoid an error.
  2946. | Use char because int might match the return type of a GCC
  2947. | builtin and then its argument prototype would still apply. */
  2948. | #ifdef __cplusplus
  2949. | extern "C"
  2950. | #endif
  2951. | char closesocket ();
  2952. | /* The GNU C library defines this for functions which it implements
  2953. | to always fail with ENOSYS. Some functions are actually named
  2954. | something starting with __ and the normal name is an alias. */
  2955. | #if defined __stub_closesocket || defined __stub___closesocket
  2956. | choke me
  2957. | #endif
  2958. |
  2959. | int
  2960. | main ()
  2961. | {
  2962. | return closesocket ();
  2963. | ;
  2964. | return 0;
  2965. | }
  2966. configure:8076: result: no
  2967. configure:8076: checking for socket
  2968. configure:8076: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2969. configure:8076: $? = 0
  2970. configure:8076: result: yes
  2971. configure:8076: checking for gethostbyname
  2972. configure:8076: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2973. configure:8076: $? = 0
  2974. configure:8076: result: yes
  2975. configure:8076: checking for select
  2976. configure:8076: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2977. configure:8076: $? = 0
  2978. configure:8076: result: yes
  2979. configure:8089: checking for pthread_create
  2980. configure:8089: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  2981. /tmp/ccVgSETZ.o: In function `main':
  2982. /home/cc11rocks/Games/alienarena-7.60/conftest.c:108: undefined reference to `pthread_create'
  2983. collect2: ld returned 1 exit status
  2984. configure:8089: $? = 1
  2985. configure: failed program was:
  2986. | /* confdefs.h */
  2987. | #define PACKAGE_NAME "alienarena"
  2988. | #define PACKAGE_TARNAME "alienarena"
  2989. | #define PACKAGE_VERSION "7.60"
  2990. | #define PACKAGE_STRING "alienarena 7.60"
  2991. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  2992. | #define PACKAGE_URL ""
  2993. | #define PACKAGE "alienarena"
  2994. | #define VERSION "7.60"
  2995. | #define UNIX_VARIANT 1
  2996. | #define LINUX_SPECIAL_CASE 1
  2997. | #define CPUSTRING "x86_64"
  2998. | #define BUILDSTRING "linux-gnu"
  2999. | #define USER_GAMEDATA ".codered"
  3000. | #define HAVE_PTHREAD 1
  3001. | #define dEpsilon DBL_EPSILON
  3002. | #define STDC_HEADERS 1
  3003. | #define HAVE_SYS_TYPES_H 1
  3004. | #define HAVE_SYS_STAT_H 1
  3005. | #define HAVE_STDLIB_H 1
  3006. | #define HAVE_STRING_H 1
  3007. | #define HAVE_MEMORY_H 1
  3008. | #define HAVE_STRINGS_H 1
  3009. | #define HAVE_INTTYPES_H 1
  3010. | #define HAVE_STDINT_H 1
  3011. | #define HAVE_UNISTD_H 1
  3012. | #define HAVE_INTTYPES_H 1
  3013. | #define HAVE_STDINT_H 1
  3014. | #define HAVE_STDDEF_H 1
  3015. | #define HAVE_STDLIB_H 1
  3016. | #define HAVE_UNISTD_H 1
  3017. | #define HAVE_FLOAT_H 1
  3018. | #define HAVE_LIMITS_H 1
  3019. | #define HAVE_ARPA_INET_H 1
  3020. | #define HAVE_NETINET_IN_H 1
  3021. | #define HAVE_SYS_IOCTL_H 1
  3022. | #define HAVE_SYS_SOCKET_H 1
  3023. | #define HAVE_NETDB_H 1
  3024. | #define HAVE_TERMIOS_H 1
  3025. | #define HAVE_SYS_SELECT_H 1
  3026. | #define HAVE_DLFCN_H 1
  3027. | #define HAVE_FCNTL_H 1
  3028. | #define HAVE_MALLOC_H 1
  3029. | #define HAVE_STRING_H 1
  3030. | #define HAVE_SYS_PARAM_H 1
  3031. | #define HAVE_SYS_STAT_H 1
  3032. | #define HAVE_TIME_H 1
  3033. | #define HAVE_SYS_TIME_H 1
  3034. | #define HAVE_JPEGLIB_H 1
  3035. | #define HAVE_AL_AL_H 1
  3036. | #define HAVE_AL_ALC_H 1
  3037. | #define HAVE_GL_GL_H 1
  3038. | #define HAVE_GL_GLX_H 1
  3039. | #define HAVE__BOOL 1
  3040. | #define HAVE_STDBOOL_H 1
  3041. | #define HAVE_PTRDIFF_T 1
  3042. | #define HAVE_UINTPTR_T 1
  3043. | #define HAVE_ALLOCA_H 1
  3044. | #define HAVE_ALLOCA 1
  3045. | #define HAVE_STDLIB_H 1
  3046. | #define HAVE_MALLOC 1
  3047. | #define HAVE_STDLIB_H 1
  3048. | #define HAVE_UNISTD_H 1
  3049. | #define HAVE_SYS_PARAM_H 1
  3050. | #define HAVE_GETPAGESIZE 1
  3051. | #define HAVE_MMAP 1
  3052. | #define HAVE_STDLIB_H 1
  3053. | #define HAVE_REALLOC 1
  3054. | #define HAVE_OBSTACK 1
  3055. | #define HAVE_SOCKET 1
  3056. | #define HAVE_GETHOSTBYNAME 1
  3057. | #define HAVE_SELECT 1
  3058. | /* end confdefs.h. */
  3059. | /* Define pthread_create to an innocuous variant, in case <limits.h> declares pthread_create.
  3060. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3061. | #define pthread_create innocuous_pthread_create
  3062. |
  3063. | /* System header to define __stub macros and hopefully few prototypes,
  3064. | which can conflict with char pthread_create (); below.
  3065. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3066. | <limits.h> exists even on freestanding compilers. */
  3067. |
  3068. | #ifdef __STDC__
  3069. | # include <limits.h>
  3070. | #else
  3071. | # include <assert.h>
  3072. | #endif
  3073. |
  3074. | #undef pthread_create
  3075. |
  3076. | /* Override any GCC internal prototype to avoid an error.
  3077. | Use char because int might match the return type of a GCC
  3078. | builtin and then its argument prototype would still apply. */
  3079. | #ifdef __cplusplus
  3080. | extern "C"
  3081. | #endif
  3082. | char pthread_create ();
  3083. | /* The GNU C library defines this for functions which it implements
  3084. | to always fail with ENOSYS. Some functions are actually named
  3085. | something starting with __ and the normal name is an alias. */
  3086. | #if defined __stub_pthread_create || defined __stub___pthread_create
  3087. | choke me
  3088. | #endif
  3089. |
  3090. | int
  3091. | main ()
  3092. | {
  3093. | return pthread_create ();
  3094. | ;
  3095. | return 0;
  3096. | }
  3097. configure:8089: result: no
  3098. configure:8089: checking for _begin_thread
  3099. configure:8089: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3100. /tmp/ccGqOJ11.o: In function `main':
  3101. /home/cc11rocks/Games/alienarena-7.60/conftest.c:108: undefined reference to `_begin_thread'
  3102. collect2: ld returned 1 exit status
  3103. configure:8089: $? = 1
  3104. configure: failed program was:
  3105. | /* confdefs.h */
  3106. | #define PACKAGE_NAME "alienarena"
  3107. | #define PACKAGE_TARNAME "alienarena"
  3108. | #define PACKAGE_VERSION "7.60"
  3109. | #define PACKAGE_STRING "alienarena 7.60"
  3110. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  3111. | #define PACKAGE_URL ""
  3112. | #define PACKAGE "alienarena"
  3113. | #define VERSION "7.60"
  3114. | #define UNIX_VARIANT 1
  3115. | #define LINUX_SPECIAL_CASE 1
  3116. | #define CPUSTRING "x86_64"
  3117. | #define BUILDSTRING "linux-gnu"
  3118. | #define USER_GAMEDATA ".codered"
  3119. | #define HAVE_PTHREAD 1
  3120. | #define dEpsilon DBL_EPSILON
  3121. | #define STDC_HEADERS 1
  3122. | #define HAVE_SYS_TYPES_H 1
  3123. | #define HAVE_SYS_STAT_H 1
  3124. | #define HAVE_STDLIB_H 1
  3125. | #define HAVE_STRING_H 1
  3126. | #define HAVE_MEMORY_H 1
  3127. | #define HAVE_STRINGS_H 1
  3128. | #define HAVE_INTTYPES_H 1
  3129. | #define HAVE_STDINT_H 1
  3130. | #define HAVE_UNISTD_H 1
  3131. | #define HAVE_INTTYPES_H 1
  3132. | #define HAVE_STDINT_H 1
  3133. | #define HAVE_STDDEF_H 1
  3134. | #define HAVE_STDLIB_H 1
  3135. | #define HAVE_UNISTD_H 1
  3136. | #define HAVE_FLOAT_H 1
  3137. | #define HAVE_LIMITS_H 1
  3138. | #define HAVE_ARPA_INET_H 1
  3139. | #define HAVE_NETINET_IN_H 1
  3140. | #define HAVE_SYS_IOCTL_H 1
  3141. | #define HAVE_SYS_SOCKET_H 1
  3142. | #define HAVE_NETDB_H 1
  3143. | #define HAVE_TERMIOS_H 1
  3144. | #define HAVE_SYS_SELECT_H 1
  3145. | #define HAVE_DLFCN_H 1
  3146. | #define HAVE_FCNTL_H 1
  3147. | #define HAVE_MALLOC_H 1
  3148. | #define HAVE_STRING_H 1
  3149. | #define HAVE_SYS_PARAM_H 1
  3150. | #define HAVE_SYS_STAT_H 1
  3151. | #define HAVE_TIME_H 1
  3152. | #define HAVE_SYS_TIME_H 1
  3153. | #define HAVE_JPEGLIB_H 1
  3154. | #define HAVE_AL_AL_H 1
  3155. | #define HAVE_AL_ALC_H 1
  3156. | #define HAVE_GL_GL_H 1
  3157. | #define HAVE_GL_GLX_H 1
  3158. | #define HAVE__BOOL 1
  3159. | #define HAVE_STDBOOL_H 1
  3160. | #define HAVE_PTRDIFF_T 1
  3161. | #define HAVE_UINTPTR_T 1
  3162. | #define HAVE_ALLOCA_H 1
  3163. | #define HAVE_ALLOCA 1
  3164. | #define HAVE_STDLIB_H 1
  3165. | #define HAVE_MALLOC 1
  3166. | #define HAVE_STDLIB_H 1
  3167. | #define HAVE_UNISTD_H 1
  3168. | #define HAVE_SYS_PARAM_H 1
  3169. | #define HAVE_GETPAGESIZE 1
  3170. | #define HAVE_MMAP 1
  3171. | #define HAVE_STDLIB_H 1
  3172. | #define HAVE_REALLOC 1
  3173. | #define HAVE_OBSTACK 1
  3174. | #define HAVE_SOCKET 1
  3175. | #define HAVE_GETHOSTBYNAME 1
  3176. | #define HAVE_SELECT 1
  3177. | /* end confdefs.h. */
  3178. | /* Define _begin_thread to an innocuous variant, in case <limits.h> declares _begin_thread.
  3179. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3180. | #define _begin_thread innocuous__begin_thread
  3181. |
  3182. | /* System header to define __stub macros and hopefully few prototypes,
  3183. | which can conflict with char _begin_thread (); below.
  3184. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3185. | <limits.h> exists even on freestanding compilers. */
  3186. |
  3187. | #ifdef __STDC__
  3188. | # include <limits.h>
  3189. | #else
  3190. | # include <assert.h>
  3191. | #endif
  3192. |
  3193. | #undef _begin_thread
  3194. |
  3195. | /* Override any GCC internal prototype to avoid an error.
  3196. | Use char because int might match the return type of a GCC
  3197. | builtin and then its argument prototype would still apply. */
  3198. | #ifdef __cplusplus
  3199. | extern "C"
  3200. | #endif
  3201. | char _begin_thread ();
  3202. | /* The GNU C library defines this for functions which it implements
  3203. | to always fail with ENOSYS. Some functions are actually named
  3204. | something starting with __ and the normal name is an alias. */
  3205. | #if defined __stub__begin_thread || defined __stub____begin_thread
  3206. | choke me
  3207. | #endif
  3208. |
  3209. | int
  3210. | main ()
  3211. | {
  3212. | return _begin_thread ();
  3213. | ;
  3214. | return 0;
  3215. | }
  3216. configure:8089: result: no
  3217. configure:8102: checking for strchr
  3218. configure:8102: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3219. conftest.c:97:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  3220. configure:8102: $? = 0
  3221. configure:8102: result: yes
  3222. configure:8102: checking for strerror
  3223. configure:8102: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3224. configure:8102: $? = 0
  3225. configure:8102: result: yes
  3226. configure:8102: checking for strrchr
  3227. configure:8102: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3228. conftest.c:99:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  3229. configure:8102: $? = 0
  3230. configure:8102: result: yes
  3231. configure:8102: checking for strstr
  3232. configure:8102: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3233. conftest.c:100:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  3234. configure:8102: $? = 0
  3235. configure:8102: result: yes
  3236. configure:8102: checking for strlcpy
  3237. configure:8102: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3238. /tmp/ccjrI4Yd.o: In function `main':
  3239. /home/cc11rocks/Games/alienarena-7.60/conftest.c:112: undefined reference to `strlcpy'
  3240. collect2: ld returned 1 exit status
  3241. configure:8102: $? = 1
  3242. configure: failed program was:
  3243. | /* confdefs.h */
  3244. | #define PACKAGE_NAME "alienarena"
  3245. | #define PACKAGE_TARNAME "alienarena"
  3246. | #define PACKAGE_VERSION "7.60"
  3247. | #define PACKAGE_STRING "alienarena 7.60"
  3248. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  3249. | #define PACKAGE_URL ""
  3250. | #define PACKAGE "alienarena"
  3251. | #define VERSION "7.60"
  3252. | #define UNIX_VARIANT 1
  3253. | #define LINUX_SPECIAL_CASE 1
  3254. | #define CPUSTRING "x86_64"
  3255. | #define BUILDSTRING "linux-gnu"
  3256. | #define USER_GAMEDATA ".codered"
  3257. | #define HAVE_PTHREAD 1
  3258. | #define dEpsilon DBL_EPSILON
  3259. | #define STDC_HEADERS 1
  3260. | #define HAVE_SYS_TYPES_H 1
  3261. | #define HAVE_SYS_STAT_H 1
  3262. | #define HAVE_STDLIB_H 1
  3263. | #define HAVE_STRING_H 1
  3264. | #define HAVE_MEMORY_H 1
  3265. | #define HAVE_STRINGS_H 1
  3266. | #define HAVE_INTTYPES_H 1
  3267. | #define HAVE_STDINT_H 1
  3268. | #define HAVE_UNISTD_H 1
  3269. | #define HAVE_INTTYPES_H 1
  3270. | #define HAVE_STDINT_H 1
  3271. | #define HAVE_STDDEF_H 1
  3272. | #define HAVE_STDLIB_H 1
  3273. | #define HAVE_UNISTD_H 1
  3274. | #define HAVE_FLOAT_H 1
  3275. | #define HAVE_LIMITS_H 1
  3276. | #define HAVE_ARPA_INET_H 1
  3277. | #define HAVE_NETINET_IN_H 1
  3278. | #define HAVE_SYS_IOCTL_H 1
  3279. | #define HAVE_SYS_SOCKET_H 1
  3280. | #define HAVE_NETDB_H 1
  3281. | #define HAVE_TERMIOS_H 1
  3282. | #define HAVE_SYS_SELECT_H 1
  3283. | #define HAVE_DLFCN_H 1
  3284. | #define HAVE_FCNTL_H 1
  3285. | #define HAVE_MALLOC_H 1
  3286. | #define HAVE_STRING_H 1
  3287. | #define HAVE_SYS_PARAM_H 1
  3288. | #define HAVE_SYS_STAT_H 1
  3289. | #define HAVE_TIME_H 1
  3290. | #define HAVE_SYS_TIME_H 1
  3291. | #define HAVE_JPEGLIB_H 1
  3292. | #define HAVE_AL_AL_H 1
  3293. | #define HAVE_AL_ALC_H 1
  3294. | #define HAVE_GL_GL_H 1
  3295. | #define HAVE_GL_GLX_H 1
  3296. | #define HAVE__BOOL 1
  3297. | #define HAVE_STDBOOL_H 1
  3298. | #define HAVE_PTRDIFF_T 1
  3299. | #define HAVE_UINTPTR_T 1
  3300. | #define HAVE_ALLOCA_H 1
  3301. | #define HAVE_ALLOCA 1
  3302. | #define HAVE_STDLIB_H 1
  3303. | #define HAVE_MALLOC 1
  3304. | #define HAVE_STDLIB_H 1
  3305. | #define HAVE_UNISTD_H 1
  3306. | #define HAVE_SYS_PARAM_H 1
  3307. | #define HAVE_GETPAGESIZE 1
  3308. | #define HAVE_MMAP 1
  3309. | #define HAVE_STDLIB_H 1
  3310. | #define HAVE_REALLOC 1
  3311. | #define HAVE_OBSTACK 1
  3312. | #define HAVE_SOCKET 1
  3313. | #define HAVE_GETHOSTBYNAME 1
  3314. | #define HAVE_SELECT 1
  3315. | #define HAVE_STRCHR 1
  3316. | #define HAVE_STRERROR 1
  3317. | #define HAVE_STRRCHR 1
  3318. | #define HAVE_STRSTR 1
  3319. | /* end confdefs.h. */
  3320. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  3321. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3322. | #define strlcpy innocuous_strlcpy
  3323. |
  3324. | /* System header to define __stub macros and hopefully few prototypes,
  3325. | which can conflict with char strlcpy (); below.
  3326. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3327. | <limits.h> exists even on freestanding compilers. */
  3328. |
  3329. | #ifdef __STDC__
  3330. | # include <limits.h>
  3331. | #else
  3332. | # include <assert.h>
  3333. | #endif
  3334. |
  3335. | #undef strlcpy
  3336. |
  3337. | /* Override any GCC internal prototype to avoid an error.
  3338. | Use char because int might match the return type of a GCC
  3339. | builtin and then its argument prototype would still apply. */
  3340. | #ifdef __cplusplus
  3341. | extern "C"
  3342. | #endif
  3343. | char strlcpy ();
  3344. | /* The GNU C library defines this for functions which it implements
  3345. | to always fail with ENOSYS. Some functions are actually named
  3346. | something starting with __ and the normal name is an alias. */
  3347. | #if defined __stub_strlcpy || defined __stub___strlcpy
  3348. | choke me
  3349. | #endif
  3350. |
  3351. | int
  3352. | main ()
  3353. | {
  3354. | return strlcpy ();
  3355. | ;
  3356. | return 0;
  3357. | }
  3358. configure:8102: result: no
  3359. configure:8102: checking for isascii
  3360. configure:8102: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3361. conftest.c:101:6: warning: conflicting types for built-in function 'isascii' [enabled by default]
  3362. configure:8102: $? = 0
  3363. configure:8102: result: yes
  3364. configure:8114: checking for strcasecmp
  3365. configure:8114: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3366. conftest.c:102:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  3367. configure:8114: $? = 0
  3368. configure:8114: result: yes
  3369. configure:8114: checking for strncasecmp
  3370. configure:8114: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3371. conftest.c:103:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  3372. configure:8114: $? = 0
  3373. configure:8114: result: yes
  3374. configure:8126: checking for strdup
  3375. configure:8126: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3376. conftest.c:104:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  3377. configure:8126: $? = 0
  3378. configure:8126: result: yes
  3379. configure:8126: checking for _strdup
  3380. configure:8126: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3381. /tmp/ccxSMHqi.o: In function `main':
  3382. /home/cc11rocks/Games/alienarena-7.60/conftest.c:116: undefined reference to `_strdup'
  3383. collect2: ld returned 1 exit status
  3384. configure:8126: $? = 1
  3385. configure: failed program was:
  3386. | /* confdefs.h */
  3387. | #define PACKAGE_NAME "alienarena"
  3388. | #define PACKAGE_TARNAME "alienarena"
  3389. | #define PACKAGE_VERSION "7.60"
  3390. | #define PACKAGE_STRING "alienarena 7.60"
  3391. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  3392. | #define PACKAGE_URL ""
  3393. | #define PACKAGE "alienarena"
  3394. | #define VERSION "7.60"
  3395. | #define UNIX_VARIANT 1
  3396. | #define LINUX_SPECIAL_CASE 1
  3397. | #define CPUSTRING "x86_64"
  3398. | #define BUILDSTRING "linux-gnu"
  3399. | #define USER_GAMEDATA ".codered"
  3400. | #define HAVE_PTHREAD 1
  3401. | #define dEpsilon DBL_EPSILON
  3402. | #define STDC_HEADERS 1
  3403. | #define HAVE_SYS_TYPES_H 1
  3404. | #define HAVE_SYS_STAT_H 1
  3405. | #define HAVE_STDLIB_H 1
  3406. | #define HAVE_STRING_H 1
  3407. | #define HAVE_MEMORY_H 1
  3408. | #define HAVE_STRINGS_H 1
  3409. | #define HAVE_INTTYPES_H 1
  3410. | #define HAVE_STDINT_H 1
  3411. | #define HAVE_UNISTD_H 1
  3412. | #define HAVE_INTTYPES_H 1
  3413. | #define HAVE_STDINT_H 1
  3414. | #define HAVE_STDDEF_H 1
  3415. | #define HAVE_STDLIB_H 1
  3416. | #define HAVE_UNISTD_H 1
  3417. | #define HAVE_FLOAT_H 1
  3418. | #define HAVE_LIMITS_H 1
  3419. | #define HAVE_ARPA_INET_H 1
  3420. | #define HAVE_NETINET_IN_H 1
  3421. | #define HAVE_SYS_IOCTL_H 1
  3422. | #define HAVE_SYS_SOCKET_H 1
  3423. | #define HAVE_NETDB_H 1
  3424. | #define HAVE_TERMIOS_H 1
  3425. | #define HAVE_SYS_SELECT_H 1
  3426. | #define HAVE_DLFCN_H 1
  3427. | #define HAVE_FCNTL_H 1
  3428. | #define HAVE_MALLOC_H 1
  3429. | #define HAVE_STRING_H 1
  3430. | #define HAVE_SYS_PARAM_H 1
  3431. | #define HAVE_SYS_STAT_H 1
  3432. | #define HAVE_TIME_H 1
  3433. | #define HAVE_SYS_TIME_H 1
  3434. | #define HAVE_JPEGLIB_H 1
  3435. | #define HAVE_AL_AL_H 1
  3436. | #define HAVE_AL_ALC_H 1
  3437. | #define HAVE_GL_GL_H 1
  3438. | #define HAVE_GL_GLX_H 1
  3439. | #define HAVE__BOOL 1
  3440. | #define HAVE_STDBOOL_H 1
  3441. | #define HAVE_PTRDIFF_T 1
  3442. | #define HAVE_UINTPTR_T 1
  3443. | #define HAVE_ALLOCA_H 1
  3444. | #define HAVE_ALLOCA 1
  3445. | #define HAVE_STDLIB_H 1
  3446. | #define HAVE_MALLOC 1
  3447. | #define HAVE_STDLIB_H 1
  3448. | #define HAVE_UNISTD_H 1
  3449. | #define HAVE_SYS_PARAM_H 1
  3450. | #define HAVE_GETPAGESIZE 1
  3451. | #define HAVE_MMAP 1
  3452. | #define HAVE_STDLIB_H 1
  3453. | #define HAVE_REALLOC 1
  3454. | #define HAVE_OBSTACK 1
  3455. | #define HAVE_SOCKET 1
  3456. | #define HAVE_GETHOSTBYNAME 1
  3457. | #define HAVE_SELECT 1
  3458. | #define HAVE_STRCHR 1
  3459. | #define HAVE_STRERROR 1
  3460. | #define HAVE_STRRCHR 1
  3461. | #define HAVE_STRSTR 1
  3462. | #define HAVE_ISASCII 1
  3463. | #define HAVE_STRCASECMP 1
  3464. | #define HAVE_STRNCASECMP 1
  3465. | #define HAVE_STRDUP 1
  3466. | /* end confdefs.h. */
  3467. | /* Define _strdup to an innocuous variant, in case <limits.h> declares _strdup.
  3468. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3469. | #define _strdup innocuous__strdup
  3470. |
  3471. | /* System header to define __stub macros and hopefully few prototypes,
  3472. | which can conflict with char _strdup (); below.
  3473. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3474. | <limits.h> exists even on freestanding compilers. */
  3475. |
  3476. | #ifdef __STDC__
  3477. | # include <limits.h>
  3478. | #else
  3479. | # include <assert.h>
  3480. | #endif
  3481. |
  3482. | #undef _strdup
  3483. |
  3484. | /* Override any GCC internal prototype to avoid an error.
  3485. | Use char because int might match the return type of a GCC
  3486. | builtin and then its argument prototype would still apply. */
  3487. | #ifdef __cplusplus
  3488. | extern "C"
  3489. | #endif
  3490. | char _strdup ();
  3491. | /* The GNU C library defines this for functions which it implements
  3492. | to always fail with ENOSYS. Some functions are actually named
  3493. | something starting with __ and the normal name is an alias. */
  3494. | #if defined __stub__strdup || defined __stub____strdup
  3495. | choke me
  3496. | #endif
  3497. |
  3498. | int
  3499. | main ()
  3500. | {
  3501. | return _strdup ();
  3502. | ;
  3503. | return 0;
  3504. | }
  3505. configure:8126: result: no
  3506. configure:8126: checking for stricmp
  3507. configure:8126: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3508. /tmp/ccG8Yqzk.o: In function `main':
  3509. /home/cc11rocks/Games/alienarena-7.60/conftest.c:116: undefined reference to `stricmp'
  3510. collect2: ld returned 1 exit status
  3511. configure:8126: $? = 1
  3512. configure: failed program was:
  3513. | /* confdefs.h */
  3514. | #define PACKAGE_NAME "alienarena"
  3515. | #define PACKAGE_TARNAME "alienarena"
  3516. | #define PACKAGE_VERSION "7.60"
  3517. | #define PACKAGE_STRING "alienarena 7.60"
  3518. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  3519. | #define PACKAGE_URL ""
  3520. | #define PACKAGE "alienarena"
  3521. | #define VERSION "7.60"
  3522. | #define UNIX_VARIANT 1
  3523. | #define LINUX_SPECIAL_CASE 1
  3524. | #define CPUSTRING "x86_64"
  3525. | #define BUILDSTRING "linux-gnu"
  3526. | #define USER_GAMEDATA ".codered"
  3527. | #define HAVE_PTHREAD 1
  3528. | #define dEpsilon DBL_EPSILON
  3529. | #define STDC_HEADERS 1
  3530. | #define HAVE_SYS_TYPES_H 1
  3531. | #define HAVE_SYS_STAT_H 1
  3532. | #define HAVE_STDLIB_H 1
  3533. | #define HAVE_STRING_H 1
  3534. | #define HAVE_MEMORY_H 1
  3535. | #define HAVE_STRINGS_H 1
  3536. | #define HAVE_INTTYPES_H 1
  3537. | #define HAVE_STDINT_H 1
  3538. | #define HAVE_UNISTD_H 1
  3539. | #define HAVE_INTTYPES_H 1
  3540. | #define HAVE_STDINT_H 1
  3541. | #define HAVE_STDDEF_H 1
  3542. | #define HAVE_STDLIB_H 1
  3543. | #define HAVE_UNISTD_H 1
  3544. | #define HAVE_FLOAT_H 1
  3545. | #define HAVE_LIMITS_H 1
  3546. | #define HAVE_ARPA_INET_H 1
  3547. | #define HAVE_NETINET_IN_H 1
  3548. | #define HAVE_SYS_IOCTL_H 1
  3549. | #define HAVE_SYS_SOCKET_H 1
  3550. | #define HAVE_NETDB_H 1
  3551. | #define HAVE_TERMIOS_H 1
  3552. | #define HAVE_SYS_SELECT_H 1
  3553. | #define HAVE_DLFCN_H 1
  3554. | #define HAVE_FCNTL_H 1
  3555. | #define HAVE_MALLOC_H 1
  3556. | #define HAVE_STRING_H 1
  3557. | #define HAVE_SYS_PARAM_H 1
  3558. | #define HAVE_SYS_STAT_H 1
  3559. | #define HAVE_TIME_H 1
  3560. | #define HAVE_SYS_TIME_H 1
  3561. | #define HAVE_JPEGLIB_H 1
  3562. | #define HAVE_AL_AL_H 1
  3563. | #define HAVE_AL_ALC_H 1
  3564. | #define HAVE_GL_GL_H 1
  3565. | #define HAVE_GL_GLX_H 1
  3566. | #define HAVE__BOOL 1
  3567. | #define HAVE_STDBOOL_H 1
  3568. | #define HAVE_PTRDIFF_T 1
  3569. | #define HAVE_UINTPTR_T 1
  3570. | #define HAVE_ALLOCA_H 1
  3571. | #define HAVE_ALLOCA 1
  3572. | #define HAVE_STDLIB_H 1
  3573. | #define HAVE_MALLOC 1
  3574. | #define HAVE_STDLIB_H 1
  3575. | #define HAVE_UNISTD_H 1
  3576. | #define HAVE_SYS_PARAM_H 1
  3577. | #define HAVE_GETPAGESIZE 1
  3578. | #define HAVE_MMAP 1
  3579. | #define HAVE_STDLIB_H 1
  3580. | #define HAVE_REALLOC 1
  3581. | #define HAVE_OBSTACK 1
  3582. | #define HAVE_SOCKET 1
  3583. | #define HAVE_GETHOSTBYNAME 1
  3584. | #define HAVE_SELECT 1
  3585. | #define HAVE_STRCHR 1
  3586. | #define HAVE_STRERROR 1
  3587. | #define HAVE_STRRCHR 1
  3588. | #define HAVE_STRSTR 1
  3589. | #define HAVE_ISASCII 1
  3590. | #define HAVE_STRCASECMP 1
  3591. | #define HAVE_STRNCASECMP 1
  3592. | #define HAVE_STRDUP 1
  3593. | /* end confdefs.h. */
  3594. | /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
  3595. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3596. | #define stricmp innocuous_stricmp
  3597. |
  3598. | /* System header to define __stub macros and hopefully few prototypes,
  3599. | which can conflict with char stricmp (); below.
  3600. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3601. | <limits.h> exists even on freestanding compilers. */
  3602. |
  3603. | #ifdef __STDC__
  3604. | # include <limits.h>
  3605. | #else
  3606. | # include <assert.h>
  3607. | #endif
  3608. |
  3609. | #undef stricmp
  3610. |
  3611. | /* Override any GCC internal prototype to avoid an error.
  3612. | Use char because int might match the return type of a GCC
  3613. | builtin and then its argument prototype would still apply. */
  3614. | #ifdef __cplusplus
  3615. | extern "C"
  3616. | #endif
  3617. | char stricmp ();
  3618. | /* The GNU C library defines this for functions which it implements
  3619. | to always fail with ENOSYS. Some functions are actually named
  3620. | something starting with __ and the normal name is an alias. */
  3621. | #if defined __stub_stricmp || defined __stub___stricmp
  3622. | choke me
  3623. | #endif
  3624. |
  3625. | int
  3626. | main ()
  3627. | {
  3628. | return stricmp ();
  3629. | ;
  3630. | return 0;
  3631. | }
  3632. configure:8126: result: no
  3633. configure:8126: checking for _stricmp
  3634. configure:8126: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3635. /tmp/cccXtycq.o: In function `main':
  3636. /home/cc11rocks/Games/alienarena-7.60/conftest.c:116: undefined reference to `_stricmp'
  3637. collect2: ld returned 1 exit status
  3638. configure:8126: $? = 1
  3639. configure: failed program was:
  3640. | /* confdefs.h */
  3641. | #define PACKAGE_NAME "alienarena"
  3642. | #define PACKAGE_TARNAME "alienarena"
  3643. | #define PACKAGE_VERSION "7.60"
  3644. | #define PACKAGE_STRING "alienarena 7.60"
  3645. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  3646. | #define PACKAGE_URL ""
  3647. | #define PACKAGE "alienarena"
  3648. | #define VERSION "7.60"
  3649. | #define UNIX_VARIANT 1
  3650. | #define LINUX_SPECIAL_CASE 1
  3651. | #define CPUSTRING "x86_64"
  3652. | #define BUILDSTRING "linux-gnu"
  3653. | #define USER_GAMEDATA ".codered"
  3654. | #define HAVE_PTHREAD 1
  3655. | #define dEpsilon DBL_EPSILON
  3656. | #define STDC_HEADERS 1
  3657. | #define HAVE_SYS_TYPES_H 1
  3658. | #define HAVE_SYS_STAT_H 1
  3659. | #define HAVE_STDLIB_H 1
  3660. | #define HAVE_STRING_H 1
  3661. | #define HAVE_MEMORY_H 1
  3662. | #define HAVE_STRINGS_H 1
  3663. | #define HAVE_INTTYPES_H 1
  3664. | #define HAVE_STDINT_H 1
  3665. | #define HAVE_UNISTD_H 1
  3666. | #define HAVE_INTTYPES_H 1
  3667. | #define HAVE_STDINT_H 1
  3668. | #define HAVE_STDDEF_H 1
  3669. | #define HAVE_STDLIB_H 1
  3670. | #define HAVE_UNISTD_H 1
  3671. | #define HAVE_FLOAT_H 1
  3672. | #define HAVE_LIMITS_H 1
  3673. | #define HAVE_ARPA_INET_H 1
  3674. | #define HAVE_NETINET_IN_H 1
  3675. | #define HAVE_SYS_IOCTL_H 1
  3676. | #define HAVE_SYS_SOCKET_H 1
  3677. | #define HAVE_NETDB_H 1
  3678. | #define HAVE_TERMIOS_H 1
  3679. | #define HAVE_SYS_SELECT_H 1
  3680. | #define HAVE_DLFCN_H 1
  3681. | #define HAVE_FCNTL_H 1
  3682. | #define HAVE_MALLOC_H 1
  3683. | #define HAVE_STRING_H 1
  3684. | #define HAVE_SYS_PARAM_H 1
  3685. | #define HAVE_SYS_STAT_H 1
  3686. | #define HAVE_TIME_H 1
  3687. | #define HAVE_SYS_TIME_H 1
  3688. | #define HAVE_JPEGLIB_H 1
  3689. | #define HAVE_AL_AL_H 1
  3690. | #define HAVE_AL_ALC_H 1
  3691. | #define HAVE_GL_GL_H 1
  3692. | #define HAVE_GL_GLX_H 1
  3693. | #define HAVE__BOOL 1
  3694. | #define HAVE_STDBOOL_H 1
  3695. | #define HAVE_PTRDIFF_T 1
  3696. | #define HAVE_UINTPTR_T 1
  3697. | #define HAVE_ALLOCA_H 1
  3698. | #define HAVE_ALLOCA 1
  3699. | #define HAVE_STDLIB_H 1
  3700. | #define HAVE_MALLOC 1
  3701. | #define HAVE_STDLIB_H 1
  3702. | #define HAVE_UNISTD_H 1
  3703. | #define HAVE_SYS_PARAM_H 1
  3704. | #define HAVE_GETPAGESIZE 1
  3705. | #define HAVE_MMAP 1
  3706. | #define HAVE_STDLIB_H 1
  3707. | #define HAVE_REALLOC 1
  3708. | #define HAVE_OBSTACK 1
  3709. | #define HAVE_SOCKET 1
  3710. | #define HAVE_GETHOSTBYNAME 1
  3711. | #define HAVE_SELECT 1
  3712. | #define HAVE_STRCHR 1
  3713. | #define HAVE_STRERROR 1
  3714. | #define HAVE_STRRCHR 1
  3715. | #define HAVE_STRSTR 1
  3716. | #define HAVE_ISASCII 1
  3717. | #define HAVE_STRCASECMP 1
  3718. | #define HAVE_STRNCASECMP 1
  3719. | #define HAVE_STRDUP 1
  3720. | /* end confdefs.h. */
  3721. | /* Define _stricmp to an innocuous variant, in case <limits.h> declares _stricmp.
  3722. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3723. | #define _stricmp innocuous__stricmp
  3724. |
  3725. | /* System header to define __stub macros and hopefully few prototypes,
  3726. | which can conflict with char _stricmp (); below.
  3727. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3728. | <limits.h> exists even on freestanding compilers. */
  3729. |
  3730. | #ifdef __STDC__
  3731. | # include <limits.h>
  3732. | #else
  3733. | # include <assert.h>
  3734. | #endif
  3735. |
  3736. | #undef _stricmp
  3737. |
  3738. | /* Override any GCC internal prototype to avoid an error.
  3739. | Use char because int might match the return type of a GCC
  3740. | builtin and then its argument prototype would still apply. */
  3741. | #ifdef __cplusplus
  3742. | extern "C"
  3743. | #endif
  3744. | char _stricmp ();
  3745. | /* The GNU C library defines this for functions which it implements
  3746. | to always fail with ENOSYS. Some functions are actually named
  3747. | something starting with __ and the normal name is an alias. */
  3748. | #if defined __stub__stricmp || defined __stub____stricmp
  3749. | choke me
  3750. | #endif
  3751. |
  3752. | int
  3753. | main ()
  3754. | {
  3755. | return _stricmp ();
  3756. | ;
  3757. | return 0;
  3758. | }
  3759. configure:8126: result: no
  3760. configure:8126: checking for strnicmp
  3761. configure:8126: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3762. /tmp/ccSy8tWs.o: In function `main':
  3763. /home/cc11rocks/Games/alienarena-7.60/conftest.c:116: undefined reference to `strnicmp'
  3764. collect2: ld returned 1 exit status
  3765. configure:8126: $? = 1
  3766. configure: failed program was:
  3767. | /* confdefs.h */
  3768. | #define PACKAGE_NAME "alienarena"
  3769. | #define PACKAGE_TARNAME "alienarena"
  3770. | #define PACKAGE_VERSION "7.60"
  3771. | #define PACKAGE_STRING "alienarena 7.60"
  3772. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  3773. | #define PACKAGE_URL ""
  3774. | #define PACKAGE "alienarena"
  3775. | #define VERSION "7.60"
  3776. | #define UNIX_VARIANT 1
  3777. | #define LINUX_SPECIAL_CASE 1
  3778. | #define CPUSTRING "x86_64"
  3779. | #define BUILDSTRING "linux-gnu"
  3780. | #define USER_GAMEDATA ".codered"
  3781. | #define HAVE_PTHREAD 1
  3782. | #define dEpsilon DBL_EPSILON
  3783. | #define STDC_HEADERS 1
  3784. | #define HAVE_SYS_TYPES_H 1
  3785. | #define HAVE_SYS_STAT_H 1
  3786. | #define HAVE_STDLIB_H 1
  3787. | #define HAVE_STRING_H 1
  3788. | #define HAVE_MEMORY_H 1
  3789. | #define HAVE_STRINGS_H 1
  3790. | #define HAVE_INTTYPES_H 1
  3791. | #define HAVE_STDINT_H 1
  3792. | #define HAVE_UNISTD_H 1
  3793. | #define HAVE_INTTYPES_H 1
  3794. | #define HAVE_STDINT_H 1
  3795. | #define HAVE_STDDEF_H 1
  3796. | #define HAVE_STDLIB_H 1
  3797. | #define HAVE_UNISTD_H 1
  3798. | #define HAVE_FLOAT_H 1
  3799. | #define HAVE_LIMITS_H 1
  3800. | #define HAVE_ARPA_INET_H 1
  3801. | #define HAVE_NETINET_IN_H 1
  3802. | #define HAVE_SYS_IOCTL_H 1
  3803. | #define HAVE_SYS_SOCKET_H 1
  3804. | #define HAVE_NETDB_H 1
  3805. | #define HAVE_TERMIOS_H 1
  3806. | #define HAVE_SYS_SELECT_H 1
  3807. | #define HAVE_DLFCN_H 1
  3808. | #define HAVE_FCNTL_H 1
  3809. | #define HAVE_MALLOC_H 1
  3810. | #define HAVE_STRING_H 1
  3811. | #define HAVE_SYS_PARAM_H 1
  3812. | #define HAVE_SYS_STAT_H 1
  3813. | #define HAVE_TIME_H 1
  3814. | #define HAVE_SYS_TIME_H 1
  3815. | #define HAVE_JPEGLIB_H 1
  3816. | #define HAVE_AL_AL_H 1
  3817. | #define HAVE_AL_ALC_H 1
  3818. | #define HAVE_GL_GL_H 1
  3819. | #define HAVE_GL_GLX_H 1
  3820. | #define HAVE__BOOL 1
  3821. | #define HAVE_STDBOOL_H 1
  3822. | #define HAVE_PTRDIFF_T 1
  3823. | #define HAVE_UINTPTR_T 1
  3824. | #define HAVE_ALLOCA_H 1
  3825. | #define HAVE_ALLOCA 1
  3826. | #define HAVE_STDLIB_H 1
  3827. | #define HAVE_MALLOC 1
  3828. | #define HAVE_STDLIB_H 1
  3829. | #define HAVE_UNISTD_H 1
  3830. | #define HAVE_SYS_PARAM_H 1
  3831. | #define HAVE_GETPAGESIZE 1
  3832. | #define HAVE_MMAP 1
  3833. | #define HAVE_STDLIB_H 1
  3834. | #define HAVE_REALLOC 1
  3835. | #define HAVE_OBSTACK 1
  3836. | #define HAVE_SOCKET 1
  3837. | #define HAVE_GETHOSTBYNAME 1
  3838. | #define HAVE_SELECT 1
  3839. | #define HAVE_STRCHR 1
  3840. | #define HAVE_STRERROR 1
  3841. | #define HAVE_STRRCHR 1
  3842. | #define HAVE_STRSTR 1
  3843. | #define HAVE_ISASCII 1
  3844. | #define HAVE_STRCASECMP 1
  3845. | #define HAVE_STRNCASECMP 1
  3846. | #define HAVE_STRDUP 1
  3847. | /* end confdefs.h. */
  3848. | /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
  3849. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3850. | #define strnicmp innocuous_strnicmp
  3851. |
  3852. | /* System header to define __stub macros and hopefully few prototypes,
  3853. | which can conflict with char strnicmp (); below.
  3854. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3855. | <limits.h> exists even on freestanding compilers. */
  3856. |
  3857. | #ifdef __STDC__
  3858. | # include <limits.h>
  3859. | #else
  3860. | # include <assert.h>
  3861. | #endif
  3862. |
  3863. | #undef strnicmp
  3864. |
  3865. | /* Override any GCC internal prototype to avoid an error.
  3866. | Use char because int might match the return type of a GCC
  3867. | builtin and then its argument prototype would still apply. */
  3868. | #ifdef __cplusplus
  3869. | extern "C"
  3870. | #endif
  3871. | char strnicmp ();
  3872. | /* The GNU C library defines this for functions which it implements
  3873. | to always fail with ENOSYS. Some functions are actually named
  3874. | something starting with __ and the normal name is an alias. */
  3875. | #if defined __stub_strnicmp || defined __stub___strnicmp
  3876. | choke me
  3877. | #endif
  3878. |
  3879. | int
  3880. | main ()
  3881. | {
  3882. | return strnicmp ();
  3883. | ;
  3884. | return 0;
  3885. | }
  3886. configure:8126: result: no
  3887. configure:8126: checking for _strnicmp
  3888. configure:8126: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  3889. /tmp/ccrBYf7u.o: In function `main':
  3890. /home/cc11rocks/Games/alienarena-7.60/conftest.c:116: undefined reference to `_strnicmp'
  3891. collect2: ld returned 1 exit status
  3892. configure:8126: $? = 1
  3893. configure: failed program was:
  3894. | /* confdefs.h */
  3895. | #define PACKAGE_NAME "alienarena"
  3896. | #define PACKAGE_TARNAME "alienarena"
  3897. | #define PACKAGE_VERSION "7.60"
  3898. | #define PACKAGE_STRING "alienarena 7.60"
  3899. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  3900. | #define PACKAGE_URL ""
  3901. | #define PACKAGE "alienarena"
  3902. | #define VERSION "7.60"
  3903. | #define UNIX_VARIANT 1
  3904. | #define LINUX_SPECIAL_CASE 1
  3905. | #define CPUSTRING "x86_64"
  3906. | #define BUILDSTRING "linux-gnu"
  3907. | #define USER_GAMEDATA ".codered"
  3908. | #define HAVE_PTHREAD 1
  3909. | #define dEpsilon DBL_EPSILON
  3910. | #define STDC_HEADERS 1
  3911. | #define HAVE_SYS_TYPES_H 1
  3912. | #define HAVE_SYS_STAT_H 1
  3913. | #define HAVE_STDLIB_H 1
  3914. | #define HAVE_STRING_H 1
  3915. | #define HAVE_MEMORY_H 1
  3916. | #define HAVE_STRINGS_H 1
  3917. | #define HAVE_INTTYPES_H 1
  3918. | #define HAVE_STDINT_H 1
  3919. | #define HAVE_UNISTD_H 1
  3920. | #define HAVE_INTTYPES_H 1
  3921. | #define HAVE_STDINT_H 1
  3922. | #define HAVE_STDDEF_H 1
  3923. | #define HAVE_STDLIB_H 1
  3924. | #define HAVE_UNISTD_H 1
  3925. | #define HAVE_FLOAT_H 1
  3926. | #define HAVE_LIMITS_H 1
  3927. | #define HAVE_ARPA_INET_H 1
  3928. | #define HAVE_NETINET_IN_H 1
  3929. | #define HAVE_SYS_IOCTL_H 1
  3930. | #define HAVE_SYS_SOCKET_H 1
  3931. | #define HAVE_NETDB_H 1
  3932. | #define HAVE_TERMIOS_H 1
  3933. | #define HAVE_SYS_SELECT_H 1
  3934. | #define HAVE_DLFCN_H 1
  3935. | #define HAVE_FCNTL_H 1
  3936. | #define HAVE_MALLOC_H 1
  3937. | #define HAVE_STRING_H 1
  3938. | #define HAVE_SYS_PARAM_H 1
  3939. | #define HAVE_SYS_STAT_H 1
  3940. | #define HAVE_TIME_H 1
  3941. | #define HAVE_SYS_TIME_H 1
  3942. | #define HAVE_JPEGLIB_H 1
  3943. | #define HAVE_AL_AL_H 1
  3944. | #define HAVE_AL_ALC_H 1
  3945. | #define HAVE_GL_GL_H 1
  3946. | #define HAVE_GL_GLX_H 1
  3947. | #define HAVE__BOOL 1
  3948. | #define HAVE_STDBOOL_H 1
  3949. | #define HAVE_PTRDIFF_T 1
  3950. | #define HAVE_UINTPTR_T 1
  3951. | #define HAVE_ALLOCA_H 1
  3952. | #define HAVE_ALLOCA 1
  3953. | #define HAVE_STDLIB_H 1
  3954. | #define HAVE_MALLOC 1
  3955. | #define HAVE_STDLIB_H 1
  3956. | #define HAVE_UNISTD_H 1
  3957. | #define HAVE_SYS_PARAM_H 1
  3958. | #define HAVE_GETPAGESIZE 1
  3959. | #define HAVE_MMAP 1
  3960. | #define HAVE_STDLIB_H 1
  3961. | #define HAVE_REALLOC 1
  3962. | #define HAVE_OBSTACK 1
  3963. | #define HAVE_SOCKET 1
  3964. | #define HAVE_GETHOSTBYNAME 1
  3965. | #define HAVE_SELECT 1
  3966. | #define HAVE_STRCHR 1
  3967. | #define HAVE_STRERROR 1
  3968. | #define HAVE_STRRCHR 1
  3969. | #define HAVE_STRSTR 1
  3970. | #define HAVE_ISASCII 1
  3971. | #define HAVE_STRCASECMP 1
  3972. | #define HAVE_STRNCASECMP 1
  3973. | #define HAVE_STRDUP 1
  3974. | /* end confdefs.h. */
  3975. | /* Define _strnicmp to an innocuous variant, in case <limits.h> declares _strnicmp.
  3976. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3977. | #define _strnicmp innocuous__strnicmp
  3978. |
  3979. | /* System header to define __stub macros and hopefully few prototypes,
  3980. | which can conflict with char _strnicmp (); below.
  3981. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3982. | <limits.h> exists even on freestanding compilers. */
  3983. |
  3984. | #ifdef __STDC__
  3985. | # include <limits.h>
  3986. | #else
  3987. | # include <assert.h>
  3988. | #endif
  3989. |
  3990. | #undef _strnicmp
  3991. |
  3992. | /* Override any GCC internal prototype to avoid an error.
  3993. | Use char because int might match the return type of a GCC
  3994. | builtin and then its argument prototype would still apply. */
  3995. | #ifdef __cplusplus
  3996. | extern "C"
  3997. | #endif
  3998. | char _strnicmp ();
  3999. | /* The GNU C library defines this for functions which it implements
  4000. | to always fail with ENOSYS. Some functions are actually named
  4001. | something starting with __ and the normal name is an alias. */
  4002. | #if defined __stub__strnicmp || defined __stub____strnicmp
  4003. | choke me
  4004. | #endif
  4005. |
  4006. | int
  4007. | main ()
  4008. | {
  4009. | return _strnicmp ();
  4010. | ;
  4011. | return 0;
  4012. | }
  4013. configure:8126: result: no
  4014. configure:8139: checking for filelength
  4015. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4016. /tmp/ccdya4oy.o: In function `main':
  4017. /home/cc11rocks/Games/alienarena-7.60/conftest.c:116: undefined reference to `filelength'
  4018. collect2: ld returned 1 exit status
  4019. configure:8139: $? = 1
  4020. configure: failed program was:
  4021. | /* confdefs.h */
  4022. | #define PACKAGE_NAME "alienarena"
  4023. | #define PACKAGE_TARNAME "alienarena"
  4024. | #define PACKAGE_VERSION "7.60"
  4025. | #define PACKAGE_STRING "alienarena 7.60"
  4026. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  4027. | #define PACKAGE_URL ""
  4028. | #define PACKAGE "alienarena"
  4029. | #define VERSION "7.60"
  4030. | #define UNIX_VARIANT 1
  4031. | #define LINUX_SPECIAL_CASE 1
  4032. | #define CPUSTRING "x86_64"
  4033. | #define BUILDSTRING "linux-gnu"
  4034. | #define USER_GAMEDATA ".codered"
  4035. | #define HAVE_PTHREAD 1
  4036. | #define dEpsilon DBL_EPSILON
  4037. | #define STDC_HEADERS 1
  4038. | #define HAVE_SYS_TYPES_H 1
  4039. | #define HAVE_SYS_STAT_H 1
  4040. | #define HAVE_STDLIB_H 1
  4041. | #define HAVE_STRING_H 1
  4042. | #define HAVE_MEMORY_H 1
  4043. | #define HAVE_STRINGS_H 1
  4044. | #define HAVE_INTTYPES_H 1
  4045. | #define HAVE_STDINT_H 1
  4046. | #define HAVE_UNISTD_H 1
  4047. | #define HAVE_INTTYPES_H 1
  4048. | #define HAVE_STDINT_H 1
  4049. | #define HAVE_STDDEF_H 1
  4050. | #define HAVE_STDLIB_H 1
  4051. | #define HAVE_UNISTD_H 1
  4052. | #define HAVE_FLOAT_H 1
  4053. | #define HAVE_LIMITS_H 1
  4054. | #define HAVE_ARPA_INET_H 1
  4055. | #define HAVE_NETINET_IN_H 1
  4056. | #define HAVE_SYS_IOCTL_H 1
  4057. | #define HAVE_SYS_SOCKET_H 1
  4058. | #define HAVE_NETDB_H 1
  4059. | #define HAVE_TERMIOS_H 1
  4060. | #define HAVE_SYS_SELECT_H 1
  4061. | #define HAVE_DLFCN_H 1
  4062. | #define HAVE_FCNTL_H 1
  4063. | #define HAVE_MALLOC_H 1
  4064. | #define HAVE_STRING_H 1
  4065. | #define HAVE_SYS_PARAM_H 1
  4066. | #define HAVE_SYS_STAT_H 1
  4067. | #define HAVE_TIME_H 1
  4068. | #define HAVE_SYS_TIME_H 1
  4069. | #define HAVE_JPEGLIB_H 1
  4070. | #define HAVE_AL_AL_H 1
  4071. | #define HAVE_AL_ALC_H 1
  4072. | #define HAVE_GL_GL_H 1
  4073. | #define HAVE_GL_GLX_H 1
  4074. | #define HAVE__BOOL 1
  4075. | #define HAVE_STDBOOL_H 1
  4076. | #define HAVE_PTRDIFF_T 1
  4077. | #define HAVE_UINTPTR_T 1
  4078. | #define HAVE_ALLOCA_H 1
  4079. | #define HAVE_ALLOCA 1
  4080. | #define HAVE_STDLIB_H 1
  4081. | #define HAVE_MALLOC 1
  4082. | #define HAVE_STDLIB_H 1
  4083. | #define HAVE_UNISTD_H 1
  4084. | #define HAVE_SYS_PARAM_H 1
  4085. | #define HAVE_GETPAGESIZE 1
  4086. | #define HAVE_MMAP 1
  4087. | #define HAVE_STDLIB_H 1
  4088. | #define HAVE_REALLOC 1
  4089. | #define HAVE_OBSTACK 1
  4090. | #define HAVE_SOCKET 1
  4091. | #define HAVE_GETHOSTBYNAME 1
  4092. | #define HAVE_SELECT 1
  4093. | #define HAVE_STRCHR 1
  4094. | #define HAVE_STRERROR 1
  4095. | #define HAVE_STRRCHR 1
  4096. | #define HAVE_STRSTR 1
  4097. | #define HAVE_ISASCII 1
  4098. | #define HAVE_STRCASECMP 1
  4099. | #define HAVE_STRNCASECMP 1
  4100. | #define HAVE_STRDUP 1
  4101. | /* end confdefs.h. */
  4102. | /* Define filelength to an innocuous variant, in case <limits.h> declares filelength.
  4103. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4104. | #define filelength innocuous_filelength
  4105. |
  4106. | /* System header to define __stub macros and hopefully few prototypes,
  4107. | which can conflict with char filelength (); below.
  4108. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4109. | <limits.h> exists even on freestanding compilers. */
  4110. |
  4111. | #ifdef __STDC__
  4112. | # include <limits.h>
  4113. | #else
  4114. | # include <assert.h>
  4115. | #endif
  4116. |
  4117. | #undef filelength
  4118. |
  4119. | /* Override any GCC internal prototype to avoid an error.
  4120. | Use char because int might match the return type of a GCC
  4121. | builtin and then its argument prototype would still apply. */
  4122. | #ifdef __cplusplus
  4123. | extern "C"
  4124. | #endif
  4125. | char filelength ();
  4126. | /* The GNU C library defines this for functions which it implements
  4127. | to always fail with ENOSYS. Some functions are actually named
  4128. | something starting with __ and the normal name is an alias. */
  4129. | #if defined __stub_filelength || defined __stub___filelength
  4130. | choke me
  4131. | #endif
  4132. |
  4133. | int
  4134. | main ()
  4135. | {
  4136. | return filelength ();
  4137. | ;
  4138. | return 0;
  4139. | }
  4140. configure:8139: result: no
  4141. configure:8139: checking for stat
  4142. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4143. configure:8139: $? = 0
  4144. configure:8139: result: yes
  4145. configure:8139: checking for fstat
  4146. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4147. configure:8139: $? = 0
  4148. configure:8139: result: yes
  4149. configure:8139: checking for getcwd
  4150. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4151. configure:8139: $? = 0
  4152. configure:8139: result: yes
  4153. configure:8139: checking for _getcwd
  4154. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4155. /tmp/cciGlymI.o: In function `main':
  4156. /home/cc11rocks/Games/alienarena-7.60/conftest.c:119: undefined reference to `_getcwd'
  4157. collect2: ld returned 1 exit status
  4158. configure:8139: $? = 1
  4159. configure: failed program was:
  4160. | /* confdefs.h */
  4161. | #define PACKAGE_NAME "alienarena"
  4162. | #define PACKAGE_TARNAME "alienarena"
  4163. | #define PACKAGE_VERSION "7.60"
  4164. | #define PACKAGE_STRING "alienarena 7.60"
  4165. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  4166. | #define PACKAGE_URL ""
  4167. | #define PACKAGE "alienarena"
  4168. | #define VERSION "7.60"
  4169. | #define UNIX_VARIANT 1
  4170. | #define LINUX_SPECIAL_CASE 1
  4171. | #define CPUSTRING "x86_64"
  4172. | #define BUILDSTRING "linux-gnu"
  4173. | #define USER_GAMEDATA ".codered"
  4174. | #define HAVE_PTHREAD 1
  4175. | #define dEpsilon DBL_EPSILON
  4176. | #define STDC_HEADERS 1
  4177. | #define HAVE_SYS_TYPES_H 1
  4178. | #define HAVE_SYS_STAT_H 1
  4179. | #define HAVE_STDLIB_H 1
  4180. | #define HAVE_STRING_H 1
  4181. | #define HAVE_MEMORY_H 1
  4182. | #define HAVE_STRINGS_H 1
  4183. | #define HAVE_INTTYPES_H 1
  4184. | #define HAVE_STDINT_H 1
  4185. | #define HAVE_UNISTD_H 1
  4186. | #define HAVE_INTTYPES_H 1
  4187. | #define HAVE_STDINT_H 1
  4188. | #define HAVE_STDDEF_H 1
  4189. | #define HAVE_STDLIB_H 1
  4190. | #define HAVE_UNISTD_H 1
  4191. | #define HAVE_FLOAT_H 1
  4192. | #define HAVE_LIMITS_H 1
  4193. | #define HAVE_ARPA_INET_H 1
  4194. | #define HAVE_NETINET_IN_H 1
  4195. | #define HAVE_SYS_IOCTL_H 1
  4196. | #define HAVE_SYS_SOCKET_H 1
  4197. | #define HAVE_NETDB_H 1
  4198. | #define HAVE_TERMIOS_H 1
  4199. | #define HAVE_SYS_SELECT_H 1
  4200. | #define HAVE_DLFCN_H 1
  4201. | #define HAVE_FCNTL_H 1
  4202. | #define HAVE_MALLOC_H 1
  4203. | #define HAVE_STRING_H 1
  4204. | #define HAVE_SYS_PARAM_H 1
  4205. | #define HAVE_SYS_STAT_H 1
  4206. | #define HAVE_TIME_H 1
  4207. | #define HAVE_SYS_TIME_H 1
  4208. | #define HAVE_JPEGLIB_H 1
  4209. | #define HAVE_AL_AL_H 1
  4210. | #define HAVE_AL_ALC_H 1
  4211. | #define HAVE_GL_GL_H 1
  4212. | #define HAVE_GL_GLX_H 1
  4213. | #define HAVE__BOOL 1
  4214. | #define HAVE_STDBOOL_H 1
  4215. | #define HAVE_PTRDIFF_T 1
  4216. | #define HAVE_UINTPTR_T 1
  4217. | #define HAVE_ALLOCA_H 1
  4218. | #define HAVE_ALLOCA 1
  4219. | #define HAVE_STDLIB_H 1
  4220. | #define HAVE_MALLOC 1
  4221. | #define HAVE_STDLIB_H 1
  4222. | #define HAVE_UNISTD_H 1
  4223. | #define HAVE_SYS_PARAM_H 1
  4224. | #define HAVE_GETPAGESIZE 1
  4225. | #define HAVE_MMAP 1
  4226. | #define HAVE_STDLIB_H 1
  4227. | #define HAVE_REALLOC 1
  4228. | #define HAVE_OBSTACK 1
  4229. | #define HAVE_SOCKET 1
  4230. | #define HAVE_GETHOSTBYNAME 1
  4231. | #define HAVE_SELECT 1
  4232. | #define HAVE_STRCHR 1
  4233. | #define HAVE_STRERROR 1
  4234. | #define HAVE_STRRCHR 1
  4235. | #define HAVE_STRSTR 1
  4236. | #define HAVE_ISASCII 1
  4237. | #define HAVE_STRCASECMP 1
  4238. | #define HAVE_STRNCASECMP 1
  4239. | #define HAVE_STRDUP 1
  4240. | #define HAVE_STAT 1
  4241. | #define HAVE_FSTAT 1
  4242. | #define HAVE_GETCWD 1
  4243. | /* end confdefs.h. */
  4244. | /* Define _getcwd to an innocuous variant, in case <limits.h> declares _getcwd.
  4245. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4246. | #define _getcwd innocuous__getcwd
  4247. |
  4248. | /* System header to define __stub macros and hopefully few prototypes,
  4249. | which can conflict with char _getcwd (); below.
  4250. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4251. | <limits.h> exists even on freestanding compilers. */
  4252. |
  4253. | #ifdef __STDC__
  4254. | # include <limits.h>
  4255. | #else
  4256. | # include <assert.h>
  4257. | #endif
  4258. |
  4259. | #undef _getcwd
  4260. |
  4261. | /* Override any GCC internal prototype to avoid an error.
  4262. | Use char because int might match the return type of a GCC
  4263. | builtin and then its argument prototype would still apply. */
  4264. | #ifdef __cplusplus
  4265. | extern "C"
  4266. | #endif
  4267. | char _getcwd ();
  4268. | /* The GNU C library defines this for functions which it implements
  4269. | to always fail with ENOSYS. Some functions are actually named
  4270. | something starting with __ and the normal name is an alias. */
  4271. | #if defined __stub__getcwd || defined __stub____getcwd
  4272. | choke me
  4273. | #endif
  4274. |
  4275. | int
  4276. | main ()
  4277. | {
  4278. | return _getcwd ();
  4279. | ;
  4280. | return 0;
  4281. | }
  4282. configure:8139: result: no
  4283. configure:8139: checking for unlink
  4284. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4285. configure:8139: $? = 0
  4286. configure:8139: result: yes
  4287. configure:8139: checking for _unlink
  4288. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4289. /tmp/ccAOcSPL.o: In function `main':
  4290. /home/cc11rocks/Games/alienarena-7.60/conftest.c:120: undefined reference to `_unlink'
  4291. collect2: ld returned 1 exit status
  4292. configure:8139: $? = 1
  4293. configure: failed program was:
  4294. | /* confdefs.h */
  4295. | #define PACKAGE_NAME "alienarena"
  4296. | #define PACKAGE_TARNAME "alienarena"
  4297. | #define PACKAGE_VERSION "7.60"
  4298. | #define PACKAGE_STRING "alienarena 7.60"
  4299. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  4300. | #define PACKAGE_URL ""
  4301. | #define PACKAGE "alienarena"
  4302. | #define VERSION "7.60"
  4303. | #define UNIX_VARIANT 1
  4304. | #define LINUX_SPECIAL_CASE 1
  4305. | #define CPUSTRING "x86_64"
  4306. | #define BUILDSTRING "linux-gnu"
  4307. | #define USER_GAMEDATA ".codered"
  4308. | #define HAVE_PTHREAD 1
  4309. | #define dEpsilon DBL_EPSILON
  4310. | #define STDC_HEADERS 1
  4311. | #define HAVE_SYS_TYPES_H 1
  4312. | #define HAVE_SYS_STAT_H 1
  4313. | #define HAVE_STDLIB_H 1
  4314. | #define HAVE_STRING_H 1
  4315. | #define HAVE_MEMORY_H 1
  4316. | #define HAVE_STRINGS_H 1
  4317. | #define HAVE_INTTYPES_H 1
  4318. | #define HAVE_STDINT_H 1
  4319. | #define HAVE_UNISTD_H 1
  4320. | #define HAVE_INTTYPES_H 1
  4321. | #define HAVE_STDINT_H 1
  4322. | #define HAVE_STDDEF_H 1
  4323. | #define HAVE_STDLIB_H 1
  4324. | #define HAVE_UNISTD_H 1
  4325. | #define HAVE_FLOAT_H 1
  4326. | #define HAVE_LIMITS_H 1
  4327. | #define HAVE_ARPA_INET_H 1
  4328. | #define HAVE_NETINET_IN_H 1
  4329. | #define HAVE_SYS_IOCTL_H 1
  4330. | #define HAVE_SYS_SOCKET_H 1
  4331. | #define HAVE_NETDB_H 1
  4332. | #define HAVE_TERMIOS_H 1
  4333. | #define HAVE_SYS_SELECT_H 1
  4334. | #define HAVE_DLFCN_H 1
  4335. | #define HAVE_FCNTL_H 1
  4336. | #define HAVE_MALLOC_H 1
  4337. | #define HAVE_STRING_H 1
  4338. | #define HAVE_SYS_PARAM_H 1
  4339. | #define HAVE_SYS_STAT_H 1
  4340. | #define HAVE_TIME_H 1
  4341. | #define HAVE_SYS_TIME_H 1
  4342. | #define HAVE_JPEGLIB_H 1
  4343. | #define HAVE_AL_AL_H 1
  4344. | #define HAVE_AL_ALC_H 1
  4345. | #define HAVE_GL_GL_H 1
  4346. | #define HAVE_GL_GLX_H 1
  4347. | #define HAVE__BOOL 1
  4348. | #define HAVE_STDBOOL_H 1
  4349. | #define HAVE_PTRDIFF_T 1
  4350. | #define HAVE_UINTPTR_T 1
  4351. | #define HAVE_ALLOCA_H 1
  4352. | #define HAVE_ALLOCA 1
  4353. | #define HAVE_STDLIB_H 1
  4354. | #define HAVE_MALLOC 1
  4355. | #define HAVE_STDLIB_H 1
  4356. | #define HAVE_UNISTD_H 1
  4357. | #define HAVE_SYS_PARAM_H 1
  4358. | #define HAVE_GETPAGESIZE 1
  4359. | #define HAVE_MMAP 1
  4360. | #define HAVE_STDLIB_H 1
  4361. | #define HAVE_REALLOC 1
  4362. | #define HAVE_OBSTACK 1
  4363. | #define HAVE_SOCKET 1
  4364. | #define HAVE_GETHOSTBYNAME 1
  4365. | #define HAVE_SELECT 1
  4366. | #define HAVE_STRCHR 1
  4367. | #define HAVE_STRERROR 1
  4368. | #define HAVE_STRRCHR 1
  4369. | #define HAVE_STRSTR 1
  4370. | #define HAVE_ISASCII 1
  4371. | #define HAVE_STRCASECMP 1
  4372. | #define HAVE_STRNCASECMP 1
  4373. | #define HAVE_STRDUP 1
  4374. | #define HAVE_STAT 1
  4375. | #define HAVE_FSTAT 1
  4376. | #define HAVE_GETCWD 1
  4377. | #define HAVE_UNLINK 1
  4378. | /* end confdefs.h. */
  4379. | /* Define _unlink to an innocuous variant, in case <limits.h> declares _unlink.
  4380. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4381. | #define _unlink innocuous__unlink
  4382. |
  4383. | /* System header to define __stub macros and hopefully few prototypes,
  4384. | which can conflict with char _unlink (); below.
  4385. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4386. | <limits.h> exists even on freestanding compilers. */
  4387. |
  4388. | #ifdef __STDC__
  4389. | # include <limits.h>
  4390. | #else
  4391. | # include <assert.h>
  4392. | #endif
  4393. |
  4394. | #undef _unlink
  4395. |
  4396. | /* Override any GCC internal prototype to avoid an error.
  4397. | Use char because int might match the return type of a GCC
  4398. | builtin and then its argument prototype would still apply. */
  4399. | #ifdef __cplusplus
  4400. | extern "C"
  4401. | #endif
  4402. | char _unlink ();
  4403. | /* The GNU C library defines this for functions which it implements
  4404. | to always fail with ENOSYS. Some functions are actually named
  4405. | something starting with __ and the normal name is an alias. */
  4406. | #if defined __stub__unlink || defined __stub____unlink
  4407. | choke me
  4408. | #endif
  4409. |
  4410. | int
  4411. | main ()
  4412. | {
  4413. | return _unlink ();
  4414. | ;
  4415. | return 0;
  4416. | }
  4417. configure:8139: result: no
  4418. configure:8139: checking for mkdir
  4419. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4420. configure:8139: $? = 0
  4421. configure:8139: result: yes
  4422. configure:8139: checking for _mkdir
  4423. configure:8139: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4424. /tmp/ccsrdczQ.o: In function `main':
  4425. /home/cc11rocks/Games/alienarena-7.60/conftest.c:121: undefined reference to `_mkdir'
  4426. collect2: ld returned 1 exit status
  4427. configure:8139: $? = 1
  4428. configure: failed program was:
  4429. | /* confdefs.h */
  4430. | #define PACKAGE_NAME "alienarena"
  4431. | #define PACKAGE_TARNAME "alienarena"
  4432. | #define PACKAGE_VERSION "7.60"
  4433. | #define PACKAGE_STRING "alienarena 7.60"
  4434. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  4435. | #define PACKAGE_URL ""
  4436. | #define PACKAGE "alienarena"
  4437. | #define VERSION "7.60"
  4438. | #define UNIX_VARIANT 1
  4439. | #define LINUX_SPECIAL_CASE 1
  4440. | #define CPUSTRING "x86_64"
  4441. | #define BUILDSTRING "linux-gnu"
  4442. | #define USER_GAMEDATA ".codered"
  4443. | #define HAVE_PTHREAD 1
  4444. | #define dEpsilon DBL_EPSILON
  4445. | #define STDC_HEADERS 1
  4446. | #define HAVE_SYS_TYPES_H 1
  4447. | #define HAVE_SYS_STAT_H 1
  4448. | #define HAVE_STDLIB_H 1
  4449. | #define HAVE_STRING_H 1
  4450. | #define HAVE_MEMORY_H 1
  4451. | #define HAVE_STRINGS_H 1
  4452. | #define HAVE_INTTYPES_H 1
  4453. | #define HAVE_STDINT_H 1
  4454. | #define HAVE_UNISTD_H 1
  4455. | #define HAVE_INTTYPES_H 1
  4456. | #define HAVE_STDINT_H 1
  4457. | #define HAVE_STDDEF_H 1
  4458. | #define HAVE_STDLIB_H 1
  4459. | #define HAVE_UNISTD_H 1
  4460. | #define HAVE_FLOAT_H 1
  4461. | #define HAVE_LIMITS_H 1
  4462. | #define HAVE_ARPA_INET_H 1
  4463. | #define HAVE_NETINET_IN_H 1
  4464. | #define HAVE_SYS_IOCTL_H 1
  4465. | #define HAVE_SYS_SOCKET_H 1
  4466. | #define HAVE_NETDB_H 1
  4467. | #define HAVE_TERMIOS_H 1
  4468. | #define HAVE_SYS_SELECT_H 1
  4469. | #define HAVE_DLFCN_H 1
  4470. | #define HAVE_FCNTL_H 1
  4471. | #define HAVE_MALLOC_H 1
  4472. | #define HAVE_STRING_H 1
  4473. | #define HAVE_SYS_PARAM_H 1
  4474. | #define HAVE_SYS_STAT_H 1
  4475. | #define HAVE_TIME_H 1
  4476. | #define HAVE_SYS_TIME_H 1
  4477. | #define HAVE_JPEGLIB_H 1
  4478. | #define HAVE_AL_AL_H 1
  4479. | #define HAVE_AL_ALC_H 1
  4480. | #define HAVE_GL_GL_H 1
  4481. | #define HAVE_GL_GLX_H 1
  4482. | #define HAVE__BOOL 1
  4483. | #define HAVE_STDBOOL_H 1
  4484. | #define HAVE_PTRDIFF_T 1
  4485. | #define HAVE_UINTPTR_T 1
  4486. | #define HAVE_ALLOCA_H 1
  4487. | #define HAVE_ALLOCA 1
  4488. | #define HAVE_STDLIB_H 1
  4489. | #define HAVE_MALLOC 1
  4490. | #define HAVE_STDLIB_H 1
  4491. | #define HAVE_UNISTD_H 1
  4492. | #define HAVE_SYS_PARAM_H 1
  4493. | #define HAVE_GETPAGESIZE 1
  4494. | #define HAVE_MMAP 1
  4495. | #define HAVE_STDLIB_H 1
  4496. | #define HAVE_REALLOC 1
  4497. | #define HAVE_OBSTACK 1
  4498. | #define HAVE_SOCKET 1
  4499. | #define HAVE_GETHOSTBYNAME 1
  4500. | #define HAVE_SELECT 1
  4501. | #define HAVE_STRCHR 1
  4502. | #define HAVE_STRERROR 1
  4503. | #define HAVE_STRRCHR 1
  4504. | #define HAVE_STRSTR 1
  4505. | #define HAVE_ISASCII 1
  4506. | #define HAVE_STRCASECMP 1
  4507. | #define HAVE_STRNCASECMP 1
  4508. | #define HAVE_STRDUP 1
  4509. | #define HAVE_STAT 1
  4510. | #define HAVE_FSTAT 1
  4511. | #define HAVE_GETCWD 1
  4512. | #define HAVE_UNLINK 1
  4513. | #define HAVE_MKDIR 1
  4514. | /* end confdefs.h. */
  4515. | /* Define _mkdir to an innocuous variant, in case <limits.h> declares _mkdir.
  4516. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4517. | #define _mkdir innocuous__mkdir
  4518. |
  4519. | /* System header to define __stub macros and hopefully few prototypes,
  4520. | which can conflict with char _mkdir (); below.
  4521. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4522. | <limits.h> exists even on freestanding compilers. */
  4523. |
  4524. | #ifdef __STDC__
  4525. | # include <limits.h>
  4526. | #else
  4527. | # include <assert.h>
  4528. | #endif
  4529. |
  4530. | #undef _mkdir
  4531. |
  4532. | /* Override any GCC internal prototype to avoid an error.
  4533. | Use char because int might match the return type of a GCC
  4534. | builtin and then its argument prototype would still apply. */
  4535. | #ifdef __cplusplus
  4536. | extern "C"
  4537. | #endif
  4538. | char _mkdir ();
  4539. | /* The GNU C library defines this for functions which it implements
  4540. | to always fail with ENOSYS. Some functions are actually named
  4541. | something starting with __ and the normal name is an alias. */
  4542. | #if defined __stub__mkdir || defined __stub____mkdir
  4543. | choke me
  4544. | #endif
  4545. |
  4546. | int
  4547. | main ()
  4548. | {
  4549. | return _mkdir ();
  4550. | ;
  4551. | return 0;
  4552. | }
  4553. configure:8139: result: no
  4554. configure:8152: checking for pow
  4555. configure:8152: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4556. conftest.c:110:6: warning: conflicting types for built-in function 'pow' [enabled by default]
  4557. configure:8152: $? = 0
  4558. configure:8152: result: yes
  4559. configure:8152: checking for sqrt
  4560. configure:8152: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4561. conftest.c:111:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
  4562. configure:8152: $? = 0
  4563. configure:8152: result: yes
  4564. configure:8152: checking for floor
  4565. configure:8152: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4566. conftest.c:112:6: warning: conflicting types for built-in function 'floor' [enabled by default]
  4567. configure:8152: $? = 0
  4568. configure:8152: result: yes
  4569. configure:8165: checking for memmove
  4570. configure:8165: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4571. conftest.c:113:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  4572. configure:8165: $? = 0
  4573. configure:8165: result: yes
  4574. configure:8165: checking for memset
  4575. configure:8165: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4576. conftest.c:114:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  4577. configure:8165: $? = 0
  4578. configure:8165: result: yes
  4579. configure:8165: checking for munmap
  4580. configure:8165: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4581. configure:8165: $? = 0
  4582. configure:8165: result: yes
  4583. configure:8165: checking for mremap
  4584. configure:8165: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4585. configure:8165: $? = 0
  4586. configure:8165: result: yes
  4587. configure:8178: checking for gettimeofday
  4588. configure:8178: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4589. configure:8178: $? = 0
  4590. configure:8178: result: yes
  4591. configure:8178: checking for clock_gettime
  4592. configure:8178: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4593. configure:8178: $? = 0
  4594. configure:8178: result: yes
  4595. configure:8191: checking for putenv
  4596. configure:8191: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4597. configure:8191: $? = 0
  4598. configure:8191: result: yes
  4599. configure:8191: checking for _putenv
  4600. configure:8191: gcc -o conftest -g -O2 conftest.c -ljpeg -lrt -ldl -lm >&5
  4601. /tmp/ccwaWd5d.o: In function `main':
  4602. /home/cc11rocks/Games/alienarena-7.60/conftest.c:131: undefined reference to `_putenv'
  4603. collect2: ld returned 1 exit status
  4604. configure:8191: $? = 1
  4605. configure: failed program was:
  4606. | /* confdefs.h */
  4607. | #define PACKAGE_NAME "alienarena"
  4608. | #define PACKAGE_TARNAME "alienarena"
  4609. | #define PACKAGE_VERSION "7.60"
  4610. | #define PACKAGE_STRING "alienarena 7.60"
  4611. | #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  4612. | #define PACKAGE_URL ""
  4613. | #define PACKAGE "alienarena"
  4614. | #define VERSION "7.60"
  4615. | #define UNIX_VARIANT 1
  4616. | #define LINUX_SPECIAL_CASE 1
  4617. | #define CPUSTRING "x86_64"
  4618. | #define BUILDSTRING "linux-gnu"
  4619. | #define USER_GAMEDATA ".codered"
  4620. | #define HAVE_PTHREAD 1
  4621. | #define dEpsilon DBL_EPSILON
  4622. | #define STDC_HEADERS 1
  4623. | #define HAVE_SYS_TYPES_H 1
  4624. | #define HAVE_SYS_STAT_H 1
  4625. | #define HAVE_STDLIB_H 1
  4626. | #define HAVE_STRING_H 1
  4627. | #define HAVE_MEMORY_H 1
  4628. | #define HAVE_STRINGS_H 1
  4629. | #define HAVE_INTTYPES_H 1
  4630. | #define HAVE_STDINT_H 1
  4631. | #define HAVE_UNISTD_H 1
  4632. | #define HAVE_INTTYPES_H 1
  4633. | #define HAVE_STDINT_H 1
  4634. | #define HAVE_STDDEF_H 1
  4635. | #define HAVE_STDLIB_H 1
  4636. | #define HAVE_UNISTD_H 1
  4637. | #define HAVE_FLOAT_H 1
  4638. | #define HAVE_LIMITS_H 1
  4639. | #define HAVE_ARPA_INET_H 1
  4640. | #define HAVE_NETINET_IN_H 1
  4641. | #define HAVE_SYS_IOCTL_H 1
  4642. | #define HAVE_SYS_SOCKET_H 1
  4643. | #define HAVE_NETDB_H 1
  4644. | #define HAVE_TERMIOS_H 1
  4645. | #define HAVE_SYS_SELECT_H 1
  4646. | #define HAVE_DLFCN_H 1
  4647. | #define HAVE_FCNTL_H 1
  4648. | #define HAVE_MALLOC_H 1
  4649. | #define HAVE_STRING_H 1
  4650. | #define HAVE_SYS_PARAM_H 1
  4651. | #define HAVE_SYS_STAT_H 1
  4652. | #define HAVE_TIME_H 1
  4653. | #define HAVE_SYS_TIME_H 1
  4654. | #define HAVE_JPEGLIB_H 1
  4655. | #define HAVE_AL_AL_H 1
  4656. | #define HAVE_AL_ALC_H 1
  4657. | #define HAVE_GL_GL_H 1
  4658. | #define HAVE_GL_GLX_H 1
  4659. | #define HAVE__BOOL 1
  4660. | #define HAVE_STDBOOL_H 1
  4661. | #define HAVE_PTRDIFF_T 1
  4662. | #define HAVE_UINTPTR_T 1
  4663. | #define HAVE_ALLOCA_H 1
  4664. | #define HAVE_ALLOCA 1
  4665. | #define HAVE_STDLIB_H 1
  4666. | #define HAVE_MALLOC 1
  4667. | #define HAVE_STDLIB_H 1
  4668. | #define HAVE_UNISTD_H 1
  4669. | #define HAVE_SYS_PARAM_H 1
  4670. | #define HAVE_GETPAGESIZE 1
  4671. | #define HAVE_MMAP 1
  4672. | #define HAVE_STDLIB_H 1
  4673. | #define HAVE_REALLOC 1
  4674. | #define HAVE_OBSTACK 1
  4675. | #define HAVE_SOCKET 1
  4676. | #define HAVE_GETHOSTBYNAME 1
  4677. | #define HAVE_SELECT 1
  4678. | #define HAVE_STRCHR 1
  4679. | #define HAVE_STRERROR 1
  4680. | #define HAVE_STRRCHR 1
  4681. | #define HAVE_STRSTR 1
  4682. | #define HAVE_ISASCII 1
  4683. | #define HAVE_STRCASECMP 1
  4684. | #define HAVE_STRNCASECMP 1
  4685. | #define HAVE_STRDUP 1
  4686. | #define HAVE_STAT 1
  4687. | #define HAVE_FSTAT 1
  4688. | #define HAVE_GETCWD 1
  4689. | #define HAVE_UNLINK 1
  4690. | #define HAVE_MKDIR 1
  4691. | #define HAVE_POW 1
  4692. | #define HAVE_SQRT 1
  4693. | #define HAVE_FLOOR 1
  4694. | #define HAVE_MEMMOVE 1
  4695. | #define HAVE_MEMSET 1
  4696. | #define HAVE_MUNMAP 1
  4697. | #define HAVE_MREMAP 1
  4698. | #define HAVE_GETTIMEOFDAY 1
  4699. | #define HAVE_CLOCK_GETTIME 1
  4700. | #define HAVE_PUTENV 1
  4701. | /* end confdefs.h. */
  4702. | /* Define _putenv to an innocuous variant, in case <limits.h> declares _putenv.
  4703. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4704. | #define _putenv innocuous__putenv
  4705. |
  4706. | /* System header to define __stub macros and hopefully few prototypes,
  4707. | which can conflict with char _putenv (); below.
  4708. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4709. | <limits.h> exists even on freestanding compilers. */
  4710. |
  4711. | #ifdef __STDC__
  4712. | # include <limits.h>
  4713. | #else
  4714. | # include <assert.h>
  4715. | #endif
  4716. |
  4717. | #undef _putenv
  4718. |
  4719. | /* Override any GCC internal prototype to avoid an error.
  4720. | Use char because int might match the return type of a GCC
  4721. | builtin and then its argument prototype would still apply. */
  4722. | #ifdef __cplusplus
  4723. | extern "C"
  4724. | #endif
  4725. | char _putenv ();
  4726. | /* The GNU C library defines this for functions which it implements
  4727. | to always fail with ENOSYS. Some functions are actually named
  4728. | something starting with __ and the normal name is an alias. */
  4729. | #if defined __stub__putenv || defined __stub____putenv
  4730. | choke me
  4731. | #endif
  4732. |
  4733. | int
  4734. | main ()
  4735. | {
  4736. | return _putenv ();
  4737. | ;
  4738. | return 0;
  4739. | }
  4740. configure:8191: result: no
  4741. configure:8265: : CFLAGS="$CFLAGS -ffast-math"
  4742. configure:8268: $? = 0
  4743. configure:8287: : CXXFLAGS="$CXXFLAGS -ffast-math"
  4744. configure:8290: $? = 0
  4745. configure:8309: : CFLAGS="$CFLAGS -fno-strict-aliasing"
  4746. configure:8312: $? = 0
  4747. configure:8331: : CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
  4748. configure:8334: $? = 0
  4749. configure:8765: creating ./config.status
  4750.  
  4751. ## ---------------------- ##
  4752. ## Running config.status. ##
  4753. ## ---------------------- ##
  4754.  
  4755. This file was extended by alienarena config.status 7.60, which was
  4756. generated by GNU Autoconf 2.68. Invocation command line was
  4757.  
  4758. CONFIG_FILES =
  4759. CONFIG_HEADERS =
  4760. CONFIG_LINKS =
  4761. CONFIG_COMMANDS =
  4762. $ ./config.status
  4763.  
  4764. on cc11rocks
  4765.  
  4766. config.status:1001: creating Makefile
  4767. config.status:1001: creating source/Makefile
  4768. config.status:1001: creating config/config.h
  4769. config.status:1230: executing depfiles commands
  4770.  
  4771. ## ---------------- ##
  4772. ## Cache variables. ##
  4773. ## ---------------- ##
  4774.  
  4775. ac_cv_build=x86_64-unknown-linux-gnu
  4776. ac_cv_c_compiler_gnu=yes
  4777. ac_cv_c_inline=inline
  4778. ac_cv_c_int32_t=yes
  4779. ac_cv_c_int64_t=yes
  4780. ac_cv_c_uint64_t=yes
  4781. ac_cv_cxx_compiler_gnu=yes
  4782. ac_cv_env_ALIENARENA_HOMEDIR_set=
  4783. ac_cv_env_ALIENARENA_HOMEDIR_value=
  4784. ac_cv_env_CCC_set=
  4785. ac_cv_env_CCC_value=
  4786. ac_cv_env_CC_set=
  4787. ac_cv_env_CC_value=
  4788. ac_cv_env_CFLAGS_set=
  4789. ac_cv_env_CFLAGS_value=
  4790. ac_cv_env_CPPFLAGS_set=
  4791. ac_cv_env_CPPFLAGS_value=
  4792. ac_cv_env_CPP_set=
  4793. ac_cv_env_CPP_value=
  4794. ac_cv_env_CXXFLAGS_set=
  4795. ac_cv_env_CXXFLAGS_value=
  4796. ac_cv_env_CXX_set=
  4797. ac_cv_env_CXX_value=
  4798. ac_cv_env_DEPS_CFLAGS_set=
  4799. ac_cv_env_DEPS_CFLAGS_value=
  4800. ac_cv_env_DEPS_LIBS_set=
  4801. ac_cv_env_DEPS_LIBS_value=
  4802. ac_cv_env_GL_LIBDIR_set=
  4803. ac_cv_env_GL_LIBDIR_value=
  4804. ac_cv_env_LDFLAGS_set=
  4805. ac_cv_env_LDFLAGS_value=
  4806. ac_cv_env_LIBS_set=
  4807. ac_cv_env_LIBS_value=
  4808. ac_cv_env_ODE_CFLAGS_set=
  4809. ac_cv_env_ODE_CFLAGS_value=
  4810. ac_cv_env_ODE_LIBS_set=
  4811. ac_cv_env_ODE_LIBS_value=
  4812. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  4813. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  4814. ac_cv_env_PKG_CONFIG_PATH_set=
  4815. ac_cv_env_PKG_CONFIG_PATH_value=
  4816. ac_cv_env_PKG_CONFIG_set=
  4817. ac_cv_env_PKG_CONFIG_value=
  4818. ac_cv_env_X11_CFLAGS_set=
  4819. ac_cv_env_X11_CFLAGS_value=
  4820. ac_cv_env_X11_LIBS_set=
  4821. ac_cv_env_X11_LIBS_value=
  4822. ac_cv_env_XMKMF_set=
  4823. ac_cv_env_XMKMF_value=
  4824. ac_cv_env_XXF86DGA_CFLAGS_set=
  4825. ac_cv_env_XXF86DGA_CFLAGS_value=
  4826. ac_cv_env_XXF86DGA_LIBS_set=
  4827. ac_cv_env_XXF86DGA_LIBS_value=
  4828. ac_cv_env_XXF86VM_CFLAGS_set=
  4829. ac_cv_env_XXF86VM_CFLAGS_value=
  4830. ac_cv_env_XXF86VM_LIBS_set=
  4831. ac_cv_env_XXF86VM_LIBS_value=
  4832. ac_cv_env_build_alias_set=
  4833. ac_cv_env_build_alias_value=
  4834. ac_cv_env_host_alias_set=
  4835. ac_cv_env_host_alias_value=
  4836. ac_cv_env_target_alias_set=
  4837. ac_cv_env_target_alias_value=
  4838. ac_cv_func__begin_thread=no
  4839. ac_cv_func__getcwd=no
  4840. ac_cv_func__mkdir=no
  4841. ac_cv_func__putenv=no
  4842. ac_cv_func__strdup=no
  4843. ac_cv_func__stricmp=no
  4844. ac_cv_func__strnicmp=no
  4845. ac_cv_func__unlink=no
  4846. ac_cv_func_alloca_works=yes
  4847. ac_cv_func_clock_gettime=yes
  4848. ac_cv_func_closesocket=no
  4849. ac_cv_func_filelength=no
  4850. ac_cv_func_floor=yes
  4851. ac_cv_func_fstat=yes
  4852. ac_cv_func_getcwd=yes
  4853. ac_cv_func_gethostbyname=yes
  4854. ac_cv_func_getpagesize=yes
  4855. ac_cv_func_gettimeofday=yes
  4856. ac_cv_func_isascii=yes
  4857. ac_cv_func_malloc_0_nonnull=yes
  4858. ac_cv_func_memmove=yes
  4859. ac_cv_func_memset=yes
  4860. ac_cv_func_mkdir=yes
  4861. ac_cv_func_mmap_fixed_mapped=yes
  4862. ac_cv_func_mremap=yes
  4863. ac_cv_func_munmap=yes
  4864. ac_cv_func_obstack=yes
  4865. ac_cv_func_pow=yes
  4866. ac_cv_func_pthread_create=no
  4867. ac_cv_func_putenv=yes
  4868. ac_cv_func_realloc_0_nonnull=yes
  4869. ac_cv_func_select=yes
  4870. ac_cv_func_socket=yes
  4871. ac_cv_func_sqrt=yes
  4872. ac_cv_func_stat=yes
  4873. ac_cv_func_strcasecmp=yes
  4874. ac_cv_func_strchr=yes
  4875. ac_cv_func_strdup=yes
  4876. ac_cv_func_strerror=yes
  4877. ac_cv_func_stricmp=no
  4878. ac_cv_func_strlcpy=no
  4879. ac_cv_func_strncasecmp=yes
  4880. ac_cv_func_strnicmp=no
  4881. ac_cv_func_strrchr=yes
  4882. ac_cv_func_strstr=yes
  4883. ac_cv_func_unlink=yes
  4884. ac_cv_header_AL_al_h=yes
  4885. ac_cv_header_AL_alc_h=yes
  4886. ac_cv_header_GL_gl_h=yes
  4887. ac_cv_header_GL_glx_h=yes
  4888. ac_cv_header_OpenAL_al_h=no
  4889. ac_cv_header_OpenAL_alc_h=no
  4890. ac_cv_header_al_h=no
  4891. ac_cv_header_alc_h=no
  4892. ac_cv_header_arpa_inet_h=yes
  4893. ac_cv_header_dlfcn_h=yes
  4894. ac_cv_header_fcntl_h=yes
  4895. ac_cv_header_float_h=yes
  4896. ac_cv_header_inttypes_h=yes
  4897. ac_cv_header_jpeg_jpeglib_h=no
  4898. ac_cv_header_jpeglib_h=yes
  4899. ac_cv_header_limits_h=yes
  4900. ac_cv_header_malloc_h=yes
  4901. ac_cv_header_memory_h=yes
  4902. ac_cv_header_netdb_h=yes
  4903. ac_cv_header_netinet_in_h=yes
  4904. ac_cv_header_stdbool_h=yes
  4905. ac_cv_header_stdc=yes
  4906. ac_cv_header_stddef_h=yes
  4907. ac_cv_header_stdint_h=yes
  4908. ac_cv_header_stdlib_h=yes
  4909. ac_cv_header_string_h=yes
  4910. ac_cv_header_strings_h=yes
  4911. ac_cv_header_sys_ioctl_h=yes
  4912. ac_cv_header_sys_param_h=yes
  4913. ac_cv_header_sys_select_h=yes
  4914. ac_cv_header_sys_socket_h=yes
  4915. ac_cv_header_sys_stat_h=yes
  4916. ac_cv_header_sys_time_h=yes
  4917. ac_cv_header_sys_types_h=yes
  4918. ac_cv_header_termios_h=yes
  4919. ac_cv_header_time_h=yes
  4920. ac_cv_header_unistd_h=yes
  4921. ac_cv_header_windows_h=no
  4922. ac_cv_header_winsock2_h=no
  4923. ac_cv_header_winsock_h=no
  4924. ac_cv_host=x86_64-unknown-linux-gnu
  4925. ac_cv_lib_error_at_line=yes
  4926. ac_cv_objext=o
  4927. ac_cv_path_EGREP='/bin/grep -E'
  4928. ac_cv_path_GREP=/bin/grep
  4929. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  4930. ac_cv_path_install='/usr/bin/install -c'
  4931. ac_cv_path_mkdir=/bin/mkdir
  4932. ac_cv_prog_AWK=mawk
  4933. ac_cv_prog_CPP='gcc -E'
  4934. ac_cv_prog_ac_ct_CC=gcc
  4935. ac_cv_prog_ac_ct_CXX=g++
  4936. ac_cv_prog_ac_ct_RANLIB=ranlib
  4937. ac_cv_prog_cc_c89=
  4938. ac_cv_prog_cc_g=yes
  4939. ac_cv_prog_cc_gcc_c_o=yes
  4940. ac_cv_prog_cxx_g=yes
  4941. ac_cv_prog_make_make_set=yes
  4942. ac_cv_search_acos=-lm
  4943. ac_cv_search_clock_gettime=-lrt
  4944. ac_cv_search_dlopen=-ldl
  4945. ac_cv_search_jpeg_read_header=-ljpeg
  4946. ac_cv_type__Bool=yes
  4947. ac_cv_type_ptrdiff_t=yes
  4948. ac_cv_type_size_t=yes
  4949. ac_cv_type_uid_t=yes
  4950. ac_cv_type_uintptr_t=yes
  4951. ac_cv_working_alloca_h=yes
  4952. am_cv_CC_dependencies_compiler_type=gcc3
  4953. am_cv_CXX_dependencies_compiler_type=gcc3
  4954. am_cv_make_support_nested_variables=yes
  4955. ax_cv_PTHREAD_PRIO_INHERIT=no
  4956. pkg_cv_DEPS_CFLAGS='-I/usr/include/freetype2 '
  4957. pkg_cv_DEPS_LIBS='-lcurl -lvorbisfile -lvorbis -lm -logg -lfreetype '
  4958. pkg_cv_X11_CFLAGS=' '
  4959. pkg_cv_X11_LIBS='-lX11 '
  4960.  
  4961. ## ----------------- ##
  4962. ## Output variables. ##
  4963. ## ----------------- ##
  4964.  
  4965. ACLOCAL='${SHELL} /home/cc11rocks/Games/alienarena-7.60/config/missing --run aclocal-1.11'
  4966. ALIENARENA_HOMEDIR='.codered'
  4967. ALLOCA=''
  4968. ALTERNATE_INSTALL_FALSE=''
  4969. ALTERNATE_INSTALL_TRUE='#'
  4970. AMDEPBACKSLASH='\'
  4971. AMDEP_FALSE='#'
  4972. AMDEP_TRUE=''
  4973. AMTAR='$${TAR-tar}'
  4974. AM_BACKSLASH='\'
  4975. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  4976. AM_DEFAULT_VERBOSITY='0'
  4977. AM_V='$(V)'
  4978. AUTOCONF='${SHELL} /home/cc11rocks/Games/alienarena-7.60/config/missing --run autoconf'
  4979. AUTOHEADER='${SHELL} /home/cc11rocks/Games/alienarena-7.60/config/missing --run autoheader'
  4980. AUTOMAKE='${SHELL} /home/cc11rocks/Games/alienarena-7.60/config/missing --run automake-1.11'
  4981. AWK='mawk'
  4982. BUILD_CLIENT_FALSE='#'
  4983. BUILD_CLIENT_TRUE=''
  4984. BUILD_UNIX_FALSE='#'
  4985. BUILD_UNIX_TRUE=''
  4986. BUILD_WIN32_FALSE=''
  4987. BUILD_WIN32_TRUE='#'
  4988. CC='gcc'
  4989. CCDEPMODE='depmode=gcc3'
  4990. CFLAGS='-g -O2 -ffast-math -fno-strict-aliasing'
  4991. CPP='gcc -E'
  4992. CPPFLAGS='-DNDEBUG'
  4993. CXX='g++'
  4994. CXXDEPMODE='depmode=gcc3'
  4995. CXXFLAGS='-g -O2 -ffast-math -fno-strict-aliasing'
  4996. CYGPATH_W='echo'
  4997. DEFS='-DHAVE_CONFIG_H'
  4998. DEPDIR='.deps'
  4999. DEPS_CFLAGS='-I/usr/include/freetype2 '
  5000. DEPS_LIBS='-lcurl -lvorbisfile -lvorbis -lm -logg -lfreetype '
  5001. ECHO_C=''
  5002. ECHO_N='-n'
  5003. ECHO_T=''
  5004. EGREP='/bin/grep -E'
  5005. EXEEXT=''
  5006. GL_LIBDIR=''
  5007. GREP='/bin/grep'
  5008. INSTALL_DATA='${INSTALL} -m 644'
  5009. INSTALL_DOCS_FALSE='#'
  5010. INSTALL_DOCS_TRUE=''
  5011. INSTALL_PROGRAM='${INSTALL}'
  5012. INSTALL_SCRIPT='${INSTALL}'
  5013. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  5014. LDFLAGS=''
  5015. LIBOBJS=''
  5016. LIBS='-ljpeg -lrt -ldl -lm '
  5017. LN_S='ln -s'
  5018. LTLIBOBJS=''
  5019. MAINT='#'
  5020. MAINTAINER_MODE_FALSE=''
  5021. MAINTAINER_MODE_TRUE='#'
  5022. MAKEINFO='${SHELL} /home/cc11rocks/Games/alienarena-7.60/config/missing --run makeinfo'
  5023. MKDIR_P='/bin/mkdir -p'
  5024. OBJEXT='o'
  5025. ODE_CFLAGS='-DdDOUBLE'
  5026. ODE_LIBS=''
  5027. ODE_NODEBUG_FALSE='#'
  5028. ODE_NODEBUG_TRUE=''
  5029. PACKAGE='alienarena'
  5030. PACKAGE_BUGREPORT='alienrace@comcast.net'
  5031. PACKAGE_NAME='alienarena'
  5032. PACKAGE_STRING='alienarena 7.60'
  5033. PACKAGE_TARNAME='alienarena'
  5034. PACKAGE_URL=''
  5035. PACKAGE_VERSION='7.60'
  5036. PATH_SEPARATOR=':'
  5037. PKG_CONFIG='/usr/bin/pkg-config'
  5038. PKG_CONFIG_LIBDIR=''
  5039. PKG_CONFIG_PATH=''
  5040. PTHREAD_CC='gcc'
  5041. PTHREAD_CFLAGS='-pthread'
  5042. PTHREAD_LIBS='-pthread'
  5043. RANLIB='ranlib'
  5044. REMOVE_SYMBOLS_FALSE='#'
  5045. REMOVE_SYMBOLS_TRUE=''
  5046. SET_MAKE=''
  5047. SHELL='/bin/bash'
  5048. STRIP=''
  5049. USE_SYSTEM_LIBODE_FALSE=''
  5050. USE_SYSTEM_LIBODE_TRUE='#'
  5051. VERSION='7.60'
  5052. WIN32_LIBS=''
  5053. X11_CFLAGS=' '
  5054. X11_LIBS='-lX11 '
  5055. XMKMF=''
  5056. XXF86DGA_CFLAGS=''
  5057. XXF86DGA_LIBS=''
  5058. XXF86VM_CFLAGS=''
  5059. XXF86VM_LIBS=''
  5060. ac_ct_CC='gcc'
  5061. ac_ct_CXX='g++'
  5062. am__EXEEXT_FALSE=''
  5063. am__EXEEXT_TRUE='#'
  5064. am__fastdepCC_FALSE='#'
  5065. am__fastdepCC_TRUE=''
  5066. am__fastdepCXX_FALSE='#'
  5067. am__fastdepCXX_TRUE=''
  5068. am__include='include'
  5069. am__isrc=''
  5070. am__leading_dot='.'
  5071. am__nodep='_no'
  5072. am__quote=''
  5073. am__tar='$${TAR-tar} chof - "$$tardir"'
  5074. am__untar='$${TAR-tar} xf -'
  5075. ax_pthread_config=''
  5076. bindir='${exec_prefix}/bin'
  5077. build='x86_64-unknown-linux-gnu'
  5078. build_alias=''
  5079. build_cpu='x86_64'
  5080. build_os='linux-gnu'
  5081. build_vendor='unknown'
  5082. datadir='${datarootdir}'
  5083. datarootdir='${prefix}/share'
  5084. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5085. dvidir='${docdir}'
  5086. exec_prefix='${prefix}'
  5087. host='x86_64-unknown-linux-gnu'
  5088. host_alias=''
  5089. host_cpu='x86_64'
  5090. host_os='linux-gnu'
  5091. host_vendor='unknown'
  5092. htmldir='${docdir}'
  5093. icondir='${datarootdir}/icons'
  5094. includedir='${prefix}/include'
  5095. infodir='${datarootdir}/info'
  5096. install_sh='${SHELL} /home/cc11rocks/Games/alienarena-7.60/config/install-sh'
  5097. libdir='${exec_prefix}/lib'
  5098. libexecdir='${exec_prefix}/libexec'
  5099. localedir='${datarootdir}/locale'
  5100. localstatedir='${prefix}/var'
  5101. mandir='${datarootdir}/man'
  5102. mkdir_p='/bin/mkdir -p'
  5103. oldincludedir='/usr/include'
  5104. pdfdir='${docdir}'
  5105. prefix='/usr/local'
  5106. program_transform_name='s,x,x,'
  5107. psdir='${docdir}'
  5108. sbindir='${exec_prefix}/sbin'
  5109. sharedstatedir='${prefix}/com'
  5110. sysconfdir='${prefix}/etc'
  5111. target_alias=''
  5112.  
  5113. ## ----------- ##
  5114. ## confdefs.h. ##
  5115. ## ----------- ##
  5116.  
  5117. /* confdefs.h */
  5118. #define PACKAGE_NAME "alienarena"
  5119. #define PACKAGE_TARNAME "alienarena"
  5120. #define PACKAGE_VERSION "7.60"
  5121. #define PACKAGE_STRING "alienarena 7.60"
  5122. #define PACKAGE_BUGREPORT "alienrace@comcast.net"
  5123. #define PACKAGE_URL ""
  5124. #define PACKAGE "alienarena"
  5125. #define VERSION "7.60"
  5126. #define UNIX_VARIANT 1
  5127. #define LINUX_SPECIAL_CASE 1
  5128. #define CPUSTRING "x86_64"
  5129. #define BUILDSTRING "linux-gnu"
  5130. #define USER_GAMEDATA ".codered"
  5131. #define HAVE_PTHREAD 1
  5132. #define dEpsilon DBL_EPSILON
  5133. #define STDC_HEADERS 1
  5134. #define HAVE_SYS_TYPES_H 1
  5135. #define HAVE_SYS_STAT_H 1
  5136. #define HAVE_STDLIB_H 1
  5137. #define HAVE_STRING_H 1
  5138. #define HAVE_MEMORY_H 1
  5139. #define HAVE_STRINGS_H 1
  5140. #define HAVE_INTTYPES_H 1
  5141. #define HAVE_STDINT_H 1
  5142. #define HAVE_UNISTD_H 1
  5143. #define HAVE_INTTYPES_H 1
  5144. #define HAVE_STDINT_H 1
  5145. #define HAVE_STDDEF_H 1
  5146. #define HAVE_STDLIB_H 1
  5147. #define HAVE_UNISTD_H 1
  5148. #define HAVE_FLOAT_H 1
  5149. #define HAVE_LIMITS_H 1
  5150. #define HAVE_ARPA_INET_H 1
  5151. #define HAVE_NETINET_IN_H 1
  5152. #define HAVE_SYS_IOCTL_H 1
  5153. #define HAVE_SYS_SOCKET_H 1
  5154. #define HAVE_NETDB_H 1
  5155. #define HAVE_TERMIOS_H 1
  5156. #define HAVE_SYS_SELECT_H 1
  5157. #define HAVE_DLFCN_H 1
  5158. #define HAVE_FCNTL_H 1
  5159. #define HAVE_MALLOC_H 1
  5160. #define HAVE_STRING_H 1
  5161. #define HAVE_SYS_PARAM_H 1
  5162. #define HAVE_SYS_STAT_H 1
  5163. #define HAVE_TIME_H 1
  5164. #define HAVE_SYS_TIME_H 1
  5165. #define HAVE_JPEGLIB_H 1
  5166. #define HAVE_AL_AL_H 1
  5167. #define HAVE_AL_ALC_H 1
  5168. #define HAVE_GL_GL_H 1
  5169. #define HAVE_GL_GLX_H 1
  5170. #define HAVE__BOOL 1
  5171. #define HAVE_STDBOOL_H 1
  5172. #define HAVE_PTRDIFF_T 1
  5173. #define HAVE_UINTPTR_T 1
  5174. #define HAVE_ALLOCA_H 1
  5175. #define HAVE_ALLOCA 1
  5176. #define HAVE_STDLIB_H 1
  5177. #define HAVE_MALLOC 1
  5178. #define HAVE_STDLIB_H 1
  5179. #define HAVE_UNISTD_H 1
  5180. #define HAVE_SYS_PARAM_H 1
  5181. #define HAVE_GETPAGESIZE 1
  5182. #define HAVE_MMAP 1
  5183. #define HAVE_STDLIB_H 1
  5184. #define HAVE_REALLOC 1
  5185. #define HAVE_OBSTACK 1
  5186. #define HAVE_SOCKET 1
  5187. #define HAVE_GETHOSTBYNAME 1
  5188. #define HAVE_SELECT 1
  5189. #define HAVE_STRCHR 1
  5190. #define HAVE_STRERROR 1
  5191. #define HAVE_STRRCHR 1
  5192. #define HAVE_STRSTR 1
  5193. #define HAVE_ISASCII 1
  5194. #define HAVE_STRCASECMP 1
  5195. #define HAVE_STRNCASECMP 1
  5196. #define HAVE_STRDUP 1
  5197. #define HAVE_STAT 1
  5198. #define HAVE_FSTAT 1
  5199. #define HAVE_GETCWD 1
  5200. #define HAVE_UNLINK 1
  5201. #define HAVE_MKDIR 1
  5202. #define HAVE_POW 1
  5203. #define HAVE_SQRT 1
  5204. #define HAVE_FLOOR 1
  5205. #define HAVE_MEMMOVE 1
  5206. #define HAVE_MEMSET 1
  5207. #define HAVE_MUNMAP 1
  5208. #define HAVE_MREMAP 1
  5209. #define HAVE_GETTIMEOFDAY 1
  5210. #define HAVE_CLOCK_GETTIME 1
  5211. #define HAVE_PUTENV 1
  5212. #define OPENGL_DRIVER "libGL.so.1"
  5213. #define OPENAL_DRIVER "libopenal.so.1"
  5214.  
  5215. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement