Advertisement
Guest User

Untitled

a guest
May 11th, 2017
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.69 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 XaoS configure 3.5, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --with-gnu-ld --with-mitshm=yes --with-gtk-driver=no --with-long-double=yes --with-gsl=yes --with-x --with-aa-driver=no --with-pthread=yes --with-sffe=yes --with-png=yes
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = debian
  14. uname -m = i686
  15. uname -r = 2.6.26-2-686
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Feb 10 08:59:21 UTC 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:1942: checking build system type
  43. configure:1960: result: i686-pc-linux-gnu
  44. configure:1982: checking host system type
  45. configure:1997: result: i686-pc-linux-gnu
  46. configure:2072: checking for gcc
  47. configure:2088: found /usr/bin/gcc
  48. configure:2099: result: gcc
  49. configure:2331: checking for C compiler version
  50. configure:2339: gcc --version >&5
  51. gcc (Debian 4.3.2-1.1) 4.3.2
  52. Copyright (C) 2008 Free Software Foundation, Inc.
  53. This is free software; see the source for copying conditions. There is NO
  54. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  55.  
  56. configure:2343: $? = 0
  57. configure:2350: gcc -v >&5
  58. Using built-in specs.
  59. Target: i486-linux-gnu
  60. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  61. Thread model: posix
  62. gcc version 4.3.2 (Debian 4.3.2-1.1)
  63. configure:2354: $? = 0
  64. configure:2361: gcc -V >&5
  65. gcc: '-V' option must have argument
  66. configure:2365: $? = 1
  67. configure:2388: checking for C compiler default output file name
  68. configure:2410: gcc conftest.c >&5
  69. configure:2414: $? = 0
  70. configure:2452: result: a.out
  71. configure:2471: checking whether the C compiler works
  72. configure:2481: ./a.out
  73. configure:2485: $? = 0
  74. configure:2504: result: yes
  75. configure:2511: checking whether we are cross compiling
  76. configure:2513: result: no
  77. configure:2516: checking for suffix of executables
  78. configure:2523: gcc -o conftest conftest.c >&5
  79. configure:2527: $? = 0
  80. configure:2553: result:
  81. configure:2559: checking for suffix of object files
  82. configure:2585: gcc -c conftest.c >&5
  83. configure:2589: $? = 0
  84. configure:2614: result: o
  85. configure:2618: checking whether we are using the GNU C compiler
  86. configure:2647: gcc -c conftest.c >&5
  87. configure:2654: $? = 0
  88. configure:2671: result: yes
  89. configure:2680: checking whether gcc accepts -g
  90. configure:2710: gcc -c -g conftest.c >&5
  91. configure:2717: $? = 0
  92. configure:2818: result: yes
  93. configure:2835: checking for gcc option to accept ISO C89
  94. configure:2909: gcc -c -g -O2 conftest.c >&5
  95. configure:2916: $? = 0
  96. configure:2939: result: none needed
  97. configure:2959: checking for C compiler vendor
  98. configure:2993: gcc -c -g -O2 conftest.c >&5
  99. conftest.c: In function 'main':
  100. conftest.c:14: error: 'thisisanerror' undeclared (first use in this function)
  101. conftest.c:14: error: (Each undeclared identifier is reported only once
  102. conftest.c:14: error: for each function it appears in.)
  103. configure:3000: $? = 1
  104. configure: failed program was:
  105. | /* confdefs.h. */
  106. | #define PACKAGE_NAME "XaoS"
  107. | #define PACKAGE_TARNAME "xaos"
  108. | #define PACKAGE_VERSION "3.5"
  109. | #define PACKAGE_STRING "XaoS 3.5"
  110. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  111. | /* end confdefs.h. */
  112. |
  113. | int
  114. | main ()
  115. | {
  116. |
  117. | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
  118. | thisisanerror;
  119. | #endif
  120. |
  121. | ;
  122. | return 0;
  123. | }
  124. configure:2993: gcc -c -g -O2 conftest.c >&5
  125. conftest.c: In function 'main':
  126. conftest.c:14: error: 'thisisanerror' undeclared (first use in this function)
  127. conftest.c:14: error: (Each undeclared identifier is reported only once
  128. conftest.c:14: error: for each function it appears in.)
  129. configure:3000: $? = 1
  130. configure: failed program was:
  131. | /* confdefs.h. */
  132. | #define PACKAGE_NAME "XaoS"
  133. | #define PACKAGE_TARNAME "xaos"
  134. | #define PACKAGE_VERSION "3.5"
  135. | #define PACKAGE_STRING "XaoS 3.5"
  136. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  137. | /* end confdefs.h. */
  138. |
  139. | int
  140. | main ()
  141. | {
  142. |
  143. | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
  144. | thisisanerror;
  145. | #endif
  146. |
  147. | ;
  148. | return 0;
  149. | }
  150. configure:2993: gcc -c -g -O2 conftest.c >&5
  151. conftest.c: In function 'main':
  152. conftest.c:14: error: 'thisisanerror' undeclared (first use in this function)
  153. conftest.c:14: error: (Each undeclared identifier is reported only once
  154. conftest.c:14: error: for each function it appears in.)
  155. configure:3000: $? = 1
  156. configure: failed program was:
  157. | /* confdefs.h. */
  158. | #define PACKAGE_NAME "XaoS"
  159. | #define PACKAGE_TARNAME "xaos"
  160. | #define PACKAGE_VERSION "3.5"
  161. | #define PACKAGE_STRING "XaoS 3.5"
  162. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  163. | /* end confdefs.h. */
  164. |
  165. | int
  166. | main ()
  167. | {
  168. |
  169. | #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
  170. | thisisanerror;
  171. | #endif
  172. |
  173. | ;
  174. | return 0;
  175. | }
  176. configure:2993: gcc -c -g -O2 conftest.c >&5
  177. configure:3000: $? = 0
  178. configure:3017: result: gnu
  179. configure:3388: checking whether C compiler accepts -malign-double
  180. configure:3417: gcc -c -malign-double conftest.c >&5
  181. configure:3424: $? = 0
  182. configure:3442: result: yes
  183. configure:3452: checking whether C compiler accepts -fstrict-aliasing
  184. configure:3481: gcc -c -fstrict-aliasing conftest.c >&5
  185. configure:3488: $? = 0
  186. configure:3506: result: yes
  187. configure:3516: checking whether C compiler accepts -ffast-math
  188. configure:3545: gcc -c -ffast-math conftest.c >&5
  189. configure:3552: $? = 0
  190. configure:3570: result: yes
  191. configure:3591: checking for gcc architecture flag
  192. configure:3593: result:
  193. configure:3615: checking for x86 cpuid 0 output
  194. configure:3654: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c >&5
  195. configure:3658: $? = 0
  196. configure:3664: ./conftest
  197. configure:3668: $? = 0
  198. configure:3685: result: 5:756e6547:6c65746e:49656e69
  199. configure:3701: checking for x86 cpuid 1 output
  200. configure:3740: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c >&5
  201. configure:3744: $? = 0
  202. configure:3750: ./conftest
  203. configure:3754: $? = 0
  204. configure:3771: result: f43:1020800:649d:bfebfbff
  205. configure:4016: checking whether C compiler accepts -march=pentium4
  206. configure:4041: gcc -c -march=pentium4 conftest.c >&5
  207. configure:4048: $? = 0
  208. configure:4064: result: yes
  209. configure:4081: checking for gcc architecture flag
  210. configure:4083: result: -march=pentium4
  211. configure:4105: checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4
  212. configure:4130: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  213. configure:4137: $? = 0
  214. configure:4153: result: yes
  215. configure:4215: checking for ld used by GCC
  216. configure:4279: result: /usr/bin/ld
  217. configure:4288: checking if the linker (/usr/bin/ld) is GNU ld
  218. configure:4301: result: yes
  219. configure:4308: checking for shared library run path origin
  220. configure:4321: result: done
  221. configure:4829: checking for iconv
  222. configure:4861: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  223. configure:4868: $? = 0
  224. configure:4945: result: yes
  225. configure:4948: checking for working iconv
  226. configure:5034: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  227. configure:5038: $? = 0
  228. configure:5044: ./conftest
  229. configure:5048: $? = 0
  230. configure:5067: result: yes
  231. configure:5097: checking for iconv declaration
  232. configure:5136: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  233. configure:5143: $? = 0
  234. configure:5162: result:
  235. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  236. configure:5172: checking whether make sets $(MAKE)
  237. configure:5194: result: yes
  238. configure:5217: checking for a BSD-compatible install
  239. configure:5285: result: /usr/bin/install -c
  240. configure:5296: checking for a thread-safe mkdir -p
  241. configure:5335: result: /bin/mkdir -p
  242. configure:5345: checking whether NLS is requested
  243. configure:5354: result: yes
  244. configure:5395: checking for msgfmt
  245. configure: trying /usr/bin/msgfmt...
  246. 0 translated messages.
  247. configure:5427: result: /usr/bin/msgfmt
  248. configure:5436: checking for gmsgfmt
  249. configure:5467: result: /usr/bin/msgfmt
  250. configure:5518: checking for xgettext
  251. configure: trying /usr/bin/xgettext...
  252. /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  253. configure:5550: result: /usr/bin/xgettext
  254. configure:5596: checking for msgmerge
  255. configure: trying /usr/bin/msgmerge...
  256. configure:5627: result: /usr/bin/msgmerge
  257. configure:5667: checking for CFPreferencesCopyAppValue
  258. configure:5695: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  259. conftest.c:10:42: error: CoreFoundation/CFPreferences.h: No such file or directory
  260. conftest.c: In function 'main':
  261. conftest.c:14: error: 'NULL' undeclared (first use in this function)
  262. conftest.c:14: error: (Each undeclared identifier is reported only once
  263. conftest.c:14: error: for each function it appears in.)
  264. configure:5702: $? = 1
  265. configure: failed program was:
  266. | /* confdefs.h. */
  267. | #define PACKAGE_NAME "XaoS"
  268. | #define PACKAGE_TARNAME "xaos"
  269. | #define PACKAGE_VERSION "3.5"
  270. | #define PACKAGE_STRING "XaoS 3.5"
  271. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  272. | #define HAVE_ICONV 1
  273. | #define ICONV_CONST
  274. | /* end confdefs.h. */
  275. | #include <CoreFoundation/CFPreferences.h>
  276. | int
  277. | main ()
  278. | {
  279. | CFPreferencesCopyAppValue(NULL, NULL)
  280. | ;
  281. | return 0;
  282. | }
  283. configure:5723: result: no
  284. configure:5732: checking for CFLocaleCopyCurrent
  285. configure:5760: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  286. conftest.c:10:37: error: CoreFoundation/CFLocale.h: No such file or directory
  287. configure:5767: $? = 1
  288. configure: failed program was:
  289. | /* confdefs.h. */
  290. | #define PACKAGE_NAME "XaoS"
  291. | #define PACKAGE_TARNAME "xaos"
  292. | #define PACKAGE_VERSION "3.5"
  293. | #define PACKAGE_STRING "XaoS 3.5"
  294. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  295. | #define HAVE_ICONV 1
  296. | #define ICONV_CONST
  297. | /* end confdefs.h. */
  298. | #include <CoreFoundation/CFLocale.h>
  299. | int
  300. | main ()
  301. | {
  302. | CFLocaleCopyCurrent();
  303. | ;
  304. | return 0;
  305. | }
  306. configure:5788: result: no
  307. configure:5839: checking for GNU gettext in libc
  308. configure:5869: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  309. configure:5876: $? = 0
  310. configure:5898: result: yes
  311. configure:6802: checking whether to use NLS
  312. configure:6804: result: yes
  313. configure:6807: checking where the gettext function comes from
  314. configure:6818: result: libc
  315. configure:6883: checking for msgmerge
  316. configure:6914: result: /usr/bin/msgmerge
  317. configure:7034: checking whether make sets $(MAKE)
  318. configure:7056: result: yes
  319. configure:7108: checking for ranlib
  320. configure:7124: found /usr/bin/ranlib
  321. configure:7135: result: ranlib
  322. configure:7176: checking for a BSD-compatible install
  323. configure:7244: result: /usr/bin/install -c
  324. configure:7295: checking how to run the C preprocessor
  325. configure:7335: gcc -E conftest.c
  326. configure:7342: $? = 0
  327. configure:7373: gcc -E conftest.c
  328. conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
  329. configure:7380: $? = 1
  330. configure: failed program was:
  331. | /* confdefs.h. */
  332. | #define PACKAGE_NAME "XaoS"
  333. | #define PACKAGE_TARNAME "xaos"
  334. | #define PACKAGE_VERSION "3.5"
  335. | #define PACKAGE_STRING "XaoS 3.5"
  336. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  337. | #define HAVE_ICONV 1
  338. | #define ICONV_CONST
  339. | #define ENABLE_NLS 1
  340. | #define HAVE_GETTEXT 1
  341. | #define HAVE_DCGETTEXT 1
  342. | /* end confdefs.h. */
  343. | #include <ac_nonexistent.h>
  344. configure:7413: result: gcc -E
  345. configure:7442: gcc -E conftest.c
  346. configure:7449: $? = 0
  347. configure:7480: gcc -E conftest.c
  348. conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
  349. configure:7487: $? = 1
  350. configure: failed program was:
  351. | /* confdefs.h. */
  352. | #define PACKAGE_NAME "XaoS"
  353. | #define PACKAGE_TARNAME "xaos"
  354. | #define PACKAGE_VERSION "3.5"
  355. | #define PACKAGE_STRING "XaoS 3.5"
  356. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  357. | #define HAVE_ICONV 1
  358. | #define ICONV_CONST
  359. | #define ENABLE_NLS 1
  360. | #define HAVE_GETTEXT 1
  361. | #define HAVE_DCGETTEXT 1
  362. | /* end confdefs.h. */
  363. | #include <ac_nonexistent.h>
  364. configure:7527: checking for X
  365. configure:7642: gcc -E conftest.c
  366. configure:7649: $? = 0
  367. configure:7698: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lX11 >&5
  368. configure:7705: $? = 0
  369. configure:7767: result: libraries , headers
  370. configure:7936: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lX11 >&5
  371. configure:7943: $? = 0
  372. configure:8111: checking for gethostbyname
  373. configure:8167: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  374. configure:8174: $? = 0
  375. configure:8194: result: yes
  376. configure:8347: checking for connect
  377. configure:8403: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  378. configure:8410: $? = 0
  379. configure:8430: result: yes
  380. configure:8506: checking for remove
  381. configure:8562: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  382. configure:8569: $? = 0
  383. configure:8589: result: yes
  384. configure:8665: checking for shmat
  385. configure:8721: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  386. configure:8728: $? = 0
  387. configure:8748: result: yes
  388. configure:8833: checking for IceConnectionNumber in -lICE
  389. configure:8868: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lICE >&5
  390. configure:8875: $? = 0
  391. configure:8896: result: yes
  392. configure:8925: checking for pthread_create
  393. configure:8981: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5
  394. /tmp/ccUcXbqL.o: In function `main':
  395. conftest.c:(.text+0xf): undefined reference to `pthread_create'
  396. collect2: ld returned 1 exit status
  397. configure:8988: $? = 1
  398. configure: failed program was:
  399. | /* confdefs.h. */
  400. | #define PACKAGE_NAME "XaoS"
  401. | #define PACKAGE_TARNAME "xaos"
  402. | #define PACKAGE_VERSION "3.5"
  403. | #define PACKAGE_STRING "XaoS 3.5"
  404. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  405. | #define HAVE_ICONV 1
  406. | #define ICONV_CONST
  407. | #define ENABLE_NLS 1
  408. | #define HAVE_GETTEXT 1
  409. | #define HAVE_DCGETTEXT 1
  410. | /* end confdefs.h. */
  411. | /* Define pthread_create to an innocuous variant, in case <limits.h> declares pthread_create.
  412. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  413. | #define pthread_create innocuous_pthread_create
  414. |
  415. | /* System header to define __stub macros and hopefully few prototypes,
  416. | which can conflict with char pthread_create (); below.
  417. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  418. | <limits.h> exists even on freestanding compilers. */
  419. |
  420. | #ifdef __STDC__
  421. | # include <limits.h>
  422. | #else
  423. | # include <assert.h>
  424. | #endif
  425. |
  426. | #undef pthread_create
  427. |
  428. | /* Override any GCC internal prototype to avoid an error.
  429. | Use char because int might match the return type of a GCC
  430. | builtin and then its argument prototype would still apply. */
  431. | #ifdef __cplusplus
  432. | extern "C"
  433. | #endif
  434. | char pthread_create ();
  435. | /* The GNU C library defines this for functions which it implements
  436. | to always fail with ENOSYS. Some functions are actually named
  437. | something starting with __ and the normal name is an alias. */
  438. | #if defined __stub_pthread_create || defined __stub___pthread_create
  439. | choke me
  440. | #endif
  441. |
  442. | int
  443. | main ()
  444. | {
  445. | return pthread_create ();
  446. | ;
  447. | return 0;
  448. | }
  449. configure:9010: result: no
  450. configure:9131: checking for pthread_create in -lpthread
  451. configure:9166: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lpthread >&5
  452. configure:9173: $? = 0
  453. configure:9194: result: yes
  454. configure:9215: checking for pthread_sighandler
  455. configure:9271: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lpthread >&5
  456. /tmp/ccKUXOFc.o: In function `main':
  457. conftest.c:(.text+0xf): undefined reference to `pthread_sighandler'
  458. collect2: ld returned 1 exit status
  459. configure:9278: $? = 1
  460. configure: failed program was:
  461. | /* confdefs.h. */
  462. | #define PACKAGE_NAME "XaoS"
  463. | #define PACKAGE_TARNAME "xaos"
  464. | #define PACKAGE_VERSION "3.5"
  465. | #define PACKAGE_STRING "XaoS 3.5"
  466. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  467. | #define HAVE_ICONV 1
  468. | #define ICONV_CONST
  469. | #define ENABLE_NLS 1
  470. | #define HAVE_GETTEXT 1
  471. | #define HAVE_DCGETTEXT 1
  472. | #define HAVE_LIBPTHREAD 1
  473. | #define USE_PTHREAD 1
  474. | /* end confdefs.h. */
  475. | /* Define pthread_sighandler to an innocuous variant, in case <limits.h> declares pthread_sighandler.
  476. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  477. | #define pthread_sighandler innocuous_pthread_sighandler
  478. |
  479. | /* System header to define __stub macros and hopefully few prototypes,
  480. | which can conflict with char pthread_sighandler (); below.
  481. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  482. | <limits.h> exists even on freestanding compilers. */
  483. |
  484. | #ifdef __STDC__
  485. | # include <limits.h>
  486. | #else
  487. | # include <assert.h>
  488. | #endif
  489. |
  490. | #undef pthread_sighandler
  491. |
  492. | /* Override any GCC internal prototype to avoid an error.
  493. | Use char because int might match the return type of a GCC
  494. | builtin and then its argument prototype would still apply. */
  495. | #ifdef __cplusplus
  496. | extern "C"
  497. | #endif
  498. | char pthread_sighandler ();
  499. | /* The GNU C library defines this for functions which it implements
  500. | to always fail with ENOSYS. Some functions are actually named
  501. | something starting with __ and the normal name is an alias. */
  502. | #if defined __stub_pthread_sighandler || defined __stub___pthread_sighandler
  503. | choke me
  504. | #endif
  505. |
  506. | int
  507. | main ()
  508. | {
  509. | return pthread_sighandler ();
  510. | ;
  511. | return 0;
  512. | }
  513. configure:9300: result: no
  514. configure:9739: checking for grep that handles long lines and -e
  515. configure:9799: result: /bin/grep
  516. configure:9804: checking for egrep
  517. configure:9868: result: /bin/grep -E
  518. configure:9873: checking for ANSI C header files
  519. configure:9903: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  520. configure:9910: $? = 0
  521. configure:10009: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lpthread >&5
  522. configure:10013: $? = 0
  523. configure:10019: ./conftest
  524. configure:10023: $? = 0
  525. configure:10041: result: yes
  526. configure:10065: checking for sys/types.h
  527. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  528. configure:10093: $? = 0
  529. configure:10110: result: yes
  530. configure:10065: checking for sys/stat.h
  531. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  532. configure:10093: $? = 0
  533. configure:10110: result: yes
  534. configure:10065: checking for stdlib.h
  535. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  536. configure:10093: $? = 0
  537. configure:10110: result: yes
  538. configure:10065: checking for string.h
  539. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  540. configure:10093: $? = 0
  541. configure:10110: result: yes
  542. configure:10065: checking for memory.h
  543. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  544. configure:10093: $? = 0
  545. configure:10110: result: yes
  546. configure:10065: checking for strings.h
  547. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  548. configure:10093: $? = 0
  549. configure:10110: result: yes
  550. configure:10065: checking for inttypes.h
  551. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  552. configure:10093: $? = 0
  553. configure:10110: result: yes
  554. configure:10065: checking for stdint.h
  555. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  556. configure:10093: $? = 0
  557. configure:10110: result: yes
  558. configure:10065: checking for unistd.h
  559. configure:10086: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  560. configure:10093: $? = 0
  561. configure:10110: result: yes
  562. configure:10155: checking alloca.h usability
  563. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  564. configure:10179: $? = 0
  565. configure:10193: result: yes
  566. configure:10197: checking alloca.h presence
  567. configure:10212: gcc -E conftest.c
  568. configure:10219: $? = 0
  569. configure:10233: result: yes
  570. configure:10266: checking for alloca.h
  571. configure:10275: result: yes
  572. configure:10155: checking ddraw.h usability
  573. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  574. conftest.c:59:19: error: ddraw.h: No such file or directory
  575. configure:10179: $? = 1
  576. configure: failed program was:
  577. | /* confdefs.h. */
  578. | #define PACKAGE_NAME "XaoS"
  579. | #define PACKAGE_TARNAME "xaos"
  580. | #define PACKAGE_VERSION "3.5"
  581. | #define PACKAGE_STRING "XaoS 3.5"
  582. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  583. | #define HAVE_ICONV 1
  584. | #define ICONV_CONST
  585. | #define ENABLE_NLS 1
  586. | #define HAVE_GETTEXT 1
  587. | #define HAVE_DCGETTEXT 1
  588. | #define HAVE_LIBPTHREAD 1
  589. | #define USE_PTHREAD 1
  590. | #define STDC_HEADERS 1
  591. | #define HAVE_SYS_TYPES_H 1
  592. | #define HAVE_SYS_STAT_H 1
  593. | #define HAVE_STDLIB_H 1
  594. | #define HAVE_STRING_H 1
  595. | #define HAVE_MEMORY_H 1
  596. | #define HAVE_STRINGS_H 1
  597. | #define HAVE_INTTYPES_H 1
  598. | #define HAVE_STDINT_H 1
  599. | #define HAVE_UNISTD_H 1
  600. | #define HAVE_ALLOCA_H 1
  601. | /* end confdefs.h. */
  602. | #include <stdio.h>
  603. | #ifdef HAVE_SYS_TYPES_H
  604. | # include <sys/types.h>
  605. | #endif
  606. | #ifdef HAVE_SYS_STAT_H
  607. | # include <sys/stat.h>
  608. | #endif
  609. | #ifdef STDC_HEADERS
  610. | # include <stdlib.h>
  611. | # include <stddef.h>
  612. | #else
  613. | # ifdef HAVE_STDLIB_H
  614. | # include <stdlib.h>
  615. | # endif
  616. | #endif
  617. | #ifdef HAVE_STRING_H
  618. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  619. | # include <memory.h>
  620. | # endif
  621. | # include <string.h>
  622. | #endif
  623. | #ifdef HAVE_STRINGS_H
  624. | # include <strings.h>
  625. | #endif
  626. | #ifdef HAVE_INTTYPES_H
  627. | # include <inttypes.h>
  628. | #endif
  629. | #ifdef HAVE_STDINT_H
  630. | # include <stdint.h>
  631. | #endif
  632. | #ifdef HAVE_UNISTD_H
  633. | # include <unistd.h>
  634. | #endif
  635. | #include <ddraw.h>
  636. configure:10193: result: no
  637. configure:10197: checking ddraw.h presence
  638. configure:10212: gcc -E conftest.c
  639. conftest.c:26:19: error: ddraw.h: No such file or directory
  640. configure:10219: $? = 1
  641. configure: failed program was:
  642. | /* confdefs.h. */
  643. | #define PACKAGE_NAME "XaoS"
  644. | #define PACKAGE_TARNAME "xaos"
  645. | #define PACKAGE_VERSION "3.5"
  646. | #define PACKAGE_STRING "XaoS 3.5"
  647. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  648. | #define HAVE_ICONV 1
  649. | #define ICONV_CONST
  650. | #define ENABLE_NLS 1
  651. | #define HAVE_GETTEXT 1
  652. | #define HAVE_DCGETTEXT 1
  653. | #define HAVE_LIBPTHREAD 1
  654. | #define USE_PTHREAD 1
  655. | #define STDC_HEADERS 1
  656. | #define HAVE_SYS_TYPES_H 1
  657. | #define HAVE_SYS_STAT_H 1
  658. | #define HAVE_STDLIB_H 1
  659. | #define HAVE_STRING_H 1
  660. | #define HAVE_MEMORY_H 1
  661. | #define HAVE_STRINGS_H 1
  662. | #define HAVE_INTTYPES_H 1
  663. | #define HAVE_STDINT_H 1
  664. | #define HAVE_UNISTD_H 1
  665. | #define HAVE_ALLOCA_H 1
  666. | /* end confdefs.h. */
  667. | #include <ddraw.h>
  668. configure:10233: result: no
  669. configure:10266: checking for ddraw.h
  670. configure:10275: result: no
  671. configure:10155: checking htmlhelp.h usability
  672. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  673. conftest.c:59:22: error: htmlhelp.h: No such file or directory
  674. configure:10179: $? = 1
  675. configure: failed program was:
  676. | /* confdefs.h. */
  677. | #define PACKAGE_NAME "XaoS"
  678. | #define PACKAGE_TARNAME "xaos"
  679. | #define PACKAGE_VERSION "3.5"
  680. | #define PACKAGE_STRING "XaoS 3.5"
  681. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  682. | #define HAVE_ICONV 1
  683. | #define ICONV_CONST
  684. | #define ENABLE_NLS 1
  685. | #define HAVE_GETTEXT 1
  686. | #define HAVE_DCGETTEXT 1
  687. | #define HAVE_LIBPTHREAD 1
  688. | #define USE_PTHREAD 1
  689. | #define STDC_HEADERS 1
  690. | #define HAVE_SYS_TYPES_H 1
  691. | #define HAVE_SYS_STAT_H 1
  692. | #define HAVE_STDLIB_H 1
  693. | #define HAVE_STRING_H 1
  694. | #define HAVE_MEMORY_H 1
  695. | #define HAVE_STRINGS_H 1
  696. | #define HAVE_INTTYPES_H 1
  697. | #define HAVE_STDINT_H 1
  698. | #define HAVE_UNISTD_H 1
  699. | #define HAVE_ALLOCA_H 1
  700. | /* end confdefs.h. */
  701. | #include <stdio.h>
  702. | #ifdef HAVE_SYS_TYPES_H
  703. | # include <sys/types.h>
  704. | #endif
  705. | #ifdef HAVE_SYS_STAT_H
  706. | # include <sys/stat.h>
  707. | #endif
  708. | #ifdef STDC_HEADERS
  709. | # include <stdlib.h>
  710. | # include <stddef.h>
  711. | #else
  712. | # ifdef HAVE_STDLIB_H
  713. | # include <stdlib.h>
  714. | # endif
  715. | #endif
  716. | #ifdef HAVE_STRING_H
  717. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  718. | # include <memory.h>
  719. | # endif
  720. | # include <string.h>
  721. | #endif
  722. | #ifdef HAVE_STRINGS_H
  723. | # include <strings.h>
  724. | #endif
  725. | #ifdef HAVE_INTTYPES_H
  726. | # include <inttypes.h>
  727. | #endif
  728. | #ifdef HAVE_STDINT_H
  729. | # include <stdint.h>
  730. | #endif
  731. | #ifdef HAVE_UNISTD_H
  732. | # include <unistd.h>
  733. | #endif
  734. | #include <htmlhelp.h>
  735. configure:10193: result: no
  736. configure:10197: checking htmlhelp.h presence
  737. configure:10212: gcc -E conftest.c
  738. conftest.c:26:22: error: htmlhelp.h: No such file or directory
  739. configure:10219: $? = 1
  740. configure: failed program was:
  741. | /* confdefs.h. */
  742. | #define PACKAGE_NAME "XaoS"
  743. | #define PACKAGE_TARNAME "xaos"
  744. | #define PACKAGE_VERSION "3.5"
  745. | #define PACKAGE_STRING "XaoS 3.5"
  746. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  747. | #define HAVE_ICONV 1
  748. | #define ICONV_CONST
  749. | #define ENABLE_NLS 1
  750. | #define HAVE_GETTEXT 1
  751. | #define HAVE_DCGETTEXT 1
  752. | #define HAVE_LIBPTHREAD 1
  753. | #define USE_PTHREAD 1
  754. | #define STDC_HEADERS 1
  755. | #define HAVE_SYS_TYPES_H 1
  756. | #define HAVE_SYS_STAT_H 1
  757. | #define HAVE_STDLIB_H 1
  758. | #define HAVE_STRING_H 1
  759. | #define HAVE_MEMORY_H 1
  760. | #define HAVE_STRINGS_H 1
  761. | #define HAVE_INTTYPES_H 1
  762. | #define HAVE_STDINT_H 1
  763. | #define HAVE_UNISTD_H 1
  764. | #define HAVE_ALLOCA_H 1
  765. | /* end confdefs.h. */
  766. | #include <htmlhelp.h>
  767. configure:10233: result: no
  768. configure:10266: checking for htmlhelp.h
  769. configure:10275: result: no
  770. configure:10155: checking errno.h usability
  771. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  772. configure:10179: $? = 0
  773. configure:10193: result: yes
  774. configure:10197: checking errno.h presence
  775. configure:10212: gcc -E conftest.c
  776. configure:10219: $? = 0
  777. configure:10233: result: yes
  778. configure:10266: checking for errno.h
  779. configure:10275: result: yes
  780. configure:10155: checking fcntl.h usability
  781. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  782. configure:10179: $? = 0
  783. configure:10193: result: yes
  784. configure:10197: checking fcntl.h presence
  785. configure:10212: gcc -E conftest.c
  786. configure:10219: $? = 0
  787. configure:10233: result: yes
  788. configure:10266: checking for fcntl.h
  789. configure:10275: result: yes
  790. configure:10155: checking float.h usability
  791. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  792. configure:10179: $? = 0
  793. configure:10193: result: yes
  794. configure:10197: checking float.h presence
  795. configure:10212: gcc -E conftest.c
  796. configure:10219: $? = 0
  797. configure:10233: result: yes
  798. configure:10266: checking for float.h
  799. configure:10275: result: yes
  800. configure:10155: checking libintl.h usability
  801. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  802. configure:10179: $? = 0
  803. configure:10193: result: yes
  804. configure:10197: checking libintl.h presence
  805. configure:10212: gcc -E conftest.c
  806. configure:10219: $? = 0
  807. configure:10233: result: yes
  808. configure:10266: checking for libintl.h
  809. configure:10275: result: yes
  810. configure:10155: checking limits.h usability
  811. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  812. configure:10179: $? = 0
  813. configure:10193: result: yes
  814. configure:10197: checking limits.h presence
  815. configure:10212: gcc -E conftest.c
  816. configure:10219: $? = 0
  817. configure:10233: result: yes
  818. configure:10266: checking for limits.h
  819. configure:10275: result: yes
  820. configure:10155: checking locale.h usability
  821. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  822. configure:10179: $? = 0
  823. configure:10193: result: yes
  824. configure:10197: checking locale.h presence
  825. configure:10212: gcc -E conftest.c
  826. configure:10219: $? = 0
  827. configure:10233: result: yes
  828. configure:10266: checking for locale.h
  829. configure:10275: result: yes
  830. configure:10155: checking malloc.h usability
  831. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  832. configure:10179: $? = 0
  833. configure:10193: result: yes
  834. configure:10197: checking malloc.h presence
  835. configure:10212: gcc -E conftest.c
  836. configure:10219: $? = 0
  837. configure:10233: result: yes
  838. configure:10266: checking for malloc.h
  839. configure:10275: result: yes
  840. configure:10155: checking stddef.h usability
  841. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  842. configure:10179: $? = 0
  843. configure:10193: result: yes
  844. configure:10197: checking stddef.h presence
  845. configure:10212: gcc -E conftest.c
  846. configure:10219: $? = 0
  847. configure:10233: result: yes
  848. configure:10266: checking for stddef.h
  849. configure:10275: result: yes
  850. configure:10144: checking for stdlib.h
  851. configure:10151: result: yes
  852. configure:10144: checking for string.h
  853. configure:10151: result: yes
  854. configure:10155: checking sys/time.h usability
  855. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  856. configure:10179: $? = 0
  857. configure:10193: result: yes
  858. configure:10197: checking sys/time.h presence
  859. configure:10212: gcc -E conftest.c
  860. configure:10219: $? = 0
  861. configure:10233: result: yes
  862. configure:10266: checking for sys/time.h
  863. configure:10275: result: yes
  864. configure:10155: checking sys/timeb.h usability
  865. configure:10172: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  866. configure:10179: $? = 0
  867. configure:10193: result: yes
  868. configure:10197: checking sys/timeb.h presence
  869. configure:10212: gcc -E conftest.c
  870. configure:10219: $? = 0
  871. configure:10233: result: yes
  872. configure:10266: checking for sys/timeb.h
  873. configure:10275: result: yes
  874. configure:10144: checking for unistd.h
  875. configure:10151: result: yes
  876. configure:10291: checking for an ANSI C-conforming const
  877. configure:10366: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  878. configure:10373: $? = 0
  879. configure:10388: result: yes
  880. configure:10398: checking for inline
  881. configure:10424: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  882. configure:10431: $? = 0
  883. configure:10449: result: inline
  884. configure:10470: checking for long double
  885. configure:10527: result: yes
  886. configure:10540: checking whether time.h and sys/time.h may both be included
  887. configure:10570: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  888. configure:10577: $? = 0
  889. configure:10592: result: yes
  890. configure:10610: checking for dirent.h that defines DIR
  891. configure:10639: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  892. configure:10646: $? = 0
  893. configure:10663: result: yes
  894. configure:10678: checking for library containing opendir
  895. configure:10719: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lpthread >&5
  896. configure:10726: $? = 0
  897. configure:10757: result: none required
  898. configure:10855: checking for sys/wait.h that is POSIX.1 compatible
  899. configure:10891: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  900. configure:10898: $? = 0
  901. configure:10913: result: yes
  902. configure:10923: checking for pid_t
  903. configure:10951: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  904. configure:10958: $? = 0
  905. configure:10985: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  906. conftest.c: In function 'main':
  907. conftest.c:79: error: expected expression before ')' token
  908. configure:10992: $? = 1
  909. configure: failed program was:
  910. | /* confdefs.h. */
  911. | #define PACKAGE_NAME "XaoS"
  912. | #define PACKAGE_TARNAME "xaos"
  913. | #define PACKAGE_VERSION "3.5"
  914. | #define PACKAGE_STRING "XaoS 3.5"
  915. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  916. | #define HAVE_ICONV 1
  917. | #define ICONV_CONST
  918. | #define ENABLE_NLS 1
  919. | #define HAVE_GETTEXT 1
  920. | #define HAVE_DCGETTEXT 1
  921. | #define HAVE_LIBPTHREAD 1
  922. | #define USE_PTHREAD 1
  923. | #define STDC_HEADERS 1
  924. | #define HAVE_SYS_TYPES_H 1
  925. | #define HAVE_SYS_STAT_H 1
  926. | #define HAVE_STDLIB_H 1
  927. | #define HAVE_STRING_H 1
  928. | #define HAVE_MEMORY_H 1
  929. | #define HAVE_STRINGS_H 1
  930. | #define HAVE_INTTYPES_H 1
  931. | #define HAVE_STDINT_H 1
  932. | #define HAVE_UNISTD_H 1
  933. | #define HAVE_ALLOCA_H 1
  934. | #define HAVE_ERRNO_H 1
  935. | #define HAVE_FCNTL_H 1
  936. | #define HAVE_FLOAT_H 1
  937. | #define HAVE_LIBINTL_H 1
  938. | #define HAVE_LIMITS_H 1
  939. | #define HAVE_LOCALE_H 1
  940. | #define HAVE_MALLOC_H 1
  941. | #define HAVE_STDDEF_H 1
  942. | #define HAVE_STDLIB_H 1
  943. | #define HAVE_STRING_H 1
  944. | #define HAVE_SYS_TIME_H 1
  945. | #define HAVE_SYS_TIMEB_H 1
  946. | #define HAVE_UNISTD_H 1
  947. | #define HAVE_LONG_DOUBLE 1
  948. | #define TIME_WITH_SYS_TIME 1
  949. | #define HAVE_DIRENT_H 1
  950. | #define HAVE_SYS_WAIT_H 1
  951. | /* end confdefs.h. */
  952. | #include <stdio.h>
  953. | #ifdef HAVE_SYS_TYPES_H
  954. | # include <sys/types.h>
  955. | #endif
  956. | #ifdef HAVE_SYS_STAT_H
  957. | # include <sys/stat.h>
  958. | #endif
  959. | #ifdef STDC_HEADERS
  960. | # include <stdlib.h>
  961. | # include <stddef.h>
  962. | #else
  963. | # ifdef HAVE_STDLIB_H
  964. | # include <stdlib.h>
  965. | # endif
  966. | #endif
  967. | #ifdef HAVE_STRING_H
  968. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  969. | # include <memory.h>
  970. | # endif
  971. | # include <string.h>
  972. | #endif
  973. | #ifdef HAVE_STRINGS_H
  974. | # include <strings.h>
  975. | #endif
  976. | #ifdef HAVE_INTTYPES_H
  977. | # include <inttypes.h>
  978. | #endif
  979. | #ifdef HAVE_STDINT_H
  980. | # include <stdint.h>
  981. | #endif
  982. | #ifdef HAVE_UNISTD_H
  983. | # include <unistd.h>
  984. | #endif
  985. | int
  986. | main ()
  987. | {
  988. | if (sizeof ((pid_t)))
  989. | return 0;
  990. | ;
  991. | return 0;
  992. | }
  993. configure:11015: result: yes
  994. configure:11027: checking for size_t
  995. configure:11055: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  996. configure:11062: $? = 0
  997. configure:11089: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  998. conftest.c: In function 'main':
  999. conftest.c:79: error: expected expression before ')' token
  1000. configure:11096: $? = 1
  1001. configure: failed program was:
  1002. | /* confdefs.h. */
  1003. | #define PACKAGE_NAME "XaoS"
  1004. | #define PACKAGE_TARNAME "xaos"
  1005. | #define PACKAGE_VERSION "3.5"
  1006. | #define PACKAGE_STRING "XaoS 3.5"
  1007. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  1008. | #define HAVE_ICONV 1
  1009. | #define ICONV_CONST
  1010. | #define ENABLE_NLS 1
  1011. | #define HAVE_GETTEXT 1
  1012. | #define HAVE_DCGETTEXT 1
  1013. | #define HAVE_LIBPTHREAD 1
  1014. | #define USE_PTHREAD 1
  1015. | #define STDC_HEADERS 1
  1016. | #define HAVE_SYS_TYPES_H 1
  1017. | #define HAVE_SYS_STAT_H 1
  1018. | #define HAVE_STDLIB_H 1
  1019. | #define HAVE_STRING_H 1
  1020. | #define HAVE_MEMORY_H 1
  1021. | #define HAVE_STRINGS_H 1
  1022. | #define HAVE_INTTYPES_H 1
  1023. | #define HAVE_STDINT_H 1
  1024. | #define HAVE_UNISTD_H 1
  1025. | #define HAVE_ALLOCA_H 1
  1026. | #define HAVE_ERRNO_H 1
  1027. | #define HAVE_FCNTL_H 1
  1028. | #define HAVE_FLOAT_H 1
  1029. | #define HAVE_LIBINTL_H 1
  1030. | #define HAVE_LIMITS_H 1
  1031. | #define HAVE_LOCALE_H 1
  1032. | #define HAVE_MALLOC_H 1
  1033. | #define HAVE_STDDEF_H 1
  1034. | #define HAVE_STDLIB_H 1
  1035. | #define HAVE_STRING_H 1
  1036. | #define HAVE_SYS_TIME_H 1
  1037. | #define HAVE_SYS_TIMEB_H 1
  1038. | #define HAVE_UNISTD_H 1
  1039. | #define HAVE_LONG_DOUBLE 1
  1040. | #define TIME_WITH_SYS_TIME 1
  1041. | #define HAVE_DIRENT_H 1
  1042. | #define HAVE_SYS_WAIT_H 1
  1043. | /* end confdefs.h. */
  1044. | #include <stdio.h>
  1045. | #ifdef HAVE_SYS_TYPES_H
  1046. | # include <sys/types.h>
  1047. | #endif
  1048. | #ifdef HAVE_SYS_STAT_H
  1049. | # include <sys/stat.h>
  1050. | #endif
  1051. | #ifdef STDC_HEADERS
  1052. | # include <stdlib.h>
  1053. | # include <stddef.h>
  1054. | #else
  1055. | # ifdef HAVE_STDLIB_H
  1056. | # include <stdlib.h>
  1057. | # endif
  1058. | #endif
  1059. | #ifdef HAVE_STRING_H
  1060. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1061. | # include <memory.h>
  1062. | # endif
  1063. | # include <string.h>
  1064. | #endif
  1065. | #ifdef HAVE_STRINGS_H
  1066. | # include <strings.h>
  1067. | #endif
  1068. | #ifdef HAVE_INTTYPES_H
  1069. | # include <inttypes.h>
  1070. | #endif
  1071. | #ifdef HAVE_STDINT_H
  1072. | # include <stdint.h>
  1073. | #endif
  1074. | #ifdef HAVE_UNISTD_H
  1075. | # include <unistd.h>
  1076. | #endif
  1077. | int
  1078. | main ()
  1079. | {
  1080. | if (sizeof ((size_t)))
  1081. | return 0;
  1082. | ;
  1083. | return 0;
  1084. | }
  1085. configure:11119: result: yes
  1086. configure:11131: checking whether struct tm is in sys/time.h or time.h
  1087. configure:11161: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  1088. configure:11168: $? = 0
  1089. configure:11183: result: time.h
  1090. configure:11207: checking size of short
  1091. configure:11512: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lpthread >&5
  1092. configure:11516: $? = 0
  1093. configure:11522: ./conftest
  1094. configure:11526: $? = 0
  1095. configure:11552: result: 2
  1096. configure:11566: checking size of int
  1097. configure:11871: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lpthread >&5
  1098. configure:11875: $? = 0
  1099. configure:11881: ./conftest
  1100. configure:11885: $? = 0
  1101. configure:11911: result: 4
  1102. configure:11925: checking size of long
  1103. configure:12230: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lpthread >&5
  1104. configure:12234: $? = 0
  1105. configure:12240: ./conftest
  1106. configure:12244: $? = 0
  1107. configure:12270: result: 4
  1108. configure:12283: checking for pow in -lm
  1109. configure:12318: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1110. conftest.c:54: warning: conflicting types for built-in function 'pow'
  1111. configure:12325: $? = 0
  1112. configure:12346: result: yes
  1113. configure:12601: checking for working alloca.h
  1114. configure:12628: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1115. configure:12635: $? = 0
  1116. configure:12655: result: yes
  1117. configure:12665: checking for alloca
  1118. configure:12712: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1119. configure:12719: $? = 0
  1120. configure:12739: result: yes
  1121. configure:12999: checking for ftime
  1122. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1123. configure:13062: $? = 0
  1124. configure:13084: result: yes
  1125. configure:12999: checking for getcwd
  1126. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1127. configure:13062: $? = 0
  1128. configure:13084: result: yes
  1129. configure:12999: checking for gettimeofday
  1130. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1131. configure:13062: $? = 0
  1132. configure:13084: result: yes
  1133. configure:12999: checking for memchr
  1134. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1135. conftest.c:76: warning: conflicting types for built-in function 'memchr'
  1136. configure:13062: $? = 0
  1137. configure:13084: result: yes
  1138. configure:12999: checking for memmove
  1139. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1140. conftest.c:77: warning: conflicting types for built-in function 'memmove'
  1141. configure:13062: $? = 0
  1142. configure:13084: result: yes
  1143. configure:12999: checking for memset
  1144. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1145. conftest.c:78: warning: conflicting types for built-in function 'memset'
  1146. configure:13062: $? = 0
  1147. configure:13084: result: yes
  1148. configure:12999: checking for pow
  1149. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1150. conftest.c:79: warning: conflicting types for built-in function 'pow'
  1151. configure:13062: $? = 0
  1152. configure:13084: result: yes
  1153. configure:12999: checking for select
  1154. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1155. configure:13062: $? = 0
  1156. configure:13084: result: yes
  1157. configure:12999: checking for setlocale
  1158. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1159. configure:13062: $? = 0
  1160. configure:13084: result: yes
  1161. configure:12999: checking for sqrt
  1162. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1163. conftest.c:82: warning: conflicting types for built-in function 'sqrt'
  1164. configure:13062: $? = 0
  1165. configure:13084: result: yes
  1166. configure:12999: checking for strdup
  1167. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1168. conftest.c:83: warning: conflicting types for built-in function 'strdup'
  1169. configure:13062: $? = 0
  1170. configure:13084: result: yes
  1171. configure:12999: checking for strerror
  1172. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1173. configure:13062: $? = 0
  1174. configure:13084: result: yes
  1175. configure:12999: checking for strstr
  1176. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1177. conftest.c:85: warning: conflicting types for built-in function 'strstr'
  1178. configure:13062: $? = 0
  1179. configure:13084: result: yes
  1180. configure:12999: checking for sleep
  1181. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1182. configure:13062: $? = 0
  1183. configure:13084: result: yes
  1184. configure:12999: checking for setitimer
  1185. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1186. configure:13062: $? = 0
  1187. configure:13084: result: yes
  1188. configure:12999: checking for ftime
  1189. configure:13084: result: yes
  1190. configure:12999: checking for finite
  1191. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1192. conftest.c:89: warning: conflicting types for built-in function 'finite'
  1193. configure:13062: $? = 0
  1194. configure:13084: result: yes
  1195. configure:12999: checking for fabsl
  1196. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1197. conftest.c:90: warning: conflicting types for built-in function 'fabsl'
  1198. configure:13062: $? = 0
  1199. configure:13084: result: yes
  1200. configure:12999: checking for _fabsl
  1201. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1202. /tmp/ccsOeaU3.o: In function `main':
  1203. conftest.c:(.text+0xf): undefined reference to `_fabsl'
  1204. collect2: ld returned 1 exit status
  1205. configure:13062: $? = 1
  1206. configure: failed program was:
  1207. | /* confdefs.h. */
  1208. | #define PACKAGE_NAME "XaoS"
  1209. | #define PACKAGE_TARNAME "xaos"
  1210. | #define PACKAGE_VERSION "3.5"
  1211. | #define PACKAGE_STRING "XaoS 3.5"
  1212. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  1213. | #define HAVE_ICONV 1
  1214. | #define ICONV_CONST
  1215. | #define ENABLE_NLS 1
  1216. | #define HAVE_GETTEXT 1
  1217. | #define HAVE_DCGETTEXT 1
  1218. | #define HAVE_LIBPTHREAD 1
  1219. | #define USE_PTHREAD 1
  1220. | #define STDC_HEADERS 1
  1221. | #define HAVE_SYS_TYPES_H 1
  1222. | #define HAVE_SYS_STAT_H 1
  1223. | #define HAVE_STDLIB_H 1
  1224. | #define HAVE_STRING_H 1
  1225. | #define HAVE_MEMORY_H 1
  1226. | #define HAVE_STRINGS_H 1
  1227. | #define HAVE_INTTYPES_H 1
  1228. | #define HAVE_STDINT_H 1
  1229. | #define HAVE_UNISTD_H 1
  1230. | #define HAVE_ALLOCA_H 1
  1231. | #define HAVE_ERRNO_H 1
  1232. | #define HAVE_FCNTL_H 1
  1233. | #define HAVE_FLOAT_H 1
  1234. | #define HAVE_LIBINTL_H 1
  1235. | #define HAVE_LIMITS_H 1
  1236. | #define HAVE_LOCALE_H 1
  1237. | #define HAVE_MALLOC_H 1
  1238. | #define HAVE_STDDEF_H 1
  1239. | #define HAVE_STDLIB_H 1
  1240. | #define HAVE_STRING_H 1
  1241. | #define HAVE_SYS_TIME_H 1
  1242. | #define HAVE_SYS_TIMEB_H 1
  1243. | #define HAVE_UNISTD_H 1
  1244. | #define HAVE_LONG_DOUBLE 1
  1245. | #define TIME_WITH_SYS_TIME 1
  1246. | #define HAVE_DIRENT_H 1
  1247. | #define HAVE_SYS_WAIT_H 1
  1248. | #define DATAPATH "/usr/local/share/XaoS"
  1249. | #define SIZEOF_SHORT 2
  1250. | #define SIZEOF_INT 4
  1251. | #define SIZEOF_LONG 4
  1252. | #define HAVE_LIBM 1
  1253. | #define HAVE_ALLOCA_H 1
  1254. | #define HAVE_ALLOCA 1
  1255. | #define HAVE_FTIME 1
  1256. | #define HAVE_GETCWD 1
  1257. | #define HAVE_GETTIMEOFDAY 1
  1258. | #define HAVE_MEMCHR 1
  1259. | #define HAVE_MEMMOVE 1
  1260. | #define HAVE_MEMSET 1
  1261. | #define HAVE_POW 1
  1262. | #define HAVE_SELECT 1
  1263. | #define HAVE_SETLOCALE 1
  1264. | #define HAVE_SQRT 1
  1265. | #define HAVE_STRDUP 1
  1266. | #define HAVE_STRERROR 1
  1267. | #define HAVE_STRSTR 1
  1268. | #define HAVE_SLEEP 1
  1269. | #define HAVE_SETITIMER 1
  1270. | #define HAVE_FTIME 1
  1271. | #define HAVE_FINITE 1
  1272. | #define HAVE_FABSL 1
  1273. | /* end confdefs.h. */
  1274. | /* Define _fabsl to an innocuous variant, in case <limits.h> declares _fabsl.
  1275. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1276. | #define _fabsl innocuous__fabsl
  1277. |
  1278. | /* System header to define __stub macros and hopefully few prototypes,
  1279. | which can conflict with char _fabsl (); below.
  1280. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1281. | <limits.h> exists even on freestanding compilers. */
  1282. |
  1283. | #ifdef __STDC__
  1284. | # include <limits.h>
  1285. | #else
  1286. | # include <assert.h>
  1287. | #endif
  1288. |
  1289. | #undef _fabsl
  1290. |
  1291. | /* Override any GCC internal prototype to avoid an error.
  1292. | Use char because int might match the return type of a GCC
  1293. | builtin and then its argument prototype would still apply. */
  1294. | #ifdef __cplusplus
  1295. | extern "C"
  1296. | #endif
  1297. | char _fabsl ();
  1298. | /* The GNU C library defines this for functions which it implements
  1299. | to always fail with ENOSYS. Some functions are actually named
  1300. | something starting with __ and the normal name is an alias. */
  1301. | #if defined __stub__fabsl || defined __stub____fabsl
  1302. | choke me
  1303. | #endif
  1304. |
  1305. | int
  1306. | main ()
  1307. | {
  1308. | return _fabsl ();
  1309. | ;
  1310. | return 0;
  1311. | }
  1312. configure:13084: result: no
  1313. configure:12999: checking for __fabsl
  1314. configure:13055: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lm -lpthread >&5
  1315. /tmp/ccOZ4yOm.o: In function `main':
  1316. conftest.c:(.text+0xf): undefined reference to `__fabsl'
  1317. collect2: ld returned 1 exit status
  1318. configure:13062: $? = 1
  1319. configure: failed program was:
  1320. | /* confdefs.h. */
  1321. | #define PACKAGE_NAME "XaoS"
  1322. | #define PACKAGE_TARNAME "xaos"
  1323. | #define PACKAGE_VERSION "3.5"
  1324. | #define PACKAGE_STRING "XaoS 3.5"
  1325. | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  1326. | #define HAVE_ICONV 1
  1327. | #define ICONV_CONST
  1328. | #define ENABLE_NLS 1
  1329. | #define HAVE_GETTEXT 1
  1330. | #define HAVE_DCGETTEXT 1
  1331. | #define HAVE_LIBPTHREAD 1
  1332. | #define USE_PTHREAD 1
  1333. | #define STDC_HEADERS 1
  1334. | #define HAVE_SYS_TYPES_H 1
  1335. | #define HAVE_SYS_STAT_H 1
  1336. | #define HAVE_STDLIB_H 1
  1337. | #define HAVE_STRING_H 1
  1338. | #define HAVE_MEMORY_H 1
  1339. | #define HAVE_STRINGS_H 1
  1340. | #define HAVE_INTTYPES_H 1
  1341. | #define HAVE_STDINT_H 1
  1342. | #define HAVE_UNISTD_H 1
  1343. | #define HAVE_ALLOCA_H 1
  1344. | #define HAVE_ERRNO_H 1
  1345. | #define HAVE_FCNTL_H 1
  1346. | #define HAVE_FLOAT_H 1
  1347. | #define HAVE_LIBINTL_H 1
  1348. | #define HAVE_LIMITS_H 1
  1349. | #define HAVE_LOCALE_H 1
  1350. | #define HAVE_MALLOC_H 1
  1351. | #define HAVE_STDDEF_H 1
  1352. | #define HAVE_STDLIB_H 1
  1353. | #define HAVE_STRING_H 1
  1354. | #define HAVE_SYS_TIME_H 1
  1355. | #define HAVE_SYS_TIMEB_H 1
  1356. | #define HAVE_UNISTD_H 1
  1357. | #define HAVE_LONG_DOUBLE 1
  1358. | #define TIME_WITH_SYS_TIME 1
  1359. | #define HAVE_DIRENT_H 1
  1360. | #define HAVE_SYS_WAIT_H 1
  1361. | #define DATAPATH "/usr/local/share/XaoS"
  1362. | #define SIZEOF_SHORT 2
  1363. | #define SIZEOF_INT 4
  1364. | #define SIZEOF_LONG 4
  1365. | #define HAVE_LIBM 1
  1366. | #define HAVE_ALLOCA_H 1
  1367. | #define HAVE_ALLOCA 1
  1368. | #define HAVE_FTIME 1
  1369. | #define HAVE_GETCWD 1
  1370. | #define HAVE_GETTIMEOFDAY 1
  1371. | #define HAVE_MEMCHR 1
  1372. | #define HAVE_MEMMOVE 1
  1373. | #define HAVE_MEMSET 1
  1374. | #define HAVE_POW 1
  1375. | #define HAVE_SELECT 1
  1376. | #define HAVE_SETLOCALE 1
  1377. | #define HAVE_SQRT 1
  1378. | #define HAVE_STRDUP 1
  1379. | #define HAVE_STRERROR 1
  1380. | #define HAVE_STRSTR 1
  1381. | #define HAVE_SLEEP 1
  1382. | #define HAVE_SETITIMER 1
  1383. | #define HAVE_FTIME 1
  1384. | #define HAVE_FINITE 1
  1385. | #define HAVE_FABSL 1
  1386. | /* end confdefs.h. */
  1387. | /* Define __fabsl to an innocuous variant, in case <limits.h> declares __fabsl.
  1388. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1389. | #define __fabsl innocuous___fabsl
  1390. |
  1391. | /* System header to define __stub macros and hopefully few prototypes,
  1392. | which can conflict with char __fabsl (); below.
  1393. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1394. | <limits.h> exists even on freestanding compilers. */
  1395. |
  1396. | #ifdef __STDC__
  1397. | # include <limits.h>
  1398. | #else
  1399. | # include <assert.h>
  1400. | #endif
  1401. |
  1402. | #undef __fabsl
  1403. |
  1404. | /* Override any GCC internal prototype to avoid an error.
  1405. | Use char because int might match the return type of a GCC
  1406. | builtin and then its argument prototype would still apply. */
  1407. | #ifdef __cplusplus
  1408. | extern "C"
  1409. | #endif
  1410. | char __fabsl ();
  1411. | /* The GNU C library defines this for functions which it implements
  1412. | to always fail with ENOSYS. Some functions are actually named
  1413. | something starting with __ and the normal name is an alias. */
  1414. | #if defined __stub___fabsl || defined __stub_____fabsl
  1415. | choke me
  1416. | #endif
  1417. |
  1418. | int
  1419. | main ()
  1420. | {
  1421. | return __fabsl ();
  1422. | ;
  1423. | return 0;
  1424. | }
  1425. configure:13084: result: no
  1426. configure:13109: checking sys/ipc.h usability
  1427. configure:13126: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  1428. configure:13133: $? = 0
  1429. configure:13147: result: yes
  1430. configure:13151: checking sys/ipc.h presence
  1431. configure:13166: gcc -E conftest.c
  1432. configure:13173: $? = 0
  1433. configure:13187: result: yes
  1434. configure:13220: checking for sys/ipc.h
  1435. configure:13227: result: yes
  1436. configure:13251: checking sys/shm.h usability
  1437. configure:13268: gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c >&5
  1438. configure:13275: $? = 0
  1439. configure:13289: result: yes
  1440. configure:13293: checking sys/shm.h presence
  1441. configure:13308: gcc -E conftest.c
  1442. configure:13315: $? = 0
  1443. configure:13329: result: yes
  1444. configure:13362: checking for sys/shm.h
  1445. configure:13369: result: yes
  1446. configure:13385: checking X11/extensions/XShm.h
  1447. configure:13395: result: no
  1448. configure:13401: checking for XShmAttach in -lXext
  1449. configure:13436: gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT conftest.c -lXext -lm -lpthread >&5
  1450. configure:13443: $? = 0
  1451. configure:13464: result: yes
  1452. configure:13789: checking for gsl-config
  1453. configure:13807: found /usr/local/bin/gsl-config
  1454. configure:13820: result: /usr/local/bin/gsl-config
  1455. configure:13828: checking for GSL
  1456. configure:13835: result: yes
  1457. configure:14016: creating ./config.status
  1458.  
  1459. ## ---------------------- ##
  1460. ## Running config.status. ##
  1461. ## ---------------------- ##
  1462.  
  1463. This file was extended by XaoS config.status 3.5, which was
  1464. generated by GNU Autoconf 2.63. Invocation command line was
  1465.  
  1466. CONFIG_FILES =
  1467. CONFIG_HEADERS =
  1468. CONFIG_LINKS =
  1469. CONFIG_COMMANDS =
  1470. $ ./config.status
  1471.  
  1472. on debian
  1473.  
  1474. config.status:866: creating src/i18n/Makefile.in
  1475. config.status:866: creating Makefile
  1476. config.status:1018: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
  1477. config.status:866: creating src/Makefile
  1478. config.status:866: creating src/i18n/Makefile
  1479. config.status:866: creating src/engine/Makefile
  1480. config.status:866: creating src/util/Makefile
  1481. config.status:866: creating src/ui/Makefile
  1482. config.status:866: creating src/filter/Makefile
  1483. config.status:866: creating src/ui-hlp/Makefile
  1484. config.status:866: creating src/ui/ui-drv/aa/Makefile
  1485. config.status:866: creating src/ui/ui-drv/x11/Makefile
  1486. config.status:866: creating src/ui/ui-drv/win32/Makefile
  1487. config.status:866: creating doc/Makefile
  1488. config.status:866: creating help/Makefile
  1489. config.status:866: creating src/ui/ui-drv/gtk/Makefile
  1490. config.status:866: creating src/sffe/Makefile
  1491. config.status:866: creating src/include/aconfig.h
  1492. config.status:866: creating src/include/version.h
  1493. config.status:1088: src/include/version.h is unchanged
  1494. config.status:1106: executing po-directories commands
  1495.  
  1496. ## ---------------- ##
  1497. ## Cache variables. ##
  1498. ## ---------------- ##
  1499.  
  1500. ac_cv_build=i686-pc-linux-gnu
  1501. ac_cv_c_compiler_gnu=yes
  1502. ac_cv_c_const=yes
  1503. ac_cv_c_inline=inline
  1504. ac_cv_env_CC_set=
  1505. ac_cv_env_CC_value=
  1506. ac_cv_env_CFLAGS_set=
  1507. ac_cv_env_CFLAGS_value=
  1508. ac_cv_env_CPPFLAGS_set=
  1509. ac_cv_env_CPPFLAGS_value=
  1510. ac_cv_env_CPP_set=
  1511. ac_cv_env_CPP_value=
  1512. ac_cv_env_DEPS_CFLAGS_set=
  1513. ac_cv_env_DEPS_CFLAGS_value=
  1514. ac_cv_env_DEPS_LIBS_set=
  1515. ac_cv_env_DEPS_LIBS_value=
  1516. ac_cv_env_LDFLAGS_set=
  1517. ac_cv_env_LDFLAGS_value=
  1518. ac_cv_env_LIBS_set=
  1519. ac_cv_env_LIBS_value=
  1520. ac_cv_env_PKG_CONFIG_set=
  1521. ac_cv_env_PKG_CONFIG_value=
  1522. ac_cv_env_XMKMF_set=
  1523. ac_cv_env_XMKMF_value=
  1524. ac_cv_env_build_alias_set=
  1525. ac_cv_env_build_alias_value=
  1526. ac_cv_env_host_alias_set=
  1527. ac_cv_env_host_alias_value=
  1528. ac_cv_env_target_alias_set=
  1529. ac_cv_env_target_alias_value=
  1530. ac_cv_func___fabsl=no
  1531. ac_cv_func__fabsl=no
  1532. ac_cv_func_alloca_works=yes
  1533. ac_cv_func_connect=yes
  1534. ac_cv_func_fabsl=yes
  1535. ac_cv_func_finite=yes
  1536. ac_cv_func_ftime=yes
  1537. ac_cv_func_getcwd=yes
  1538. ac_cv_func_gethostbyname=yes
  1539. ac_cv_func_gettimeofday=yes
  1540. ac_cv_func_memchr=yes
  1541. ac_cv_func_memmove=yes
  1542. ac_cv_func_memset=yes
  1543. ac_cv_func_pow=yes
  1544. ac_cv_func_pthread_create=no
  1545. ac_cv_func_pthread_sighandler=no
  1546. ac_cv_func_remove=yes
  1547. ac_cv_func_select=yes
  1548. ac_cv_func_setitimer=yes
  1549. ac_cv_func_setlocale=yes
  1550. ac_cv_func_shmat=yes
  1551. ac_cv_func_sleep=yes
  1552. ac_cv_func_sqrt=yes
  1553. ac_cv_func_strdup=yes
  1554. ac_cv_func_strerror=yes
  1555. ac_cv_func_strstr=yes
  1556. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  1557. ac_cv_header_alloca_h=yes
  1558. ac_cv_header_ddraw_h=no
  1559. ac_cv_header_dirent_dirent_h=yes
  1560. ac_cv_header_errno_h=yes
  1561. ac_cv_header_fcntl_h=yes
  1562. ac_cv_header_float_h=yes
  1563. ac_cv_header_htmlhelp_h=no
  1564. ac_cv_header_inttypes_h=yes
  1565. ac_cv_header_libintl_h=yes
  1566. ac_cv_header_limits_h=yes
  1567. ac_cv_header_locale_h=yes
  1568. ac_cv_header_malloc_h=yes
  1569. ac_cv_header_memory_h=yes
  1570. ac_cv_header_stdc=yes
  1571. ac_cv_header_stddef_h=yes
  1572. ac_cv_header_stdint_h=yes
  1573. ac_cv_header_stdlib_h=yes
  1574. ac_cv_header_string_h=yes
  1575. ac_cv_header_strings_h=yes
  1576. ac_cv_header_sys_ipc_h=yes
  1577. ac_cv_header_sys_shm_h=yes
  1578. ac_cv_header_sys_stat_h=yes
  1579. ac_cv_header_sys_time_h=yes
  1580. ac_cv_header_sys_timeb_h=yes
  1581. ac_cv_header_sys_types_h=yes
  1582. ac_cv_header_sys_wait_h=yes
  1583. ac_cv_header_time=yes
  1584. ac_cv_header_unistd_h=yes
  1585. ac_cv_host=i686-pc-linux-gnu
  1586. ac_cv_lib_ICE_IceConnectionNumber=yes
  1587. ac_cv_lib_Xext_XShmAttach=yes
  1588. ac_cv_lib_m_pow=yes
  1589. ac_cv_lib_pthread_pthread_create=yes
  1590. ac_cv_objext=o
  1591. ac_cv_path_EGREP='/bin/grep -E'
  1592. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  1593. ac_cv_path_GREP=/bin/grep
  1594. ac_cv_path_GSL_CONFIG=/usr/local/bin/gsl-config
  1595. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1596. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  1597. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1598. ac_cv_path_install='/usr/bin/install -c'
  1599. ac_cv_path_mkdir=/bin/mkdir
  1600. ac_cv_prog_CPP='gcc -E'
  1601. ac_cv_prog_ac_ct_CC=gcc
  1602. ac_cv_prog_ac_ct_RANLIB=ranlib
  1603. ac_cv_prog_cc_c89=
  1604. ac_cv_prog_cc_g=yes
  1605. ac_cv_prog_make_make_set=yes
  1606. ac_cv_search_opendir='none required'
  1607. ac_cv_sizeof_int=4
  1608. ac_cv_sizeof_long=4
  1609. ac_cv_sizeof_short=2
  1610. ac_cv_struct_tm=time.h
  1611. ac_cv_type_long_double=yes
  1612. ac_cv_type_pid_t=yes
  1613. ac_cv_type_size_t=yes
  1614. ac_cv_working_alloca_h=yes
  1615. acl_cv_hardcode_direct=no
  1616. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1617. acl_cv_hardcode_libdir_separator=
  1618. acl_cv_hardcode_minus_L=no
  1619. acl_cv_libext=a
  1620. acl_cv_path_LD=/usr/bin/ld
  1621. acl_cv_prog_gnu_ld=yes
  1622. acl_cv_rpath=done
  1623. acl_cv_shlibext=so
  1624. acl_cv_wl=-Wl,
  1625. am_cv_func_iconv=yes
  1626. am_cv_func_iconv_works=yes
  1627. am_cv_lib_iconv=no
  1628. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  1629. am_cv_proto_iconv_arg1=
  1630. ax_cv_c_compiler_vendor=gnu
  1631. ax_cv_c_flags__O3__fomit_frame_pointer__malign_double__fstrict_aliasing__ffast_math__march_pentium4=yes
  1632. ax_cv_c_flags__ffast_math=yes
  1633. ax_cv_c_flags__fstrict_aliasing=yes
  1634. ax_cv_c_flags__malign_double=yes
  1635. ax_cv_c_flags__march_pentium4=yes
  1636. ax_cv_gcc_archflag=-march=pentium4
  1637. ax_cv_gcc_x86_cpuid_0=5:756e6547:6c65746e:49656e69
  1638. ax_cv_gcc_x86_cpuid_1=f43:1020800:649d:bfebfbff
  1639. gt_cv_func_CFLocaleCopyCurrent=no
  1640. gt_cv_func_CFPreferencesCopyAppValue=no
  1641. gt_cv_func_gnugettext1_libc=yes
  1642.  
  1643. ## ----------------- ##
  1644. ## Output variables. ##
  1645. ## ----------------- ##
  1646.  
  1647. ALLOCA=''
  1648. AR='ar'
  1649. ASM_CMPLX_O=''
  1650. BINPATH='/media/data/workspace/xaos/release-3.5/bin'
  1651. CC='gcc'
  1652. CFLAGS='-O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 -D_REENTRANT -I/usr/local/include -fomit-frame-pointer -DSFFE_USING -DSFFE_CMPLX_GSL -I/media/data/workspace/xaos/release-3.5/src/include'
  1653. CMPLX_O_TARGET=''
  1654. CPP='gcc -E'
  1655. CPPFLAGS=''
  1656. DEFS='-DHAVE_CONFIG_H'
  1657. DEPS_CFLAGS=''
  1658. DEPS_LIBS=''
  1659. DRIVERDIRS=' ui/ui-drv/x11'
  1660. DRIVERLIBS='lib/libui.a lib/libui-hlp.a lib/libengine.a lib/libutil.a lib/libfilter.a lib/libuix11.a lib/libsffe.a'
  1661. ECHO_C=''
  1662. ECHO_N='-n'
  1663. ECHO_T=''
  1664. EGREP='/bin/grep -E'
  1665. EXEEXT=''
  1666. GETTEXT_MACRO_VERSION='0.17'
  1667. GMSGFMT='/usr/bin/msgfmt'
  1668. GMSGFMT_015='/usr/bin/msgfmt'
  1669. GREP='/bin/grep'
  1670. GSL_CONFIG='/usr/local/bin/gsl-config'
  1671. INSTALL_DATA='${INSTALL} -m 644'
  1672. INSTALL_PROGRAM='${INSTALL}'
  1673. INSTALL_SCRIPT='${INSTALL}'
  1674. INTLLIBS=''
  1675. INTL_MACOSX_LIBS=''
  1676. LDFLAGS=''
  1677. LIBICONV=''
  1678. LIBINTL=''
  1679. LIBOBJS=''
  1680. LIBPATH='/media/data/workspace/xaos/release-3.5/src/lib'
  1681. LIBS='-lm -lpthread -lXext -lX11 -L/usr/local/lib -lgsl -lgslcblas -lm'
  1682. LOCALEDIR='/usr/share/locale'
  1683. LTLIBICONV=''
  1684. LTLIBINTL=''
  1685. LTLIBOBJS=''
  1686. MKDIR_P='/bin/mkdir -p'
  1687. MSGFMT='/usr/bin/msgfmt'
  1688. MSGFMT_015='/usr/bin/msgfmt'
  1689. MSGMERGE='/usr/bin/msgmerge'
  1690. NASM=''
  1691. OBJEXT='o'
  1692. PACKAGE_BUGREPORT='xaos-devel@lists.sourceforge.net'
  1693. PACKAGE_NAME='XaoS'
  1694. PACKAGE_STRING='XaoS 3.5'
  1695. PACKAGE_TARNAME='xaos'
  1696. PACKAGE_VERSION='3.5'
  1697. PATH_SEPARATOR=':'
  1698. PKG_CONFIG=''
  1699. POFILES=' cs.po es.po hu.po fr.po de.po ro.po it.po pt.po'
  1700. POSUB='po'
  1701. PRTDIAG=''
  1702. RANLIB='ranlib'
  1703. REALTOPDIR='/media/data/workspace/xaos/release-3.5'
  1704. SET_MAKE=''
  1705. SHELL='/bin/sh'
  1706. SRCPATH='/media/data/workspace/xaos/release-3.5/src'
  1707. TOPDIR='/media/data/workspace/xaos/release-3.5'
  1708. USE_NLS='yes'
  1709. XGETTEXT='/usr/bin/xgettext'
  1710. XGETTEXT_015='/usr/bin/xgettext'
  1711. XGETTEXT_EXTRA_OPTIONS=''
  1712. XMKMF=''
  1713. X_CFLAGS=''
  1714. X_EXTRA_LIBS=''
  1715. X_LIBS=''
  1716. X_PRE_LIBS=' -lSM -lICE'
  1717. ac_ct_CC='gcc'
  1718. bindir='${exec_prefix}/bin'
  1719. build='i686-pc-linux-gnu'
  1720. build_alias=''
  1721. build_cpu='i686'
  1722. build_os='linux-gnu'
  1723. build_vendor='pc'
  1724. datadir='${datarootdir}'
  1725. datarootdir='${prefix}/share'
  1726. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1727. dvidir='${docdir}'
  1728. exec_prefix='${prefix}'
  1729. host='i686-pc-linux-gnu'
  1730. host_alias=''
  1731. host_cpu='i686'
  1732. host_os='linux-gnu'
  1733. host_vendor='pc'
  1734. htmldir='${docdir}'
  1735. includedir='${prefix}/include'
  1736. infodir='${datarootdir}/info'
  1737. libdir='${exec_prefix}/lib'
  1738. libexecdir='${exec_prefix}/libexec'
  1739. localedir='${datarootdir}/locale'
  1740. localstatedir='${prefix}/var'
  1741. mandir='${datarootdir}/man'
  1742. mkdir_p='/bin/mkdir -p'
  1743. oldincludedir='/usr/include'
  1744. pdfdir='${docdir}'
  1745. prefix='/usr/local'
  1746. program_transform_name='s,x,x,'
  1747. psdir='${docdir}'
  1748. sbindir='${exec_prefix}/sbin'
  1749. sharedstatedir='${prefix}/com'
  1750. sysconfdir='${prefix}/etc'
  1751. target_alias=''
  1752.  
  1753. ## ----------- ##
  1754. ## confdefs.h. ##
  1755. ## ----------- ##
  1756.  
  1757. #define PACKAGE_NAME "XaoS"
  1758. #define PACKAGE_TARNAME "xaos"
  1759. #define PACKAGE_VERSION "3.5"
  1760. #define PACKAGE_STRING "XaoS 3.5"
  1761. #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net"
  1762. #define HAVE_ICONV 1
  1763. #define ICONV_CONST
  1764. #define ENABLE_NLS 1
  1765. #define HAVE_GETTEXT 1
  1766. #define HAVE_DCGETTEXT 1
  1767. #define HAVE_LIBPTHREAD 1
  1768. #define USE_PTHREAD 1
  1769. #define STDC_HEADERS 1
  1770. #define HAVE_SYS_TYPES_H 1
  1771. #define HAVE_SYS_STAT_H 1
  1772. #define HAVE_STDLIB_H 1
  1773. #define HAVE_STRING_H 1
  1774. #define HAVE_MEMORY_H 1
  1775. #define HAVE_STRINGS_H 1
  1776. #define HAVE_INTTYPES_H 1
  1777. #define HAVE_STDINT_H 1
  1778. #define HAVE_UNISTD_H 1
  1779. #define HAVE_ALLOCA_H 1
  1780. #define HAVE_ERRNO_H 1
  1781. #define HAVE_FCNTL_H 1
  1782. #define HAVE_FLOAT_H 1
  1783. #define HAVE_LIBINTL_H 1
  1784. #define HAVE_LIMITS_H 1
  1785. #define HAVE_LOCALE_H 1
  1786. #define HAVE_MALLOC_H 1
  1787. #define HAVE_STDDEF_H 1
  1788. #define HAVE_STDLIB_H 1
  1789. #define HAVE_STRING_H 1
  1790. #define HAVE_SYS_TIME_H 1
  1791. #define HAVE_SYS_TIMEB_H 1
  1792. #define HAVE_UNISTD_H 1
  1793. #define HAVE_LONG_DOUBLE 1
  1794. #define TIME_WITH_SYS_TIME 1
  1795. #define HAVE_DIRENT_H 1
  1796. #define HAVE_SYS_WAIT_H 1
  1797. #define DATAPATH "/usr/local/share/XaoS"
  1798. #define SIZEOF_SHORT 2
  1799. #define SIZEOF_INT 4
  1800. #define SIZEOF_LONG 4
  1801. #define HAVE_LIBM 1
  1802. #define HAVE_ALLOCA_H 1
  1803. #define HAVE_ALLOCA 1
  1804. #define HAVE_FTIME 1
  1805. #define HAVE_GETCWD 1
  1806. #define HAVE_GETTIMEOFDAY 1
  1807. #define HAVE_MEMCHR 1
  1808. #define HAVE_MEMMOVE 1
  1809. #define HAVE_MEMSET 1
  1810. #define HAVE_POW 1
  1811. #define HAVE_SELECT 1
  1812. #define HAVE_SETLOCALE 1
  1813. #define HAVE_SQRT 1
  1814. #define HAVE_STRDUP 1
  1815. #define HAVE_STRERROR 1
  1816. #define HAVE_STRSTR 1
  1817. #define HAVE_SLEEP 1
  1818. #define HAVE_SETITIMER 1
  1819. #define HAVE_FTIME 1
  1820. #define HAVE_FINITE 1
  1821. #define HAVE_FABSL 1
  1822. #define HAVE_IPC_H 1
  1823. #define HAVE_IPC_H 1
  1824. #define X11_DRIVER 1
  1825.  
  1826. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement