Advertisement
Guest User

Untitled

a guest
May 9th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.77 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 libdrm configure 2.4.15, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ ./configure --enable-maintainer-mode --prefix=/usr --exec-prefix=/ --enable-radeon-experimental-api
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = siduxbox
  14. uname -m = i686
  15. uname -r = 2.6.31-4.slh.1-sidux-686
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Tue Oct 13 02:10:08 UTC 2009
  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/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/games
  34.  
  35.  
  36. ## ----------- ##
  37. ## Core tests. ##
  38. ## ----------- ##
  39.  
  40. configure:2402: checking for gcc
  41. configure:2418: found /usr/bin/gcc
  42. configure:2429: result: gcc
  43. configure:2658: checking for C compiler version
  44. configure:2667: gcc --version >&5
  45. gcc (Debian 4.3.4-5) 4.3.4
  46. Copyright (C) 2008 Free Software Foundation, Inc.
  47. This is free software; see the source for copying conditions. There is NO
  48. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  49.  
  50. configure:2678: $? = 0
  51. configure:2667: gcc -v >&5
  52. Using built-in specs.
  53. Target: i486-linux-gnu
  54. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-5' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --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 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  55. Thread model: posix
  56. gcc version 4.3.4 (Debian 4.3.4-5)
  57. configure:2678: $? = 0
  58. configure:2667: gcc -V >&5
  59. gcc: '-V' option must have argument
  60. configure:2678: $? = 1
  61. configure:2667: gcc -qversion >&5
  62. gcc: unrecognized option '-qversion'
  63. gcc: no input files
  64. configure:2678: $? = 1
  65. configure:2700: checking for C compiler default output file name
  66. configure:2722: gcc conftest.c >&5
  67. configure:2726: $? = 0
  68. configure:2763: result: a.out
  69. configure:2779: checking whether the C compiler works
  70. configure:2788: ./a.out
  71. configure:2792: $? = 0
  72. configure:2807: result: yes
  73. configure:2814: checking whether we are cross compiling
  74. configure:2816: result: no
  75. configure:2819: checking for suffix of executables
  76. configure:2826: gcc -o conftest conftest.c >&5
  77. configure:2830: $? = 0
  78. configure:2852: result:
  79. configure:2858: checking for suffix of object files
  80. configure:2880: gcc -c conftest.c >&5
  81. configure:2884: $? = 0
  82. configure:2905: result: o
  83. configure:2909: checking whether we are using the GNU C compiler
  84. configure:2928: gcc -c conftest.c >&5
  85. configure:2928: $? = 0
  86. configure:2937: result: yes
  87. configure:2946: checking whether gcc accepts -g
  88. configure:2966: gcc -c -g conftest.c >&5
  89. configure:2966: $? = 0
  90. configure:3007: result: yes
  91. configure:3024: checking for gcc option to accept ISO C89
  92. configure:3088: gcc -c -g -O2 conftest.c >&5
  93. configure:3088: $? = 0
  94. configure:3101: result: none needed
  95. configure:3127: checking how to run the C preprocessor
  96. configure:3158: gcc -E conftest.c
  97. configure:3158: $? = 0
  98. configure:3172: gcc -E conftest.c
  99. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  100. configure:3172: $? = 1
  101. configure: failed program was:
  102. | /* confdefs.h */
  103. | #define PACKAGE_NAME "libdrm"
  104. | #define PACKAGE_TARNAME "libdrm"
  105. | #define PACKAGE_VERSION "2.4.15"
  106. | #define PACKAGE_STRING "libdrm 2.4.15"
  107. | #define PACKAGE_BUGREPORT "dri-devel@lists.sourceforge.net"
  108. | #define PACKAGE_URL ""
  109. | /* end confdefs.h. */
  110. | #include <ac_nonexistent.h>
  111. configure:3197: result: gcc -E
  112. configure:3217: gcc -E conftest.c
  113. configure:3217: $? = 0
  114. configure:3231: gcc -E conftest.c
  115. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  116. configure:3231: $? = 1
  117. configure: failed program was:
  118. | /* confdefs.h */
  119. | #define PACKAGE_NAME "libdrm"
  120. | #define PACKAGE_TARNAME "libdrm"
  121. | #define PACKAGE_VERSION "2.4.15"
  122. | #define PACKAGE_STRING "libdrm 2.4.15"
  123. | #define PACKAGE_BUGREPORT "dri-devel@lists.sourceforge.net"
  124. | #define PACKAGE_URL ""
  125. | /* end confdefs.h. */
  126. | #include <ac_nonexistent.h>
  127. configure:3260: checking for grep that handles long lines and -e
  128. configure:3318: result: /bin/grep
  129. configure:3323: checking for egrep
  130. configure:3385: result: /bin/grep -E
  131. configure:3390: checking for ANSI C header files
  132. configure:3410: gcc -c -g -O2 conftest.c >&5
  133. configure:3410: $? = 0
  134. configure:3483: gcc -o conftest -g -O2 conftest.c >&5
  135. configure:3483: $? = 0
  136. configure:3483: ./conftest
  137. configure:3483: $? = 0
  138. configure:3494: result: yes
  139. configure:3507: checking for sys/types.h
  140. configure:3507: gcc -c -g -O2 conftest.c >&5
  141. configure:3507: $? = 0
  142. configure:3507: result: yes
  143. configure:3507: checking for sys/stat.h
  144. configure:3507: gcc -c -g -O2 conftest.c >&5
  145. configure:3507: $? = 0
  146. configure:3507: result: yes
  147. configure:3507: checking for stdlib.h
  148. configure:3507: gcc -c -g -O2 conftest.c >&5
  149. configure:3507: $? = 0
  150. configure:3507: result: yes
  151. configure:3507: checking for string.h
  152. configure:3507: gcc -c -g -O2 conftest.c >&5
  153. configure:3507: $? = 0
  154. configure:3507: result: yes
  155. configure:3507: checking for memory.h
  156. configure:3507: gcc -c -g -O2 conftest.c >&5
  157. configure:3507: $? = 0
  158. configure:3507: result: yes
  159. configure:3507: checking for strings.h
  160. configure:3507: gcc -c -g -O2 conftest.c >&5
  161. configure:3507: $? = 0
  162. configure:3507: result: yes
  163. configure:3507: checking for inttypes.h
  164. configure:3507: gcc -c -g -O2 conftest.c >&5
  165. configure:3507: $? = 0
  166. configure:3507: result: yes
  167. configure:3507: checking for stdint.h
  168. configure:3507: gcc -c -g -O2 conftest.c >&5
  169. configure:3507: $? = 0
  170. configure:3507: result: yes
  171. configure:3507: checking for unistd.h
  172. configure:3507: gcc -c -g -O2 conftest.c >&5
  173. configure:3507: $? = 0
  174. configure:3507: result: yes
  175. configure:3521: checking minix/config.h usability
  176. configure:3521: gcc -c -g -O2 conftest.c >&5
  177. conftest.c:52:26: error: minix/config.h: No such file or directory
  178. configure:3521: $? = 1
  179. configure: failed program was:
  180. | /* confdefs.h */
  181. | #define PACKAGE_NAME "libdrm"
  182. | #define PACKAGE_TARNAME "libdrm"
  183. | #define PACKAGE_VERSION "2.4.15"
  184. | #define PACKAGE_STRING "libdrm 2.4.15"
  185. | #define PACKAGE_BUGREPORT "dri-devel@lists.sourceforge.net"
  186. | #define PACKAGE_URL ""
  187. | #define STDC_HEADERS 1
  188. | #define HAVE_SYS_TYPES_H 1
  189. | #define HAVE_SYS_STAT_H 1
  190. | #define HAVE_STDLIB_H 1
  191. | #define HAVE_STRING_H 1
  192. | #define HAVE_MEMORY_H 1
  193. | #define HAVE_STRINGS_H 1
  194. | #define HAVE_INTTYPES_H 1
  195. | #define HAVE_STDINT_H 1
  196. | #define HAVE_UNISTD_H 1
  197. | /* end confdefs.h. */
  198. | #include <stdio.h>
  199. | #ifdef HAVE_SYS_TYPES_H
  200. | # include <sys/types.h>
  201. | #endif
  202. | #ifdef HAVE_SYS_STAT_H
  203. | # include <sys/stat.h>
  204. | #endif
  205. | #ifdef STDC_HEADERS
  206. | # include <stdlib.h>
  207. | # include <stddef.h>
  208. | #else
  209. | # ifdef HAVE_STDLIB_H
  210. | # include <stdlib.h>
  211. | # endif
  212. | #endif
  213. | #ifdef HAVE_STRING_H
  214. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  215. | # include <memory.h>
  216. | # endif
  217. | # include <string.h>
  218. | #endif
  219. | #ifdef HAVE_STRINGS_H
  220. | # include <strings.h>
  221. | #endif
  222. | #ifdef HAVE_INTTYPES_H
  223. | # include <inttypes.h>
  224. | #endif
  225. | #ifdef HAVE_STDINT_H
  226. | # include <stdint.h>
  227. | #endif
  228. | #ifdef HAVE_UNISTD_H
  229. | # include <unistd.h>
  230. | #endif
  231. | #include <minix/config.h>
  232. configure:3521: result: no
  233. configure:3521: checking minix/config.h presence
  234. configure:3521: gcc -E conftest.c
  235. conftest.c:19:26: error: minix/config.h: No such file or directory
  236. configure:3521: $? = 1
  237. configure: failed program was:
  238. | /* confdefs.h */
  239. | #define PACKAGE_NAME "libdrm"
  240. | #define PACKAGE_TARNAME "libdrm"
  241. | #define PACKAGE_VERSION "2.4.15"
  242. | #define PACKAGE_STRING "libdrm 2.4.15"
  243. | #define PACKAGE_BUGREPORT "dri-devel@lists.sourceforge.net"
  244. | #define PACKAGE_URL ""
  245. | #define STDC_HEADERS 1
  246. | #define HAVE_SYS_TYPES_H 1
  247. | #define HAVE_SYS_STAT_H 1
  248. | #define HAVE_STDLIB_H 1
  249. | #define HAVE_STRING_H 1
  250. | #define HAVE_MEMORY_H 1
  251. | #define HAVE_STRINGS_H 1
  252. | #define HAVE_INTTYPES_H 1
  253. | #define HAVE_STDINT_H 1
  254. | #define HAVE_UNISTD_H 1
  255. | /* end confdefs.h. */
  256. | #include <minix/config.h>
  257. configure:3521: result: no
  258. configure:3521: checking for minix/config.h
  259. configure:3521: result: no
  260. configure:3542: checking whether it is safe to define __EXTENSIONS__
  261. configure:3560: gcc -c -g -O2 conftest.c >&5
  262. configure:3560: $? = 0
  263. configure:3567: result: yes
  264. configure:3621: checking for a BSD-compatible install
  265. configure:3689: result: /usr/bin/install -c
  266. configure:3700: checking whether build environment is sane
  267. configure:3750: result: yes
  268. configure:3891: checking for a thread-safe mkdir -p
  269. configure:3930: result: /bin/mkdir -p
  270. configure:3943: checking for gawk
  271. configure:3959: found /usr/bin/gawk
  272. configure:3970: result: gawk
  273. configure:3981: checking whether make sets $(MAKE)
  274. configure:4003: result: yes
  275. configure:4033: checking for style of include used by make
  276. configure:4061: result: GNU
  277. configure:4146: checking dependency style of gcc
  278. configure:4256: result: gcc3
  279. configure:4336: checking build system type
  280. configure:4350: result: i686-pc-linux-gnu
  281. configure:4370: checking host system type
  282. configure:4383: result: i686-pc-linux-gnu
  283. configure:4403: checking for a sed that does not truncate output
  284. configure:4467: result: /bin/sed
  285. configure:4485: checking for fgrep
  286. configure:4547: result: /bin/grep -F
  287. configure:4582: checking for ld used by gcc
  288. configure:4649: result: /usr/bin/ld
  289. configure:4656: checking if the linker (/usr/bin/ld) is GNU ld
  290. configure:4671: result: yes
  291. configure:4683: checking for BSD- or MS-compatible name lister (nm)
  292. configure:4732: result: /usr/bin/nm -B
  293. configure:4850: checking the name lister (/usr/bin/nm -B) interface
  294. configure:4857: gcc -c -g -O2 conftest.c >&5
  295. configure:4860: /usr/bin/nm -B "conftest.o"
  296. configure:4863: output
  297. 00000000 B some_variable
  298. configure:4870: result: BSD nm
  299. configure:4873: checking whether ln -s works
  300. configure:4877: result: yes
  301. configure:4885: checking the maximum length of command line arguments
  302. configure:5005: result: 1572864
  303. configure:5022: checking whether the shell understands some XSI constructs
  304. configure:5032: result: yes
  305. configure:5036: checking whether the shell understands "+="
  306. configure:5042: result: yes
  307. configure:5077: checking for /usr/bin/ld option to reload object files
  308. configure:5084: result: -r
  309. configure:5153: checking for objdump
  310. configure:5169: found /usr/bin/objdump
  311. configure:5180: result: objdump
  312. configure:5212: checking how to recognize dependent libraries
  313. configure:5408: result: pass_all
  314. configure:5468: checking for ar
  315. configure:5484: found /usr/bin/ar
  316. configure:5495: result: ar
  317. configure:5573: checking for strip
  318. configure:5589: found /usr/bin/strip
  319. configure:5600: result: strip
  320. configure:5672: checking for ranlib
  321. configure:5688: found /usr/bin/ranlib
  322. configure:5699: result: ranlib
  323. configure:5789: checking command to parse /usr/bin/nm -B output from gcc object
  324. configure:5907: gcc -c -g -O2 conftest.c >&5
  325. configure:5910: $? = 0
  326. configure:5914: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  327. configure:5917: $? = 0
  328. configure:5971: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  329. configure:5974: $? = 0
  330. configure:6012: result: ok
  331. configure:6817: checking for dlfcn.h
  332. configure:6817: gcc -c -g -O2 conftest.c >&5
  333. configure:6817: $? = 0
  334. configure:6817: result: yes
  335. configure:6971: checking for objdir
  336. configure:6986: result: .libs
  337. configure:7278: checking if gcc supports -fno-rtti -fno-exceptions
  338. configure:7296: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  339. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  340. configure:7300: $? = 0
  341. configure:7313: result: no
  342. configure:7333: checking for gcc option to produce PIC
  343. configure:7605: result: -fPIC -DPIC
  344. configure:7617: checking if gcc PIC flag -fPIC -DPIC works
  345. configure:7635: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  346. configure:7639: $? = 0
  347. configure:7652: result: yes
  348. configure:7676: checking if gcc static flag -static works
  349. configure:7704: result: yes
  350. configure:7719: checking if gcc supports -c -o file.o
  351. configure:7740: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  352. configure:7744: $? = 0
  353. configure:7766: result: yes
  354. configure:7774: checking if gcc supports -c -o file.o
  355. configure:7821: result: yes
  356. configure:7854: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  357. configure:8844: result: yes
  358. configure:8881: checking whether -lc should be explicitly linked in
  359. configure:8886: gcc -c -g -O2 conftest.c >&5
  360. configure:8889: $? = 0
  361. configure:8904: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  362. configure:8907: $? = 0
  363. configure:8919: result: no
  364. configure:9083: checking dynamic linker characteristics
  365. configure:9516: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  366. configure:9516: $? = 0
  367. configure:9746: result: GNU/Linux ld.so
  368. configure:9848: checking how to hardcode library paths into programs
  369. configure:9873: result: immediate
  370. configure:10393: checking whether stripping libraries is possible
  371. configure:10398: result: yes
  372. configure:10433: checking if libtool supports shared libraries
  373. configure:10435: result: yes
  374. configure:10438: checking whether to build shared libraries
  375. configure:10459: result: yes
  376. configure:10462: checking whether to build static libraries
  377. configure:10466: result: no
  378. configure:10549: checking for gcc
  379. configure:10576: result: gcc
  380. configure:10805: checking for C compiler version
  381. configure:10814: gcc --version >&5
  382. gcc (Debian 4.3.4-5) 4.3.4
  383. Copyright (C) 2008 Free Software Foundation, Inc.
  384. This is free software; see the source for copying conditions. There is NO
  385. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  386.  
  387. configure:10825: $? = 0
  388. configure:10814: gcc -v >&5
  389. Using built-in specs.
  390. Target: i486-linux-gnu
  391. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-5' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --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 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  392. Thread model: posix
  393. gcc version 4.3.4 (Debian 4.3.4-5)
  394. configure:10825: $? = 0
  395. configure:10814: gcc -V >&5
  396. gcc: '-V' option must have argument
  397. configure:10825: $? = 1
  398. configure:10814: gcc -qversion >&5
  399. gcc: unrecognized option '-qversion'
  400. gcc: no input files
  401. configure:10825: $? = 1
  402. configure:10829: checking whether we are using the GNU C compiler
  403. configure:10857: result: yes
  404. configure:10866: checking whether gcc accepts -g
  405. configure:10927: result: yes
  406. configure:10944: checking for gcc option to accept ISO C89
  407. configure:11021: result: none needed
  408. configure:11042: checking for ANSI C header files
  409. configure:11146: result: yes
  410. configure:11161: checking for special C compiler options needed for large files
  411. configure:11206: result: no
  412. configure:11212: checking for _FILE_OFFSET_BITS value needed for large files
  413. configure:11237: gcc -c -g -O2 conftest.c >&5
  414. conftest.c:35: warning: left shift count >= width of type
  415. conftest.c:35: warning: left shift count >= width of type
  416. conftest.c:37: error: size of array 'off_t_is_large' is negative
  417. configure:11237: $? = 1
  418. configure: failed program was:
  419. | /* confdefs.h */
  420. | #define PACKAGE_NAME "libdrm"
  421. | #define PACKAGE_TARNAME "libdrm"
  422. | #define PACKAGE_VERSION "2.4.15"
  423. | #define PACKAGE_STRING "libdrm 2.4.15"
  424. | #define PACKAGE_BUGREPORT "dri-devel@lists.sourceforge.net"
  425. | #define PACKAGE_URL ""
  426. | #define STDC_HEADERS 1
  427. | #define HAVE_SYS_TYPES_H 1
  428. | #define HAVE_SYS_STAT_H 1
  429. | #define HAVE_STDLIB_H 1
  430. | #define HAVE_STRING_H 1
  431. | #define HAVE_MEMORY_H 1
  432. | #define HAVE_STRINGS_H 1
  433. | #define HAVE_INTTYPES_H 1
  434. | #define HAVE_STDINT_H 1
  435. | #define HAVE_UNISTD_H 1
  436. | #define __EXTENSIONS__ 1
  437. | #define _ALL_SOURCE 1
  438. | #define _GNU_SOURCE 1
  439. | #define _POSIX_PTHREAD_SEMANTICS 1
  440. | #define _TANDEM_SOURCE 1
  441. | #define PACKAGE "libdrm"
  442. | #define VERSION "2.4.15"
  443. | #define HAVE_DLFCN_H 1
  444. | #define LT_OBJDIR ".libs/"
  445. | #define STDC_HEADERS 1
  446. | /* end confdefs.h. */
  447. | #include <sys/types.h>
  448. | /* Check that off_t can represent 2**63 - 1 correctly.
  449. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  450. | since some C++ compilers masquerading as C compilers
  451. | incorrectly reject 9223372036854775807. */
  452. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  453. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  454. | && LARGE_OFF_T % 2147483647 == 1)
  455. | ? 1 : -1];
  456. | int
  457. | main ()
  458. | {
  459. |
  460. | ;
  461. | return 0;
  462. | }
  463. configure:11261: gcc -c -g -O2 conftest.c >&5
  464. configure:11261: $? = 0
  465. configure:11269: result: 64
  466. configure:11402: checking for pkg-config
  467. configure:11420: found /usr/bin/pkg-config
  468. configure:11432: result: /usr/bin/pkg-config
  469. configure:11457: checking pkg-config is at least version 0.9.0
  470. configure:11460: result: yes
  471. configure:11471: checking for PTHREADSTUBS
  472. configure:11479: $PKG_CONFIG --exists --print-errors "pthread-stubs"
  473. configure:11482: $? = 0
  474. configure:11497: $PKG_CONFIG --exists --print-errors "pthread-stubs"
  475. configure:11500: $? = 0
  476. configure:11555: result: yes
  477. configure:11601: checking for clock_gettime
  478. configure:11601: gcc -o conftest -g -O2 conftest.c >&5
  479. /tmp/cc8dGYgW.o: In function `main':
  480. /home/cire/HD/src/git/drm/conftest.c:64: undefined reference to `clock_gettime'
  481. collect2: ld returned 1 exit status
  482. configure:11601: $? = 1
  483. configure: failed program was:
  484. | /* confdefs.h */
  485. | #define PACKAGE_NAME "libdrm"
  486. | #define PACKAGE_TARNAME "libdrm"
  487. | #define PACKAGE_VERSION "2.4.15"
  488. | #define PACKAGE_STRING "libdrm 2.4.15"
  489. | #define PACKAGE_BUGREPORT "dri-devel@lists.sourceforge.net"
  490. | #define PACKAGE_URL ""
  491. | #define STDC_HEADERS 1
  492. | #define HAVE_SYS_TYPES_H 1
  493. | #define HAVE_SYS_STAT_H 1
  494. | #define HAVE_STDLIB_H 1
  495. | #define HAVE_STRING_H 1
  496. | #define HAVE_MEMORY_H 1
  497. | #define HAVE_STRINGS_H 1
  498. | #define HAVE_INTTYPES_H 1
  499. | #define HAVE_STDINT_H 1
  500. | #define HAVE_UNISTD_H 1
  501. | #define __EXTENSIONS__ 1
  502. | #define _ALL_SOURCE 1
  503. | #define _GNU_SOURCE 1
  504. | #define _POSIX_PTHREAD_SEMANTICS 1
  505. | #define _TANDEM_SOURCE 1
  506. | #define PACKAGE "libdrm"
  507. | #define VERSION "2.4.15"
  508. | #define HAVE_DLFCN_H 1
  509. | #define LT_OBJDIR ".libs/"
  510. | #define STDC_HEADERS 1
  511. | #define _FILE_OFFSET_BITS 64
  512. | /* end confdefs.h. */
  513. | /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
  514. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  515. | #define clock_gettime innocuous_clock_gettime
  516. |
  517. | /* System header to define __stub macros and hopefully few prototypes,
  518. | which can conflict with char clock_gettime (); below.
  519. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  520. | <limits.h> exists even on freestanding compilers. */
  521. |
  522. | #ifdef __STDC__
  523. | # include <limits.h>
  524. | #else
  525. | # include <assert.h>
  526. | #endif
  527. |
  528. | #undef clock_gettime
  529. |
  530. | /* Override any GCC internal prototype to avoid an error.
  531. | Use char because int might match the return type of a GCC
  532. | builtin and then its argument prototype would still apply. */
  533. | #ifdef __cplusplus
  534. | extern "C"
  535. | #endif
  536. | char clock_gettime ();
  537. | /* The GNU C library defines this for functions which it implements
  538. | to always fail with ENOSYS. Some functions are actually named
  539. | something starting with __ and the normal name is an alias. */
  540. | #if defined __stub_clock_gettime || defined __stub___clock_gettime
  541. | choke me
  542. | #endif
  543. |
  544. | int
  545. | main ()
  546. | {
  547. | return clock_gettime ();
  548. | ;
  549. | return 0;
  550. | }
  551. configure:11601: result: no
  552. configure:11608: checking for clock_gettime in -lrt
  553. configure:11633: gcc -o conftest -g -O2 conftest.c -lrt >&5
  554. configure:11633: $? = 0
  555. configure:11642: result: yes
  556. configure:11671: checking for supported warning flags
  557. configure:11693: checking whether gcc supports -Wall
  558. configure:11703: gcc -c -g -O2 -Wall conftest.c >&5
  559. configure:11703: $? = 0
  560. configure:11716: result: yes
  561. configure:11693: checking whether gcc supports -Wextra
  562. configure:11703: gcc -c -g -O2 -Wextra conftest.c >&5
  563. configure:11703: $? = 0
  564. configure:11716: result: yes
  565. configure:11693: checking whether gcc supports -Wsign-compare
  566. configure:11703: gcc -c -g -O2 -Wsign-compare conftest.c >&5
  567. configure:11703: $? = 0
  568. configure:11716: result: yes
  569. configure:11693: checking whether gcc supports -Werror-implicit-function-declaration
  570. configure:11703: gcc -c -g -O2 -Werror-implicit-function-declaration conftest.c >&5
  571. configure:11703: $? = 0
  572. configure:11716: result: yes
  573. configure:11693: checking whether gcc supports -Wpointer-arith
  574. configure:11703: gcc -c -g -O2 -Wpointer-arith conftest.c >&5
  575. configure:11703: $? = 0
  576. configure:11716: result: yes
  577. configure:11693: checking whether gcc supports -Wwrite-strings
  578. configure:11703: gcc -c -g -O2 -Wwrite-strings conftest.c >&5
  579. configure:11703: $? = 0
  580. configure:11716: result: yes
  581. configure:11693: checking whether gcc supports -Wstrict-prototypes
  582. configure:11703: gcc -c -g -O2 -Wstrict-prototypes conftest.c >&5
  583. configure:11703: $? = 0
  584. configure:11716: result: yes
  585. configure:11693: checking whether gcc supports -Wmissing-prototypes
  586. configure:11703: gcc -c -g -O2 -Wmissing-prototypes conftest.c >&5
  587. configure:11703: $? = 0
  588. configure:11716: result: yes
  589. configure:11693: checking whether gcc supports -Wmissing-declarations
  590. configure:11703: gcc -c -g -O2 -Wmissing-declarations conftest.c >&5
  591. configure:11703: $? = 0
  592. configure:11716: result: yes
  593. configure:11693: checking whether gcc supports -Wnested-externs
  594. configure:11703: gcc -c -g -O2 -Wnested-externs conftest.c >&5
  595. configure:11703: $? = 0
  596. configure:11716: result: yes
  597. configure:11693: checking whether gcc supports -Wpacked
  598. configure:11703: gcc -c -g -O2 -Wpacked conftest.c >&5
  599. configure:11703: $? = 0
  600. configure:11716: result: yes
  601. configure:11693: checking whether gcc supports -Wswitch-enum
  602. configure:11703: gcc -c -g -O2 -Wswitch-enum conftest.c >&5
  603. configure:11703: $? = 0
  604. configure:11716: result: yes
  605. configure:11693: checking whether gcc supports -Wmissing-format-attribute
  606. configure:11703: gcc -c -g -O2 -Wmissing-format-attribute conftest.c >&5
  607. configure:11703: $? = 0
  608. configure:11716: result: yes
  609. configure:11693: checking whether gcc supports -Wstrict-aliasing=2
  610. configure:11703: gcc -c -g -O2 -Wstrict-aliasing=2 conftest.c >&5
  611. configure:11703: $? = 0
  612. configure:11716: result: yes
  613. configure:11693: checking whether gcc supports -Winit-self
  614. configure:11703: gcc -c -g -O2 -Winit-self conftest.c >&5
  615. configure:11703: $? = 0
  616. configure:11716: result: yes
  617. configure:11693: checking whether gcc supports -Wunsafe-loop-optimizations
  618. configure:11703: gcc -c -g -O2 -Wunsafe-loop-optimizations conftest.c >&5
  619. configure:11703: $? = 0
  620. configure:11716: result: yes
  621. configure:11693: checking whether gcc supports -Wdeclaration-after-statement
  622. configure:11703: gcc -c -g -O2 -Wdeclaration-after-statement conftest.c >&5
  623. configure:11703: $? = 0
  624. configure:11716: result: yes
  625. configure:11693: checking whether gcc supports -Wold-style-definition
  626. configure:11703: gcc -c -g -O2 -Wold-style-definition conftest.c >&5
  627. configure:11703: $? = 0
  628. configure:11716: result: yes
  629. configure:11693: checking whether gcc supports -Wno-missing-field-initializers
  630. configure:11703: gcc -c -g -O2 -Wno-missing-field-initializers conftest.c >&5
  631. configure:11703: $? = 0
  632. configure:11716: result: yes
  633. configure:11693: checking whether gcc supports -Wno-unused-parameter
  634. configure:11703: gcc -c -g -O2 -Wno-unused-parameter conftest.c >&5
  635. configure:11703: $? = 0
  636. configure:11716: result: yes
  637. configure:11693: checking whether gcc supports -Wno-attributes
  638. configure:11703: gcc -c -g -O2 -Wno-attributes conftest.c >&5
  639. configure:11703: $? = 0
  640. configure:11716: result: yes
  641. configure:11693: checking whether gcc supports -Wno-long-long
  642. configure:11703: gcc -c -g -O2 -Wno-long-long conftest.c >&5
  643. configure:11703: $? = 0
  644. configure:11716: result: yes
  645. configure:11693: checking whether gcc supports -Winline
  646. configure:11703: gcc -c -g -O2 -Winline conftest.c >&5
  647. configure:11703: $? = 0
  648. configure:11716: result: yes
  649. configure:11724: checking which warning flags were supported
  650. configure:11727: result: -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline
  651. configure:11757: checking for CAIRO
  652. configure:11765: $PKG_CONFIG --exists --print-errors "cairo"
  653. Package cairo was not found in the pkg-config search path.
  654. Perhaps you should add the directory containing `cairo.pc'
  655. to the PKG_CONFIG_PATH environment variable
  656. No package 'cairo' found
  657. configure:11768: $? = 1
  658. configure:11783: $PKG_CONFIG --exists --print-errors "cairo"
  659. Package cairo was not found in the pkg-config search path.
  660. Perhaps you should add the directory containing `cairo.pc'
  661. to the PKG_CONFIG_PATH environment variable
  662. No package 'cairo' found
  663. configure:11786: $? = 1
  664. No package 'cairo' found
  665. configure:11814: result: no
  666. configure:11843: checking for LIBUDEV
  667. configure:11851: $PKG_CONFIG --exists --print-errors "libudev"
  668. Package libudev was not found in the pkg-config search path.
  669. Perhaps you should add the directory containing `libudev.pc'
  670. to the PKG_CONFIG_PATH environment variable
  671. No package 'libudev' found
  672. configure:11854: $? = 1
  673. configure:11869: $PKG_CONFIG --exists --print-errors "libudev"
  674. Package libudev was not found in the pkg-config search path.
  675. Perhaps you should add the directory containing `libudev.pc'
  676. to the PKG_CONFIG_PATH environment variable
  677. No package 'libudev' found
  678. configure:11872: $? = 1
  679. No package 'libudev' found
  680. configure:11900: result: no
  681. configure:11928: checking for native atomic primitives
  682. configure:11950: gcc -o conftest -g -O2 conftest.c >&5
  683. configure:11950: $? = 0
  684. configure:11968: result: Intel
  685. configure:12141: creating ./config.status
  686.  
  687. ## ---------------------- ##
  688. ## Running config.status. ##
  689. ## ---------------------- ##
  690.  
  691. This file was extended by libdrm config.status 2.4.15, which was
  692. generated by GNU Autoconf 2.64. Invocation command line was
  693.  
  694. CONFIG_FILES =
  695. CONFIG_HEADERS =
  696. CONFIG_LINKS =
  697. CONFIG_COMMANDS =
  698. $ ./config.status
  699.  
  700. on siduxbox
  701.  
  702. config.status:1100: creating Makefile
  703. config.status:1100: creating libdrm/Makefile
  704. config.status:1100: creating libdrm/intel/Makefile
  705. config.status:1100: creating libdrm/radeon/Makefile
  706. config.status:1100: creating libdrm/radeon/libdrm_radeon.pc
  707. config.status:1100: creating libdrm/nouveau/Makefile
  708. config.status:1100: creating libdrm/nouveau/libdrm_nouveau.pc
  709. config.status:1100: creating shared-core/Makefile
  710. config.status:1100: creating tests/Makefile
  711. config.status:1100: creating tests/modeprint/Makefile
  712. config.status:1100: creating tests/modetest/Makefile
  713. config.status:1100: creating libdrm.pc
  714. config.status:1100: creating libdrm_intel.pc
  715. config.status:1100: creating libdrm/config.h
  716. config.status:1272: libdrm/config.h is unchanged
  717. config.status:1320: executing depfiles commands
  718. config.status:1320: executing libtool commands
  719. configure:14348: WARNING: unrecognized options: --enable-maintainer-mode
  720.  
  721. ## ---------------- ##
  722. ## Cache variables. ##
  723. ## ---------------- ##
  724.  
  725. ac_cv_build=i686-pc-linux-gnu
  726. ac_cv_c_compiler_gnu=yes
  727. ac_cv_env_CAIRO_CFLAGS_set=
  728. ac_cv_env_CAIRO_CFLAGS_value=
  729. ac_cv_env_CAIRO_LIBS_set=
  730. ac_cv_env_CAIRO_LIBS_value=
  731. ac_cv_env_CC_set=
  732. ac_cv_env_CC_value=
  733. ac_cv_env_CFLAGS_set=
  734. ac_cv_env_CFLAGS_value=
  735. ac_cv_env_CPPFLAGS_set=
  736. ac_cv_env_CPPFLAGS_value=
  737. ac_cv_env_CPP_set=
  738. ac_cv_env_CPP_value=
  739. ac_cv_env_LDFLAGS_set=
  740. ac_cv_env_LDFLAGS_value=
  741. ac_cv_env_LIBS_set=
  742. ac_cv_env_LIBS_value=
  743. ac_cv_env_LIBUDEV_CFLAGS_set=
  744. ac_cv_env_LIBUDEV_CFLAGS_value=
  745. ac_cv_env_LIBUDEV_LIBS_set=
  746. ac_cv_env_LIBUDEV_LIBS_value=
  747. ac_cv_env_PKG_CONFIG_set=
  748. ac_cv_env_PKG_CONFIG_value=
  749. ac_cv_env_PTHREADSTUBS_CFLAGS_set=
  750. ac_cv_env_PTHREADSTUBS_CFLAGS_value=
  751. ac_cv_env_PTHREADSTUBS_LIBS_set=
  752. ac_cv_env_PTHREADSTUBS_LIBS_value=
  753. ac_cv_env_build_alias_set=
  754. ac_cv_env_build_alias_value=
  755. ac_cv_env_host_alias_set=
  756. ac_cv_env_host_alias_value=
  757. ac_cv_env_target_alias_set=
  758. ac_cv_env_target_alias_value=
  759. ac_cv_func_clock_gettime=no
  760. ac_cv_header_dlfcn_h=yes
  761. ac_cv_header_inttypes_h=yes
  762. ac_cv_header_memory_h=yes
  763. ac_cv_header_minix_config_h=no
  764. ac_cv_header_stdc=yes
  765. ac_cv_header_stdint_h=yes
  766. ac_cv_header_stdlib_h=yes
  767. ac_cv_header_string_h=yes
  768. ac_cv_header_strings_h=yes
  769. ac_cv_header_sys_stat_h=yes
  770. ac_cv_header_sys_types_h=yes
  771. ac_cv_header_unistd_h=yes
  772. ac_cv_host=i686-pc-linux-gnu
  773. ac_cv_lib_rt_clock_gettime=yes
  774. ac_cv_objext=o
  775. ac_cv_path_EGREP='/bin/grep -E'
  776. ac_cv_path_FGREP='/bin/grep -F'
  777. ac_cv_path_GREP=/bin/grep
  778. ac_cv_path_SED=/bin/sed
  779. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  780. ac_cv_path_install='/usr/bin/install -c'
  781. ac_cv_path_mkdir=/bin/mkdir
  782. ac_cv_prog_AWK=gawk
  783. ac_cv_prog_CPP='gcc -E'
  784. ac_cv_prog_ac_ct_AR=ar
  785. ac_cv_prog_ac_ct_CC=gcc
  786. ac_cv_prog_ac_ct_OBJDUMP=objdump
  787. ac_cv_prog_ac_ct_RANLIB=ranlib
  788. ac_cv_prog_ac_ct_STRIP=strip
  789. ac_cv_prog_cc_c89=
  790. ac_cv_prog_cc_g=yes
  791. ac_cv_prog_make_make_set=yes
  792. ac_cv_safe_to_define___extensions__=yes
  793. ac_cv_sys_file_offset_bits=64
  794. ac_cv_sys_largefile_CC=no
  795. am_cv_CC_dependencies_compiler_type=gcc3
  796. drm_cv_atomic_primitives=Intel
  797. libdrm_cv_warn_cflags=' -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline'
  798. libdrm_cv_warn_maybe='-Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline'
  799. lt_cv_deplibs_check_method=pass_all
  800. lt_cv_file_magic_cmd='$MAGIC_CMD'
  801. lt_cv_file_magic_test_file=
  802. lt_cv_ld_reload_flag=-r
  803. lt_cv_nm_interface='BSD nm'
  804. lt_cv_objdir=.libs
  805. lt_cv_path_LD=/usr/bin/ld
  806. lt_cv_path_NM='/usr/bin/nm -B'
  807. lt_cv_prog_compiler_c_o=yes
  808. lt_cv_prog_compiler_pic_works=yes
  809. lt_cv_prog_compiler_rtti_exceptions=no
  810. lt_cv_prog_compiler_static_works=yes
  811. lt_cv_prog_gnu_ld=yes
  812. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  813. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  814. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  815. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  816. lt_cv_sys_max_cmd_len=1572864
  817. pkg_cv_PTHREADSTUBS_CFLAGS=' '
  818. pkg_cv_PTHREADSTUBS_LIBS=' '
  819.  
  820. ## ----------------- ##
  821. ## Output variables. ##
  822. ## ----------------- ##
  823.  
  824. ACLOCAL='${SHELL} /home/cire/HD/src/git/drm/missing --run aclocal-1.11'
  825. AMDEPBACKSLASH='\'
  826. AMDEP_FALSE='#'
  827. AMDEP_TRUE=''
  828. AMTAR='${SHELL} /home/cire/HD/src/git/drm/missing --run tar'
  829. AR='ar'
  830. AUTOCONF='${SHELL} /home/cire/HD/src/git/drm/missing --run autoconf'
  831. AUTOHEADER='${SHELL} /home/cire/HD/src/git/drm/missing --run autoheader'
  832. AUTOMAKE='${SHELL} /home/cire/HD/src/git/drm/missing --run automake-1.11'
  833. AWK='gawk'
  834. CAIRO_CFLAGS=''
  835. CAIRO_LIBS=''
  836. CC='gcc'
  837. CCDEPMODE='depmode=gcc3'
  838. CFLAGS='-g -O2'
  839. CLOCK_LIB='-lrt'
  840. CPP='gcc -E'
  841. CPPFLAGS=''
  842. CYGPATH_W='echo'
  843. DEFS='-DHAVE_CONFIG_H'
  844. DEPDIR='.deps'
  845. DSYMUTIL=''
  846. DUMPBIN=''
  847. ECHO_C=''
  848. ECHO_N='-n'
  849. ECHO_T=''
  850. EGREP='/bin/grep -E'
  851. EXEEXT=''
  852. FGREP='/bin/grep -F'
  853. GREP='/bin/grep'
  854. HAVE_CAIRO_FALSE=''
  855. HAVE_CAIRO_TRUE='#'
  856. HAVE_INTEL_FALSE='#'
  857. HAVE_INTEL_TRUE=''
  858. HAVE_LIBUDEV_FALSE=''
  859. HAVE_LIBUDEV_TRUE='#'
  860. HAVE_NOUVEAU_FALSE=''
  861. HAVE_NOUVEAU_TRUE='#'
  862. HAVE_RADEON_FALSE='#'
  863. HAVE_RADEON_TRUE=''
  864. INSTALL_DATA='${INSTALL} -m 644'
  865. INSTALL_PROGRAM='${INSTALL}'
  866. INSTALL_SCRIPT='${INSTALL}'
  867. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  868. LD='/usr/bin/ld'
  869. LDFLAGS=''
  870. LIBOBJS=''
  871. LIBS=''
  872. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  873. LIBUDEV_CFLAGS=''
  874. LIBUDEV_LIBS=''
  875. LIPO=''
  876. LN_S='ln -s'
  877. LTLIBOBJS=''
  878. MAKEINFO='${SHELL} /home/cire/HD/src/git/drm/missing --run makeinfo'
  879. MKDIR_P='/bin/mkdir -p'
  880. NM='/usr/bin/nm -B'
  881. NMEDIT=''
  882. OBJDUMP='objdump'
  883. OBJEXT='o'
  884. OTOOL64=''
  885. OTOOL=''
  886. PACKAGE='libdrm'
  887. PACKAGE_BUGREPORT='dri-devel@lists.sourceforge.net'
  888. PACKAGE_NAME='libdrm'
  889. PACKAGE_STRING='libdrm 2.4.15'
  890. PACKAGE_TARNAME='libdrm'
  891. PACKAGE_URL=''
  892. PACKAGE_VERSION='2.4.15'
  893. PATH_SEPARATOR=':'
  894. PKG_CONFIG='/usr/bin/pkg-config'
  895. PTHREADSTUBS_CFLAGS=' '
  896. PTHREADSTUBS_LIBS=' '
  897. RANLIB='ranlib'
  898. SED='/bin/sed'
  899. SET_MAKE=''
  900. SHELL='/bin/bash'
  901. STRIP='strip'
  902. VERSION='2.4.15'
  903. WARN_CFLAGS=' -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline'
  904. ac_ct_CC='gcc'
  905. ac_ct_DUMPBIN=''
  906. am__EXEEXT_FALSE=''
  907. am__EXEEXT_TRUE='#'
  908. am__fastdepCC_FALSE='#'
  909. am__fastdepCC_TRUE=''
  910. am__include='include'
  911. am__isrc=''
  912. am__leading_dot='.'
  913. am__quote=''
  914. am__tar='${AMTAR} chof - "$$tardir"'
  915. am__untar='${AMTAR} xf -'
  916. bindir='${exec_prefix}/bin'
  917. build='i686-pc-linux-gnu'
  918. build_alias=''
  919. build_cpu='i686'
  920. build_os='linux-gnu'
  921. build_vendor='pc'
  922. datadir='${datarootdir}'
  923. datarootdir='${prefix}/share'
  924. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  925. dvidir='${docdir}'
  926. exec_prefix='/'
  927. host='i686-pc-linux-gnu'
  928. host_alias=''
  929. host_cpu='i686'
  930. host_os='linux-gnu'
  931. host_vendor='pc'
  932. htmldir='${docdir}'
  933. includedir='${prefix}/include'
  934. infodir='${datarootdir}/info'
  935. install_sh='${SHELL} /home/cire/HD/src/git/drm/install-sh'
  936. libdir='${exec_prefix}/lib'
  937. libexecdir='${exec_prefix}/libexec'
  938. localedir='${datarootdir}/locale'
  939. localstatedir='${prefix}/var'
  940. lt_ECHO='echo'
  941. mandir='${datarootdir}/man'
  942. mkdir_p='/bin/mkdir -p'
  943. oldincludedir='/usr/include'
  944. pdfdir='${docdir}'
  945. pkgconfigdir='${exec_prefix}/lib/pkgconfig'
  946. prefix='/usr'
  947. program_transform_name='s,x,x,'
  948. psdir='${docdir}'
  949. sbindir='${exec_prefix}/sbin'
  950. sharedstatedir='${prefix}/com'
  951. sysconfdir='${prefix}/etc'
  952. target_alias=''
  953.  
  954. ## ----------- ##
  955. ## confdefs.h. ##
  956. ## ----------- ##
  957.  
  958. /* confdefs.h */
  959. #define PACKAGE_NAME "libdrm"
  960. #define PACKAGE_TARNAME "libdrm"
  961. #define PACKAGE_VERSION "2.4.15"
  962. #define PACKAGE_STRING "libdrm 2.4.15"
  963. #define PACKAGE_BUGREPORT "dri-devel@lists.sourceforge.net"
  964. #define PACKAGE_URL ""
  965. #define STDC_HEADERS 1
  966. #define HAVE_SYS_TYPES_H 1
  967. #define HAVE_SYS_STAT_H 1
  968. #define HAVE_STDLIB_H 1
  969. #define HAVE_STRING_H 1
  970. #define HAVE_MEMORY_H 1
  971. #define HAVE_STRINGS_H 1
  972. #define HAVE_INTTYPES_H 1
  973. #define HAVE_STDINT_H 1
  974. #define HAVE_UNISTD_H 1
  975. #define __EXTENSIONS__ 1
  976. #define _ALL_SOURCE 1
  977. #define _GNU_SOURCE 1
  978. #define _POSIX_PTHREAD_SEMANTICS 1
  979. #define _TANDEM_SOURCE 1
  980. #define PACKAGE "libdrm"
  981. #define VERSION "2.4.15"
  982. #define HAVE_DLFCN_H 1
  983. #define LT_OBJDIR ".libs/"
  984. #define STDC_HEADERS 1
  985. #define _FILE_OFFSET_BITS 64
  986. #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
  987.  
  988. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement