Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Feb 3rd, 2012  |  syntax: None  |  size: 170.51 KB  |  views: 90  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. martin@notebook /tmp/packerbuild-1000/vlc-dev/vlc-dev/src/vlc-2.0.0-rc1 $ cat config.log
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4.  
  5. It was created by vlc configure 2.0.0-rc1, which was
  6. generated by GNU Autoconf 2.68.  Invocation command line was
  7.  
  8.   $ ./configure --prefix=/usr --disable-rpath --enable-faad --enable-dbus-control --enable-nls --enable-lirc --enable-pvr --enable-ncurses --enable-upnp --enable-realrtsp
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = notebook
  15. uname -m = x86_64
  16. uname -r = 3.2.2-1-ARCH
  17. uname -s = Linux
  18. uname -v = #1 SMP PREEMPT Thu Jan 26 08:40:20 CET 2012
  19.  
  20. /usr/bin/uname -p = unknown
  21. /bin/uname -X     = unknown
  22.  
  23. /bin/arch              = x86_64
  24. /usr/bin/arch -k       = unknown
  25. /usr/convex/getsysinfo = unknown
  26. /usr/bin/hostinfo      = unknown
  27. /bin/machine           = unknown
  28. /usr/bin/oslevel       = unknown
  29. /bin/universe          = unknown
  30.  
  31. PATH: /home/martin/bin
  32. PATH: /usr/local/bin
  33. PATH: /usr/bin
  34. PATH: /bin
  35. PATH: /usr/local/sbin
  36. PATH: /usr/sbin
  37. PATH: /sbin
  38. PATH: /opt/android-sdk/platform-tools
  39. PATH: /opt/android-sdk/tools
  40. PATH: /opt/java/jre/bin
  41. PATH: /usr/bin/vendor_perl
  42. PATH: /usr/bin/core_perl
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:4197: checking build system type
  50. configure:4211: result: x86_64-unknown-linux-gnu
  51. configure:4231: checking host system type
  52. configure:4244: result: x86_64-unknown-linux-gnu
  53. configure:4284: checking for a BSD-compatible install
  54. configure:4352: result: /bin/install -c
  55. configure:4363: checking whether build environment is sane
  56. configure:4413: result: yes
  57. configure:4554: checking for a thread-safe mkdir -p
  58. configure:4593: result: /bin/mkdir -p
  59. configure:4606: checking for gawk
  60. configure:4622: found /usr/bin/gawk
  61. configure:4633: result: gawk
  62. configure:4644: checking whether make sets $(MAKE)
  63. configure:4666: result: yes
  64. configure:4741: checking how to create a ustar tar archive
  65. configure:4754: tar --version
  66. tar (GNU tar) 1.26
  67. Copyright (C) 2011 Free Software Foundation, Inc.
  68. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  69. This is free software: you are free to change and redistribute it.
  70. There is NO WARRANTY, to the extent permitted by law.
  71.  
  72. Written by John Gilmore and Jay Fenlason.
  73. configure:4757: $? = 0
  74. configure:4797: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  75. configure:4800: $? = 0
  76. configure:4804: tar -xf - <conftest.tar
  77. configure:4807: $? = 0
  78. configure:4820: result: gnutar
  79. configure:4848: checking whether to enable maintainer-specific portions of Makefiles
  80. configure:4857: result: yes
  81. configure:4888: checking for style of include used by make
  82. configure:4916: result: GNU
  83. configure:4987: checking for gcc
  84. configure:5003: found /usr/bin/gcc
  85. configure:5014: result: gcc
  86. configure:5243: checking for C compiler version
  87. configure:5252: gcc --version >&5
  88. gcc (GCC) 4.6.2 20120120 (prerelease)
  89. Copyright (C) 2011 Free Software Foundation, Inc.
  90. This is free software; see the source for copying conditions.  There is NO
  91. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  92.  
  93. configure:5263: $? = 0
  94. configure:5252: gcc -v >&5
  95. Using built-in specs.
  96. COLLECT_GCC=gcc
  97. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/lto-wrapper
  98. Target: x86_64-unknown-linux-gnu
  99. Configured with: /build/src/gcc-4.6-20120120/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libssp --enable-checking=release
  100. Thread model: posix
  101. gcc version 4.6.2 20120120 (prerelease) (GCC)
  102. configure:5263: $? = 0
  103. configure:5252: gcc -V >&5
  104. gcc: error: unrecognized option '-V'
  105. gcc: fatal error: no input files
  106. compilation terminated.
  107. configure:5263: $? = 1
  108. configure:5252: gcc -qversion >&5
  109. gcc: error: unrecognized option '-qversion'
  110. gcc: fatal error: no input files
  111. compilation terminated.
  112. configure:5263: $? = 1
  113. configure:5283: checking whether the C compiler works
  114. configure:5305: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  115. configure:5309: $? = 0
  116. configure:5357: result: yes
  117. configure:5360: checking for C compiler default output file name
  118. configure:5362: result: a.out
  119. configure:5368: checking for suffix of executables
  120. configure:5375: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  121. configure:5379: $? = 0
  122. configure:5401: result:
  123. configure:5423: checking whether we are cross compiling
  124. configure:5431: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  125. configure:5435: $? = 0
  126. configure:5442: ./conftest
  127. configure:5446: $? = 0
  128. configure:5461: result: no
  129. configure:5466: checking for suffix of object files
  130. configure:5488: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  131. configure:5492: $? = 0
  132. configure:5513: result: o
  133. configure:5517: checking whether we are using the GNU C compiler
  134. configure:5536: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  135. configure:5536: $? = 0
  136. configure:5545: result: yes
  137. configure:5554: checking whether gcc accepts -g
  138. configure:5574: gcc -c -g  conftest.c >&5
  139. configure:5574: $? = 0
  140. configure:5615: result: yes
  141. configure:5632: checking for gcc option to accept ISO C89
  142. configure:5696: gcc  -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  143. configure:5696: $? = 0
  144. configure:5709: result: none needed
  145. configure:5731: checking dependency style of gcc
  146. configure:5842: result: gcc3
  147. configure:5857: checking for gcc option to accept ISO C99
  148. configure:6006: gcc  -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  149. conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
  150. conftest.c: In function 'main':
  151. conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  152. conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
  153. conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
  154. conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
  155. conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
  156. configure:6006: $? = 1
  157. configure: failed program was:
  158. | /* confdefs.h */
  159. | #define PACKAGE_NAME "vlc"
  160. | #define PACKAGE_TARNAME "vlc"
  161. | #define PACKAGE_VERSION "2.0.0-rc1"
  162. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  163. | #define PACKAGE_BUGREPORT ""
  164. | #define PACKAGE_URL ""
  165. | #define PACKAGE "vlc"
  166. | #define VERSION "2.0.0-rc1"
  167. | /* end confdefs.h.  */
  168. | #include <stdarg.h>
  169. | #include <stdbool.h>
  170. | #include <stdlib.h>
  171. | #include <wchar.h>
  172. | #include <stdio.h>
  173. |
  174. | // Check varargs macros.  These examples are taken from C99 6.10.3.5.
  175. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  176. | #define showlist(...) puts (#__VA_ARGS__)
  177. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  178. | static void
  179. | test_varargs_macros (void)
  180. | {
  181. |   int x = 1234;
  182. |   int y = 5678;
  183. |   debug ("Flag");
  184. |   debug ("X = %d\n", x);
  185. |   showlist (The first, second, and third items.);
  186. |   report (x>y, "x is %d but y is %d", x, y);
  187. | }
  188. |
  189. | // Check long long types.
  190. | #define BIG64 18446744073709551615ull
  191. | #define BIG32 4294967295ul
  192. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  193. | #if !BIG_OK
  194. |   your preprocessor is broken;
  195. | #endif
  196. | #if BIG_OK
  197. | #else
  198. |   your preprocessor is broken;
  199. | #endif
  200. | static long long int bignum = -9223372036854775807LL;
  201. | static unsigned long long int ubignum = BIG64;
  202. |
  203. | struct incomplete_array
  204. | {
  205. |   int datasize;
  206. |   double data[];
  207. | };
  208. |
  209. | struct named_init {
  210. |   int number;
  211. |   const wchar_t *name;
  212. |   double average;
  213. | };
  214. |
  215. | typedef const char *ccp;
  216. |
  217. | static inline int
  218. | test_restrict (ccp restrict text)
  219. | {
  220. |   // See if C++-style comments work.
  221. |   // Iterate through items via the restricted pointer.
  222. |   // Also check for declarations in for loops.
  223. |   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  224. |     continue;
  225. |   return 0;
  226. | }
  227. |
  228. | // Check varargs and va_copy.
  229. | static void
  230. | test_varargs (const char *format, ...)
  231. | {
  232. |   va_list args;
  233. |   va_start (args, format);
  234. |   va_list args_copy;
  235. |   va_copy (args_copy, args);
  236. |
  237. |   const char *str;
  238. |   int number;
  239. |   float fnumber;
  240. |
  241. |   while (*format)
  242. |     {
  243. |       switch (*format++)
  244. |       {
  245. |       case 's': // string
  246. |         str = va_arg (args_copy, const char *);
  247. |         break;
  248. |       case 'd': // int
  249. |         number = va_arg (args_copy, int);
  250. |         break;
  251. |       case 'f': // float
  252. |         fnumber = va_arg (args_copy, double);
  253. |         break;
  254. |       default:
  255. |         break;
  256. |       }
  257. |     }
  258. |   va_end (args_copy);
  259. |   va_end (args);
  260. | }
  261. |
  262. | int
  263. | main ()
  264. | {
  265. |
  266. |   // Check bool.
  267. |   _Bool success = false;
  268. |
  269. |   // Check restrict.
  270. |   if (test_restrict ("String literal") == 0)
  271. |     success = true;
  272. |   char *restrict newvar = "Another string";
  273. |
  274. |   // Check varargs.
  275. |   test_varargs ("s, d' f .", "string", 65, 34.234);
  276. |   test_varargs_macros ();
  277. |
  278. |   // Check flexible array members.
  279. |   struct incomplete_array *ia =
  280. |     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  281. |   ia->datasize = 10;
  282. |   for (int i = 0; i < ia->datasize; ++i)
  283. |     ia->data[i] = i * 1.234;
  284. |
  285. |   // Check named initializers.
  286. |   struct named_init ni = {
  287. |     .number = 34,
  288. |     .name = L"Test wide string",
  289. |     .average = 543.34343,
  290. |   };
  291. |
  292. |   ni.number = 58;
  293. |
  294. |   int dynamic_array[ni.number];
  295. |   dynamic_array[ni.number - 1] = 543;
  296. |
  297. |   // work around unused variable warnings
  298. |   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  299. |         || dynamic_array[ni.number - 1] != 543);
  300. |
  301. |   ;
  302. |   return 0;
  303. | }
  304. configure:6006: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  305. configure:6006: $? = 0
  306. configure:6026: result: -std=gnu99
  307. configure:6040: checking how to run the C preprocessor
  308. configure:6071: gcc -std=gnu99 -E  conftest.c
  309. configure:6071: $? = 0
  310. configure:6085: gcc -std=gnu99 -E  conftest.c
  311. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  312. compilation terminated.
  313. configure:6085: $? = 1
  314. configure: failed program was:
  315. | /* confdefs.h */
  316. | #define PACKAGE_NAME "vlc"
  317. | #define PACKAGE_TARNAME "vlc"
  318. | #define PACKAGE_VERSION "2.0.0-rc1"
  319. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  320. | #define PACKAGE_BUGREPORT ""
  321. | #define PACKAGE_URL ""
  322. | #define PACKAGE "vlc"
  323. | #define VERSION "2.0.0-rc1"
  324. | /* end confdefs.h.  */
  325. | #include <ac_nonexistent.h>
  326. configure:6110: result: gcc -std=gnu99 -E
  327. configure:6130: gcc -std=gnu99 -E  conftest.c
  328. configure:6130: $? = 0
  329. configure:6144: gcc -std=gnu99 -E  conftest.c
  330. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  331. compilation terminated.
  332. configure:6144: $? = 1
  333. configure: failed program was:
  334. | /* confdefs.h */
  335. | #define PACKAGE_NAME "vlc"
  336. | #define PACKAGE_TARNAME "vlc"
  337. | #define PACKAGE_VERSION "2.0.0-rc1"
  338. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  339. | #define PACKAGE_BUGREPORT ""
  340. | #define PACKAGE_URL ""
  341. | #define PACKAGE "vlc"
  342. | #define VERSION "2.0.0-rc1"
  343. | /* end confdefs.h.  */
  344. | #include <ac_nonexistent.h>
  345. configure:6173: checking for grep that handles long lines and -e
  346. configure:6231: result: /bin/grep
  347. configure:6236: checking for egrep
  348. configure:6298: result: /bin/grep -E
  349. configure:6303: checking for ANSI C header files
  350. configure:6323: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  351. configure:6323: $? = 0
  352. configure:6396: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  353. configure:6396: $? = 0
  354. configure:6396: ./conftest
  355. configure:6396: $? = 0
  356. configure:6407: result: yes
  357. configure:6420: checking for sys/types.h
  358. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  359. configure:6420: $? = 0
  360. configure:6420: result: yes
  361. configure:6420: checking for sys/stat.h
  362. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  363. configure:6420: $? = 0
  364. configure:6420: result: yes
  365. configure:6420: checking for stdlib.h
  366. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  367. configure:6420: $? = 0
  368. configure:6420: result: yes
  369. configure:6420: checking for string.h
  370. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  371. configure:6420: $? = 0
  372. configure:6420: result: yes
  373. configure:6420: checking for memory.h
  374. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  375. configure:6420: $? = 0
  376. configure:6420: result: yes
  377. configure:6420: checking for strings.h
  378. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  379. configure:6420: $? = 0
  380. configure:6420: result: yes
  381. configure:6420: checking for inttypes.h
  382. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  383. configure:6420: $? = 0
  384. configure:6420: result: yes
  385. configure:6420: checking for stdint.h
  386. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  387. configure:6420: $? = 0
  388. configure:6420: result: yes
  389. configure:6420: checking for unistd.h
  390. configure:6420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  391. configure:6420: $? = 0
  392. configure:6420: result: yes
  393. configure:6433: checking minix/config.h usability
  394. configure:6433: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  395. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  396. compilation terminated.
  397. configure:6433: $? = 1
  398. configure: failed program was:
  399. | /* confdefs.h */
  400. | #define PACKAGE_NAME "vlc"
  401. | #define PACKAGE_TARNAME "vlc"
  402. | #define PACKAGE_VERSION "2.0.0-rc1"
  403. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  404. | #define PACKAGE_BUGREPORT ""
  405. | #define PACKAGE_URL ""
  406. | #define PACKAGE "vlc"
  407. | #define VERSION "2.0.0-rc1"
  408. | #define STDC_HEADERS 1
  409. | #define HAVE_SYS_TYPES_H 1
  410. | #define HAVE_SYS_STAT_H 1
  411. | #define HAVE_STDLIB_H 1
  412. | #define HAVE_STRING_H 1
  413. | #define HAVE_MEMORY_H 1
  414. | #define HAVE_STRINGS_H 1
  415. | #define HAVE_INTTYPES_H 1
  416. | #define HAVE_STDINT_H 1
  417. | #define HAVE_UNISTD_H 1
  418. | /* end confdefs.h.  */
  419. | #include <stdio.h>
  420. | #ifdef HAVE_SYS_TYPES_H
  421. | # include <sys/types.h>
  422. | #endif
  423. | #ifdef HAVE_SYS_STAT_H
  424. | # include <sys/stat.h>
  425. | #endif
  426. | #ifdef STDC_HEADERS
  427. | # include <stdlib.h>
  428. | # include <stddef.h>
  429. | #else
  430. | # ifdef HAVE_STDLIB_H
  431. | #  include <stdlib.h>
  432. | # endif
  433. | #endif
  434. | #ifdef HAVE_STRING_H
  435. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  436. | #  include <memory.h>
  437. | # endif
  438. | # include <string.h>
  439. | #endif
  440. | #ifdef HAVE_STRINGS_H
  441. | # include <strings.h>
  442. | #endif
  443. | #ifdef HAVE_INTTYPES_H
  444. | # include <inttypes.h>
  445. | #endif
  446. | #ifdef HAVE_STDINT_H
  447. | # include <stdint.h>
  448. | #endif
  449. | #ifdef HAVE_UNISTD_H
  450. | # include <unistd.h>
  451. | #endif
  452. | #include <minix/config.h>
  453. configure:6433: result: no
  454. configure:6433: checking minix/config.h presence
  455. configure:6433: gcc -std=gnu99 -E  conftest.c
  456. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  457. compilation terminated.
  458. configure:6433: $? = 1
  459. configure: failed program was:
  460. | /* confdefs.h */
  461. | #define PACKAGE_NAME "vlc"
  462. | #define PACKAGE_TARNAME "vlc"
  463. | #define PACKAGE_VERSION "2.0.0-rc1"
  464. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  465. | #define PACKAGE_BUGREPORT ""
  466. | #define PACKAGE_URL ""
  467. | #define PACKAGE "vlc"
  468. | #define VERSION "2.0.0-rc1"
  469. | #define STDC_HEADERS 1
  470. | #define HAVE_SYS_TYPES_H 1
  471. | #define HAVE_SYS_STAT_H 1
  472. | #define HAVE_STDLIB_H 1
  473. | #define HAVE_STRING_H 1
  474. | #define HAVE_MEMORY_H 1
  475. | #define HAVE_STRINGS_H 1
  476. | #define HAVE_INTTYPES_H 1
  477. | #define HAVE_STDINT_H 1
  478. | #define HAVE_UNISTD_H 1
  479. | /* end confdefs.h.  */
  480. | #include <minix/config.h>
  481. configure:6433: result: no
  482. configure:6433: checking for minix/config.h
  483. configure:6433: result: no
  484. configure:6454: checking whether it is safe to define __EXTENSIONS__
  485. configure:6472: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  486. configure:6472: $? = 0
  487. configure:6479: result: yes
  488. configure:6510: checking whether gcc -std=gnu99 and cc understand -c and -o together
  489. configure:6541: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  490. configure:6545: $? = 0
  491. configure:6551: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  492. configure:6555: $? = 0
  493. configure:6566: cc -c conftest.c >&5
  494. configure:6570: $? = 0
  495. configure:6578: cc -c conftest.c -o conftest2.o >&5
  496. configure:6582: $? = 0
  497. configure:6588: cc -c conftest.c -o conftest2.o >&5
  498. configure:6592: $? = 0
  499. configure:6610: result: yes
  500. configure:6693: checking for g++
  501. configure:6709: found /usr/bin/g++
  502. configure:6720: result: g++
  503. configure:6747: checking for C++ compiler version
  504. configure:6756: g++ --version >&5
  505. g++ (GCC) 4.6.2 20120120 (prerelease)
  506. Copyright (C) 2011 Free Software Foundation, Inc.
  507. This is free software; see the source for copying conditions.  There is NO
  508. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  509.  
  510. configure:6767: $? = 0
  511. configure:6756: g++ -v >&5
  512. Using built-in specs.
  513. COLLECT_GCC=g++
  514. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/lto-wrapper
  515. Target: x86_64-unknown-linux-gnu
  516. Configured with: /build/src/gcc-4.6-20120120/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libssp --enable-checking=release
  517. Thread model: posix
  518. gcc version 4.6.2 20120120 (prerelease) (GCC)
  519. configure:6767: $? = 0
  520. configure:6756: g++ -V >&5
  521. g++: error: unrecognized option '-V'
  522. g++: fatal error: no input files
  523. compilation terminated.
  524. configure:6767: $? = 1
  525. configure:6756: g++ -qversion >&5
  526. g++: error: unrecognized option '-qversion'
  527. g++: fatal error: no input files
  528. compilation terminated.
  529. configure:6767: $? = 1
  530. configure:6771: checking whether we are using the GNU C++ compiler
  531. configure:6790: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.cpp >&5
  532. configure:6790: $? = 0
  533. configure:6799: result: yes
  534. configure:6808: checking whether g++ accepts -g
  535. configure:6828: g++ -c -g  conftest.cpp >&5
  536. configure:6828: $? = 0
  537. configure:6869: result: yes
  538. configure:6894: checking dependency style of g++
  539. configure:7005: result: gcc3
  540. configure:7025: checking how to run the C preprocessor
  541. configure:7095: result: gcc -std=gnu99 -E
  542. configure:7115: gcc -std=gnu99 -E  conftest.c
  543. configure:7115: $? = 0
  544. configure:7129: gcc -std=gnu99 -E  conftest.c
  545. conftest.c:31:28: fatal error: ac_nonexistent.h: No such file or directory
  546. compilation terminated.
  547. configure:7129: $? = 1
  548. configure: failed program was:
  549. | /* confdefs.h */
  550. | #define PACKAGE_NAME "vlc"
  551. | #define PACKAGE_TARNAME "vlc"
  552. | #define PACKAGE_VERSION "2.0.0-rc1"
  553. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  554. | #define PACKAGE_BUGREPORT ""
  555. | #define PACKAGE_URL ""
  556. | #define PACKAGE "vlc"
  557. | #define VERSION "2.0.0-rc1"
  558. | #define STDC_HEADERS 1
  559. | #define HAVE_SYS_TYPES_H 1
  560. | #define HAVE_SYS_STAT_H 1
  561. | #define HAVE_STDLIB_H 1
  562. | #define HAVE_STRING_H 1
  563. | #define HAVE_MEMORY_H 1
  564. | #define HAVE_STRINGS_H 1
  565. | #define HAVE_INTTYPES_H 1
  566. | #define HAVE_STDINT_H 1
  567. | #define HAVE_UNISTD_H 1
  568. | #define __EXTENSIONS__ 1
  569. | #define _ALL_SOURCE 1
  570. | #define _GNU_SOURCE 1
  571. | #define _POSIX_PTHREAD_SEMANTICS 1
  572. | #define _TANDEM_SOURCE 1
  573. | #define _FORTIFY_SOURCE 2
  574. | #define _FILE_OFFSET_BITS 64
  575. | #define _REENTRANT /**/
  576. | #define _THREAD_SAFE /**/
  577. | #define __LIBVLC__ /**/
  578. | /* end confdefs.h.  */
  579. | #include <ac_nonexistent.h>
  580. configure:7211: checking for gcc
  581. configure:7227: found /usr/bin/gcc
  582. configure:7238: result: gcc
  583. configure:7263: checking for Objective C compiler version
  584. configure:7272: gcc --version >&5
  585. gcc (GCC) 4.6.2 20120120 (prerelease)
  586. Copyright (C) 2011 Free Software Foundation, Inc.
  587. This is free software; see the source for copying conditions.  There is NO
  588. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  589.  
  590. configure:7283: $? = 0
  591. configure:7272: gcc -v >&5
  592. Using built-in specs.
  593. COLLECT_GCC=gcc
  594. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/lto-wrapper
  595. Target: x86_64-unknown-linux-gnu
  596. Configured with: /build/src/gcc-4.6-20120120/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libssp --enable-checking=release
  597. Thread model: posix
  598. gcc version 4.6.2 20120120 (prerelease) (GCC)
  599. configure:7283: $? = 0
  600. configure:7272: gcc -V >&5
  601. gcc: error: unrecognized option '-V'
  602. gcc: fatal error: no input files
  603. compilation terminated.
  604. configure:7283: $? = 1
  605. configure:7272: gcc -qversion >&5
  606. gcc: error: unrecognized option '-qversion'
  607. gcc: fatal error: no input files
  608. compilation terminated.
  609. configure:7283: $? = 1
  610. configure:7287: checking whether we are using the GNU Objective C compiler
  611. configure:7306: gcc -c   conftest.m >&5
  612. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  613. configure:7306: $? = 1
  614. configure: failed program was:
  615. | /* confdefs.h */
  616. | #define PACKAGE_NAME "vlc"
  617. | #define PACKAGE_TARNAME "vlc"
  618. | #define PACKAGE_VERSION "2.0.0-rc1"
  619. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  620. | #define PACKAGE_BUGREPORT ""
  621. | #define PACKAGE_URL ""
  622. | #define PACKAGE "vlc"
  623. | #define VERSION "2.0.0-rc1"
  624. | #define STDC_HEADERS 1
  625. | #define HAVE_SYS_TYPES_H 1
  626. | #define HAVE_SYS_STAT_H 1
  627. | #define HAVE_STDLIB_H 1
  628. | #define HAVE_STRING_H 1
  629. | #define HAVE_MEMORY_H 1
  630. | #define HAVE_STRINGS_H 1
  631. | #define HAVE_INTTYPES_H 1
  632. | #define HAVE_STDINT_H 1
  633. | #define HAVE_UNISTD_H 1
  634. | #define __EXTENSIONS__ 1
  635. | #define _ALL_SOURCE 1
  636. | #define _GNU_SOURCE 1
  637. | #define _POSIX_PTHREAD_SEMANTICS 1
  638. | #define _TANDEM_SOURCE 1
  639. | #define _FORTIFY_SOURCE 2
  640. | #define _FILE_OFFSET_BITS 64
  641. | #define _REENTRANT /**/
  642. | #define _THREAD_SAFE /**/
  643. | #define __LIBVLC__ /**/
  644. | /* end confdefs.h.  */
  645. |
  646. | int
  647. | main ()
  648. | {
  649. | #ifndef __GNUC__
  650. |        choke me
  651. | #endif
  652. |
  653. |   ;
  654. |   return 0;
  655. | }
  656. configure:7315: result: no
  657. configure:7324: checking whether gcc accepts -g
  658. configure:7344: gcc -c -g  conftest.m >&5
  659. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  660. configure:7344: $? = 1
  661. configure: failed program was:
  662. | /* confdefs.h */
  663. | #define PACKAGE_NAME "vlc"
  664. | #define PACKAGE_TARNAME "vlc"
  665. | #define PACKAGE_VERSION "2.0.0-rc1"
  666. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  667. | #define PACKAGE_BUGREPORT ""
  668. | #define PACKAGE_URL ""
  669. | #define PACKAGE "vlc"
  670. | #define VERSION "2.0.0-rc1"
  671. | #define STDC_HEADERS 1
  672. | #define HAVE_SYS_TYPES_H 1
  673. | #define HAVE_SYS_STAT_H 1
  674. | #define HAVE_STDLIB_H 1
  675. | #define HAVE_STRING_H 1
  676. | #define HAVE_MEMORY_H 1
  677. | #define HAVE_STRINGS_H 1
  678. | #define HAVE_INTTYPES_H 1
  679. | #define HAVE_STDINT_H 1
  680. | #define HAVE_UNISTD_H 1
  681. | #define __EXTENSIONS__ 1
  682. | #define _ALL_SOURCE 1
  683. | #define _GNU_SOURCE 1
  684. | #define _POSIX_PTHREAD_SEMANTICS 1
  685. | #define _TANDEM_SOURCE 1
  686. | #define _FORTIFY_SOURCE 2
  687. | #define _FILE_OFFSET_BITS 64
  688. | #define _REENTRANT /**/
  689. | #define _THREAD_SAFE /**/
  690. | #define __LIBVLC__ /**/
  691. | /* end confdefs.h.  */
  692. |
  693. | int
  694. | main ()
  695. | {
  696. |
  697. |   ;
  698. |   return 0;
  699. | }
  700. configure:7359: gcc -c   conftest.m >&5
  701. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  702. configure:7359: $? = 1
  703. configure: failed program was:
  704. | /* confdefs.h */
  705. | #define PACKAGE_NAME "vlc"
  706. | #define PACKAGE_TARNAME "vlc"
  707. | #define PACKAGE_VERSION "2.0.0-rc1"
  708. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  709. | #define PACKAGE_BUGREPORT ""
  710. | #define PACKAGE_URL ""
  711. | #define PACKAGE "vlc"
  712. | #define VERSION "2.0.0-rc1"
  713. | #define STDC_HEADERS 1
  714. | #define HAVE_SYS_TYPES_H 1
  715. | #define HAVE_SYS_STAT_H 1
  716. | #define HAVE_STDLIB_H 1
  717. | #define HAVE_STRING_H 1
  718. | #define HAVE_MEMORY_H 1
  719. | #define HAVE_STRINGS_H 1
  720. | #define HAVE_INTTYPES_H 1
  721. | #define HAVE_STDINT_H 1
  722. | #define HAVE_UNISTD_H 1
  723. | #define __EXTENSIONS__ 1
  724. | #define _ALL_SOURCE 1
  725. | #define _GNU_SOURCE 1
  726. | #define _POSIX_PTHREAD_SEMANTICS 1
  727. | #define _TANDEM_SOURCE 1
  728. | #define _FORTIFY_SOURCE 2
  729. | #define _FILE_OFFSET_BITS 64
  730. | #define _REENTRANT /**/
  731. | #define _THREAD_SAFE /**/
  732. | #define __LIBVLC__ /**/
  733. | /* end confdefs.h.  */
  734. |
  735. | int
  736. | main ()
  737. | {
  738. |
  739. |   ;
  740. |   return 0;
  741. | }
  742. configure:7375: gcc -c -g  conftest.m >&5
  743. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  744. configure:7375: $? = 1
  745. configure: failed program was:
  746. | /* confdefs.h */
  747. | #define PACKAGE_NAME "vlc"
  748. | #define PACKAGE_TARNAME "vlc"
  749. | #define PACKAGE_VERSION "2.0.0-rc1"
  750. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  751. | #define PACKAGE_BUGREPORT ""
  752. | #define PACKAGE_URL ""
  753. | #define PACKAGE "vlc"
  754. | #define VERSION "2.0.0-rc1"
  755. | #define STDC_HEADERS 1
  756. | #define HAVE_SYS_TYPES_H 1
  757. | #define HAVE_SYS_STAT_H 1
  758. | #define HAVE_STDLIB_H 1
  759. | #define HAVE_STRING_H 1
  760. | #define HAVE_MEMORY_H 1
  761. | #define HAVE_STRINGS_H 1
  762. | #define HAVE_INTTYPES_H 1
  763. | #define HAVE_STDINT_H 1
  764. | #define HAVE_UNISTD_H 1
  765. | #define __EXTENSIONS__ 1
  766. | #define _ALL_SOURCE 1
  767. | #define _GNU_SOURCE 1
  768. | #define _POSIX_PTHREAD_SEMANTICS 1
  769. | #define _TANDEM_SOURCE 1
  770. | #define _FORTIFY_SOURCE 2
  771. | #define _FILE_OFFSET_BITS 64
  772. | #define _REENTRANT /**/
  773. | #define _THREAD_SAFE /**/
  774. | #define __LIBVLC__ /**/
  775. | /* end confdefs.h.  */
  776. |
  777. | int
  778. | main ()
  779. | {
  780. |
  781. |   ;
  782. |   return 0;
  783. | }
  784. configure:7385: result: no
  785. configure:7410: checking dependency style of gcc
  786. configure:7519: result: gcc3
  787. configure:7537: checking dependency style of gcc
  788. configure:7646: result: gcc3
  789. configure:7661: checking for egrep
  790. configure:7723: result: /bin/grep -E
  791. configure:7728: checking whether make sets $(MAKE)
  792. configure:7750: result: yes
  793. configure:7769: checking dependency style of gcc -std=gnu99
  794. configure:7878: result: gcc3
  795. configure:7899: checking for desktop-file-validate
  796. configure:7915: found /usr/bin/desktop-file-validate
  797. configure:7926: result: desktop-file-validate
  798. configure:7939: checking for an ANSI C-conforming const
  799. configure:8004: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  800. configure:8004: $? = 0
  801. configure:8011: result: yes
  802. configure:8019: checking for inline
  803. configure:8035: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  804. configure:8035: $? = 0
  805. configure:8043: result: inline
  806. configure:8061: checking for C/C++ restrict keyword
  807. configure:8086: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  808. configure:8086: $? = 0
  809. configure:8094: result: __restrict
  810. configure:8740: checking for 3rd party libraries path
  811. ./contrib/x86_64-unknown-linux-gnu not found
  812. ./contrib/x86_64-unknown-linux-gnu not found
  813. ./extras/contrib/hosts/x86_64-unknown-linux-gnu not found
  814. ./extras/contrib/hosts/x86_64-unknown-linux-gnu not found
  815. configure:8761: result: not found
  816. configure:8858: checking for an Android system
  817. configure:8875: gcc -std=gnu99 -E  conftest.c
  818. conftest.c:33:12: error: #error Not Android
  819. configure:8875: $? = 1
  820. configure: failed program was:
  821. | /* confdefs.h */
  822. | #define PACKAGE_NAME "vlc"
  823. | #define PACKAGE_TARNAME "vlc"
  824. | #define PACKAGE_VERSION "2.0.0-rc1"
  825. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  826. | #define PACKAGE_BUGREPORT ""
  827. | #define PACKAGE_URL ""
  828. | #define PACKAGE "vlc"
  829. | #define VERSION "2.0.0-rc1"
  830. | #define STDC_HEADERS 1
  831. | #define HAVE_SYS_TYPES_H 1
  832. | #define HAVE_SYS_STAT_H 1
  833. | #define HAVE_STDLIB_H 1
  834. | #define HAVE_STRING_H 1
  835. | #define HAVE_MEMORY_H 1
  836. | #define HAVE_STRINGS_H 1
  837. | #define HAVE_INTTYPES_H 1
  838. | #define HAVE_STDINT_H 1
  839. | #define HAVE_UNISTD_H 1
  840. | #define __EXTENSIONS__ 1
  841. | #define _ALL_SOURCE 1
  842. | #define _GNU_SOURCE 1
  843. | #define _POSIX_PTHREAD_SEMANTICS 1
  844. | #define _TANDEM_SOURCE 1
  845. | #define _FORTIFY_SOURCE 2
  846. | #define _FILE_OFFSET_BITS 64
  847. | #define _REENTRANT /**/
  848. | #define _THREAD_SAFE /**/
  849. | #define __LIBVLC__ /**/
  850. | #define restrict __restrict
  851. | /* end confdefs.h.  */
  852. | #ifndef __ANDROID__
  853. |          # error Not Android
  854. |          #endif
  855. |
  856. | int
  857. | main ()
  858. | {
  859. | ;
  860. |   ;
  861. |   return 0;
  862. | }
  863. |
  864. configure:8883: result: no
  865. configure:8953: checking how to print strings
  866. configure:8980: result: printf
  867. configure:9001: checking for a sed that does not truncate output
  868. configure:9065: result: /bin/sed
  869. configure:9083: checking for fgrep
  870. configure:9145: result: /bin/grep -F
  871. configure:9180: checking for ld used by gcc -std=gnu99
  872. configure:9247: result: /usr/bin/ld
  873. configure:9254: checking if the linker (/usr/bin/ld) is GNU ld
  874. configure:9269: result: yes
  875. configure:9281: checking for BSD- or MS-compatible name lister (nm)
  876. configure:9330: result: /usr/bin/nm -B
  877. configure:9460: checking the name lister (/usr/bin/nm -B) interface
  878. configure:9467: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  879. configure:9470: /usr/bin/nm -B "conftest.o"
  880. configure:9473: output
  881. 0000000000000000 B some_variable
  882. configure:9480: result: BSD nm
  883. configure:9483: checking whether ln -s works
  884. configure:9487: result: yes
  885. configure:9495: checking the maximum length of command line arguments
  886. configure:9625: result: 1572864
  887. configure:9642: checking whether the shell understands some XSI constructs
  888. configure:9652: result: yes
  889. configure:9656: checking whether the shell understands "+="
  890. configure:9662: result: yes
  891. configure:9697: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  892. configure:9737: result: func_convert_file_noop
  893. configure:9744: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  894. configure:9764: result: func_convert_file_noop
  895. configure:9771: checking for /usr/bin/ld option to reload object files
  896. configure:9778: result: -r
  897. configure:9852: checking for objdump
  898. configure:9868: found /usr/bin/objdump
  899. configure:9879: result: objdump
  900. configure:9908: checking how to recognize dependent libraries
  901. configure:10110: result: pass_all
  902. configure:10195: checking for dlltool
  903. configure:10225: result: no
  904. configure:10252: checking how to associate runtime and link libraries
  905. configure:10279: result: printf %s\n
  906. configure:10339: checking for ar
  907. configure:10355: found /usr/bin/ar
  908. configure:10366: result: ar
  909. configure:10403: checking for archiver @FILE support
  910. configure:10420: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  911. configure:10420: $? = 0
  912. configure:10423: ar cru libconftest.a @conftest.lst >&5
  913. configure:10426: $? = 0
  914. configure:10431: ar cru libconftest.a @conftest.lst >&5
  915. ar: conftest.o: No such file or directory
  916. configure:10434: $? = 1
  917. configure:10446: result: @
  918. configure:10504: checking for strip
  919. configure:10520: found /usr/bin/strip
  920. configure:10531: result: strip
  921. configure:10603: checking for ranlib
  922. configure:10619: found /usr/bin/ranlib
  923. configure:10630: result: ranlib
  924. configure:10732: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
  925. configure:10852: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  926. configure:10855: $? = 0
  927. configure:10859: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  928. configure:10862: $? = 0
  929. configure:10928: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c conftstm.o >&5
  930. configure:10931: $? = 0
  931. configure:10969: result: ok
  932. configure:11006: checking for sysroot
  933. configure:11036: result: no
  934. configure:11113: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  935. configure:11116: $? = 0
  936. configure:11292: checking for mt
  937. configure:11322: result: no
  938. configure:11342: checking if : is a manifest tool
  939. configure:11348: : '-?'
  940. configure:11356: result: no
  941. configure:11995: checking for dlfcn.h
  942. configure:11995: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  943. configure:11995: $? = 0
  944. configure:11995: result: yes
  945. configure:12507: checking for objdir
  946. configure:12522: result: .libs
  947. configure:12793: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  948. configure:12811: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -fno-rtti -fno-exceptions conftest.c >&5
  949. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  950. configure:12815: $? = 0
  951. configure:12828: result: no
  952. configure:13155: checking for gcc -std=gnu99 option to produce PIC
  953. configure:13162: result: -fPIC -DPIC
  954. configure:13170: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  955. configure:13188: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -fPIC -DPIC -DPIC conftest.c >&5
  956. configure:13192: $? = 0
  957. configure:13205: result: yes
  958. configure:13234: checking if gcc -std=gnu99 static flag -static works
  959. configure:13262: result: yes
  960. configure:13277: checking if gcc -std=gnu99 supports -c -o file.o
  961. configure:13298: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -o out/conftest2.o conftest.c >&5
  962. configure:13302: $? = 0
  963. configure:13324: result: yes
  964. configure:13332: checking if gcc -std=gnu99 supports -c -o file.o
  965. configure:13379: result: yes
  966. configure:13412: checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  967. configure:14565: result: yes
  968. configure:14602: checking whether -lc should be explicitly linked in
  969. configure:14610: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  970. configure:14613: $? = 0
  971. configure:14628: gcc -std=gnu99 -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
  972. configure:14631: $? = 0
  973. configure:14645: result: no
  974. configure:14805: checking dynamic linker characteristics
  975. configure:15316: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -Wl,-rpath -Wl,/foo conftest.c  >&5
  976. configure:15316: $? = 0
  977. configure:15538: result: GNU/Linux ld.so
  978. configure:15645: checking how to hardcode library paths into programs
  979. configure:15670: result: immediate
  980. configure:15764: checking for shl_load
  981. configure:15764: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  982. /tmp/cc3H1vYL.o: In function `main':
  983. conftest.c:(.text.startup+0x7): undefined reference to `shl_load'
  984. collect2: ld returned 1 exit status
  985. configure:15764: $? = 1
  986. configure: failed program was:
  987. | /* confdefs.h */
  988. | #define PACKAGE_NAME "vlc"
  989. | #define PACKAGE_TARNAME "vlc"
  990. | #define PACKAGE_VERSION "2.0.0-rc1"
  991. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  992. | #define PACKAGE_BUGREPORT ""
  993. | #define PACKAGE_URL ""
  994. | #define PACKAGE "vlc"
  995. | #define VERSION "2.0.0-rc1"
  996. | #define STDC_HEADERS 1
  997. | #define HAVE_SYS_TYPES_H 1
  998. | #define HAVE_SYS_STAT_H 1
  999. | #define HAVE_STDLIB_H 1
  1000. | #define HAVE_STRING_H 1
  1001. | #define HAVE_MEMORY_H 1
  1002. | #define HAVE_STRINGS_H 1
  1003. | #define HAVE_INTTYPES_H 1
  1004. | #define HAVE_STDINT_H 1
  1005. | #define HAVE_UNISTD_H 1
  1006. | #define __EXTENSIONS__ 1
  1007. | #define _ALL_SOURCE 1
  1008. | #define _GNU_SOURCE 1
  1009. | #define _POSIX_PTHREAD_SEMANTICS 1
  1010. | #define _TANDEM_SOURCE 1
  1011. | #define _FORTIFY_SOURCE 2
  1012. | #define _FILE_OFFSET_BITS 64
  1013. | #define _REENTRANT /**/
  1014. | #define _THREAD_SAFE /**/
  1015. | #define __LIBVLC__ /**/
  1016. | #define restrict __restrict
  1017. | #define HAVE_DLFCN_H 1
  1018. | #define LT_OBJDIR ".libs/"
  1019. | /* end confdefs.h.  */
  1020. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  1021. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1022. | #define shl_load innocuous_shl_load
  1023. |
  1024. | /* System header to define __stub macros and hopefully few prototypes,
  1025. |     which can conflict with char shl_load (); below.
  1026. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1027. |     <limits.h> exists even on freestanding compilers.  */
  1028. |
  1029. | #ifdef __STDC__
  1030. | # include <limits.h>
  1031. | #else
  1032. | # include <assert.h>
  1033. | #endif
  1034. |
  1035. | #undef shl_load
  1036. |
  1037. | /* Override any GCC internal prototype to avoid an error.
  1038. |    Use char because int might match the return type of a GCC
  1039. |    builtin and then its argument prototype would still apply.  */
  1040. | #ifdef __cplusplus
  1041. | extern "C"
  1042. | #endif
  1043. | char shl_load ();
  1044. | /* The GNU C library defines this for functions which it implements
  1045. |     to always fail with ENOSYS.  Some functions are actually named
  1046. |     something starting with __ and the normal name is an alias.  */
  1047. | #if defined __stub_shl_load || defined __stub___shl_load
  1048. | choke me
  1049. | #endif
  1050. |
  1051. | int
  1052. | main ()
  1053. | {
  1054. | return shl_load ();
  1055. |   ;
  1056. |   return 0;
  1057. | }
  1058. configure:15764: result: no
  1059. configure:15768: checking for shl_load in -ldld
  1060. configure:15793: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -ldld   >&5
  1061. /usr/bin/ld: cannot find -ldld
  1062. collect2: ld returned 1 exit status
  1063. configure:15793: $? = 1
  1064. configure: failed program was:
  1065. | /* confdefs.h */
  1066. | #define PACKAGE_NAME "vlc"
  1067. | #define PACKAGE_TARNAME "vlc"
  1068. | #define PACKAGE_VERSION "2.0.0-rc1"
  1069. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1070. | #define PACKAGE_BUGREPORT ""
  1071. | #define PACKAGE_URL ""
  1072. | #define PACKAGE "vlc"
  1073. | #define VERSION "2.0.0-rc1"
  1074. | #define STDC_HEADERS 1
  1075. | #define HAVE_SYS_TYPES_H 1
  1076. | #define HAVE_SYS_STAT_H 1
  1077. | #define HAVE_STDLIB_H 1
  1078. | #define HAVE_STRING_H 1
  1079. | #define HAVE_MEMORY_H 1
  1080. | #define HAVE_STRINGS_H 1
  1081. | #define HAVE_INTTYPES_H 1
  1082. | #define HAVE_STDINT_H 1
  1083. | #define HAVE_UNISTD_H 1
  1084. | #define __EXTENSIONS__ 1
  1085. | #define _ALL_SOURCE 1
  1086. | #define _GNU_SOURCE 1
  1087. | #define _POSIX_PTHREAD_SEMANTICS 1
  1088. | #define _TANDEM_SOURCE 1
  1089. | #define _FORTIFY_SOURCE 2
  1090. | #define _FILE_OFFSET_BITS 64
  1091. | #define _REENTRANT /**/
  1092. | #define _THREAD_SAFE /**/
  1093. | #define __LIBVLC__ /**/
  1094. | #define restrict __restrict
  1095. | #define HAVE_DLFCN_H 1
  1096. | #define LT_OBJDIR ".libs/"
  1097. | /* end confdefs.h.  */
  1098. |
  1099. | /* Override any GCC internal prototype to avoid an error.
  1100. |    Use char because int might match the return type of a GCC
  1101. |    builtin and then its argument prototype would still apply.  */
  1102. | #ifdef __cplusplus
  1103. | extern "C"
  1104. | #endif
  1105. | char shl_load ();
  1106. | int
  1107. | main ()
  1108. | {
  1109. | return shl_load ();
  1110. |   ;
  1111. |   return 0;
  1112. | }
  1113. configure:15802: result: no
  1114. configure:15807: checking for dlopen
  1115. configure:15807: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1116. /tmp/cc4t84wE.o: In function `main':
  1117. conftest.c:(.text.startup+0x7): undefined reference to `dlopen'
  1118. collect2: ld returned 1 exit status
  1119. configure:15807: $? = 1
  1120. configure: failed program was:
  1121. | /* confdefs.h */
  1122. | #define PACKAGE_NAME "vlc"
  1123. | #define PACKAGE_TARNAME "vlc"
  1124. | #define PACKAGE_VERSION "2.0.0-rc1"
  1125. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1126. | #define PACKAGE_BUGREPORT ""
  1127. | #define PACKAGE_URL ""
  1128. | #define PACKAGE "vlc"
  1129. | #define VERSION "2.0.0-rc1"
  1130. | #define STDC_HEADERS 1
  1131. | #define HAVE_SYS_TYPES_H 1
  1132. | #define HAVE_SYS_STAT_H 1
  1133. | #define HAVE_STDLIB_H 1
  1134. | #define HAVE_STRING_H 1
  1135. | #define HAVE_MEMORY_H 1
  1136. | #define HAVE_STRINGS_H 1
  1137. | #define HAVE_INTTYPES_H 1
  1138. | #define HAVE_STDINT_H 1
  1139. | #define HAVE_UNISTD_H 1
  1140. | #define __EXTENSIONS__ 1
  1141. | #define _ALL_SOURCE 1
  1142. | #define _GNU_SOURCE 1
  1143. | #define _POSIX_PTHREAD_SEMANTICS 1
  1144. | #define _TANDEM_SOURCE 1
  1145. | #define _FORTIFY_SOURCE 2
  1146. | #define _FILE_OFFSET_BITS 64
  1147. | #define _REENTRANT /**/
  1148. | #define _THREAD_SAFE /**/
  1149. | #define __LIBVLC__ /**/
  1150. | #define restrict __restrict
  1151. | #define HAVE_DLFCN_H 1
  1152. | #define LT_OBJDIR ".libs/"
  1153. | /* end confdefs.h.  */
  1154. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  1155. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1156. | #define dlopen innocuous_dlopen
  1157. |
  1158. | /* System header to define __stub macros and hopefully few prototypes,
  1159. |     which can conflict with char dlopen (); below.
  1160. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1161. |     <limits.h> exists even on freestanding compilers.  */
  1162. |
  1163. | #ifdef __STDC__
  1164. | # include <limits.h>
  1165. | #else
  1166. | # include <assert.h>
  1167. | #endif
  1168. |
  1169. | #undef dlopen
  1170. |
  1171. | /* Override any GCC internal prototype to avoid an error.
  1172. |    Use char because int might match the return type of a GCC
  1173. |    builtin and then its argument prototype would still apply.  */
  1174. | #ifdef __cplusplus
  1175. | extern "C"
  1176. | #endif
  1177. | char dlopen ();
  1178. | /* The GNU C library defines this for functions which it implements
  1179. |     to always fail with ENOSYS.  Some functions are actually named
  1180. |     something starting with __ and the normal name is an alias.  */
  1181. | #if defined __stub_dlopen || defined __stub___dlopen
  1182. | choke me
  1183. | #endif
  1184. |
  1185. | int
  1186. | main ()
  1187. | {
  1188. | return dlopen ();
  1189. |   ;
  1190. |   return 0;
  1191. | }
  1192. configure:15807: result: no
  1193. configure:15811: checking for dlopen in -ldl
  1194. configure:15836: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -ldl   >&5
  1195. configure:15836: $? = 0
  1196. configure:15845: result: yes
  1197. configure:15964: checking whether a program can dlopen itself
  1198. configure:16044: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -DHAVE_DLFCN_H -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -Wl,--export-dynamic conftest.c -ldl  >&5
  1199. configure:16047: $? = 0
  1200. configure:16065: result: yes
  1201. configure:16070: checking whether a statically linked program can dlopen itself
  1202. configure:16150: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -DHAVE_DLFCN_H -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -Wl,--export-dynamic -static conftest.c -ldl  >&5
  1203. /tmp/ccmpEz6O.o: In function `main':
  1204. conftest.c:(.text.startup+0x9): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  1205. /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../lib/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
  1206. collect2: ld returned 1 exit status
  1207. configure:16153: $? = 1
  1208. configure:16171: result: no
  1209. configure:16210: checking whether stripping libraries is possible
  1210. configure:16215: result: yes
  1211. configure:16250: checking if libtool supports shared libraries
  1212. configure:16252: result: yes
  1213. configure:16255: checking whether to build shared libraries
  1214. configure:16276: result: yes
  1215. configure:16279: checking whether to build static libraries
  1216. configure:16283: result: no
  1217. configure:16306: checking how to run the C++ preprocessor
  1218. configure:16333: g++ -E  conftest.cpp
  1219. configure:16333: $? = 0
  1220. configure:16347: g++ -E  conftest.cpp
  1221. conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
  1222. compilation terminated.
  1223. configure:16347: $? = 1
  1224. configure: failed program was:
  1225. | /* confdefs.h */
  1226. | #define PACKAGE_NAME "vlc"
  1227. | #define PACKAGE_TARNAME "vlc"
  1228. | #define PACKAGE_VERSION "2.0.0-rc1"
  1229. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1230. | #define PACKAGE_BUGREPORT ""
  1231. | #define PACKAGE_URL ""
  1232. | #define PACKAGE "vlc"
  1233. | #define VERSION "2.0.0-rc1"
  1234. | #define STDC_HEADERS 1
  1235. | #define HAVE_SYS_TYPES_H 1
  1236. | #define HAVE_SYS_STAT_H 1
  1237. | #define HAVE_STDLIB_H 1
  1238. | #define HAVE_STRING_H 1
  1239. | #define HAVE_MEMORY_H 1
  1240. | #define HAVE_STRINGS_H 1
  1241. | #define HAVE_INTTYPES_H 1
  1242. | #define HAVE_STDINT_H 1
  1243. | #define HAVE_UNISTD_H 1
  1244. | #define __EXTENSIONS__ 1
  1245. | #define _ALL_SOURCE 1
  1246. | #define _GNU_SOURCE 1
  1247. | #define _POSIX_PTHREAD_SEMANTICS 1
  1248. | #define _TANDEM_SOURCE 1
  1249. | #define _FORTIFY_SOURCE 2
  1250. | #define _FILE_OFFSET_BITS 64
  1251. | #define _REENTRANT /**/
  1252. | #define _THREAD_SAFE /**/
  1253. | #define __LIBVLC__ /**/
  1254. | #define restrict __restrict
  1255. | #define HAVE_DLFCN_H 1
  1256. | #define LT_OBJDIR ".libs/"
  1257. | /* end confdefs.h.  */
  1258. | #include <ac_nonexistent.h>
  1259. configure:16372: result: g++ -E
  1260. configure:16392: g++ -E  conftest.cpp
  1261. configure:16392: $? = 0
  1262. configure:16406: g++ -E  conftest.cpp
  1263. conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
  1264. compilation terminated.
  1265. configure:16406: $? = 1
  1266. configure: failed program was:
  1267. | /* confdefs.h */
  1268. | #define PACKAGE_NAME "vlc"
  1269. | #define PACKAGE_TARNAME "vlc"
  1270. | #define PACKAGE_VERSION "2.0.0-rc1"
  1271. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1272. | #define PACKAGE_BUGREPORT ""
  1273. | #define PACKAGE_URL ""
  1274. | #define PACKAGE "vlc"
  1275. | #define VERSION "2.0.0-rc1"
  1276. | #define STDC_HEADERS 1
  1277. | #define HAVE_SYS_TYPES_H 1
  1278. | #define HAVE_SYS_STAT_H 1
  1279. | #define HAVE_STDLIB_H 1
  1280. | #define HAVE_STRING_H 1
  1281. | #define HAVE_MEMORY_H 1
  1282. | #define HAVE_STRINGS_H 1
  1283. | #define HAVE_INTTYPES_H 1
  1284. | #define HAVE_STDINT_H 1
  1285. | #define HAVE_UNISTD_H 1
  1286. | #define __EXTENSIONS__ 1
  1287. | #define _ALL_SOURCE 1
  1288. | #define _GNU_SOURCE 1
  1289. | #define _POSIX_PTHREAD_SEMANTICS 1
  1290. | #define _TANDEM_SOURCE 1
  1291. | #define _FORTIFY_SOURCE 2
  1292. | #define _FILE_OFFSET_BITS 64
  1293. | #define _REENTRANT /**/
  1294. | #define _THREAD_SAFE /**/
  1295. | #define __LIBVLC__ /**/
  1296. | #define restrict __restrict
  1297. | #define HAVE_DLFCN_H 1
  1298. | #define LT_OBJDIR ".libs/"
  1299. | /* end confdefs.h.  */
  1300. | #include <ac_nonexistent.h>
  1301. configure:16575: checking for ld used by g++
  1302. configure:16642: result: /usr/bin/ld -m elf_x86_64
  1303. configure:16649: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  1304. configure:16664: result: yes
  1305. configure:16719: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  1306. configure:17724: result: yes
  1307. configure:17760: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.cpp >&5
  1308. configure:17763: $? = 0
  1309. configure:18283: checking for g++ option to produce PIC
  1310. configure:18290: result: -fPIC -DPIC
  1311. configure:18298: checking if g++ PIC flag -fPIC -DPIC works
  1312. configure:18316: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -fPIC -DPIC -DPIC conftest.cpp >&5
  1313. configure:18320: $? = 0
  1314. configure:18333: result: yes
  1315. configure:18356: checking if g++ static flag -static works
  1316. configure:18384: result: yes
  1317. configure:18396: checking if g++ supports -c -o file.o
  1318. configure:18417: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -o out/conftest2.o conftest.cpp >&5
  1319. configure:18421: $? = 0
  1320. configure:18443: result: yes
  1321. configure:18448: checking if g++ supports -c -o file.o
  1322. configure:18495: result: yes
  1323. configure:18525: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  1324. configure:18561: result: yes
  1325. configure:18702: checking dynamic linker characteristics
  1326. configure:19369: result: GNU/Linux ld.so
  1327. configure:19422: checking how to hardcode library paths into programs
  1328. configure:19447: result: immediate
  1329. configure:19552: checking for windres
  1330. configure:19582: result: no
  1331. configure:19700: checking whether NLS is requested
  1332. configure:19709: result: yes
  1333. configure:19750: checking for msgfmt
  1334. configure: trying /usr/bin/msgfmt...
  1335. 0 translated messages.
  1336. configure:19782: result: /usr/bin/msgfmt
  1337. configure:19791: checking for gmsgfmt
  1338. configure:19822: result: /usr/bin/msgfmt
  1339. configure:19873: checking for xgettext
  1340. configure: trying /usr/bin/xgettext...
  1341. /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  1342. configure:19905: result: /usr/bin/xgettext
  1343. configure:19951: checking for msgmerge
  1344. configure: trying /usr/bin/msgmerge...
  1345. configure:19982: result: /usr/bin/msgmerge
  1346. configure:20039: checking for ld used by GCC
  1347. configure:20103: result: /usr/bin/ld -m elf_x86_64
  1348. configure:20110: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  1349. configure:20123: result: yes
  1350. configure:20130: checking for shared library run path origin
  1351. configure:20143: result: done
  1352. configure:20715: checking for CFPreferencesCopyAppValue
  1353. configure:20733: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
  1354. conftest.c:34:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  1355. compilation terminated.
  1356. configure:20733: $? = 1
  1357. configure: failed program was:
  1358. | /* confdefs.h */
  1359. | #define PACKAGE_NAME "vlc"
  1360. | #define PACKAGE_TARNAME "vlc"
  1361. | #define PACKAGE_VERSION "2.0.0-rc1"
  1362. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1363. | #define PACKAGE_BUGREPORT ""
  1364. | #define PACKAGE_URL ""
  1365. | #define PACKAGE "vlc"
  1366. | #define VERSION "2.0.0-rc1"
  1367. | #define STDC_HEADERS 1
  1368. | #define HAVE_SYS_TYPES_H 1
  1369. | #define HAVE_SYS_STAT_H 1
  1370. | #define HAVE_STDLIB_H 1
  1371. | #define HAVE_STRING_H 1
  1372. | #define HAVE_MEMORY_H 1
  1373. | #define HAVE_STRINGS_H 1
  1374. | #define HAVE_INTTYPES_H 1
  1375. | #define HAVE_STDINT_H 1
  1376. | #define HAVE_UNISTD_H 1
  1377. | #define __EXTENSIONS__ 1
  1378. | #define _ALL_SOURCE 1
  1379. | #define _GNU_SOURCE 1
  1380. | #define _POSIX_PTHREAD_SEMANTICS 1
  1381. | #define _TANDEM_SOURCE 1
  1382. | #define _FORTIFY_SOURCE 2
  1383. | #define _FILE_OFFSET_BITS 64
  1384. | #define _REENTRANT /**/
  1385. | #define _THREAD_SAFE /**/
  1386. | #define __LIBVLC__ /**/
  1387. | #define restrict __restrict
  1388. | #define HAVE_DLFCN_H 1
  1389. | #define LT_OBJDIR ".libs/"
  1390. | /* end confdefs.h.  */
  1391. | #include <CoreFoundation/CFPreferences.h>
  1392. | int
  1393. | main ()
  1394. | {
  1395. | CFPreferencesCopyAppValue(NULL, NULL)
  1396. |   ;
  1397. |   return 0;
  1398. | }
  1399. configure:20742: result: no
  1400. configure:20749: checking for CFLocaleCopyCurrent
  1401. configure:20767: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
  1402. conftest.c:34:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  1403. compilation terminated.
  1404. configure:20767: $? = 1
  1405. configure: failed program was:
  1406. | /* confdefs.h */
  1407. | #define PACKAGE_NAME "vlc"
  1408. | #define PACKAGE_TARNAME "vlc"
  1409. | #define PACKAGE_VERSION "2.0.0-rc1"
  1410. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1411. | #define PACKAGE_BUGREPORT ""
  1412. | #define PACKAGE_URL ""
  1413. | #define PACKAGE "vlc"
  1414. | #define VERSION "2.0.0-rc1"
  1415. | #define STDC_HEADERS 1
  1416. | #define HAVE_SYS_TYPES_H 1
  1417. | #define HAVE_SYS_STAT_H 1
  1418. | #define HAVE_STDLIB_H 1
  1419. | #define HAVE_STRING_H 1
  1420. | #define HAVE_MEMORY_H 1
  1421. | #define HAVE_STRINGS_H 1
  1422. | #define HAVE_INTTYPES_H 1
  1423. | #define HAVE_STDINT_H 1
  1424. | #define HAVE_UNISTD_H 1
  1425. | #define __EXTENSIONS__ 1
  1426. | #define _ALL_SOURCE 1
  1427. | #define _GNU_SOURCE 1
  1428. | #define _POSIX_PTHREAD_SEMANTICS 1
  1429. | #define _TANDEM_SOURCE 1
  1430. | #define _FORTIFY_SOURCE 2
  1431. | #define _FILE_OFFSET_BITS 64
  1432. | #define _REENTRANT /**/
  1433. | #define _THREAD_SAFE /**/
  1434. | #define __LIBVLC__ /**/
  1435. | #define restrict __restrict
  1436. | #define HAVE_DLFCN_H 1
  1437. | #define LT_OBJDIR ".libs/"
  1438. | /* end confdefs.h.  */
  1439. | #include <CoreFoundation/CFLocale.h>
  1440. | int
  1441. | main ()
  1442. | {
  1443. | CFLocaleCopyCurrent();
  1444. |   ;
  1445. |   return 0;
  1446. | }
  1447. configure:20776: result: no
  1448. configure:20825: checking for GNU gettext in libc
  1449. configure:20845: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1450. configure:20845: $? = 0
  1451. configure:20854: result: yes
  1452. configure:21645: checking whether to use NLS
  1453. configure:21647: result: yes
  1454. configure:21650: checking where the gettext function comes from
  1455. configure:21661: result: libc
  1456. configure:21749: checking for iconv
  1457. configure:21771: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1458. configure:21771: $? = 0
  1459. configure:21803: result: yes
  1460. configure:21806: checking for working iconv
  1461. configure:21901: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1462. configure:21901: $? = 0
  1463. configure:21901: ./conftest
  1464. configure:21901: $? = 0
  1465. configure:21913: result: yes
  1466. configure:21941: checking for iconv declaration
  1467. configure:21970: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  1468. configure:21970: $? = 0
  1469. configure:21981: result:
  1470.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1471. configure:22186: checking for buggy GNU/libc versions
  1472. configure:22198: gcc -std=gnu99 -E  conftest.c
  1473. configure:22198: $? = 0
  1474. configure:22200: result: not present
  1475. configure:22220: checking for shared objects suffix
  1476. configure:22236: result: .so
  1477. configure:22247: checking whether nanosleep is declared
  1478. configure:22247: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  1479. configure:22247: $? = 0
  1480. configure:22247: result: yes
  1481. configure:22262: checking for daemon
  1482. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1483. configure:22262: $? = 0
  1484. configure:22262: result: yes
  1485. configure:22262: checking for fcntl
  1486. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1487. configure:22262: $? = 0
  1488. configure:22262: result: yes
  1489. configure:22262: checking for fstatvfs
  1490. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1491. configure:22262: $? = 0
  1492. configure:22262: result: yes
  1493. configure:22262: checking for fork
  1494. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1495. conftest.c:67:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  1496. configure:22262: $? = 0
  1497. configure:22262: result: yes
  1498. configure:22262: checking for getenv
  1499. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1500. configure:22262: $? = 0
  1501. configure:22262: result: yes
  1502. configure:22262: checking for getpwuid_r
  1503. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1504. configure:22262: $? = 0
  1505. configure:22262: result: yes
  1506. configure:22262: checking for if_nameindex
  1507. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1508. configure:22262: $? = 0
  1509. configure:22262: result: yes
  1510. configure:22262: checking for if_nametoindex
  1511. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1512. configure:22262: $? = 0
  1513. configure:22262: result: yes
  1514. configure:22262: checking for isatty
  1515. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1516. configure:22262: $? = 0
  1517. configure:22262: result: yes
  1518. configure:22262: checking for lstat
  1519. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1520. configure:22262: $? = 0
  1521. configure:22262: result: yes
  1522. configure:22262: checking for memalign
  1523. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1524. configure:22262: $? = 0
  1525. configure:22262: result: yes
  1526. configure:22262: checking for mmap
  1527. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1528. configure:22262: $? = 0
  1529. configure:22262: result: yes
  1530. configure:22262: checking for openat
  1531. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1532. configure:22262: $? = 0
  1533. configure:22262: result: yes
  1534. configure:22262: checking for pread
  1535. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1536. configure:22262: $? = 0
  1537. configure:22262: result: yes
  1538. configure:22262: checking for posix_fadvise
  1539. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1540. configure:22262: $? = 0
  1541. configure:22262: result: yes
  1542. configure:22262: checking for posix_madvise
  1543. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1544. configure:22262: $? = 0
  1545. configure:22262: result: yes
  1546. configure:22262: checking for setlocale
  1547. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1548. configure:22262: $? = 0
  1549. configure:22262: result: yes
  1550. configure:22262: checking for stricmp
  1551. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1552. /tmp/ccZobtVZ.o: In function `main':
  1553. conftest.c:(.text.startup+0x7): undefined reference to `stricmp'
  1554. collect2: ld returned 1 exit status
  1555. configure:22262: $? = 1
  1556. configure: failed program was:
  1557. | /* confdefs.h */
  1558. | #define PACKAGE_NAME "vlc"
  1559. | #define PACKAGE_TARNAME "vlc"
  1560. | #define PACKAGE_VERSION "2.0.0-rc1"
  1561. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1562. | #define PACKAGE_BUGREPORT ""
  1563. | #define PACKAGE_URL ""
  1564. | #define PACKAGE "vlc"
  1565. | #define VERSION "2.0.0-rc1"
  1566. | #define STDC_HEADERS 1
  1567. | #define HAVE_SYS_TYPES_H 1
  1568. | #define HAVE_SYS_STAT_H 1
  1569. | #define HAVE_STDLIB_H 1
  1570. | #define HAVE_STRING_H 1
  1571. | #define HAVE_MEMORY_H 1
  1572. | #define HAVE_STRINGS_H 1
  1573. | #define HAVE_INTTYPES_H 1
  1574. | #define HAVE_STDINT_H 1
  1575. | #define HAVE_UNISTD_H 1
  1576. | #define __EXTENSIONS__ 1
  1577. | #define _ALL_SOURCE 1
  1578. | #define _GNU_SOURCE 1
  1579. | #define _POSIX_PTHREAD_SEMANTICS 1
  1580. | #define _TANDEM_SOURCE 1
  1581. | #define _FORTIFY_SOURCE 2
  1582. | #define _FILE_OFFSET_BITS 64
  1583. | #define _REENTRANT /**/
  1584. | #define _THREAD_SAFE /**/
  1585. | #define __LIBVLC__ /**/
  1586. | #define restrict __restrict
  1587. | #define HAVE_DLFCN_H 1
  1588. | #define LT_OBJDIR ".libs/"
  1589. | #define ENABLE_NLS 1
  1590. | #define HAVE_GETTEXT 1
  1591. | #define HAVE_DCGETTEXT 1
  1592. | #define HAVE_ICONV 1
  1593. | #define ICONV_CONST
  1594. | #define LIBEXT ".so"
  1595. | #define HAVE_DECL_NANOSLEEP 1
  1596. | #define HAVE_DAEMON 1
  1597. | #define HAVE_FCNTL 1
  1598. | #define HAVE_FSTATVFS 1
  1599. | #define HAVE_FORK 1
  1600. | #define HAVE_GETENV 1
  1601. | #define HAVE_GETPWUID_R 1
  1602. | #define HAVE_IF_NAMEINDEX 1
  1603. | #define HAVE_IF_NAMETOINDEX 1
  1604. | #define HAVE_ISATTY 1
  1605. | #define HAVE_LSTAT 1
  1606. | #define HAVE_MEMALIGN 1
  1607. | #define HAVE_MMAP 1
  1608. | #define HAVE_OPENAT 1
  1609. | #define HAVE_PREAD 1
  1610. | #define HAVE_POSIX_FADVISE 1
  1611. | #define HAVE_POSIX_MADVISE 1
  1612. | #define HAVE_SETLOCALE 1
  1613. | /* end confdefs.h.  */
  1614. | /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
  1615. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1616. | #define stricmp innocuous_stricmp
  1617. |
  1618. | /* System header to define __stub macros and hopefully few prototypes,
  1619. |     which can conflict with char stricmp (); below.
  1620. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1621. |     <limits.h> exists even on freestanding compilers.  */
  1622. |
  1623. | #ifdef __STDC__
  1624. | # include <limits.h>
  1625. | #else
  1626. | # include <assert.h>
  1627. | #endif
  1628. |
  1629. | #undef stricmp
  1630. |
  1631. | /* Override any GCC internal prototype to avoid an error.
  1632. |    Use char because int might match the return type of a GCC
  1633. |    builtin and then its argument prototype would still apply.  */
  1634. | #ifdef __cplusplus
  1635. | extern "C"
  1636. | #endif
  1637. | char stricmp ();
  1638. | /* The GNU C library defines this for functions which it implements
  1639. |     to always fail with ENOSYS.  Some functions are actually named
  1640. |     something starting with __ and the normal name is an alias.  */
  1641. | #if defined __stub_stricmp || defined __stub___stricmp
  1642. | choke me
  1643. | #endif
  1644. |
  1645. | int
  1646. | main ()
  1647. | {
  1648. | return stricmp ();
  1649. |   ;
  1650. |   return 0;
  1651. | }
  1652. configure:22262: result: no
  1653. configure:22262: checking for strnicmp
  1654. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1655. /tmp/ccF84o04.o: In function `main':
  1656. conftest.c:(.text.startup+0x7): undefined reference to `strnicmp'
  1657. collect2: ld returned 1 exit status
  1658. configure:22262: $? = 1
  1659. configure: failed program was:
  1660. | /* confdefs.h */
  1661. | #define PACKAGE_NAME "vlc"
  1662. | #define PACKAGE_TARNAME "vlc"
  1663. | #define PACKAGE_VERSION "2.0.0-rc1"
  1664. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1665. | #define PACKAGE_BUGREPORT ""
  1666. | #define PACKAGE_URL ""
  1667. | #define PACKAGE "vlc"
  1668. | #define VERSION "2.0.0-rc1"
  1669. | #define STDC_HEADERS 1
  1670. | #define HAVE_SYS_TYPES_H 1
  1671. | #define HAVE_SYS_STAT_H 1
  1672. | #define HAVE_STDLIB_H 1
  1673. | #define HAVE_STRING_H 1
  1674. | #define HAVE_MEMORY_H 1
  1675. | #define HAVE_STRINGS_H 1
  1676. | #define HAVE_INTTYPES_H 1
  1677. | #define HAVE_STDINT_H 1
  1678. | #define HAVE_UNISTD_H 1
  1679. | #define __EXTENSIONS__ 1
  1680. | #define _ALL_SOURCE 1
  1681. | #define _GNU_SOURCE 1
  1682. | #define _POSIX_PTHREAD_SEMANTICS 1
  1683. | #define _TANDEM_SOURCE 1
  1684. | #define _FORTIFY_SOURCE 2
  1685. | #define _FILE_OFFSET_BITS 64
  1686. | #define _REENTRANT /**/
  1687. | #define _THREAD_SAFE /**/
  1688. | #define __LIBVLC__ /**/
  1689. | #define restrict __restrict
  1690. | #define HAVE_DLFCN_H 1
  1691. | #define LT_OBJDIR ".libs/"
  1692. | #define ENABLE_NLS 1
  1693. | #define HAVE_GETTEXT 1
  1694. | #define HAVE_DCGETTEXT 1
  1695. | #define HAVE_ICONV 1
  1696. | #define ICONV_CONST
  1697. | #define LIBEXT ".so"
  1698. | #define HAVE_DECL_NANOSLEEP 1
  1699. | #define HAVE_DAEMON 1
  1700. | #define HAVE_FCNTL 1
  1701. | #define HAVE_FSTATVFS 1
  1702. | #define HAVE_FORK 1
  1703. | #define HAVE_GETENV 1
  1704. | #define HAVE_GETPWUID_R 1
  1705. | #define HAVE_IF_NAMEINDEX 1
  1706. | #define HAVE_IF_NAMETOINDEX 1
  1707. | #define HAVE_ISATTY 1
  1708. | #define HAVE_LSTAT 1
  1709. | #define HAVE_MEMALIGN 1
  1710. | #define HAVE_MMAP 1
  1711. | #define HAVE_OPENAT 1
  1712. | #define HAVE_PREAD 1
  1713. | #define HAVE_POSIX_FADVISE 1
  1714. | #define HAVE_POSIX_MADVISE 1
  1715. | #define HAVE_SETLOCALE 1
  1716. | /* end confdefs.h.  */
  1717. | /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
  1718. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1719. | #define strnicmp innocuous_strnicmp
  1720. |
  1721. | /* System header to define __stub macros and hopefully few prototypes,
  1722. |     which can conflict with char strnicmp (); below.
  1723. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1724. |     <limits.h> exists even on freestanding compilers.  */
  1725. |
  1726. | #ifdef __STDC__
  1727. | # include <limits.h>
  1728. | #else
  1729. | # include <assert.h>
  1730. | #endif
  1731. |
  1732. | #undef strnicmp
  1733. |
  1734. | /* Override any GCC internal prototype to avoid an error.
  1735. |    Use char because int might match the return type of a GCC
  1736. |    builtin and then its argument prototype would still apply.  */
  1737. | #ifdef __cplusplus
  1738. | extern "C"
  1739. | #endif
  1740. | char strnicmp ();
  1741. | /* The GNU C library defines this for functions which it implements
  1742. |     to always fail with ENOSYS.  Some functions are actually named
  1743. |     something starting with __ and the normal name is an alias.  */
  1744. | #if defined __stub_strnicmp || defined __stub___strnicmp
  1745. | choke me
  1746. | #endif
  1747. |
  1748. | int
  1749. | main ()
  1750. | {
  1751. | return strnicmp ();
  1752. |   ;
  1753. |   return 0;
  1754. | }
  1755. configure:22262: result: no
  1756. configure:22262: checking for strptime
  1757. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1758. configure:22262: $? = 0
  1759. configure:22262: result: yes
  1760. configure:22262: checking for uselocale
  1761. configure:22262: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1762. configure:22262: $? = 0
  1763. configure:22262: result: yes
  1764. configure:22271: checking for asprintf
  1765. configure:22271: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1766. configure:22271: $? = 0
  1767. configure:22271: result: yes
  1768. configure:22284: checking for atof
  1769. configure:22284: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1770. configure:22284: $? = 0
  1771. configure:22284: result: yes
  1772. configure:22297: checking for atoll
  1773. configure:22297: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1774. configure:22297: $? = 0
  1775. configure:22297: result: yes
  1776. configure:22310: checking for dirfd
  1777. configure:22310: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1778. configure:22310: $? = 0
  1779. configure:22310: result: yes
  1780. configure:22323: checking for fdopendir
  1781. configure:22323: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1782. configure:22323: $? = 0
  1783. configure:22323: result: yes
  1784. configure:22336: checking for flockfile
  1785. configure:22336: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1786. configure:22336: $? = 0
  1787. configure:22336: result: yes
  1788. configure:22349: checking for fsync
  1789. configure:22349: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1790. configure:22349: $? = 0
  1791. configure:22349: result: yes
  1792. configure:22362: checking for getdelim
  1793. configure:22362: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1794. configure:22362: $? = 0
  1795. configure:22362: result: yes
  1796. configure:22375: checking for getpid
  1797. configure:22375: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1798. configure:22375: $? = 0
  1799. configure:22375: result: yes
  1800. configure:22388: checking for gmtime_r
  1801. configure:22388: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1802. configure:22388: $? = 0
  1803. configure:22388: result: yes
  1804. configure:22401: checking for inet_pton
  1805. configure:22401: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1806. configure:22401: $? = 0
  1807. configure:22401: result: yes
  1808. configure:22414: checking for lldiv
  1809. configure:22414: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1810. configure:22414: $? = 0
  1811. configure:22414: result: yes
  1812. configure:22427: checking for localtime_r
  1813. configure:22427: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1814. configure:22427: $? = 0
  1815. configure:22427: result: yes
  1816. configure:22440: checking for nrand48
  1817. configure:22440: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1818. configure:22440: $? = 0
  1819. configure:22440: result: yes
  1820. configure:22453: checking for rewind
  1821. configure:22453: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1822. configure:22453: $? = 0
  1823. configure:22453: result: yes
  1824. configure:22466: checking for setenv
  1825. configure:22466: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1826. configure:22466: $? = 0
  1827. configure:22466: result: yes
  1828. configure:22479: checking for strcasecmp
  1829. configure:22479: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1830. conftest.c:99:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1831. configure:22479: $? = 0
  1832. configure:22479: result: yes
  1833. configure:22492: checking for strcasestr
  1834. configure:22492: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1835. configure:22492: $? = 0
  1836. configure:22492: result: yes
  1837. configure:22505: checking for strdup
  1838. configure:22505: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1839. conftest.c:101:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1840. configure:22505: $? = 0
  1841. configure:22505: result: yes
  1842. configure:22518: checking for strlcpy
  1843. configure:22518: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1844. /tmp/ccwmEjwG.o: In function `main':
  1845. conftest.c:(.text.startup+0x7): undefined reference to `strlcpy'
  1846. collect2: ld returned 1 exit status
  1847. configure:22518: $? = 1
  1848. configure: failed program was:
  1849. | /* confdefs.h */
  1850. | #define PACKAGE_NAME "vlc"
  1851. | #define PACKAGE_TARNAME "vlc"
  1852. | #define PACKAGE_VERSION "2.0.0-rc1"
  1853. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  1854. | #define PACKAGE_BUGREPORT ""
  1855. | #define PACKAGE_URL ""
  1856. | #define PACKAGE "vlc"
  1857. | #define VERSION "2.0.0-rc1"
  1858. | #define STDC_HEADERS 1
  1859. | #define HAVE_SYS_TYPES_H 1
  1860. | #define HAVE_SYS_STAT_H 1
  1861. | #define HAVE_STDLIB_H 1
  1862. | #define HAVE_STRING_H 1
  1863. | #define HAVE_MEMORY_H 1
  1864. | #define HAVE_STRINGS_H 1
  1865. | #define HAVE_INTTYPES_H 1
  1866. | #define HAVE_STDINT_H 1
  1867. | #define HAVE_UNISTD_H 1
  1868. | #define __EXTENSIONS__ 1
  1869. | #define _ALL_SOURCE 1
  1870. | #define _GNU_SOURCE 1
  1871. | #define _POSIX_PTHREAD_SEMANTICS 1
  1872. | #define _TANDEM_SOURCE 1
  1873. | #define _FORTIFY_SOURCE 2
  1874. | #define _FILE_OFFSET_BITS 64
  1875. | #define _REENTRANT /**/
  1876. | #define _THREAD_SAFE /**/
  1877. | #define __LIBVLC__ /**/
  1878. | #define restrict __restrict
  1879. | #define HAVE_DLFCN_H 1
  1880. | #define LT_OBJDIR ".libs/"
  1881. | #define ENABLE_NLS 1
  1882. | #define HAVE_GETTEXT 1
  1883. | #define HAVE_DCGETTEXT 1
  1884. | #define HAVE_ICONV 1
  1885. | #define ICONV_CONST
  1886. | #define LIBEXT ".so"
  1887. | #define HAVE_DECL_NANOSLEEP 1
  1888. | #define HAVE_DAEMON 1
  1889. | #define HAVE_FCNTL 1
  1890. | #define HAVE_FSTATVFS 1
  1891. | #define HAVE_FORK 1
  1892. | #define HAVE_GETENV 1
  1893. | #define HAVE_GETPWUID_R 1
  1894. | #define HAVE_IF_NAMEINDEX 1
  1895. | #define HAVE_IF_NAMETOINDEX 1
  1896. | #define HAVE_ISATTY 1
  1897. | #define HAVE_LSTAT 1
  1898. | #define HAVE_MEMALIGN 1
  1899. | #define HAVE_MMAP 1
  1900. | #define HAVE_OPENAT 1
  1901. | #define HAVE_PREAD 1
  1902. | #define HAVE_POSIX_FADVISE 1
  1903. | #define HAVE_POSIX_MADVISE 1
  1904. | #define HAVE_SETLOCALE 1
  1905. | #define HAVE_STRPTIME 1
  1906. | #define HAVE_USELOCALE 1
  1907. | #define HAVE_ASPRINTF 1
  1908. | #define HAVE_ATOF 1
  1909. | #define HAVE_ATOLL 1
  1910. | #define HAVE_DIRFD 1
  1911. | #define HAVE_FDOPENDIR 1
  1912. | #define HAVE_FLOCKFILE 1
  1913. | #define HAVE_FSYNC 1
  1914. | #define HAVE_GETDELIM 1
  1915. | #define HAVE_GETPID 1
  1916. | #define HAVE_GMTIME_R 1
  1917. | #define HAVE_INET_PTON 1
  1918. | #define HAVE_LLDIV 1
  1919. | #define HAVE_LOCALTIME_R 1
  1920. | #define HAVE_NRAND48 1
  1921. | #define HAVE_REWIND 1
  1922. | #define HAVE_SETENV 1
  1923. | #define HAVE_STRCASECMP 1
  1924. | #define HAVE_STRCASESTR 1
  1925. | #define HAVE_STRDUP 1
  1926. | /* end confdefs.h.  */
  1927. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  1928. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1929. | #define strlcpy innocuous_strlcpy
  1930. |
  1931. | /* System header to define __stub macros and hopefully few prototypes,
  1932. |     which can conflict with char strlcpy (); below.
  1933. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1934. |     <limits.h> exists even on freestanding compilers.  */
  1935. |
  1936. | #ifdef __STDC__
  1937. | # include <limits.h>
  1938. | #else
  1939. | # include <assert.h>
  1940. | #endif
  1941. |
  1942. | #undef strlcpy
  1943. |
  1944. | /* Override any GCC internal prototype to avoid an error.
  1945. |    Use char because int might match the return type of a GCC
  1946. |    builtin and then its argument prototype would still apply.  */
  1947. | #ifdef __cplusplus
  1948. | extern "C"
  1949. | #endif
  1950. | char strlcpy ();
  1951. | /* The GNU C library defines this for functions which it implements
  1952. |     to always fail with ENOSYS.  Some functions are actually named
  1953. |     something starting with __ and the normal name is an alias.  */
  1954. | #if defined __stub_strlcpy || defined __stub___strlcpy
  1955. | choke me
  1956. | #endif
  1957. |
  1958. | int
  1959. | main ()
  1960. | {
  1961. | return strlcpy ();
  1962. |   ;
  1963. |   return 0;
  1964. | }
  1965. configure:22518: result: no
  1966. configure:22531: checking for strncasecmp
  1967. configure:22531: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1968. conftest.c:102:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  1969. configure:22531: $? = 0
  1970. configure:22531: result: yes
  1971. configure:22544: checking for strndup
  1972. configure:22544: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1973. conftest.c:103:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
  1974. configure:22544: $? = 0
  1975. configure:22544: result: yes
  1976. configure:22557: checking for strnlen
  1977. configure:22557: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1978. configure:22557: $? = 0
  1979. configure:22557: result: yes
  1980. configure:22570: checking for strsep
  1981. configure:22570: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1982. configure:22570: $? = 0
  1983. configure:22570: result: yes
  1984. configure:22583: checking for strtof
  1985. configure:22583: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1986. configure:22583: $? = 0
  1987. configure:22583: result: yes
  1988. configure:22596: checking for strtok_r
  1989. configure:22596: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1990. configure:22596: $? = 0
  1991. configure:22596: result: yes
  1992. configure:22609: checking for strtoll
  1993. configure:22609: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1994. configure:22609: $? = 0
  1995. configure:22609: result: yes
  1996. configure:22622: checking for swab
  1997. configure:22622: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  1998. configure:22622: $? = 0
  1999. configure:22622: result: yes
  2000. configure:22635: checking for tdestroy
  2001. configure:22635: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2002. configure:22635: $? = 0
  2003. configure:22635: result: yes
  2004. configure:22648: checking for vasprintf
  2005. configure:22648: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2006. configure:22648: $? = 0
  2007. configure:22648: result: yes
  2008. configure:22664: checking for fdatasync
  2009. configure:22664: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2010. configure:22664: $? = 0
  2011. configure:22664: result: yes
  2012. configure:22680: checking for working strcoll
  2013. configure:22701: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2014. configure:22701: $? = 0
  2015. configure:22701: ./conftest
  2016. configure:22701: $? = 0
  2017. configure:22711: result: yes
  2018. configure:22723: checking for accept4
  2019. configure:22723: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2020. configure:22723: $? = 0
  2021. configure:22723: result: yes
  2022. configure:22723: checking for pipe2
  2023. configure:22723: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2024. configure:22723: $? = 0
  2025. configure:22723: result: yes
  2026. configure:22723: checking for eventfd
  2027. configure:22723: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2028. configure:22723: $? = 0
  2029. configure:22723: result: yes
  2030. configure:22723: checking for vmsplice
  2031. configure:22723: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2032. configure:22723: $? = 0
  2033. configure:22723: result: yes
  2034. configure:22723: checking for sched_getaffinity
  2035. configure:22723: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2036. configure:22723: $? = 0
  2037. configure:22723: result: yes
  2038. configure:22735: checking for library containing poll
  2039. configure:22766: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2040. configure:22766: $? = 0
  2041. configure:22783: result: none required
  2042. configure:22804: checking for struct pollfd
  2043. configure:22804: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2044. configure:22804: $? = 0
  2045. configure:22804: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2046. conftest.c: In function 'main':
  2047. conftest.c:108:28: error: expected expression before ')' token
  2048. configure:22804: $? = 1
  2049. configure: failed program was:
  2050. | /* confdefs.h */
  2051. | #define PACKAGE_NAME "vlc"
  2052. | #define PACKAGE_TARNAME "vlc"
  2053. | #define PACKAGE_VERSION "2.0.0-rc1"
  2054. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  2055. | #define PACKAGE_BUGREPORT ""
  2056. | #define PACKAGE_URL ""
  2057. | #define PACKAGE "vlc"
  2058. | #define VERSION "2.0.0-rc1"
  2059. | #define STDC_HEADERS 1
  2060. | #define HAVE_SYS_TYPES_H 1
  2061. | #define HAVE_SYS_STAT_H 1
  2062. | #define HAVE_STDLIB_H 1
  2063. | #define HAVE_STRING_H 1
  2064. | #define HAVE_MEMORY_H 1
  2065. | #define HAVE_STRINGS_H 1
  2066. | #define HAVE_INTTYPES_H 1
  2067. | #define HAVE_STDINT_H 1
  2068. | #define HAVE_UNISTD_H 1
  2069. | #define __EXTENSIONS__ 1
  2070. | #define _ALL_SOURCE 1
  2071. | #define _GNU_SOURCE 1
  2072. | #define _POSIX_PTHREAD_SEMANTICS 1
  2073. | #define _TANDEM_SOURCE 1
  2074. | #define _FORTIFY_SOURCE 2
  2075. | #define _FILE_OFFSET_BITS 64
  2076. | #define _REENTRANT /**/
  2077. | #define _THREAD_SAFE /**/
  2078. | #define __LIBVLC__ /**/
  2079. | #define restrict __restrict
  2080. | #define HAVE_DLFCN_H 1
  2081. | #define LT_OBJDIR ".libs/"
  2082. | #define ENABLE_NLS 1
  2083. | #define HAVE_GETTEXT 1
  2084. | #define HAVE_DCGETTEXT 1
  2085. | #define HAVE_ICONV 1
  2086. | #define ICONV_CONST
  2087. | #define LIBEXT ".so"
  2088. | #define HAVE_DECL_NANOSLEEP 1
  2089. | #define HAVE_DAEMON 1
  2090. | #define HAVE_FCNTL 1
  2091. | #define HAVE_FSTATVFS 1
  2092. | #define HAVE_FORK 1
  2093. | #define HAVE_GETENV 1
  2094. | #define HAVE_GETPWUID_R 1
  2095. | #define HAVE_IF_NAMEINDEX 1
  2096. | #define HAVE_IF_NAMETOINDEX 1
  2097. | #define HAVE_ISATTY 1
  2098. | #define HAVE_LSTAT 1
  2099. | #define HAVE_MEMALIGN 1
  2100. | #define HAVE_MMAP 1
  2101. | #define HAVE_OPENAT 1
  2102. | #define HAVE_PREAD 1
  2103. | #define HAVE_POSIX_FADVISE 1
  2104. | #define HAVE_POSIX_MADVISE 1
  2105. | #define HAVE_SETLOCALE 1
  2106. | #define HAVE_STRPTIME 1
  2107. | #define HAVE_USELOCALE 1
  2108. | #define HAVE_ASPRINTF 1
  2109. | #define HAVE_ATOF 1
  2110. | #define HAVE_ATOLL 1
  2111. | #define HAVE_DIRFD 1
  2112. | #define HAVE_FDOPENDIR 1
  2113. | #define HAVE_FLOCKFILE 1
  2114. | #define HAVE_FSYNC 1
  2115. | #define HAVE_GETDELIM 1
  2116. | #define HAVE_GETPID 1
  2117. | #define HAVE_GMTIME_R 1
  2118. | #define HAVE_INET_PTON 1
  2119. | #define HAVE_LLDIV 1
  2120. | #define HAVE_LOCALTIME_R 1
  2121. | #define HAVE_NRAND48 1
  2122. | #define HAVE_REWIND 1
  2123. | #define HAVE_SETENV 1
  2124. | #define HAVE_STRCASECMP 1
  2125. | #define HAVE_STRCASESTR 1
  2126. | #define HAVE_STRDUP 1
  2127. | #define HAVE_STRNCASECMP 1
  2128. | #define HAVE_STRNDUP 1
  2129. | #define HAVE_STRNLEN 1
  2130. | #define HAVE_STRSEP 1
  2131. | #define HAVE_STRTOF 1
  2132. | #define HAVE_STRTOK_R 1
  2133. | #define HAVE_STRTOLL 1
  2134. | #define HAVE_SWAB 1
  2135. | #define HAVE_TDESTROY 1
  2136. | #define HAVE_VASPRINTF 1
  2137. | #define HAVE_FDATASYNC 1
  2138. | #define HAVE_STRCOLL 1
  2139. | #define HAVE_ACCEPT4 1
  2140. | #define HAVE_PIPE2 1
  2141. | #define HAVE_EVENTFD 1
  2142. | #define HAVE_VMSPLICE 1
  2143. | #define HAVE_SCHED_GETAFFINITY 1
  2144. | #define HAVE_POLL 1
  2145. | /* end confdefs.h.  */
  2146. | #include <sys/types.h>
  2147. | #if HAVE_POLL
  2148. | # include <poll.h>
  2149. | #elif defined (WIN32)
  2150. | # include <winsock2.h>
  2151. | #endif
  2152. |
  2153. |
  2154. | int
  2155. | main ()
  2156. | {
  2157. | if (sizeof ((struct pollfd)))
  2158. |           return 0;
  2159. |   ;
  2160. |   return 0;
  2161. | }
  2162. configure:22804: result: yes
  2163. configure:22824: checking for library containing connect
  2164. configure:22855: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2165. configure:22855: $? = 0
  2166. configure:22872: result: none required
  2167. configure:22991: checking for socklen_t in sys/socket.h
  2168. configure:23014: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2169. configure:23014: $? = 0
  2170. configure:23021: result: yes
  2171. configure:23030: checking for struct sockaddr_storage
  2172. configure:23053: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2173. configure:23053: $? = 0
  2174. configure:23060: result: yes
  2175. configure:23072: checking for library containing getaddrinfo
  2176. configure:23103: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2177. configure:23103: $? = 0
  2178. configure:23120: result: none required
  2179. configure:23131: checking for getopt_long
  2180. configure:23131: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2181. configure:23131: $? = 0
  2182. configure:23131: result: yes
  2183. configure:23183: checking for cos in -lm
  2184. configure:23208: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lm   >&5
  2185. conftest.c:105:6: warning: conflicting types for built-in function 'cos' [enabled by default]
  2186. configure:23208: $? = 0
  2187. configure:23217: result: yes
  2188. configure:23399: checking for lrintf in -lm
  2189. configure:23424: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lm   >&5
  2190. conftest.c:105:6: warning: conflicting types for built-in function 'lrintf' [enabled by default]
  2191. configure:23424: $? = 0
  2192. configure:23433: result: yes
  2193. configure:23453: checking for library containing dlopen
  2194. configure:23484: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
  2195. /tmp/ccauK0Pl.o: In function `main':
  2196. conftest.c:(.text.startup+0x7): undefined reference to `dlopen'
  2197. collect2: ld returned 1 exit status
  2198. configure:23484: $? = 1
  2199. configure: failed program was:
  2200. | /* confdefs.h */
  2201. | #define PACKAGE_NAME "vlc"
  2202. | #define PACKAGE_TARNAME "vlc"
  2203. | #define PACKAGE_VERSION "2.0.0-rc1"
  2204. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  2205. | #define PACKAGE_BUGREPORT ""
  2206. | #define PACKAGE_URL ""
  2207. | #define PACKAGE "vlc"
  2208. | #define VERSION "2.0.0-rc1"
  2209. | #define STDC_HEADERS 1
  2210. | #define HAVE_SYS_TYPES_H 1
  2211. | #define HAVE_SYS_STAT_H 1
  2212. | #define HAVE_STDLIB_H 1
  2213. | #define HAVE_STRING_H 1
  2214. | #define HAVE_MEMORY_H 1
  2215. | #define HAVE_STRINGS_H 1
  2216. | #define HAVE_INTTYPES_H 1
  2217. | #define HAVE_STDINT_H 1
  2218. | #define HAVE_UNISTD_H 1
  2219. | #define __EXTENSIONS__ 1
  2220. | #define _ALL_SOURCE 1
  2221. | #define _GNU_SOURCE 1
  2222. | #define _POSIX_PTHREAD_SEMANTICS 1
  2223. | #define _TANDEM_SOURCE 1
  2224. | #define _FORTIFY_SOURCE 2
  2225. | #define _FILE_OFFSET_BITS 64
  2226. | #define _REENTRANT /**/
  2227. | #define _THREAD_SAFE /**/
  2228. | #define __LIBVLC__ /**/
  2229. | #define restrict __restrict
  2230. | #define HAVE_DLFCN_H 1
  2231. | #define LT_OBJDIR ".libs/"
  2232. | #define ENABLE_NLS 1
  2233. | #define HAVE_GETTEXT 1
  2234. | #define HAVE_DCGETTEXT 1
  2235. | #define HAVE_ICONV 1
  2236. | #define ICONV_CONST
  2237. | #define LIBEXT ".so"
  2238. | #define HAVE_DECL_NANOSLEEP 1
  2239. | #define HAVE_DAEMON 1
  2240. | #define HAVE_FCNTL 1
  2241. | #define HAVE_FSTATVFS 1
  2242. | #define HAVE_FORK 1
  2243. | #define HAVE_GETENV 1
  2244. | #define HAVE_GETPWUID_R 1
  2245. | #define HAVE_IF_NAMEINDEX 1
  2246. | #define HAVE_IF_NAMETOINDEX 1
  2247. | #define HAVE_ISATTY 1
  2248. | #define HAVE_LSTAT 1
  2249. | #define HAVE_MEMALIGN 1
  2250. | #define HAVE_MMAP 1
  2251. | #define HAVE_OPENAT 1
  2252. | #define HAVE_PREAD 1
  2253. | #define HAVE_POSIX_FADVISE 1
  2254. | #define HAVE_POSIX_MADVISE 1
  2255. | #define HAVE_SETLOCALE 1
  2256. | #define HAVE_STRPTIME 1
  2257. | #define HAVE_USELOCALE 1
  2258. | #define HAVE_ASPRINTF 1
  2259. | #define HAVE_ATOF 1
  2260. | #define HAVE_ATOLL 1
  2261. | #define HAVE_DIRFD 1
  2262. | #define HAVE_FDOPENDIR 1
  2263. | #define HAVE_FLOCKFILE 1
  2264. | #define HAVE_FSYNC 1
  2265. | #define HAVE_GETDELIM 1
  2266. | #define HAVE_GETPID 1
  2267. | #define HAVE_GMTIME_R 1
  2268. | #define HAVE_INET_PTON 1
  2269. | #define HAVE_LLDIV 1
  2270. | #define HAVE_LOCALTIME_R 1
  2271. | #define HAVE_NRAND48 1
  2272. | #define HAVE_REWIND 1
  2273. | #define HAVE_SETENV 1
  2274. | #define HAVE_STRCASECMP 1
  2275. | #define HAVE_STRCASESTR 1
  2276. | #define HAVE_STRDUP 1
  2277. | #define HAVE_STRNCASECMP 1
  2278. | #define HAVE_STRNDUP 1
  2279. | #define HAVE_STRNLEN 1
  2280. | #define HAVE_STRSEP 1
  2281. | #define HAVE_STRTOF 1
  2282. | #define HAVE_STRTOK_R 1
  2283. | #define HAVE_STRTOLL 1
  2284. | #define HAVE_SWAB 1
  2285. | #define HAVE_TDESTROY 1
  2286. | #define HAVE_VASPRINTF 1
  2287. | #define HAVE_FDATASYNC 1
  2288. | #define HAVE_STRCOLL 1
  2289. | #define HAVE_ACCEPT4 1
  2290. | #define HAVE_PIPE2 1
  2291. | #define HAVE_EVENTFD 1
  2292. | #define HAVE_VMSPLICE 1
  2293. | #define HAVE_SCHED_GETAFFINITY 1
  2294. | #define HAVE_POLL 1
  2295. | #define HAVE_STRUCT_POLLFD 1
  2296. | #define HAVE_LRINTF 1
  2297. | /* end confdefs.h.  */
  2298. |
  2299. | /* Override any GCC internal prototype to avoid an error.
  2300. |    Use char because int might match the return type of a GCC
  2301. |    builtin and then its argument prototype would still apply.  */
  2302. | #ifdef __cplusplus
  2303. | extern "C"
  2304. | #endif
  2305. | char dlopen ();
  2306. | int
  2307. | main ()
  2308. | {
  2309. | return dlopen ();
  2310. |   ;
  2311. |   return 0;
  2312. | }
  2313. configure:23484: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -ldl   >&5
  2314. configure:23484: $? = 0
  2315. configure:23501: result: -ldl
  2316. configure:23562: checking for main in -lpthread
  2317. configure:23581: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lpthread   >&5
  2318. configure:23581: $? = 0
  2319. configure:23590: result: yes
  2320. configure:23700: checking for clock_nanosleep in -lrt
  2321. configure:23725: gcc -std=gnu99 -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lrt   >&5
  2322. configure:23725: $? = 0
  2323. configure:23734: result: yes
  2324. configure:23902: checking for strncasecmp in strings.h
  2325. configure:23912: result: yes
  2326. configure:23927: checking search.h usability
  2327. configure:23927: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2328. configure:23927: $? = 0
  2329. configure:23927: result: yes
  2330. configure:23927: checking search.h presence
  2331. configure:23927: gcc -std=gnu99 -E  conftest.c
  2332. configure:23927: $? = 0
  2333. configure:23927: result: yes
  2334. configure:23927: checking for search.h
  2335. configure:23927: result: yes
  2336. configure:23940: checking getopt.h usability
  2337. configure:23940: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2338. configure:23940: $? = 0
  2339. configure:23940: result: yes
  2340. configure:23940: checking getopt.h presence
  2341. configure:23940: gcc -std=gnu99 -E  conftest.c
  2342. configure:23940: $? = 0
  2343. configure:23940: result: yes
  2344. configure:23940: checking for getopt.h
  2345. configure:23940: result: yes
  2346. configure:23940: checking for strings.h
  2347. configure:23940: result: yes
  2348. configure:23940: checking locale.h usability
  2349. configure:23940: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2350. configure:23940: $? = 0
  2351. configure:23940: result: yes
  2352. configure:23940: checking locale.h presence
  2353. configure:23940: gcc -std=gnu99 -E  conftest.c
  2354. configure:23940: $? = 0
  2355. configure:23940: result: yes
  2356. configure:23940: checking for locale.h
  2357. configure:23940: result: yes
  2358. configure:23940: checking xlocale.h usability
  2359. configure:23940: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2360. configure:23940: $? = 0
  2361. configure:23940: result: yes
  2362. configure:23940: checking xlocale.h presence
  2363. configure:23940: gcc -std=gnu99 -E  conftest.c
  2364. configure:23940: $? = 0
  2365. configure:23940: result: yes
  2366. configure:23940: checking for xlocale.h
  2367. configure:23940: result: yes
  2368. configure:23953: checking fcntl.h usability
  2369. configure:23953: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2370. configure:23953: $? = 0
  2371. configure:23953: result: yes
  2372. configure:23953: checking fcntl.h presence
  2373. configure:23953: gcc -std=gnu99 -E  conftest.c
  2374. configure:23953: $? = 0
  2375. configure:23953: result: yes
  2376. configure:23953: checking for fcntl.h
  2377. configure:23953: result: yes
  2378. configure:23953: checking sys/time.h usability
  2379. configure:23953: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2380. configure:23953: $? = 0
  2381. configure:23953: result: yes
  2382. configure:23953: checking sys/time.h presence
  2383. configure:23953: gcc -std=gnu99 -E  conftest.c
  2384. configure:23953: $? = 0
  2385. configure:23953: result: yes
  2386. configure:23953: checking for sys/time.h
  2387. configure:23953: result: yes
  2388. configure:23953: checking sys/ioctl.h usability
  2389. configure:23953: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2390. configure:23953: $? = 0
  2391. configure:23953: result: yes
  2392. configure:23953: checking sys/ioctl.h presence
  2393. configure:23953: gcc -std=gnu99 -E  conftest.c
  2394. configure:23953: $? = 0
  2395. configure:23953: result: yes
  2396. configure:23953: checking for sys/ioctl.h
  2397. configure:23953: result: yes
  2398. configure:23953: checking for sys/stat.h
  2399. configure:23953: result: yes
  2400. configure:23966: checking arpa/inet.h usability
  2401. configure:23966: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2402. configure:23966: $? = 0
  2403. configure:23966: result: yes
  2404. configure:23966: checking arpa/inet.h presence
  2405. configure:23966: gcc -std=gnu99 -E  conftest.c
  2406. configure:23966: $? = 0
  2407. configure:23966: result: yes
  2408. configure:23966: checking for arpa/inet.h
  2409. configure:23966: result: yes
  2410. configure:23966: checking netinet/udplite.h usability
  2411. configure:23966: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2412. conftest.c:144:29: fatal error: netinet/udplite.h: No such file or directory
  2413. compilation terminated.
  2414. configure:23966: $? = 1
  2415. configure: failed program was:
  2416. | /* confdefs.h */
  2417. | #define PACKAGE_NAME "vlc"
  2418. | #define PACKAGE_TARNAME "vlc"
  2419. | #define PACKAGE_VERSION "2.0.0-rc1"
  2420. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  2421. | #define PACKAGE_BUGREPORT ""
  2422. | #define PACKAGE_URL ""
  2423. | #define PACKAGE "vlc"
  2424. | #define VERSION "2.0.0-rc1"
  2425. | #define STDC_HEADERS 1
  2426. | #define HAVE_SYS_TYPES_H 1
  2427. | #define HAVE_SYS_STAT_H 1
  2428. | #define HAVE_STDLIB_H 1
  2429. | #define HAVE_STRING_H 1
  2430. | #define HAVE_MEMORY_H 1
  2431. | #define HAVE_STRINGS_H 1
  2432. | #define HAVE_INTTYPES_H 1
  2433. | #define HAVE_STDINT_H 1
  2434. | #define HAVE_UNISTD_H 1
  2435. | #define __EXTENSIONS__ 1
  2436. | #define _ALL_SOURCE 1
  2437. | #define _GNU_SOURCE 1
  2438. | #define _POSIX_PTHREAD_SEMANTICS 1
  2439. | #define _TANDEM_SOURCE 1
  2440. | #define _FORTIFY_SOURCE 2
  2441. | #define _FILE_OFFSET_BITS 64
  2442. | #define _REENTRANT /**/
  2443. | #define _THREAD_SAFE /**/
  2444. | #define __LIBVLC__ /**/
  2445. | #define restrict __restrict
  2446. | #define HAVE_DLFCN_H 1
  2447. | #define LT_OBJDIR ".libs/"
  2448. | #define ENABLE_NLS 1
  2449. | #define HAVE_GETTEXT 1
  2450. | #define HAVE_DCGETTEXT 1
  2451. | #define HAVE_ICONV 1
  2452. | #define ICONV_CONST
  2453. | #define LIBEXT ".so"
  2454. | #define HAVE_DECL_NANOSLEEP 1
  2455. | #define HAVE_DAEMON 1
  2456. | #define HAVE_FCNTL 1
  2457. | #define HAVE_FSTATVFS 1
  2458. | #define HAVE_FORK 1
  2459. | #define HAVE_GETENV 1
  2460. | #define HAVE_GETPWUID_R 1
  2461. | #define HAVE_IF_NAMEINDEX 1
  2462. | #define HAVE_IF_NAMETOINDEX 1
  2463. | #define HAVE_ISATTY 1
  2464. | #define HAVE_LSTAT 1
  2465. | #define HAVE_MEMALIGN 1
  2466. | #define HAVE_MMAP 1
  2467. | #define HAVE_OPENAT 1
  2468. | #define HAVE_PREAD 1
  2469. | #define HAVE_POSIX_FADVISE 1
  2470. | #define HAVE_POSIX_MADVISE 1
  2471. | #define HAVE_SETLOCALE 1
  2472. | #define HAVE_STRPTIME 1
  2473. | #define HAVE_USELOCALE 1
  2474. | #define HAVE_ASPRINTF 1
  2475. | #define HAVE_ATOF 1
  2476. | #define HAVE_ATOLL 1
  2477. | #define HAVE_DIRFD 1
  2478. | #define HAVE_FDOPENDIR 1
  2479. | #define HAVE_FLOCKFILE 1
  2480. | #define HAVE_FSYNC 1
  2481. | #define HAVE_GETDELIM 1
  2482. | #define HAVE_GETPID 1
  2483. | #define HAVE_GMTIME_R 1
  2484. | #define HAVE_INET_PTON 1
  2485. | #define HAVE_LLDIV 1
  2486. | #define HAVE_LOCALTIME_R 1
  2487. | #define HAVE_NRAND48 1
  2488. | #define HAVE_REWIND 1
  2489. | #define HAVE_SETENV 1
  2490. | #define HAVE_STRCASECMP 1
  2491. | #define HAVE_STRCASESTR 1
  2492. | #define HAVE_STRDUP 1
  2493. | #define HAVE_STRNCASECMP 1
  2494. | #define HAVE_STRNDUP 1
  2495. | #define HAVE_STRNLEN 1
  2496. | #define HAVE_STRSEP 1
  2497. | #define HAVE_STRTOF 1
  2498. | #define HAVE_STRTOK_R 1
  2499. | #define HAVE_STRTOLL 1
  2500. | #define HAVE_SWAB 1
  2501. | #define HAVE_TDESTROY 1
  2502. | #define HAVE_VASPRINTF 1
  2503. | #define HAVE_FDATASYNC 1
  2504. | #define HAVE_STRCOLL 1
  2505. | #define HAVE_ACCEPT4 1
  2506. | #define HAVE_PIPE2 1
  2507. | #define HAVE_EVENTFD 1
  2508. | #define HAVE_VMSPLICE 1
  2509. | #define HAVE_SCHED_GETAFFINITY 1
  2510. | #define HAVE_POLL 1
  2511. | #define HAVE_STRUCT_POLLFD 1
  2512. | #define HAVE_LRINTF 1
  2513. | #define HAVE_DYNAMIC_PLUGINS 1
  2514. | #define STRNCASECMP_IN_STRINGS_H 1
  2515. | #define HAVE_SEARCH_H 1
  2516. | #define HAVE_GETOPT_H 1
  2517. | #define HAVE_STRINGS_H 1
  2518. | #define HAVE_LOCALE_H 1
  2519. | #define HAVE_XLOCALE_H 1
  2520. | #define HAVE_FCNTL_H 1
  2521. | #define HAVE_SYS_TIME_H 1
  2522. | #define HAVE_SYS_IOCTL_H 1
  2523. | #define HAVE_SYS_STAT_H 1
  2524. | #define HAVE_ARPA_INET_H 1
  2525. | /* end confdefs.h.  */
  2526. | #include <stdio.h>
  2527. | #ifdef HAVE_SYS_TYPES_H
  2528. | # include <sys/types.h>
  2529. | #endif
  2530. | #ifdef HAVE_SYS_STAT_H
  2531. | # include <sys/stat.h>
  2532. | #endif
  2533. | #ifdef STDC_HEADERS
  2534. | # include <stdlib.h>
  2535. | # include <stddef.h>
  2536. | #else
  2537. | # ifdef HAVE_STDLIB_H
  2538. | #  include <stdlib.h>
  2539. | # endif
  2540. | #endif
  2541. | #ifdef HAVE_STRING_H
  2542. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2543. | #  include <memory.h>
  2544. | # endif
  2545. | # include <string.h>
  2546. | #endif
  2547. | #ifdef HAVE_STRINGS_H
  2548. | # include <strings.h>
  2549. | #endif
  2550. | #ifdef HAVE_INTTYPES_H
  2551. | # include <inttypes.h>
  2552. | #endif
  2553. | #ifdef HAVE_STDINT_H
  2554. | # include <stdint.h>
  2555. | #endif
  2556. | #ifdef HAVE_UNISTD_H
  2557. | # include <unistd.h>
  2558. | #endif
  2559. | #include <netinet/udplite.h>
  2560. configure:23966: result: no
  2561. configure:23966: checking netinet/udplite.h presence
  2562. configure:23966: gcc -std=gnu99 -E  conftest.c
  2563. conftest.c:111:29: fatal error: netinet/udplite.h: No such file or directory
  2564. compilation terminated.
  2565. configure:23966: $? = 1
  2566. configure: failed program was:
  2567. | /* confdefs.h */
  2568. | #define PACKAGE_NAME "vlc"
  2569. | #define PACKAGE_TARNAME "vlc"
  2570. | #define PACKAGE_VERSION "2.0.0-rc1"
  2571. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  2572. | #define PACKAGE_BUGREPORT ""
  2573. | #define PACKAGE_URL ""
  2574. | #define PACKAGE "vlc"
  2575. | #define VERSION "2.0.0-rc1"
  2576. | #define STDC_HEADERS 1
  2577. | #define HAVE_SYS_TYPES_H 1
  2578. | #define HAVE_SYS_STAT_H 1
  2579. | #define HAVE_STDLIB_H 1
  2580. | #define HAVE_STRING_H 1
  2581. | #define HAVE_MEMORY_H 1
  2582. | #define HAVE_STRINGS_H 1
  2583. | #define HAVE_INTTYPES_H 1
  2584. | #define HAVE_STDINT_H 1
  2585. | #define HAVE_UNISTD_H 1
  2586. | #define __EXTENSIONS__ 1
  2587. | #define _ALL_SOURCE 1
  2588. | #define _GNU_SOURCE 1
  2589. | #define _POSIX_PTHREAD_SEMANTICS 1
  2590. | #define _TANDEM_SOURCE 1
  2591. | #define _FORTIFY_SOURCE 2
  2592. | #define _FILE_OFFSET_BITS 64
  2593. | #define _REENTRANT /**/
  2594. | #define _THREAD_SAFE /**/
  2595. | #define __LIBVLC__ /**/
  2596. | #define restrict __restrict
  2597. | #define HAVE_DLFCN_H 1
  2598. | #define LT_OBJDIR ".libs/"
  2599. | #define ENABLE_NLS 1
  2600. | #define HAVE_GETTEXT 1
  2601. | #define HAVE_DCGETTEXT 1
  2602. | #define HAVE_ICONV 1
  2603. | #define ICONV_CONST
  2604. | #define LIBEXT ".so"
  2605. | #define HAVE_DECL_NANOSLEEP 1
  2606. | #define HAVE_DAEMON 1
  2607. | #define HAVE_FCNTL 1
  2608. | #define HAVE_FSTATVFS 1
  2609. | #define HAVE_FORK 1
  2610. | #define HAVE_GETENV 1
  2611. | #define HAVE_GETPWUID_R 1
  2612. | #define HAVE_IF_NAMEINDEX 1
  2613. | #define HAVE_IF_NAMETOINDEX 1
  2614. | #define HAVE_ISATTY 1
  2615. | #define HAVE_LSTAT 1
  2616. | #define HAVE_MEMALIGN 1
  2617. | #define HAVE_MMAP 1
  2618. | #define HAVE_OPENAT 1
  2619. | #define HAVE_PREAD 1
  2620. | #define HAVE_POSIX_FADVISE 1
  2621. | #define HAVE_POSIX_MADVISE 1
  2622. | #define HAVE_SETLOCALE 1
  2623. | #define HAVE_STRPTIME 1
  2624. | #define HAVE_USELOCALE 1
  2625. | #define HAVE_ASPRINTF 1
  2626. | #define HAVE_ATOF 1
  2627. | #define HAVE_ATOLL 1
  2628. | #define HAVE_DIRFD 1
  2629. | #define HAVE_FDOPENDIR 1
  2630. | #define HAVE_FLOCKFILE 1
  2631. | #define HAVE_FSYNC 1
  2632. | #define HAVE_GETDELIM 1
  2633. | #define HAVE_GETPID 1
  2634. | #define HAVE_GMTIME_R 1
  2635. | #define HAVE_INET_PTON 1
  2636. | #define HAVE_LLDIV 1
  2637. | #define HAVE_LOCALTIME_R 1
  2638. | #define HAVE_NRAND48 1
  2639. | #define HAVE_REWIND 1
  2640. | #define HAVE_SETENV 1
  2641. | #define HAVE_STRCASECMP 1
  2642. | #define HAVE_STRCASESTR 1
  2643. | #define HAVE_STRDUP 1
  2644. | #define HAVE_STRNCASECMP 1
  2645. | #define HAVE_STRNDUP 1
  2646. | #define HAVE_STRNLEN 1
  2647. | #define HAVE_STRSEP 1
  2648. | #define HAVE_STRTOF 1
  2649. | #define HAVE_STRTOK_R 1
  2650. | #define HAVE_STRTOLL 1
  2651. | #define HAVE_SWAB 1
  2652. | #define HAVE_TDESTROY 1
  2653. | #define HAVE_VASPRINTF 1
  2654. | #define HAVE_FDATASYNC 1
  2655. | #define HAVE_STRCOLL 1
  2656. | #define HAVE_ACCEPT4 1
  2657. | #define HAVE_PIPE2 1
  2658. | #define HAVE_EVENTFD 1
  2659. | #define HAVE_VMSPLICE 1
  2660. | #define HAVE_SCHED_GETAFFINITY 1
  2661. | #define HAVE_POLL 1
  2662. | #define HAVE_STRUCT_POLLFD 1
  2663. | #define HAVE_LRINTF 1
  2664. | #define HAVE_DYNAMIC_PLUGINS 1
  2665. | #define STRNCASECMP_IN_STRINGS_H 1
  2666. | #define HAVE_SEARCH_H 1
  2667. | #define HAVE_GETOPT_H 1
  2668. | #define HAVE_STRINGS_H 1
  2669. | #define HAVE_LOCALE_H 1
  2670. | #define HAVE_XLOCALE_H 1
  2671. | #define HAVE_FCNTL_H 1
  2672. | #define HAVE_SYS_TIME_H 1
  2673. | #define HAVE_SYS_IOCTL_H 1
  2674. | #define HAVE_SYS_STAT_H 1
  2675. | #define HAVE_ARPA_INET_H 1
  2676. | /* end confdefs.h.  */
  2677. | #include <netinet/udplite.h>
  2678. configure:23966: result: no
  2679. configure:23966: checking for netinet/udplite.h
  2680. configure:23966: result: no
  2681. configure:23966: checking sys/eventfd.h usability
  2682. configure:23966: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2683. configure:23966: $? = 0
  2684. configure:23966: result: yes
  2685. configure:23966: checking sys/eventfd.h presence
  2686. configure:23966: gcc -std=gnu99 -E  conftest.c
  2687. configure:23966: $? = 0
  2688. configure:23966: result: yes
  2689. configure:23966: checking for sys/eventfd.h
  2690. configure:23966: result: yes
  2691. configure:23978: checking for net/if.h
  2692. configure:23978: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2693. configure:23978: $? = 0
  2694. configure:23978: result: yes
  2695. configure:23994: checking for sys/mount.h
  2696. configure:23994: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2697. configure:23994: $? = 0
  2698. configure:23994: result: yes
  2699. configure:24012: checking machine/param.h usability
  2700. configure:24012: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2701. conftest.c:147:27: fatal error: machine/param.h: No such file or directory
  2702. compilation terminated.
  2703. configure:24012: $? = 1
  2704. configure: failed program was:
  2705. | /* confdefs.h */
  2706. | #define PACKAGE_NAME "vlc"
  2707. | #define PACKAGE_TARNAME "vlc"
  2708. | #define PACKAGE_VERSION "2.0.0-rc1"
  2709. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  2710. | #define PACKAGE_BUGREPORT ""
  2711. | #define PACKAGE_URL ""
  2712. | #define PACKAGE "vlc"
  2713. | #define VERSION "2.0.0-rc1"
  2714. | #define STDC_HEADERS 1
  2715. | #define HAVE_SYS_TYPES_H 1
  2716. | #define HAVE_SYS_STAT_H 1
  2717. | #define HAVE_STDLIB_H 1
  2718. | #define HAVE_STRING_H 1
  2719. | #define HAVE_MEMORY_H 1
  2720. | #define HAVE_STRINGS_H 1
  2721. | #define HAVE_INTTYPES_H 1
  2722. | #define HAVE_STDINT_H 1
  2723. | #define HAVE_UNISTD_H 1
  2724. | #define __EXTENSIONS__ 1
  2725. | #define _ALL_SOURCE 1
  2726. | #define _GNU_SOURCE 1
  2727. | #define _POSIX_PTHREAD_SEMANTICS 1
  2728. | #define _TANDEM_SOURCE 1
  2729. | #define _FORTIFY_SOURCE 2
  2730. | #define _FILE_OFFSET_BITS 64
  2731. | #define _REENTRANT /**/
  2732. | #define _THREAD_SAFE /**/
  2733. | #define __LIBVLC__ /**/
  2734. | #define restrict __restrict
  2735. | #define HAVE_DLFCN_H 1
  2736. | #define LT_OBJDIR ".libs/"
  2737. | #define ENABLE_NLS 1
  2738. | #define HAVE_GETTEXT 1
  2739. | #define HAVE_DCGETTEXT 1
  2740. | #define HAVE_ICONV 1
  2741. | #define ICONV_CONST
  2742. | #define LIBEXT ".so"
  2743. | #define HAVE_DECL_NANOSLEEP 1
  2744. | #define HAVE_DAEMON 1
  2745. | #define HAVE_FCNTL 1
  2746. | #define HAVE_FSTATVFS 1
  2747. | #define HAVE_FORK 1
  2748. | #define HAVE_GETENV 1
  2749. | #define HAVE_GETPWUID_R 1
  2750. | #define HAVE_IF_NAMEINDEX 1
  2751. | #define HAVE_IF_NAMETOINDEX 1
  2752. | #define HAVE_ISATTY 1
  2753. | #define HAVE_LSTAT 1
  2754. | #define HAVE_MEMALIGN 1
  2755. | #define HAVE_MMAP 1
  2756. | #define HAVE_OPENAT 1
  2757. | #define HAVE_PREAD 1
  2758. | #define HAVE_POSIX_FADVISE 1
  2759. | #define HAVE_POSIX_MADVISE 1
  2760. | #define HAVE_SETLOCALE 1
  2761. | #define HAVE_STRPTIME 1
  2762. | #define HAVE_USELOCALE 1
  2763. | #define HAVE_ASPRINTF 1
  2764. | #define HAVE_ATOF 1
  2765. | #define HAVE_ATOLL 1
  2766. | #define HAVE_DIRFD 1
  2767. | #define HAVE_FDOPENDIR 1
  2768. | #define HAVE_FLOCKFILE 1
  2769. | #define HAVE_FSYNC 1
  2770. | #define HAVE_GETDELIM 1
  2771. | #define HAVE_GETPID 1
  2772. | #define HAVE_GMTIME_R 1
  2773. | #define HAVE_INET_PTON 1
  2774. | #define HAVE_LLDIV 1
  2775. | #define HAVE_LOCALTIME_R 1
  2776. | #define HAVE_NRAND48 1
  2777. | #define HAVE_REWIND 1
  2778. | #define HAVE_SETENV 1
  2779. | #define HAVE_STRCASECMP 1
  2780. | #define HAVE_STRCASESTR 1
  2781. | #define HAVE_STRDUP 1
  2782. | #define HAVE_STRNCASECMP 1
  2783. | #define HAVE_STRNDUP 1
  2784. | #define HAVE_STRNLEN 1
  2785. | #define HAVE_STRSEP 1
  2786. | #define HAVE_STRTOF 1
  2787. | #define HAVE_STRTOK_R 1
  2788. | #define HAVE_STRTOLL 1
  2789. | #define HAVE_SWAB 1
  2790. | #define HAVE_TDESTROY 1
  2791. | #define HAVE_VASPRINTF 1
  2792. | #define HAVE_FDATASYNC 1
  2793. | #define HAVE_STRCOLL 1
  2794. | #define HAVE_ACCEPT4 1
  2795. | #define HAVE_PIPE2 1
  2796. | #define HAVE_EVENTFD 1
  2797. | #define HAVE_VMSPLICE 1
  2798. | #define HAVE_SCHED_GETAFFINITY 1
  2799. | #define HAVE_POLL 1
  2800. | #define HAVE_STRUCT_POLLFD 1
  2801. | #define HAVE_LRINTF 1
  2802. | #define HAVE_DYNAMIC_PLUGINS 1
  2803. | #define STRNCASECMP_IN_STRINGS_H 1
  2804. | #define HAVE_SEARCH_H 1
  2805. | #define HAVE_GETOPT_H 1
  2806. | #define HAVE_STRINGS_H 1
  2807. | #define HAVE_LOCALE_H 1
  2808. | #define HAVE_XLOCALE_H 1
  2809. | #define HAVE_FCNTL_H 1
  2810. | #define HAVE_SYS_TIME_H 1
  2811. | #define HAVE_SYS_IOCTL_H 1
  2812. | #define HAVE_SYS_STAT_H 1
  2813. | #define HAVE_ARPA_INET_H 1
  2814. | #define HAVE_SYS_EVENTFD_H 1
  2815. | #define HAVE_NET_IF_H 1
  2816. | #define HAVE_SYS_MOUNT_H 1
  2817. | /* end confdefs.h.  */
  2818. | #include <stdio.h>
  2819. | #ifdef HAVE_SYS_TYPES_H
  2820. | # include <sys/types.h>
  2821. | #endif
  2822. | #ifdef HAVE_SYS_STAT_H
  2823. | # include <sys/stat.h>
  2824. | #endif
  2825. | #ifdef STDC_HEADERS
  2826. | # include <stdlib.h>
  2827. | # include <stddef.h>
  2828. | #else
  2829. | # ifdef HAVE_STDLIB_H
  2830. | #  include <stdlib.h>
  2831. | # endif
  2832. | #endif
  2833. | #ifdef HAVE_STRING_H
  2834. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2835. | #  include <memory.h>
  2836. | # endif
  2837. | # include <string.h>
  2838. | #endif
  2839. | #ifdef HAVE_STRINGS_H
  2840. | # include <strings.h>
  2841. | #endif
  2842. | #ifdef HAVE_INTTYPES_H
  2843. | # include <inttypes.h>
  2844. | #endif
  2845. | #ifdef HAVE_STDINT_H
  2846. | # include <stdint.h>
  2847. | #endif
  2848. | #ifdef HAVE_UNISTD_H
  2849. | # include <unistd.h>
  2850. | #endif
  2851. | #include <machine/param.h>
  2852. configure:24012: result: no
  2853. configure:24012: checking machine/param.h presence
  2854. configure:24012: gcc -std=gnu99 -E  conftest.c
  2855. conftest.c:114:27: fatal error: machine/param.h: No such file or directory
  2856. compilation terminated.
  2857. configure:24012: $? = 1
  2858. configure: failed program was:
  2859. | /* confdefs.h */
  2860. | #define PACKAGE_NAME "vlc"
  2861. | #define PACKAGE_TARNAME "vlc"
  2862. | #define PACKAGE_VERSION "2.0.0-rc1"
  2863. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  2864. | #define PACKAGE_BUGREPORT ""
  2865. | #define PACKAGE_URL ""
  2866. | #define PACKAGE "vlc"
  2867. | #define VERSION "2.0.0-rc1"
  2868. | #define STDC_HEADERS 1
  2869. | #define HAVE_SYS_TYPES_H 1
  2870. | #define HAVE_SYS_STAT_H 1
  2871. | #define HAVE_STDLIB_H 1
  2872. | #define HAVE_STRING_H 1
  2873. | #define HAVE_MEMORY_H 1
  2874. | #define HAVE_STRINGS_H 1
  2875. | #define HAVE_INTTYPES_H 1
  2876. | #define HAVE_STDINT_H 1
  2877. | #define HAVE_UNISTD_H 1
  2878. | #define __EXTENSIONS__ 1
  2879. | #define _ALL_SOURCE 1
  2880. | #define _GNU_SOURCE 1
  2881. | #define _POSIX_PTHREAD_SEMANTICS 1
  2882. | #define _TANDEM_SOURCE 1
  2883. | #define _FORTIFY_SOURCE 2
  2884. | #define _FILE_OFFSET_BITS 64
  2885. | #define _REENTRANT /**/
  2886. | #define _THREAD_SAFE /**/
  2887. | #define __LIBVLC__ /**/
  2888. | #define restrict __restrict
  2889. | #define HAVE_DLFCN_H 1
  2890. | #define LT_OBJDIR ".libs/"
  2891. | #define ENABLE_NLS 1
  2892. | #define HAVE_GETTEXT 1
  2893. | #define HAVE_DCGETTEXT 1
  2894. | #define HAVE_ICONV 1
  2895. | #define ICONV_CONST
  2896. | #define LIBEXT ".so"
  2897. | #define HAVE_DECL_NANOSLEEP 1
  2898. | #define HAVE_DAEMON 1
  2899. | #define HAVE_FCNTL 1
  2900. | #define HAVE_FSTATVFS 1
  2901. | #define HAVE_FORK 1
  2902. | #define HAVE_GETENV 1
  2903. | #define HAVE_GETPWUID_R 1
  2904. | #define HAVE_IF_NAMEINDEX 1
  2905. | #define HAVE_IF_NAMETOINDEX 1
  2906. | #define HAVE_ISATTY 1
  2907. | #define HAVE_LSTAT 1
  2908. | #define HAVE_MEMALIGN 1
  2909. | #define HAVE_MMAP 1
  2910. | #define HAVE_OPENAT 1
  2911. | #define HAVE_PREAD 1
  2912. | #define HAVE_POSIX_FADVISE 1
  2913. | #define HAVE_POSIX_MADVISE 1
  2914. | #define HAVE_SETLOCALE 1
  2915. | #define HAVE_STRPTIME 1
  2916. | #define HAVE_USELOCALE 1
  2917. | #define HAVE_ASPRINTF 1
  2918. | #define HAVE_ATOF 1
  2919. | #define HAVE_ATOLL 1
  2920. | #define HAVE_DIRFD 1
  2921. | #define HAVE_FDOPENDIR 1
  2922. | #define HAVE_FLOCKFILE 1
  2923. | #define HAVE_FSYNC 1
  2924. | #define HAVE_GETDELIM 1
  2925. | #define HAVE_GETPID 1
  2926. | #define HAVE_GMTIME_R 1
  2927. | #define HAVE_INET_PTON 1
  2928. | #define HAVE_LLDIV 1
  2929. | #define HAVE_LOCALTIME_R 1
  2930. | #define HAVE_NRAND48 1
  2931. | #define HAVE_REWIND 1
  2932. | #define HAVE_SETENV 1
  2933. | #define HAVE_STRCASECMP 1
  2934. | #define HAVE_STRCASESTR 1
  2935. | #define HAVE_STRDUP 1
  2936. | #define HAVE_STRNCASECMP 1
  2937. | #define HAVE_STRNDUP 1
  2938. | #define HAVE_STRNLEN 1
  2939. | #define HAVE_STRSEP 1
  2940. | #define HAVE_STRTOF 1
  2941. | #define HAVE_STRTOK_R 1
  2942. | #define HAVE_STRTOLL 1
  2943. | #define HAVE_SWAB 1
  2944. | #define HAVE_TDESTROY 1
  2945. | #define HAVE_VASPRINTF 1
  2946. | #define HAVE_FDATASYNC 1
  2947. | #define HAVE_STRCOLL 1
  2948. | #define HAVE_ACCEPT4 1
  2949. | #define HAVE_PIPE2 1
  2950. | #define HAVE_EVENTFD 1
  2951. | #define HAVE_VMSPLICE 1
  2952. | #define HAVE_SCHED_GETAFFINITY 1
  2953. | #define HAVE_POLL 1
  2954. | #define HAVE_STRUCT_POLLFD 1
  2955. | #define HAVE_LRINTF 1
  2956. | #define HAVE_DYNAMIC_PLUGINS 1
  2957. | #define STRNCASECMP_IN_STRINGS_H 1
  2958. | #define HAVE_SEARCH_H 1
  2959. | #define HAVE_GETOPT_H 1
  2960. | #define HAVE_STRINGS_H 1
  2961. | #define HAVE_LOCALE_H 1
  2962. | #define HAVE_XLOCALE_H 1
  2963. | #define HAVE_FCNTL_H 1
  2964. | #define HAVE_SYS_TIME_H 1
  2965. | #define HAVE_SYS_IOCTL_H 1
  2966. | #define HAVE_SYS_STAT_H 1
  2967. | #define HAVE_ARPA_INET_H 1
  2968. | #define HAVE_SYS_EVENTFD_H 1
  2969. | #define HAVE_NET_IF_H 1
  2970. | #define HAVE_SYS_MOUNT_H 1
  2971. | /* end confdefs.h.  */
  2972. | #include <machine/param.h>
  2973. configure:24012: result: no
  2974. configure:24012: checking for machine/param.h
  2975. configure:24012: result: no
  2976. configure:24012: checking sys/shm.h usability
  2977. configure:24012: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2978. configure:24012: $? = 0
  2979. configure:24012: result: yes
  2980. configure:24012: checking sys/shm.h presence
  2981. configure:24012: gcc -std=gnu99 -E  conftest.c
  2982. configure:24012: $? = 0
  2983. configure:24012: result: yes
  2984. configure:24012: checking for sys/shm.h
  2985. configure:24012: result: yes
  2986. configure:24025: checking linux/version.h usability
  2987. configure:24025: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2988. configure:24025: $? = 0
  2989. configure:24025: result: yes
  2990. configure:24025: checking linux/version.h presence
  2991. configure:24025: gcc -std=gnu99 -E  conftest.c
  2992. configure:24025: $? = 0
  2993. configure:24025: result: yes
  2994. configure:24025: checking for linux/version.h
  2995. configure:24025: result: yes
  2996. configure:24025: checking linux/dccp.h usability
  2997. configure:24025: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  2998. configure:24025: $? = 0
  2999. configure:24025: result: yes
  3000. configure:24025: checking linux/dccp.h presence
  3001. configure:24025: gcc -std=gnu99 -E  conftest.c
  3002. configure:24025: $? = 0
  3003. configure:24025: result: yes
  3004. configure:24025: checking for linux/dccp.h
  3005. configure:24025: result: yes
  3006. configure:24025: checking scsi/scsi.h usability
  3007. configure:24025: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  3008. configure:24025: $? = 0
  3009. configure:24025: result: yes
  3010. configure:24025: checking scsi/scsi.h presence
  3011. configure:24025: gcc -std=gnu99 -E  conftest.c
  3012. configure:24025: $? = 0
  3013. configure:24025: result: yes
  3014. configure:24025: checking for scsi/scsi.h
  3015. configure:24025: result: yes
  3016. configure:24025: checking linux/magic.h usability
  3017. configure:24025: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  3018. configure:24025: $? = 0
  3019. configure:24025: result: yes
  3020. configure:24025: checking linux/magic.h presence
  3021. configure:24025: gcc -std=gnu99 -E  conftest.c
  3022. configure:24025: $? = 0
  3023. configure:24025: result: yes
  3024. configure:24025: checking for linux/magic.h
  3025. configure:24025: result: yes
  3026. configure:24037: checking syslog.h usability
  3027. configure:24037: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  3028. configure:24037: $? = 0
  3029. configure:24037: result: yes
  3030. configure:24037: checking syslog.h presence
  3031. configure:24037: gcc -std=gnu99 -E  conftest.c
  3032. configure:24037: $? = 0
  3033. configure:24037: result: yes
  3034. configure:24037: checking for syslog.h
  3035. configure:24037: result: yes
  3036. configure:24050: checking for ssize_t
  3037. configure:24050: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  3038. configure:24050: $? = 0
  3039. configure:24050: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  3040. conftest.c: In function 'main':
  3041. conftest.c:156:22: error: expected expression before ')' token
  3042. configure:24050: $? = 1
  3043. configure: failed program was:
  3044. | /* confdefs.h */
  3045. | #define PACKAGE_NAME "vlc"
  3046. | #define PACKAGE_TARNAME "vlc"
  3047. | #define PACKAGE_VERSION "2.0.0-rc1"
  3048. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  3049. | #define PACKAGE_BUGREPORT ""
  3050. | #define PACKAGE_URL ""
  3051. | #define PACKAGE "vlc"
  3052. | #define VERSION "2.0.0-rc1"
  3053. | #define STDC_HEADERS 1
  3054. | #define HAVE_SYS_TYPES_H 1
  3055. | #define HAVE_SYS_STAT_H 1
  3056. | #define HAVE_STDLIB_H 1
  3057. | #define HAVE_STRING_H 1
  3058. | #define HAVE_MEMORY_H 1
  3059. | #define HAVE_STRINGS_H 1
  3060. | #define HAVE_INTTYPES_H 1
  3061. | #define HAVE_STDINT_H 1
  3062. | #define HAVE_UNISTD_H 1
  3063. | #define __EXTENSIONS__ 1
  3064. | #define _ALL_SOURCE 1
  3065. | #define _GNU_SOURCE 1
  3066. | #define _POSIX_PTHREAD_SEMANTICS 1
  3067. | #define _TANDEM_SOURCE 1
  3068. | #define _FORTIFY_SOURCE 2
  3069. | #define _FILE_OFFSET_BITS 64
  3070. | #define _REENTRANT /**/
  3071. | #define _THREAD_SAFE /**/
  3072. | #define __LIBVLC__ /**/
  3073. | #define restrict __restrict
  3074. | #define HAVE_DLFCN_H 1
  3075. | #define LT_OBJDIR ".libs/"
  3076. | #define ENABLE_NLS 1
  3077. | #define HAVE_GETTEXT 1
  3078. | #define HAVE_DCGETTEXT 1
  3079. | #define HAVE_ICONV 1
  3080. | #define ICONV_CONST
  3081. | #define LIBEXT ".so"
  3082. | #define HAVE_DECL_NANOSLEEP 1
  3083. | #define HAVE_DAEMON 1
  3084. | #define HAVE_FCNTL 1
  3085. | #define HAVE_FSTATVFS 1
  3086. | #define HAVE_FORK 1
  3087. | #define HAVE_GETENV 1
  3088. | #define HAVE_GETPWUID_R 1
  3089. | #define HAVE_IF_NAMEINDEX 1
  3090. | #define HAVE_IF_NAMETOINDEX 1
  3091. | #define HAVE_ISATTY 1
  3092. | #define HAVE_LSTAT 1
  3093. | #define HAVE_MEMALIGN 1
  3094. | #define HAVE_MMAP 1
  3095. | #define HAVE_OPENAT 1
  3096. | #define HAVE_PREAD 1
  3097. | #define HAVE_POSIX_FADVISE 1
  3098. | #define HAVE_POSIX_MADVISE 1
  3099. | #define HAVE_SETLOCALE 1
  3100. | #define HAVE_STRPTIME 1
  3101. | #define HAVE_USELOCALE 1
  3102. | #define HAVE_ASPRINTF 1
  3103. | #define HAVE_ATOF 1
  3104. | #define HAVE_ATOLL 1
  3105. | #define HAVE_DIRFD 1
  3106. | #define HAVE_FDOPENDIR 1
  3107. | #define HAVE_FLOCKFILE 1
  3108. | #define HAVE_FSYNC 1
  3109. | #define HAVE_GETDELIM 1
  3110. | #define HAVE_GETPID 1
  3111. | #define HAVE_GMTIME_R 1
  3112. | #define HAVE_INET_PTON 1
  3113. | #define HAVE_LLDIV 1
  3114. | #define HAVE_LOCALTIME_R 1
  3115. | #define HAVE_NRAND48 1
  3116. | #define HAVE_REWIND 1
  3117. | #define HAVE_SETENV 1
  3118. | #define HAVE_STRCASECMP 1
  3119. | #define HAVE_STRCASESTR 1
  3120. | #define HAVE_STRDUP 1
  3121. | #define HAVE_STRNCASECMP 1
  3122. | #define HAVE_STRNDUP 1
  3123. | #define HAVE_STRNLEN 1
  3124. | #define HAVE_STRSEP 1
  3125. | #define HAVE_STRTOF 1
  3126. | #define HAVE_STRTOK_R 1
  3127. | #define HAVE_STRTOLL 1
  3128. | #define HAVE_SWAB 1
  3129. | #define HAVE_TDESTROY 1
  3130. | #define HAVE_VASPRINTF 1
  3131. | #define HAVE_FDATASYNC 1
  3132. | #define HAVE_STRCOLL 1
  3133. | #define HAVE_ACCEPT4 1
  3134. | #define HAVE_PIPE2 1
  3135. | #define HAVE_EVENTFD 1
  3136. | #define HAVE_VMSPLICE 1
  3137. | #define HAVE_SCHED_GETAFFINITY 1
  3138. | #define HAVE_POLL 1
  3139. | #define HAVE_STRUCT_POLLFD 1
  3140. | #define HAVE_LRINTF 1
  3141. | #define HAVE_DYNAMIC_PLUGINS 1
  3142. | #define STRNCASECMP_IN_STRINGS_H 1
  3143. | #define HAVE_SEARCH_H 1
  3144. | #define HAVE_GETOPT_H 1
  3145. | #define HAVE_STRINGS_H 1
  3146. | #define HAVE_LOCALE_H 1
  3147. | #define HAVE_XLOCALE_H 1
  3148. | #define HAVE_FCNTL_H 1
  3149. | #define HAVE_SYS_TIME_H 1
  3150. | #define HAVE_SYS_IOCTL_H 1
  3151. | #define HAVE_SYS_STAT_H 1
  3152. | #define HAVE_ARPA_INET_H 1
  3153. | #define HAVE_SYS_EVENTFD_H 1
  3154. | #define HAVE_NET_IF_H 1
  3155. | #define HAVE_SYS_MOUNT_H 1
  3156. | #define HAVE_SYS_SHM_H 1
  3157. | #define HAVE_LINUX_VERSION_H 1
  3158. | #define HAVE_LINUX_DCCP_H 1
  3159. | #define HAVE_SCSI_SCSI_H 1
  3160. | #define HAVE_LINUX_MAGIC_H 1
  3161. | #define HAVE_SYSLOG_H 1
  3162. | /* end confdefs.h.  */
  3163. | #include <stdio.h>
  3164. | #ifdef HAVE_SYS_TYPES_H
  3165. | # include <sys/types.h>
  3166. | #endif
  3167. | #ifdef HAVE_SYS_STAT_H
  3168. | # include <sys/stat.h>
  3169. | #endif
  3170. | #ifdef STDC_HEADERS
  3171. | # include <stdlib.h>
  3172. | # include <stddef.h>
  3173. | #else
  3174. | # ifdef HAVE_STDLIB_H
  3175. | #  include <stdlib.h>
  3176. | # endif
  3177. | #endif
  3178. | #ifdef HAVE_STRING_H
  3179. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3180. | #  include <memory.h>
  3181. | # endif
  3182. | # include <string.h>
  3183. | #endif
  3184. | #ifdef HAVE_STRINGS_H
  3185. | # include <strings.h>
  3186. | #endif
  3187. | #ifdef HAVE_INTTYPES_H
  3188. | # include <inttypes.h>
  3189. | #endif
  3190. | #ifdef HAVE_STDINT_H
  3191. | # include <stdint.h>
  3192. | #endif
  3193. | #ifdef HAVE_UNISTD_H
  3194. | # include <unistd.h>
  3195. | #endif
  3196. | int
  3197. | main ()
  3198. | {
  3199. | if (sizeof ((ssize_t)))
  3200. |           return 0;
  3201. |   ;
  3202. |   return 0;
  3203. | }
  3204. configure:24050: result: yes
  3205. configure:24064: checking pthread.h usability
  3206. configure:24064: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  3207. configure:24064: $? = 0
  3208. configure:24064: result: yes
  3209. configure:24064: checking pthread.h presence
  3210. configure:24064: gcc -std=gnu99 -E  conftest.c
  3211. configure:24064: $? = 0
  3212. configure:24064: result: yes
  3213. configure:24064: checking for pthread.h
  3214. configure:24064: result: yes
  3215. configure:24131: checking for pkg-config
  3216. configure:24164: result: no
  3217. configure:24211: checking zlib.h usability
  3218. configure:24211: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  3219. configure:24211: $? = 0
  3220. configure:24211: result: yes
  3221. configure:24211: checking zlib.h presence
  3222. configure:24211: gcc -std=gnu99 -E  conftest.c
  3223. configure:24211: $? = 0
  3224. configure:24211: result: yes
  3225. configure:24211: checking for zlib.h
  3226. configure:24211: result: yes
  3227. configure:24259: checking for MINIZIP
  3228. configure:24340: result: no
  3229. configure:24345: checking unzip.h usability
  3230. configure:24345: gcc -std=gnu99 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
  3231. conftest.c:155:19: fatal error: unzip.h: No such file or directory
  3232. compilation terminated.
  3233. configure:24345: $? = 1
  3234. configure: failed program was:
  3235. | /* confdefs.h */
  3236. | #define PACKAGE_NAME "vlc"
  3237. | #define PACKAGE_TARNAME "vlc"
  3238. | #define PACKAGE_VERSION "2.0.0-rc1"
  3239. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  3240. | #define PACKAGE_BUGREPORT ""
  3241. | #define PACKAGE_URL ""
  3242. | #define PACKAGE "vlc"
  3243. | #define VERSION "2.0.0-rc1"
  3244. | #define STDC_HEADERS 1
  3245. | #define HAVE_SYS_TYPES_H 1
  3246. | #define HAVE_SYS_STAT_H 1
  3247. | #define HAVE_STDLIB_H 1
  3248. | #define HAVE_STRING_H 1
  3249. | #define HAVE_MEMORY_H 1
  3250. | #define HAVE_STRINGS_H 1
  3251. | #define HAVE_INTTYPES_H 1
  3252. | #define HAVE_STDINT_H 1
  3253. | #define HAVE_UNISTD_H 1
  3254. | #define __EXTENSIONS__ 1
  3255. | #define _ALL_SOURCE 1
  3256. | #define _GNU_SOURCE 1
  3257. | #define _POSIX_PTHREAD_SEMANTICS 1
  3258. | #define _TANDEM_SOURCE 1
  3259. | #define _FORTIFY_SOURCE 2
  3260. | #define _FILE_OFFSET_BITS 64
  3261. | #define _REENTRANT /**/
  3262. | #define _THREAD_SAFE /**/
  3263. | #define __LIBVLC__ /**/
  3264. | #define restrict __restrict
  3265. | #define HAVE_DLFCN_H 1
  3266. | #define LT_OBJDIR ".libs/"
  3267. | #define ENABLE_NLS 1
  3268. | #define HAVE_GETTEXT 1
  3269. | #define HAVE_DCGETTEXT 1
  3270. | #define HAVE_ICONV 1
  3271. | #define ICONV_CONST
  3272. | #define LIBEXT ".so"
  3273. | #define HAVE_DECL_NANOSLEEP 1
  3274. | #define HAVE_DAEMON 1
  3275. | #define HAVE_FCNTL 1
  3276. | #define HAVE_FSTATVFS 1
  3277. | #define HAVE_FORK 1
  3278. | #define HAVE_GETENV 1
  3279. | #define HAVE_GETPWUID_R 1
  3280. | #define HAVE_IF_NAMEINDEX 1
  3281. | #define HAVE_IF_NAMETOINDEX 1
  3282. | #define HAVE_ISATTY 1
  3283. | #define HAVE_LSTAT 1
  3284. | #define HAVE_MEMALIGN 1
  3285. | #define HAVE_MMAP 1
  3286. | #define HAVE_OPENAT 1
  3287. | #define HAVE_PREAD 1
  3288. | #define HAVE_POSIX_FADVISE 1
  3289. | #define HAVE_POSIX_MADVISE 1
  3290. | #define HAVE_SETLOCALE 1
  3291. | #define HAVE_STRPTIME 1
  3292. | #define HAVE_USELOCALE 1
  3293. | #define HAVE_ASPRINTF 1
  3294. | #define HAVE_ATOF 1
  3295. | #define HAVE_ATOLL 1
  3296. | #define HAVE_DIRFD 1
  3297. | #define HAVE_FDOPENDIR 1
  3298. | #define HAVE_FLOCKFILE 1
  3299. | #define HAVE_FSYNC 1
  3300. | #define HAVE_GETDELIM 1
  3301. | #define HAVE_GETPID 1
  3302. | #define HAVE_GMTIME_R 1
  3303. | #define HAVE_INET_PTON 1
  3304. | #define HAVE_LLDIV 1
  3305. | #define HAVE_LOCALTIME_R 1
  3306. | #define HAVE_NRAND48 1
  3307. | #define HAVE_REWIND 1
  3308. | #define HAVE_SETENV 1
  3309. | #define HAVE_STRCASECMP 1
  3310. | #define HAVE_STRCASESTR 1
  3311. | #define HAVE_STRDUP 1
  3312. | #define HAVE_STRNCASECMP 1
  3313. | #define HAVE_STRNDUP 1
  3314. | #define HAVE_STRNLEN 1
  3315. | #define HAVE_STRSEP 1
  3316. | #define HAVE_STRTOF 1
  3317. | #define HAVE_STRTOK_R 1
  3318. | #define HAVE_STRTOLL 1
  3319. | #define HAVE_SWAB 1
  3320. | #define HAVE_TDESTROY 1
  3321. | #define HAVE_VASPRINTF 1
  3322. | #define HAVE_FDATASYNC 1
  3323. | #define HAVE_STRCOLL 1
  3324. | #define HAVE_ACCEPT4 1
  3325. | #define HAVE_PIPE2 1
  3326. | #define HAVE_EVENTFD 1
  3327. | #define HAVE_VMSPLICE 1
  3328. | #define HAVE_SCHED_GETAFFINITY 1
  3329. | #define HAVE_POLL 1
  3330. | #define HAVE_STRUCT_POLLFD 1
  3331. | #define HAVE_LRINTF 1
  3332. | #define HAVE_DYNAMIC_PLUGINS 1
  3333. | #define STRNCASECMP_IN_STRINGS_H 1
  3334. | #define HAVE_SEARCH_H 1
  3335. | #define HAVE_GETOPT_H 1
  3336. | #define HAVE_STRINGS_H 1
  3337. | #define HAVE_LOCALE_H 1
  3338. | #define HAVE_XLOCALE_H 1
  3339. | #define HAVE_FCNTL_H 1
  3340. | #define HAVE_SYS_TIME_H 1
  3341. | #define HAVE_SYS_IOCTL_H 1
  3342. | #define HAVE_SYS_STAT_H 1
  3343. | #define HAVE_ARPA_INET_H 1
  3344. | #define HAVE_SYS_EVENTFD_H 1
  3345. | #define HAVE_NET_IF_H 1
  3346. | #define HAVE_SYS_MOUNT_H 1
  3347. | #define HAVE_SYS_SHM_H 1
  3348. | #define HAVE_LINUX_VERSION_H 1
  3349. | #define HAVE_LINUX_DCCP_H 1
  3350. | #define HAVE_SCSI_SCSI_H 1
  3351. | #define HAVE_LINUX_MAGIC_H 1
  3352. | #define HAVE_SYSLOG_H 1
  3353. | #define HAVE_PTHREAD_H 1
  3354. | #define HAVE_ZLIB_H 1
  3355. | /* end confdefs.h.  */
  3356. | #include <stdio.h>
  3357. | #ifdef HAVE_SYS_TYPES_H
  3358. | # include <sys/types.h>
  3359. | #endif
  3360. | #ifdef HAVE_SYS_STAT_H
  3361. | # include <sys/stat.h>
  3362. | #endif
  3363. | #ifdef STDC_HEADERS
  3364. | # include <stdlib.h>
  3365. | # include <stddef.h>
  3366. | #else
  3367. | # ifdef HAVE_STDLIB_H
  3368. | #  include <stdlib.h>
  3369. | # endif
  3370. | #endif
  3371. | #ifdef HAVE_STRING_H
  3372. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3373. | #  include <memory.h>
  3374. | # endif
  3375. | # include <string.h>
  3376. | #endif
  3377. | #ifdef HAVE_STRINGS_H
  3378. | # include <strings.h>
  3379. | #endif
  3380. | #ifdef HAVE_INTTYPES_H
  3381. | # include <inttypes.h>
  3382. | #endif
  3383. | #ifdef HAVE_STDINT_H
  3384. | # include <stdint.h>
  3385. | #endif
  3386. | #ifdef HAVE_UNISTD_H
  3387. | # include <unistd.h>
  3388. | #endif
  3389. | #include <unzip.h>
  3390. configure:24345: result: no
  3391. configure:24345: checking unzip.h presence
  3392. configure:24345: gcc -std=gnu99 -E  conftest.c
  3393. conftest.c:122:19: fatal error: unzip.h: No such file or directory
  3394. compilation terminated.
  3395. configure:24345: $? = 1
  3396. configure: failed program was:
  3397. | /* confdefs.h */
  3398. | #define PACKAGE_NAME "vlc"
  3399. | #define PACKAGE_TARNAME "vlc"
  3400. | #define PACKAGE_VERSION "2.0.0-rc1"
  3401. | #define PACKAGE_STRING "vlc 2.0.0-rc1"
  3402. | #define PACKAGE_BUGREPORT ""
  3403. | #define PACKAGE_URL ""
  3404. | #define PACKAGE "vlc"
  3405. | #define VERSION "2.0.0-rc1"
  3406. | #define STDC_HEADERS 1
  3407. | #define HAVE_SYS_TYPES_H 1
  3408. | #define HAVE_SYS_STAT_H 1
  3409. | #define HAVE_STDLIB_H 1
  3410. | #define HAVE_STRING_H 1
  3411. | #define HAVE_MEMORY_H 1
  3412. | #define HAVE_STRINGS_H 1
  3413. | #define HAVE_INTTYPES_H 1
  3414. | #define HAVE_STDINT_H 1
  3415. | #define HAVE_UNISTD_H 1
  3416. | #define __EXTENSIONS__ 1
  3417. | #define _ALL_SOURCE 1
  3418. | #define _GNU_SOURCE 1
  3419. | #define _POSIX_PTHREAD_SEMANTICS 1
  3420. | #define _TANDEM_SOURCE 1
  3421. | #define _FORTIFY_SOURCE 2
  3422. | #define _FILE_OFFSET_BITS 64
  3423. | #define _REENTRANT /**/
  3424. | #define _THREAD_SAFE /**/
  3425. | #define __LIBVLC__ /**/
  3426. | #define restrict __restrict
  3427. | #define HAVE_DLFCN_H 1
  3428. | #define LT_OBJDIR ".libs/"
  3429. | #define ENABLE_NLS 1
  3430. | #define HAVE_GETTEXT 1
  3431. | #define HAVE_DCGETTEXT 1
  3432. | #define HAVE_ICONV 1
  3433. | #define ICONV_CONST
  3434. | #define LIBEXT ".so"
  3435. | #define HAVE_DECL_NANOSLEEP 1
  3436. | #define HAVE_DAEMON 1
  3437. | #define HAVE_FCNTL 1
  3438. | #define HAVE_FSTATVFS 1
  3439. | #define HAVE_FORK 1
  3440. | #define HAVE_GETENV 1
  3441. | #define HAVE_GETPWUID_R 1
  3442. | #define HAVE_IF_NAMEINDEX 1
  3443. | #define HAVE_IF_NAMETOINDEX 1
  3444. | #define HAVE_ISATTY 1
  3445. | #define HAVE_LSTAT 1
  3446. | #define HAVE_MEMALIGN 1
  3447. | #define HAVE_MMAP 1
  3448. | #define HAVE_OPENAT 1
  3449. | #define HAVE_PREAD 1
  3450. | #define HAVE_POSIX_FADVISE 1
  3451. | #define HAVE_POSIX_MADVISE 1
  3452. | #define HAVE_SETLOCALE 1
  3453. | #define HAVE_STRPTIME 1
  3454. | #define HAVE_USELOCALE 1
  3455. | #define HAVE_ASPRINTF 1
  3456. | #define HAVE_ATOF 1
  3457. | #define HAVE_ATOLL 1
  3458. | #define HAVE_DIRFD 1
  3459. | #define HAVE_FDOPENDIR 1
  3460. | #define HAVE_FLOCKFILE 1
  3461. | #define HAVE_FSYNC 1
  3462. | #define HAVE_GETDELIM 1
  3463. | #define HAVE_GETPID 1
  3464. | #define HAVE_GMTIME_R 1
  3465. | #define HAVE_INET_PTON 1
  3466. | #define HAVE_LLDIV 1
  3467. | #define HAVE_LOCALTIME_R 1
  3468. | #define HAVE_NRAND48 1
  3469. | #define HAVE_REWIND 1
  3470. | #define HAVE_SETENV 1
  3471. | #define HAVE_STRCASECMP 1
  3472. | #define HAVE_STRCASESTR 1
  3473. | #define HAVE_STRDUP 1
  3474. | #define HAVE_STRNCASECMP 1
  3475. | #define HAVE_STRNDUP 1
  3476. | #define HAVE_STRNLEN 1
  3477. | #define HAVE_STRSEP 1
  3478. | #define HAVE_STRTOF 1
  3479. | #define HAVE_STRTOK_R 1
  3480. | #define HAVE_STRTOLL 1
  3481. | #define HAVE_SWAB 1
  3482. | #define HAVE_TDESTROY 1
  3483. | #define HAVE_VASPRINTF 1
  3484. | #define HAVE_FDATASYNC 1
  3485. | #define HAVE_STRCOLL 1
  3486. | #define HAVE_ACCEPT4 1
  3487. | #define HAVE_PIPE2 1
  3488. | #define HAVE_EVENTFD 1
  3489. | #define HAVE_VMSPLICE 1
  3490. | #define HAVE_SCHED_GETAFFINITY 1
  3491. | #define HAVE_POLL 1
  3492. | #define HAVE_STRUCT_POLLFD 1
  3493. | #define HAVE_LRINTF 1
  3494. | #define HAVE_DYNAMIC_PLUGINS 1
  3495. | #define STRNCASECMP_IN_STRINGS_H 1
  3496. | #define HAVE_SEARCH_H 1
  3497. | #define HAVE_GETOPT_H 1
  3498. | #define HAVE_STRINGS_H 1
  3499. | #define HAVE_LOCALE_H 1
  3500. | #define HAVE_XLOCALE_H 1
  3501. | #define HAVE_FCNTL_H 1
  3502. | #define HAVE_SYS_TIME_H 1
  3503. | #define HAVE_SYS_IOCTL_H 1
  3504. | #define HAVE_SYS_STAT_H 1
  3505. | #define HAVE_ARPA_INET_H 1
  3506. | #define HAVE_SYS_EVENTFD_H 1
  3507. | #define HAVE_NET_IF_H 1
  3508. | #define HAVE_SYS_MOUNT_H 1
  3509. | #define HAVE_SYS_SHM_H 1
  3510. | #define HAVE_LINUX_VERSION_H 1
  3511. | #define HAVE_LINUX_DCCP_H 1
  3512. | #define HAVE_SCSI_SCSI_H 1
  3513. | #define HAVE_LINUX_MAGIC_H 1
  3514. | #define HAVE_SYSLOG_H 1
  3515. | #define HAVE_PTHREAD_H 1
  3516. | #define HAVE_ZLIB_H 1
  3517. | /* end confdefs.h.  */
  3518. | #include <unzip.h>
  3519. configure:24345: result: no
  3520. configure:24345: checking for unzip.h
  3521. configure:24345: result: no
  3522. configure:24428: checking for DBUS
  3523. configure:24488: result: no
  3524. configure:24490: error: .
  3525.  
  3526. ## ---------------- ##
  3527. ## Cache variables. ##
  3528. ## ---------------- ##
  3529.  
  3530. ac_cv_build=x86_64-unknown-linux-gnu
  3531. ac_cv_c_compiler_gnu=yes
  3532. ac_cv_c_const=yes
  3533. ac_cv_c_inline=inline
  3534. ac_cv_c_restrict=__restrict
  3535. ac_cv_cxx_compiler_gnu=yes
  3536. ac_cv_env_ALSA_CFLAGS_set=
  3537. ac_cv_env_ALSA_CFLAGS_value=
  3538. ac_cv_env_ALSA_LIBS_set=
  3539. ac_cv_env_ALSA_LIBS_value=
  3540. ac_cv_env_AVCODEC_CFLAGS_set=
  3541. ac_cv_env_AVCODEC_CFLAGS_value=
  3542. ac_cv_env_AVCODEC_LIBS_set=
  3543. ac_cv_env_AVCODEC_LIBS_value=
  3544. ac_cv_env_AVFORMAT_CFLAGS_set=
  3545. ac_cv_env_AVFORMAT_CFLAGS_value=
  3546. ac_cv_env_AVFORMAT_LIBS_set=
  3547. ac_cv_env_AVFORMAT_LIBS_value=
  3548. ac_cv_env_BLURAY_CFLAGS_set=
  3549. ac_cv_env_BLURAY_CFLAGS_value=
  3550. ac_cv_env_BLURAY_LIBS_set=
  3551. ac_cv_env_BLURAY_LIBS_value=
  3552. ac_cv_env_BONJOUR_CFLAGS_set=
  3553. ac_cv_env_BONJOUR_CFLAGS_value=
  3554. ac_cv_env_BONJOUR_LIBS_set=
  3555. ac_cv_env_BONJOUR_LIBS_value=
  3556. ac_cv_env_CACA_CFLAGS_set=
  3557. ac_cv_env_CACA_CFLAGS_value=
  3558. ac_cv_env_CACA_LIBS_set=
  3559. ac_cv_env_CACA_LIBS_value=
  3560. ac_cv_env_CCASFLAGS_set=
  3561. ac_cv_env_CCASFLAGS_value=
  3562. ac_cv_env_CCAS_set=
  3563. ac_cv_env_CCAS_value=
  3564. ac_cv_env_CCC_set=
  3565. ac_cv_env_CCC_value=
  3566. ac_cv_env_CC_set=
  3567. ac_cv_env_CC_value=
  3568. ac_cv_env_CFLAGS_set=set
  3569. ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  3570. ac_cv_env_CPPFLAGS_set=
  3571. ac_cv_env_CPPFLAGS_value=
  3572. ac_cv_env_CPP_set=
  3573. ac_cv_env_CPP_value=
  3574. ac_cv_env_CXXCPP_set=
  3575. ac_cv_env_CXXCPP_value=
  3576. ac_cv_env_CXXFLAGS_set=set
  3577. ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  3578. ac_cv_env_CXX_set=
  3579. ac_cv_env_CXX_value=
  3580. ac_cv_env_DBUS_CFLAGS_set=
  3581. ac_cv_env_DBUS_CFLAGS_value=
  3582. ac_cv_env_DBUS_LIBS_set=
  3583. ac_cv_env_DBUS_LIBS_value=
  3584. ac_cv_env_DC1394_CFLAGS_set=
  3585. ac_cv_env_DC1394_CFLAGS_value=
  3586. ac_cv_env_DC1394_LIBS_set=
  3587. ac_cv_env_DC1394_LIBS_value=
  3588. ac_cv_env_DCA_CFLAGS_set=
  3589. ac_cv_env_DCA_CFLAGS_value=
  3590. ac_cv_env_DCA_LIBS_set=
  3591. ac_cv_env_DCA_LIBS_value=
  3592. ac_cv_env_DESKTOP_FILE_VALIDATE_set=
  3593. ac_cv_env_DESKTOP_FILE_VALIDATE_value=
  3594. ac_cv_env_DIRAC_CFLAGS_set=
  3595. ac_cv_env_DIRAC_CFLAGS_value=
  3596. ac_cv_env_DIRAC_LIBS_set=
  3597. ac_cv_env_DIRAC_LIBS_value=
  3598. ac_cv_env_DIRECTFB_CFLAGS_set=
  3599. ac_cv_env_DIRECTFB_CFLAGS_value=
  3600. ac_cv_env_DIRECTFB_LIBS_set=
  3601. ac_cv_env_DIRECTFB_LIBS_value=
  3602. ac_cv_env_DVBPSI_CFLAGS_set=
  3603. ac_cv_env_DVBPSI_CFLAGS_value=
  3604. ac_cv_env_DVBPSI_LIBS_set=
  3605. ac_cv_env_DVBPSI_LIBS_value=
  3606. ac_cv_env_DVDNAV_CFLAGS_set=
  3607. ac_cv_env_DVDNAV_CFLAGS_value=
  3608. ac_cv_env_DVDNAV_LIBS_set=
  3609. ac_cv_env_DVDNAV_LIBS_value=
  3610. ac_cv_env_DVDREAD_CFLAGS_set=
  3611. ac_cv_env_DVDREAD_CFLAGS_value=
  3612. ac_cv_env_DVDREAD_LIBS_set=
  3613. ac_cv_env_DVDREAD_LIBS_value=
  3614. ac_cv_env_DV_CFLAGS_set=
  3615. ac_cv_env_DV_CFLAGS_value=
  3616. ac_cv_env_DV_LIBS_set=
  3617. ac_cv_env_DV_LIBS_value=
  3618. ac_cv_env_EGL_CFLAGS_set=
  3619. ac_cv_env_EGL_CFLAGS_value=
  3620. ac_cv_env_EGL_LIBS_set=
  3621. ac_cv_env_EGL_LIBS_value=
  3622. ac_cv_env_FLAC_CFLAGS_set=
  3623. ac_cv_env_FLAC_CFLAGS_value=
  3624. ac_cv_env_FLAC_LIBS_set=
  3625. ac_cv_env_FLAC_LIBS_value=
  3626. ac_cv_env_FLUIDSYNTH_CFLAGS_set=
  3627. ac_cv_env_FLUIDSYNTH_CFLAGS_value=
  3628. ac_cv_env_FLUIDSYNTH_LIBS_set=
  3629. ac_cv_env_FLUIDSYNTH_LIBS_value=
  3630. ac_cv_env_FREETYPE_CFLAGS_set=
  3631. ac_cv_env_FREETYPE_CFLAGS_value=
  3632. ac_cv_env_FREETYPE_LIBS_set=
  3633. ac_cv_env_FREETYPE_LIBS_value=
  3634. ac_cv_env_FRIBIDI_CFLAGS_set=
  3635. ac_cv_env_FRIBIDI_CFLAGS_value=
  3636. ac_cv_env_FRIBIDI_LIBS_set=
  3637. ac_cv_env_FRIBIDI_LIBS_value=
  3638. ac_cv_env_GL_CFLAGS_set=
  3639. ac_cv_env_GL_CFLAGS_value=
  3640. ac_cv_env_GL_LIBS_set=
  3641. ac_cv_env_GL_LIBS_value=
  3642. ac_cv_env_GNOMEVFS_CFLAGS_set=
  3643. ac_cv_env_GNOMEVFS_CFLAGS_value=
  3644. ac_cv_env_GNOMEVFS_LIBS_set=
  3645. ac_cv_env_GNOMEVFS_LIBS_value=
  3646. ac_cv_env_GNUTLS_CFLAGS_set=
  3647. ac_cv_env_GNUTLS_CFLAGS_value=
  3648. ac_cv_env_GNUTLS_LIBS_set=
  3649. ac_cv_env_GNUTLS_LIBS_value=
  3650. ac_cv_env_GOOM_CFLAGS_set=
  3651. ac_cv_env_GOOM_CFLAGS_value=
  3652. ac_cv_env_GOOM_LIBS_set=
  3653. ac_cv_env_GOOM_LIBS_value=
  3654. ac_cv_env_HILDON_CFLAGS_set=
  3655. ac_cv_env_HILDON_CFLAGS_value=
  3656. ac_cv_env_HILDON_FM_CFLAGS_set=
  3657. ac_cv_env_HILDON_FM_CFLAGS_value=
  3658. ac_cv_env_HILDON_FM_LIBS_set=
  3659. ac_cv_env_HILDON_FM_LIBS_value=
  3660. ac_cv_env_HILDON_LIBS_set=
  3661. ac_cv_env_HILDON_LIBS_value=
  3662. ac_cv_env_JACK_CFLAGS_set=
  3663. ac_cv_env_JACK_CFLAGS_value=
  3664. ac_cv_env_JACK_LIBS_set=
  3665. ac_cv_env_JACK_LIBS_value=
  3666. ac_cv_env_KATE_CFLAGS_set=
  3667. ac_cv_env_KATE_CFLAGS_value=
  3668. ac_cv_env_KATE_LIBS_set=
  3669. ac_cv_env_KATE_LIBS_value=
  3670. ac_cv_env_KDE4_CONFIG_set=
  3671. ac_cv_env_KDE4_CONFIG_value=
  3672. ac_cv_env_LDFLAGS_set=set
  3673. ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
  3674. ac_cv_env_LIBASS_CFLAGS_set=
  3675. ac_cv_env_LIBASS_CFLAGS_value=
  3676. ac_cv_env_LIBASS_LIBS_set=
  3677. ac_cv_env_LIBASS_LIBS_value=
  3678. ac_cv_env_LIBCDDB_CFLAGS_set=
  3679. ac_cv_env_LIBCDDB_CFLAGS_value=
  3680. ac_cv_env_LIBCDDB_LIBS_set=
  3681. ac_cv_env_LIBCDDB_LIBS_value=
  3682. ac_cv_env_LIBCDIO_CFLAGS_set=
  3683. ac_cv_env_LIBCDIO_CFLAGS_value=
  3684. ac_cv_env_LIBCDIO_LIBS_set=
  3685. ac_cv_env_LIBCDIO_LIBS_value=
  3686. ac_cv_env_LIBMODPLUG_CFLAGS_set=
  3687. ac_cv_env_LIBMODPLUG_CFLAGS_value=
  3688. ac_cv_env_LIBMODPLUG_LIBS_set=
  3689. ac_cv_env_LIBMODPLUG_LIBS_value=
  3690. ac_cv_env_LIBMPEG2_CFLAGS_set=
  3691. ac_cv_env_LIBMPEG2_CFLAGS_value=
  3692. ac_cv_env_LIBMPEG2_LIBS_set=
  3693. ac_cv_env_LIBMPEG2_LIBS_value=
  3694. ac_cv_env_LIBPROXY_CFLAGS_set=
  3695. ac_cv_env_LIBPROXY_CFLAGS_value=
  3696. ac_cv_env_LIBPROXY_LIBS_set=
  3697. ac_cv_env_LIBPROXY_LIBS_value=
  3698. ac_cv_env_LIBS_set=
  3699. ac_cv_env_LIBS_value=
  3700. ac_cv_env_LIBV4L2_CFLAGS_set=
  3701. ac_cv_env_LIBV4L2_CFLAGS_value=
  3702. ac_cv_env_LIBV4L2_LIBS_set=
  3703. ac_cv_env_LIBV4L2_LIBS_value=
  3704. ac_cv_env_LIBVA_CFLAGS_set=
  3705. ac_cv_env_LIBVA_CFLAGS_value=
  3706. ac_cv_env_LIBVA_LIBS_set=
  3707. ac_cv_env_LIBVA_LIBS_value=
  3708. ac_cv_env_LIBVCDINFO_CFLAGS_set=
  3709. ac_cv_env_LIBVCDINFO_CFLAGS_value=
  3710. ac_cv_env_LIBVCDINFO_LIBS_set=
  3711. ac_cv_env_LIBVCDINFO_LIBS_value=
  3712. ac_cv_env_LIBXML2_CFLAGS_set=
  3713. ac_cv_env_LIBXML2_CFLAGS_value=
  3714. ac_cv_env_LIBXML2_LIBS_set=
  3715. ac_cv_env_LIBXML2_LIBS_value=
  3716. ac_cv_env_LINSYS_SDI_CFLAGS_set=
  3717. ac_cv_env_LINSYS_SDI_CFLAGS_value=
  3718. ac_cv_env_LINSYS_SDI_LIBS_set=
  3719. ac_cv_env_LINSYS_SDI_LIBS_value=
  3720. ac_cv_env_LUAC_set=
  3721. ac_cv_env_LUAC_value=
  3722. ac_cv_env_LUA_CFLAGS_set=
  3723. ac_cv_env_LUA_CFLAGS_value=
  3724. ac_cv_env_LUA_LIBS_set=
  3725. ac_cv_env_LUA_LIBS_value=
  3726. ac_cv_env_MCE_CFLAGS_set=
  3727. ac_cv_env_MCE_CFLAGS_value=
  3728. ac_cv_env_MCE_LIBS_set=
  3729. ac_cv_env_MCE_LIBS_value=
  3730. ac_cv_env_MINIZIP_CFLAGS_set=
  3731. ac_cv_env_MINIZIP_CFLAGS_value=
  3732. ac_cv_env_MINIZIP_LIBS_set=
  3733. ac_cv_env_MINIZIP_LIBS_value=
  3734. ac_cv_env_MTP_CFLAGS_set=
  3735. ac_cv_env_MTP_CFLAGS_value=
  3736. ac_cv_env_MTP_LIBS_set=
  3737. ac_cv_env_MTP_LIBS_value=
  3738. ac_cv_env_MUX_OGG_CFLAGS_set=
  3739. ac_cv_env_MUX_OGG_CFLAGS_value=
  3740. ac_cv_env_MUX_OGG_LIBS_set=
  3741. ac_cv_env_MUX_OGG_LIBS_value=
  3742. ac_cv_env_NOTIFY_CFLAGS_set=
  3743. ac_cv_env_NOTIFY_CFLAGS_value=
  3744. ac_cv_env_NOTIFY_LIBS_set=
  3745. ac_cv_env_NOTIFY_LIBS_value=
  3746. ac_cv_env_OBJCFLAGS_set=
  3747. ac_cv_env_OBJCFLAGS_value=
  3748. ac_cv_env_OBJC_set=
  3749. ac_cv_env_OBJC_value=
  3750. ac_cv_env_OGG_CFLAGS_set=
  3751. ac_cv_env_OGG_CFLAGS_value=
  3752. ac_cv_env_OGG_LIBS_set=
  3753. ac_cv_env_OGG_LIBS_value=
  3754. ac_cv_env_OPENCV_CFLAGS_set=
  3755. ac_cv_env_OPENCV_CFLAGS_value=
  3756. ac_cv_env_OPENCV_LIBS_set=
  3757. ac_cv_env_OPENCV_LIBS_value=
  3758. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3759. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3760. ac_cv_env_PKG_CONFIG_PATH_set=
  3761. ac_cv_env_PKG_CONFIG_PATH_value=
  3762. ac_cv_env_PKG_CONFIG_set=
  3763. ac_cv_env_PKG_CONFIG_value=
  3764. ac_cv_env_PORTAUDIO_CFLAGS_set=
  3765. ac_cv_env_PORTAUDIO_CFLAGS_value=
  3766. ac_cv_env_PORTAUDIO_LIBS_set=
  3767. ac_cv_env_PORTAUDIO_LIBS_value=
  3768. ac_cv_env_POSTPROC_CFLAGS_set=
  3769. ac_cv_env_POSTPROC_CFLAGS_value=
  3770. ac_cv_env_POSTPROC_LIBS_set=
  3771. ac_cv_env_POSTPROC_LIBS_value=
  3772. ac_cv_env_PROJECTM2_CFLAGS_set=
  3773. ac_cv_env_PROJECTM2_CFLAGS_value=
  3774. ac_cv_env_PROJECTM2_LIBS_set=
  3775. ac_cv_env_PROJECTM2_LIBS_value=
  3776. ac_cv_env_PROJECTM_CFLAGS_set=
  3777. ac_cv_env_PROJECTM_CFLAGS_value=
  3778. ac_cv_env_PROJECTM_LIBS_set=
  3779. ac_cv_env_PROJECTM_LIBS_value=
  3780. ac_cv_env_PULSE_CFLAGS_set=
  3781. ac_cv_env_PULSE_CFLAGS_value=
  3782. ac_cv_env_PULSE_LIBS_set=
  3783. ac_cv_env_PULSE_LIBS_value=
  3784. ac_cv_env_QT4_CFLAGS_set=
  3785. ac_cv_env_QT4_CFLAGS_value=
  3786. ac_cv_env_QT4_LIBS_set=
  3787. ac_cv_env_QT4_LIBS_value=
  3788. ac_cv_env_SAMPLERATE_CFLAGS_set=
  3789. ac_cv_env_SAMPLERATE_CFLAGS_value=
  3790. ac_cv_env_SAMPLERATE_LIBS_set=
  3791. ac_cv_env_SAMPLERATE_LIBS_value=
  3792. ac_cv_env_SCHROEDINGER_CFLAGS_set=
  3793. ac_cv_env_SCHROEDINGER_CFLAGS_value=
  3794. ac_cv_env_SCHROEDINGER_LIBS_set=
  3795. ac_cv_env_SCHROEDINGER_LIBS_value=
  3796. ac_cv_env_SDL_CFLAGS_set=
  3797. ac_cv_env_SDL_CFLAGS_value=
  3798. ac_cv_env_SDL_IMAGE_CFLAGS_set=
  3799. ac_cv_env_SDL_IMAGE_CFLAGS_value=
  3800. ac_cv_env_SDL_IMAGE_LIBS_set=
  3801. ac_cv_env_SDL_IMAGE_LIBS_value=
  3802. ac_cv_env_SDL_LIBS_set=
  3803. ac_cv_env_SDL_LIBS_value=
  3804. ac_cv_env_SHOUT_CFLAGS_set=
  3805. ac_cv_env_SHOUT_CFLAGS_value=
  3806. ac_cv_env_SHOUT_LIBS_set=
  3807. ac_cv_env_SHOUT_LIBS_value=
  3808. ac_cv_env_SID_CFLAGS_set=
  3809. ac_cv_env_SID_CFLAGS_value=
  3810. ac_cv_env_SID_LIBS_set=
  3811. ac_cv_env_SID_LIBS_value=
  3812. ac_cv_env_SPEEXDSP_CFLAGS_set=
  3813. ac_cv_env_SPEEXDSP_CFLAGS_value=
  3814. ac_cv_env_SPEEXDSP_LIBS_set=
  3815. ac_cv_env_SPEEXDSP_LIBS_value=
  3816. ac_cv_env_SPEEX_CFLAGS_set=
  3817. ac_cv_env_SPEEX_CFLAGS_value=
  3818. ac_cv_env_SPEEX_LIBS_set=
  3819. ac_cv_env_SPEEX_LIBS_value=
  3820. ac_cv_env_SQLITE_CFLAGS_set=
  3821. ac_cv_env_SQLITE_CFLAGS_value=
  3822. ac_cv_env_SQLITE_LIBS_set=
  3823. ac_cv_env_SQLITE_LIBS_value=
  3824. ac_cv_env_SVG_CFLAGS_set=
  3825. ac_cv_env_SVG_CFLAGS_value=
  3826. ac_cv_env_SVG_LIBS_set=
  3827. ac_cv_env_SVG_LIBS_value=
  3828. ac_cv_env_SWSCALE_CFLAGS_set=
  3829. ac_cv_env_SWSCALE_CFLAGS_value=
  3830. ac_cv_env_SWSCALE_LIBS_set=
  3831. ac_cv_env_SWSCALE_LIBS_value=
  3832. ac_cv_env_TAGLIB_CFLAGS_set=
  3833. ac_cv_env_TAGLIB_CFLAGS_value=
  3834. ac_cv_env_TAGLIB_LIBS_set=
  3835. ac_cv_env_TAGLIB_LIBS_value=
  3836. ac_cv_env_THEORA_CFLAGS_set=
  3837. ac_cv_env_THEORA_CFLAGS_value=
  3838. ac_cv_env_THEORA_LIBS_set=
  3839. ac_cv_env_THEORA_LIBS_value=
  3840. ac_cv_env_TIGER_CFLAGS_set=
  3841. ac_cv_env_TIGER_CFLAGS_value=
  3842. ac_cv_env_TIGER_LIBS_set=
  3843. ac_cv_env_TIGER_LIBS_value=
  3844. ac_cv_env_TWOLAME_CFLAGS_set=
  3845. ac_cv_env_TWOLAME_CFLAGS_value=
  3846. ac_cv_env_TWOLAME_LIBS_set=
  3847. ac_cv_env_TWOLAME_LIBS_value=
  3848. ac_cv_env_UDEV_CFLAGS_set=
  3849. ac_cv_env_UDEV_CFLAGS_value=
  3850. ac_cv_env_UDEV_LIBS_set=
  3851. ac_cv_env_UDEV_LIBS_value=
  3852. ac_cv_env_UPNP_CFLAGS_set=
  3853. ac_cv_env_UPNP_CFLAGS_value=
  3854. ac_cv_env_UPNP_LIBS_set=
  3855. ac_cv_env_UPNP_LIBS_value=
  3856. ac_cv_env_VORBIS_CFLAGS_set=
  3857. ac_cv_env_VORBIS_CFLAGS_value=
  3858. ac_cv_env_VORBIS_LIBS_set=
  3859. ac_cv_env_VORBIS_LIBS_value=
  3860. ac_cv_env_X264_CFLAGS_set=
  3861. ac_cv_env_X264_CFLAGS_value=
  3862. ac_cv_env_X264_LIBS_set=
  3863. ac_cv_env_X264_LIBS_value=
  3864. ac_cv_env_XCB_CFLAGS_set=
  3865. ac_cv_env_XCB_CFLAGS_value=
  3866. ac_cv_env_XCB_COMPOSITE_CFLAGS_set=
  3867. ac_cv_env_XCB_COMPOSITE_CFLAGS_value=
  3868. ac_cv_env_XCB_COMPOSITE_LIBS_set=
  3869. ac_cv_env_XCB_COMPOSITE_LIBS_value=
  3870. ac_cv_env_XCB_KEYSYMS_CFLAGS_set=
  3871. ac_cv_env_XCB_KEYSYMS_CFLAGS_value=
  3872. ac_cv_env_XCB_KEYSYMS_LIBS_set=
  3873. ac_cv_env_XCB_KEYSYMS_LIBS_value=
  3874. ac_cv_env_XCB_LIBS_set=
  3875. ac_cv_env_XCB_LIBS_value=
  3876. ac_cv_env_XCB_RANDR_CFLAGS_set=
  3877. ac_cv_env_XCB_RANDR_CFLAGS_value=
  3878. ac_cv_env_XCB_RANDR_LIBS_set=
  3879. ac_cv_env_XCB_RANDR_LIBS_value=
  3880. ac_cv_env_XCB_SHM_CFLAGS_set=
  3881. ac_cv_env_XCB_SHM_CFLAGS_value=
  3882. ac_cv_env_XCB_SHM_LIBS_set=
  3883. ac_cv_env_XCB_SHM_LIBS_value=
  3884. ac_cv_env_XCB_XV_CFLAGS_set=
  3885. ac_cv_env_XCB_XV_CFLAGS_value=
  3886. ac_cv_env_XCB_XV_LIBS_set=
  3887. ac_cv_env_XCB_XV_LIBS_value=
  3888. ac_cv_env_XEXT_CFLAGS_set=
  3889. ac_cv_env_XEXT_CFLAGS_value=
  3890. ac_cv_env_XEXT_LIBS_set=
  3891. ac_cv_env_XEXT_LIBS_value=
  3892. ac_cv_env_XINERAMA_CFLAGS_set=
  3893. ac_cv_env_XINERAMA_CFLAGS_value=
  3894. ac_cv_env_XINERAMA_LIBS_set=
  3895. ac_cv_env_XINERAMA_LIBS_value=
  3896. ac_cv_env_XLIB_XCB_CFLAGS_set=
  3897. ac_cv_env_XLIB_XCB_CFLAGS_value=
  3898. ac_cv_env_XLIB_XCB_LIBS_set=
  3899. ac_cv_env_XLIB_XCB_LIBS_value=
  3900. ac_cv_env_XMKMF_set=
  3901. ac_cv_env_XMKMF_value=
  3902. ac_cv_env_XPM_CFLAGS_set=
  3903. ac_cv_env_XPM_CFLAGS_value=
  3904. ac_cv_env_XPM_LIBS_set=
  3905. ac_cv_env_XPM_LIBS_value=
  3906. ac_cv_env_XPROTO_CFLAGS_set=
  3907. ac_cv_env_XPROTO_CFLAGS_value=
  3908. ac_cv_env_XPROTO_LIBS_set=
  3909. ac_cv_env_XPROTO_LIBS_value=
  3910. ac_cv_env_ZVBI_CFLAGS_set=
  3911. ac_cv_env_ZVBI_CFLAGS_value=
  3912. ac_cv_env_ZVBI_LIBS_set=
  3913. ac_cv_env_ZVBI_LIBS_value=
  3914. ac_cv_env_build_alias_set=
  3915. ac_cv_env_build_alias_value=
  3916. ac_cv_env_host_alias_set=
  3917. ac_cv_env_host_alias_value=
  3918. ac_cv_env_target_alias_set=
  3919. ac_cv_env_target_alias_value=
  3920. ac_cv_func_accept4=yes
  3921. ac_cv_func_asprintf=yes
  3922. ac_cv_func_atof=yes
  3923. ac_cv_func_atoll=yes
  3924. ac_cv_func_daemon=yes
  3925. ac_cv_func_dirfd=yes
  3926. ac_cv_func_dlopen=no
  3927. ac_cv_func_eventfd=yes
  3928. ac_cv_func_fcntl=yes
  3929. ac_cv_func_fdatasync=yes
  3930. ac_cv_func_fdopendir=yes
  3931. ac_cv_func_flockfile=yes
  3932. ac_cv_func_fork=yes
  3933. ac_cv_func_fstatvfs=yes
  3934. ac_cv_func_fsync=yes
  3935. ac_cv_func_getdelim=yes
  3936. ac_cv_func_getenv=yes
  3937. ac_cv_func_getopt_long=yes
  3938. ac_cv_func_getpid=yes
  3939. ac_cv_func_getpwuid_r=yes
  3940. ac_cv_func_gmtime_r=yes
  3941. ac_cv_func_if_nameindex=yes
  3942. ac_cv_func_if_nametoindex=yes
  3943. ac_cv_func_inet_pton=yes
  3944. ac_cv_func_isatty=yes
  3945. ac_cv_func_lldiv=yes
  3946. ac_cv_func_localtime_r=yes
  3947. ac_cv_func_lstat=yes
  3948. ac_cv_func_memalign=yes
  3949. ac_cv_func_mmap=yes
  3950. ac_cv_func_nrand48=yes
  3951. ac_cv_func_openat=yes
  3952. ac_cv_func_pipe2=yes
  3953. ac_cv_func_posix_fadvise=yes
  3954. ac_cv_func_posix_madvise=yes
  3955. ac_cv_func_pread=yes
  3956. ac_cv_func_rewind=yes
  3957. ac_cv_func_sched_getaffinity=yes
  3958. ac_cv_func_setenv=yes
  3959. ac_cv_func_setlocale=yes
  3960. ac_cv_func_shl_load=no
  3961. ac_cv_func_strcasecmp=yes
  3962. ac_cv_func_strcasestr=yes
  3963. ac_cv_func_strcoll_works=yes
  3964. ac_cv_func_strdup=yes
  3965. ac_cv_func_stricmp=no
  3966. ac_cv_func_strlcpy=no
  3967. ac_cv_func_strncasecmp=yes
  3968. ac_cv_func_strndup=yes
  3969. ac_cv_func_strnicmp=no
  3970. ac_cv_func_strnlen=yes
  3971. ac_cv_func_strptime=yes
  3972. ac_cv_func_strsep=yes
  3973. ac_cv_func_strtof=yes
  3974. ac_cv_func_strtok_r=yes
  3975. ac_cv_func_strtoll=yes
  3976. ac_cv_func_swab=yes
  3977. ac_cv_func_tdestroy=yes
  3978. ac_cv_func_uselocale=yes
  3979. ac_cv_func_vasprintf=yes
  3980. ac_cv_func_vmsplice=yes
  3981. ac_cv_have_decl_nanosleep=yes
  3982. ac_cv_header_arpa_inet_h=yes
  3983. ac_cv_header_dlfcn_h=yes
  3984. ac_cv_header_fcntl_h=yes
  3985. ac_cv_header_getopt_h=yes
  3986. ac_cv_header_inttypes_h=yes
  3987. ac_cv_header_linux_dccp_h=yes
  3988. ac_cv_header_linux_magic_h=yes
  3989. ac_cv_header_linux_version_h=yes
  3990. ac_cv_header_locale_h=yes
  3991. ac_cv_header_machine_param_h=no
  3992. ac_cv_header_memory_h=yes
  3993. ac_cv_header_minix_config_h=no
  3994. ac_cv_header_net_if_h=yes
  3995. ac_cv_header_netinet_udplite_h=no
  3996. ac_cv_header_pthread_h=yes
  3997. ac_cv_header_scsi_scsi_h=yes
  3998. ac_cv_header_search_h=yes
  3999. ac_cv_header_stdc=yes
  4000. ac_cv_header_stdint_h=yes
  4001. ac_cv_header_stdlib_h=yes
  4002. ac_cv_header_string_h=yes
  4003. ac_cv_header_strings_h=yes
  4004. ac_cv_header_sys_eventfd_h=yes
  4005. ac_cv_header_sys_ioctl_h=yes
  4006. ac_cv_header_sys_mount_h=yes
  4007. ac_cv_header_sys_shm_h=yes
  4008. ac_cv_header_sys_stat_h=yes
  4009. ac_cv_header_sys_time_h=yes
  4010. ac_cv_header_sys_types_h=yes
  4011. ac_cv_header_syslog_h=yes
  4012. ac_cv_header_unistd_h=yes
  4013. ac_cv_header_unzip_h=no
  4014. ac_cv_header_xlocale_h=yes
  4015. ac_cv_header_zlib_h=yes
  4016. ac_cv_host=x86_64-unknown-linux-gnu
  4017. ac_cv_lib_dl_dlopen=yes
  4018. ac_cv_lib_dld_shl_load=no
  4019. ac_cv_lib_m_cos=yes
  4020. ac_cv_lib_m_lrintf=yes
  4021. ac_cv_lib_pthread_main=yes
  4022. ac_cv_lib_rt_clock_nanosleep=yes
  4023. ac_cv_objc_compiler_gnu=no
  4024. ac_cv_objext=o
  4025. ac_cv_path_EGREP='/bin/grep -E'
  4026. ac_cv_path_FGREP='/bin/grep -F'
  4027. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  4028. ac_cv_path_GREP=/bin/grep
  4029. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  4030. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  4031. ac_cv_path_SED=/bin/sed
  4032. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  4033. ac_cv_path_install='/bin/install -c'
  4034. ac_cv_path_mkdir=/bin/mkdir
  4035. ac_cv_prog_AWK=gawk
  4036. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  4037. ac_cv_prog_CXXCPP='g++ -E'
  4038. ac_cv_prog_DESKTOP_FILE_VALIDATE=desktop-file-validate
  4039. ac_cv_prog_ac_ct_AR=ar
  4040. ac_cv_prog_ac_ct_CC=gcc
  4041. ac_cv_prog_ac_ct_CXX=g++
  4042. ac_cv_prog_ac_ct_OBJC=gcc
  4043. ac_cv_prog_ac_ct_OBJDUMP=objdump
  4044. ac_cv_prog_ac_ct_RANLIB=ranlib
  4045. ac_cv_prog_ac_ct_STRIP=strip
  4046. ac_cv_prog_cc_c89=
  4047. ac_cv_prog_cc_c99=-std=gnu99
  4048. ac_cv_prog_cc_g=yes
  4049. ac_cv_prog_cc_gcc_c_o=yes
  4050. ac_cv_prog_cxx_g=yes
  4051. ac_cv_prog_make_make_set=yes
  4052. ac_cv_prog_objc_g=no
  4053. ac_cv_safe_to_define___extensions__=yes
  4054. ac_cv_search_connect='none required'
  4055. ac_cv_search_dlopen=-ldl
  4056. ac_cv_search_getaddrinfo='none required'
  4057. ac_cv_search_poll='none required'
  4058. ac_cv_struct_sockaddr_storage=yes
  4059. ac_cv_type_socklen_t=yes
  4060. ac_cv_type_ssize_t=yes
  4061. ac_cv_type_struct_pollfd=yes
  4062. acl_cv_hardcode_direct=no
  4063. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  4064. acl_cv_hardcode_libdir_separator=
  4065. acl_cv_hardcode_minus_L=no
  4066. acl_cv_libext=a
  4067. acl_cv_libname_spec='lib$name'
  4068. acl_cv_library_names_spec='$libname$shrext'
  4069. acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
  4070. acl_cv_prog_gnu_ld=yes
  4071. acl_cv_rpath=done
  4072. acl_cv_shlibext=so
  4073. acl_cv_wl=-Wl,
  4074. am_cv_CCAS_dependencies_compiler_type=gcc3
  4075. am_cv_CC_dependencies_compiler_type=gcc3
  4076. am_cv_CXX_dependencies_compiler_type=gcc3
  4077. am_cv_OBJC_dependencies_compiler_type=gcc3
  4078. am_cv_func_iconv=yes
  4079. am_cv_func_iconv_works=yes
  4080. am_cv_lib_iconv=no
  4081. am_cv_prog_tar_ustar=gnutar
  4082. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  4083. am_cv_proto_iconv_arg1=
  4084. gt_cv_func_CFLocaleCopyCurrent=no
  4085. gt_cv_func_CFPreferencesCopyAppValue=no
  4086. gt_cv_func_gnugettext1_libc=yes
  4087. lt_cv_ar_at_file=@
  4088. lt_cv_archive_cmds_need_lc=no
  4089. lt_cv_deplibs_check_method=pass_all
  4090. lt_cv_dlopen=dlopen
  4091. lt_cv_dlopen_libs=-ldl
  4092. lt_cv_dlopen_self=yes
  4093. lt_cv_dlopen_self_static=no
  4094. lt_cv_ld_reload_flag=-r
  4095. lt_cv_nm_interface='BSD nm'
  4096. lt_cv_objdir=.libs
  4097. lt_cv_path_LD=/usr/bin/ld
  4098. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  4099. lt_cv_path_NM='/usr/bin/nm -B'
  4100. lt_cv_path_mainfest_tool=no
  4101. lt_cv_prog_compiler_c_o=yes
  4102. lt_cv_prog_compiler_c_o_CXX=yes
  4103. lt_cv_prog_compiler_c_o_RC=yes
  4104. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  4105. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  4106. lt_cv_prog_compiler_pic_works=yes
  4107. lt_cv_prog_compiler_pic_works_CXX=yes
  4108. lt_cv_prog_compiler_rtti_exceptions=no
  4109. lt_cv_prog_compiler_static_works=yes
  4110. lt_cv_prog_compiler_static_works_CXX=yes
  4111. lt_cv_prog_gnu_ld=yes
  4112. lt_cv_prog_gnu_ldcxx=yes
  4113. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  4114. lt_cv_shlibpath_overrides_runpath=no
  4115. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  4116. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  4117. 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'\'''
  4118. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  4119. lt_cv_sys_max_cmd_len=1572864
  4120. lt_cv_to_host_file_cmd=func_convert_file_noop
  4121. lt_cv_to_tool_file_cmd=func_convert_file_noop
  4122.  
  4123. ## ----------------- ##
  4124. ## Output variables. ##
  4125. ## ----------------- ##
  4126.  
  4127. ACLOCAL='${SHELL} /tmp/packerbuild-1000/vlc-dev/vlc-dev/src/vlc-2.0.0-rc1/autotools/missing --run aclocal-1.11'
  4128. ALIASES=''
  4129. ALSA_CFLAGS=''
  4130. ALSA_LIBS=''
  4131. AMDEPBACKSLASH='\'
  4132. AMDEP_FALSE='#'
  4133. AMDEP_TRUE=''
  4134. AMTAR='${SHELL} /tmp/packerbuild-1000/vlc-dev/vlc-dev/src/vlc-2.0.0-rc1/autotools/missing --run tar'
  4135. AM_BACKSLASH='\'
  4136. AM_CPPFLAGS=''
  4137. AM_DEFAULT_VERBOSITY='0'
  4138. AR='ar'
  4139. ARCH=''
  4140. AS='as'
  4141. ASM=''
  4142. AUTOCONF='${SHELL} /tmp/packerbuild-1000/vlc-dev/vlc-dev/src/vlc-2.0.0-rc1/autotools/missing --run autoconf'
  4143. AUTOHEADER='${SHELL} /tmp/packerbuild-1000/vlc-dev/vlc-dev/src/vlc-2.0.0-rc1/autotools/missing --run autoheader'
  4144. AUTOMAKE='${SHELL} /tmp/packerbuild-1000/vlc-dev/vlc-dev/src/vlc-2.0.0-rc1/autotools/missing --run automake-1.11'
  4145. AVCODEC_CFLAGS=''
  4146. AVCODEC_LIBS=''
  4147. AVFORMAT_CFLAGS=''
  4148. AVFORMAT_LIBS=''
  4149. AWK='gawk'
  4150. BLURAY_CFLAGS=''
  4151. BLURAY_LIBS=''
  4152. BONJOUR_CFLAGS=''
  4153. BONJOUR_LIBS=''
  4154. BUILD_HILDON_FALSE=''
  4155. BUILD_HILDON_TRUE=''
  4156. BUILD_HTTPD_FALSE=''
  4157. BUILD_HTTPD_TRUE=''
  4158. BUILD_LUA_FALSE=''
  4159. BUILD_LUA_TRUE=''
  4160. BUILD_MACOSX_VLC_APP_FALSE=''
  4161. BUILD_MACOSX_VLC_APP_TRUE=''
  4162. BUILD_OSDMENU_FALSE=''
  4163. BUILD_OSDMENU_TRUE=''
  4164. BUILD_SKINS_FALSE=''
  4165. BUILD_SKINS_TRUE=''
  4166. BUILD_VLC_FALSE=''
  4167. BUILD_VLC_TRUE=''
  4168. CACA_CFLAGS=''
  4169. CACA_LIBS=''
  4170. CC='gcc -std=gnu99'
  4171. CCAS='gcc -std=gnu99'
  4172. CCASDEPMODE='depmode=gcc3'
  4173. CCASFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  4174. CCDEPMODE='depmode=gcc3'
  4175. CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  4176. CFLAGS_access_avio=''
  4177. CFLAGS_access_dv=''
  4178. CFLAGS_access_gnomevfs=''
  4179. CFLAGS_access_http=''
  4180. CFLAGS_access_jack=''
  4181. CFLAGS_access_mtp=''
  4182. CFLAGS_access_output_shout=''
  4183. CFLAGS_avcodec=''
  4184. CFLAGS_avformat=''
  4185. CFLAGS_bonjour=''
  4186. CFLAGS_caca=''
  4187. CFLAGS_cdda=''
  4188. CFLAGS_dbus=''
  4189. CFLAGS_dc1394=''
  4190. CFLAGS_deinterlace=''
  4191. CFLAGS_dirac=''
  4192. CFLAGS_dtstofloat32=''
  4193. CFLAGS_dvdnav=''
  4194. CFLAGS_dvdread=''
  4195. CFLAGS_flac=''
  4196. CFLAGS_fluidsynth=''
  4197. CFLAGS_globalhotkeys=''
  4198. CFLAGS_goom=''
  4199. CFLAGS_hildon=''
  4200. CFLAGS_i420_yuy2_altivec=''
  4201. CFLAGS_inhibit=''
  4202. CFLAGS_jack=''
  4203. CFLAGS_kate=''
  4204. CFLAGS_libass=''
  4205. CFLAGS_libbluray=''
  4206. CFLAGS_libmpeg2=''
  4207. CFLAGS_libvlccore=''
  4208. CFLAGS_linsys_sdi=''
  4209. CFLAGS_lua=''
  4210. CFLAGS_memcpyaltivec=''
  4211. CFLAGS_motion=''
  4212. CFLAGS_mtp=''
  4213. CFLAGS_mux_ogg=''
  4214. CFLAGS_notify=''
  4215. CFLAGS_ogg=''
  4216. CFLAGS_opencv_example=''
  4217. CFLAGS_opencv_wrapper=''
  4218. CFLAGS_panoramix=''
  4219. CFLAGS_portaudio=''
  4220. CFLAGS_postproc=''
  4221. CFLAGS_samplerate=''
  4222. CFLAGS_schroedinger=''
  4223. CFLAGS_sdl_image=''
  4224. CFLAGS_sid=''
  4225. CFLAGS_speex=''
  4226. CFLAGS_sqlite=''
  4227. CFLAGS_stream_out_switcher=''
  4228. CFLAGS_svg=''
  4229. CFLAGS_swscale=''
  4230. CFLAGS_telepathy=''
  4231. CFLAGS_theora=''
  4232. CFLAGS_twolame=''
  4233. CFLAGS_udev=''
  4234. CFLAGS_upnp=''
  4235. CFLAGS_vcdx=''
  4236. CFLAGS_vorbis=''
  4237. CFLAGS_vout_ios=''
  4238. CFLAGS_vout_sdl=''
  4239. CFLAGS_x264=''
  4240. CFLAGS_xcb_window=''
  4241. CFLAGS_xml=''
  4242. CFLAGS_xosd=''
  4243. CFLAGS_zvbi=''
  4244. CONTRIB_DIR=''
  4245. COPYRIGHT_MESSAGE=''
  4246. COPYRIGHT_YEARS='1996-2012'
  4247. CPP='gcc -std=gnu99 -E'
  4248. CPPFLAGS=''
  4249. CPPFLAGS_a52tofloat32=''
  4250. CPPFLAGS_access_dv=''
  4251. CPPFLAGS_access_gnomevfs=''
  4252. CPPFLAGS_access_jack=''
  4253. CPPFLAGS_access_mtp=''
  4254. CPPFLAGS_access_output_shout=''
  4255. CPPFLAGS_bonjour=''
  4256. CPPFLAGS_caca=''
  4257. CPPFLAGS_dc1394=''
  4258. CPPFLAGS_decklink=''
  4259. CPPFLAGS_dirac=''
  4260. CPPFLAGS_directfb=''
  4261. CPPFLAGS_dmo=''
  4262. CPPFLAGS_dtstofloat32=''
  4263. CPPFLAGS_dvdread=''
  4264. CPPFLAGS_faad=''
  4265. CPPFLAGS_flac=''
  4266. CPPFLAGS_fluidsynth=''
  4267. CPPFLAGS_freetype=''
  4268. CPPFLAGS_goom=''
  4269. CPPFLAGS_jack=''
  4270. CPPFLAGS_kate=''
  4271. CPPFLAGS_libass=''
  4272. CPPFLAGS_libbluray=''
  4273. CPPFLAGS_libmpeg2=''
  4274. CPPFLAGS_mpgatofixed32=''
  4275. CPPFLAGS_mtp=''
  4276. CPPFLAGS_mux_ogg=''
  4277. CPPFLAGS_notify=''
  4278. CPPFLAGS_ogg=''
  4279. CPPFLAGS_opencv_example=''
  4280. CPPFLAGS_opencv_wrapper=''
  4281. CPPFLAGS_portaudio=''
  4282. CPPFLAGS_qt4=''
  4283. CPPFLAGS_quicktime=''
  4284. CPPFLAGS_realvideo=''
  4285. CPPFLAGS_samplerate=''
  4286. CPPFLAGS_schroedinger=''
  4287. CPPFLAGS_skins2=' -I${top_srcdir}/modules/access/zip/unzip'
  4288. CPPFLAGS_speex=''
  4289. CPPFLAGS_sqlite=''
  4290. CPPFLAGS_svg=''
  4291. CPPFLAGS_theora=''
  4292. CPPFLAGS_twolame=''
  4293. CPPFLAGS_udev=''
  4294. CPPFLAGS_upnp=''
  4295. CPPFLAGS_vorbis=''
  4296. CPPFLAGS_x264=''
  4297. CPPFLAGS_xml=''
  4298. CXX='g++'
  4299. CXXCPP='g++ -E'
  4300. CXXDEPMODE='depmode=gcc3'
  4301. CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  4302. CXXFLAGS_dshow=''
  4303. CXXFLAGS_live555=''
  4304. CXXFLAGS_mkv=''
  4305. CXXFLAGS_mod=''
  4306. CXXFLAGS_projectm=''
  4307. CXXFLAGS_qt4=''
  4308. CXXFLAGS_skins2=''
  4309. CXXFLAGS_taglib=''
  4310. CXXFLAGS_upnp=''
  4311. CYGPATH_W='echo'
  4312. DBUS_CFLAGS=''
  4313. DBUS_LIBS=''
  4314. DC1394_CFLAGS=''
  4315. DC1394_LIBS=''
  4316. DCA_CFLAGS=''
  4317. DCA_LIBS=''
  4318. DEFS=''
  4319. DEFS_BIGENDIAN=''
  4320. DEPDIR='.deps'
  4321. DESKTOP_FILE_VALIDATE='desktop-file-validate'
  4322. DIRAC_CFLAGS=''
  4323. DIRAC_LIBS=''
  4324. DIRECTFB_CFLAGS=''
  4325. DIRECTFB_CONFIG=''
  4326. DIRECTFB_LIBS=''
  4327. DLLTOOL='false'
  4328. DSYMUTIL=''
  4329. DUMPBIN=''
  4330. DVBPSI_CFLAGS=''
  4331. DVBPSI_LIBS=''
  4332. DVDNAV_CFLAGS=''
  4333. DVDNAV_LIBS=''
  4334. DVDREAD_CFLAGS=''
  4335. DVDREAD_LIBS=''
  4336. DV_CFLAGS=''
  4337. DV_LIBS=''
  4338. ECHO_C=''
  4339. ECHO_N='-n'
  4340. ECHO_T=''
  4341. EGL_CFLAGS=''
  4342. EGL_LIBS=''
  4343. EGREP='/bin/grep -E'
  4344. ENABLE_QT4_FALSE=''
  4345. ENABLE_QT4_TRUE=''
  4346. ENABLE_SOUT_FALSE=''
  4347. ENABLE_SOUT_TRUE=''
  4348. ENABLE_VLM_FALSE=''
  4349. ENABLE_VLM_TRUE=''
  4350. EXEEXT=''
  4351. FGREP='/bin/grep -F'
  4352. FILE_LIBVLCCORE_DLL=''
  4353. FILE_LIBVLC_DLL=''
  4354. FLAC_CFLAGS=''
  4355. FLAC_LIBS=''
  4356. FLUIDSYNTH_CFLAGS=''
  4357. FLUIDSYNTH_LIBS=''
  4358. FREETYPE_CFLAGS=''
  4359. FREETYPE_LIBS=''
  4360. FRIBIDI_CFLAGS=''
  4361. FRIBIDI_LIBS=''
  4362. GCRYPT_CFLAGS=''
  4363. GCRYPT_LIBS=''
  4364. GETTEXT_MACRO_VERSION='0.18'
  4365. GL_CFLAGS=''
  4366. GL_LIBS=''
  4367. GMSGFMT='/usr/bin/msgfmt'
  4368. GMSGFMT_015='/usr/bin/msgfmt'
  4369. GNOMEVFS_CFLAGS=''
  4370. GNOMEVFS_LIBS=''
  4371. GNUGETOPT_LIBS=''
  4372. GNUTLS_CFLAGS=''
  4373. GNUTLS_LIBS=''
  4374. GOOM_CFLAGS=''
  4375. GOOM_LIBS=''
  4376. GREP='/bin/grep'
  4377. HAVE_3DNOW_FALSE=''
  4378. HAVE_3DNOW_TRUE=''
  4379. HAVE_ALSA_FALSE=''
  4380. HAVE_ALSA_TRUE=''
  4381. HAVE_ALTIVEC_FALSE=''
  4382. HAVE_ALTIVEC_TRUE=''
  4383. HAVE_ANDROID_FALSE=''
  4384. HAVE_ANDROID_TRUE='#'
  4385. HAVE_DARWIN_FALSE=''
  4386. HAVE_DARWIN_TRUE='#'
  4387. HAVE_DVBPSI_FALSE=''
  4388. HAVE_DVBPSI_TRUE=''
  4389. HAVE_DYNAMIC_PLUGINS_FALSE='#'
  4390. HAVE_DYNAMIC_PLUGINS_TRUE=''
  4391. HAVE_GCRYPT_FALSE=''
  4392. HAVE_GCRYPT_TRUE=''
  4393. HAVE_KAI_FALSE=''
  4394. HAVE_KAI_TRUE=''
  4395. HAVE_KVA_FALSE=''
  4396. HAVE_KVA_TRUE=''
  4397. HAVE_LINUX_DVB_FALSE=''
  4398. HAVE_LINUX_DVB_TRUE=''
  4399. HAVE_LINUX_FALSE='#'
  4400. HAVE_LINUX_TRUE=''
  4401. HAVE_MINIZIP_FALSE=''
  4402. HAVE_MINIZIP_TRUE='#'
  4403. HAVE_MMXEXT_FALSE=''
  4404. HAVE_MMXEXT_TRUE=''
  4405. HAVE_MMX_FALSE=''
  4406. HAVE_MMX_TRUE=''
  4407. HAVE_NEON_FALSE=''
  4408. HAVE_NEON_TRUE=''
  4409. HAVE_OS2_FALSE=''
  4410. HAVE_OS2_TRUE='#'
  4411. HAVE_OSS_FALSE=''
  4412. HAVE_OSS_TRUE=''
  4413. HAVE_PULSE_FALSE=''
  4414. HAVE_PULSE_TRUE=''
  4415. HAVE_QTKIT_FALSE=''
  4416. HAVE_QTKIT_TRUE=''
  4417. HAVE_SPEEXDSP_FALSE=''
  4418. HAVE_SPEEXDSP_TRUE=''
  4419. HAVE_SSE2_FALSE=''
  4420. HAVE_SSE2_TRUE=''
  4421. HAVE_SYMBIAN_FALSE=''
  4422. HAVE_SYMBIAN_TRUE='#'
  4423. HAVE_V4L2_FALSE=''
  4424. HAVE_V4L2_TRUE=''
  4425. HAVE_WIN32_FALSE=''
  4426. HAVE_WIN32_TRUE='#'
  4427. HAVE_WIN64_FALSE=''
  4428. HAVE_WIN64_TRUE='#'
  4429. HAVE_WINCE_FALSE=''
  4430. HAVE_WINCE_TRUE='#'
  4431. HAVE_XCB_FALSE=''
  4432. HAVE_XCB_TRUE=''
  4433. HAVE_ZLIB_FALSE='#'
  4434. HAVE_ZLIB_TRUE=''
  4435. HILDON_CFLAGS=''
  4436. HILDON_FM_CFLAGS=''
  4437. HILDON_FM_LIBS=''
  4438. HILDON_LIBS=''
  4439. INSTALL_DATA='${INSTALL} -m 644'
  4440. INSTALL_PROGRAM='${INSTALL}'
  4441. INSTALL_SCRIPT='${INSTALL}'
  4442. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4443. INTLLIBS=''
  4444. INTL_MACOSX_LIBS=''
  4445. JACK_CFLAGS=''
  4446. JACK_LIBS=''
  4447. KAI_LIBS=''
  4448. KATE_CFLAGS=''
  4449. KATE_LIBS=''
  4450. KDE4_CONFIG=''
  4451. KDE_SOLID_FALSE=''
  4452. KDE_SOLID_TRUE=''
  4453. KVA_LIBS=''
  4454. LD='/usr/bin/ld -m elf_x86_64'
  4455. LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'
  4456. LDFLAGS_android_surface=''
  4457. LDFLAGS_plugin=''
  4458. LDFLAGS_vlc=''
  4459. LDFLAGS_x264=''
  4460. LIBASS_CFLAGS=''
  4461. LIBASS_LIBS=''
  4462. LIBCDDB_CFLAGS=''
  4463. LIBCDDB_LIBS=''
  4464. LIBCDIO_CFLAGS=''
  4465. LIBCDIO_LIBS=''
  4466. LIBDL='-ldl'
  4467. LIBEXT='.so'
  4468. LIBICONV=''
  4469. LIBINTL=''
  4470. LIBM='-lm'
  4471. LIBMODPLUG_CFLAGS=''
  4472. LIBMODPLUG_LIBS=''
  4473. LIBMPEG2_CFLAGS=''
  4474. LIBMPEG2_LIBS=''
  4475. LIBOBJS=' strlcpy.o'
  4476. LIBPROXY_CFLAGS=''
  4477. LIBPROXY_LIBS=''
  4478. LIBS=''
  4479. LIBS_a52tofloat32='-lm '
  4480. LIBS_aa=''
  4481. LIBS_access_avio='-lm '
  4482. LIBS_access_dv=''
  4483. LIBS_access_eyetv=''
  4484. LIBS_access_ftp=''
  4485. LIBS_access_gnomevfs=''
  4486. LIBS_access_http='-lz '
  4487. LIBS_access_imem='-lm '
  4488. LIBS_access_jack=''
  4489. LIBS_access_mms=''
  4490. LIBS_access_mtp=''
  4491. LIBS_access_output_shout=''
  4492. LIBS_access_output_udp=''
  4493. LIBS_access_realrtsp=''
  4494. LIBS_access_rtmp=''
  4495. LIBS_access_sftp=''
  4496. LIBS_access_smb=''
  4497. LIBS_access_tcp=''
  4498. LIBS_access_udp=''
  4499. LIBS_adjust='-lm '
  4500. LIBS_audiobargraph_a='-lm '
  4501. LIBS_audioqueue=''
  4502. LIBS_audioscrobbler=''
  4503. LIBS_auhal=''
  4504. LIBS_avcodec='-lm '
  4505. LIBS_avformat='-lm '
  4506. LIBS_ball='-lm '
  4507. LIBS_bonjour=''
  4508. LIBS_caca=''
  4509. LIBS_cdda=''
  4510. LIBS_chorus_flanger='-lm '
  4511. LIBS_colorthres='-lm '
  4512. LIBS_compressor='-lm '
  4513. LIBS_crystalhd=''
  4514. LIBS_dbus='-lm '
  4515. LIBS_dc1394=''
  4516. LIBS_dirac=''
  4517. LIBS_direct2d=''
  4518. LIBS_direct3d=''
  4519. LIBS_directfb=''
  4520. LIBS_directx=''
  4521. LIBS_dmo='-lm '
  4522. LIBS_dshow=''
  4523. LIBS_dtstofloat32='-lm '
  4524. LIBS_dvdnav=''
  4525. LIBS_dvdread=''
  4526. LIBS_equalizer='-lm '
  4527. LIBS_extract='-lm '
  4528. LIBS_faad='-lm '
  4529. LIBS_flac='-lm '
  4530. LIBS_fluidsynth=''
  4531. LIBS_freetype='-lm -lm '
  4532. LIBS_gaussianblur='-lm '
  4533. LIBS_globalhotkeys=''
  4534. LIBS_glwin32=''
  4535. LIBS_gme=''
  4536. LIBS_gnutls=''
  4537. LIBS_goom='-lm '
  4538. LIBS_gradient='-lm '
  4539. LIBS_grain='-lm '
  4540. LIBS_growl=''
  4541. LIBS_headphone_channel_mixer='-lm '
  4542. LIBS_hildon=''
  4543. LIBS_hotkeys='-lm '
  4544. LIBS_hqdn3d='-lm '
  4545. LIBS_i420_rgb='-lm '
  4546. LIBS_i420_rgb_mmx=''
  4547. LIBS_inhibit=''
  4548. LIBS_jack=''
  4549. LIBS_kate='-lm '
  4550. LIBS_libass=''
  4551. LIBS_libbluray=''
  4552. LIBS_libmpeg2=''
  4553. LIBS_libvlc='-lpthread '
  4554. LIBS_libvlccore='-lrt -lpthread '
  4555. LIBS_linsys_sdi=''
  4556. LIBS_lirc=''
  4557. LIBS_live555=''
  4558. LIBS_lua='-ldl -lm '
  4559. LIBS_macosx=''
  4560. LIBS_macosx_dialog_provider=''
  4561. LIBS_memcpyaltivec=''
  4562. LIBS_minimal_macosx=''
  4563. LIBS_mkv='-lz '
  4564. LIBS_mod='-lm '
  4565. LIBS_mono='-lm '
  4566. LIBS_mosaic='-lm '
  4567. LIBS_motion=''
  4568. LIBS_mp4='-lz '
  4569. LIBS_mpc='-lm '
  4570. LIBS_mpgatofixed32=''
  4571. LIBS_mtp=''
  4572. LIBS_mux_ogg=''
  4573. LIBS_ncurses=''
  4574. LIBS_netsync=''
  4575. LIBS_noise='-lm '
  4576. LIBS_normvol='-lm '
  4577. LIBS_notify=''
  4578. LIBS_ogg=''
  4579. LIBS_oldrc=''
  4580. LIBS_omxil=''
  4581. LIBS_opencv_example=''
  4582. LIBS_opencv_wrapper=''
  4583. LIBS_panoramix='-lm '
  4584. LIBS_param_eq='-lm '
  4585. LIBS_plugin='-lpthread '
  4586. LIBS_png=''
  4587. LIBS_portaudio=''
  4588. LIBS_postproc='-lm '
  4589. LIBS_projectm=''
  4590. LIBS_psychedelic='-lm '
  4591. LIBS_qt4='-lm '
  4592. LIBS_quartztext=''
  4593. LIBS_quicktime='-lm '
  4594. LIBS_realvideo='-ldl -lm '
  4595. LIBS_remoteosd=''
  4596. LIBS_ripple='-lm '
  4597. LIBS_rotate='-lm '
  4598. LIBS_rtp=''
  4599. LIBS_samplerate='-lm '
  4600. LIBS_sap='-lz '
  4601. LIBS_scene='-lm '
  4602. LIBS_schroedinger=''
  4603. LIBS_screen=''
  4604. LIBS_sdl_image=''
  4605. LIBS_sid=''
  4606. LIBS_skins2='${top_builddir}/modules/access/zip/unzip/libunzip.la -lz -lm '
  4607. LIBS_spatializer='-lm '
  4608. LIBS_speex='-lm '
  4609. LIBS_sqlite=''
  4610. LIBS_stream_out_raop=''
  4611. LIBS_stream_out_rtp=''
  4612. LIBS_stream_out_select=''
  4613. LIBS_stream_out_standard=''
  4614. LIBS_stream_out_switcher=''
  4615. LIBS_svg=''
  4616. LIBS_swscale='-lm '
  4617. LIBS_taglib=''
  4618. LIBS_telepathy=''
  4619. LIBS_theora=''
  4620. LIBS_tremor=''
  4621. LIBS_ts=''
  4622. LIBS_twolame='-lm '
  4623. LIBS_udev=''
  4624. LIBS_unzip='-lz '
  4625. LIBS_upnp=''
  4626. LIBS_vcd=''
  4627. LIBS_vcdx=''
  4628. LIBS_visual='-lm '
  4629. LIBS_vlc='-lpthread '
  4630. LIBS_vod_rtsp=''
  4631. LIBS_vorbis=''
  4632. LIBS_vout_ios=''
  4633. LIBS_vout_macosx=''
  4634. LIBS_vout_sdl=''
  4635. LIBS_wave='-lm '
  4636. LIBS_waveout=''
  4637. LIBS_win32text=''
  4638. LIBS_wingapi=''
  4639. LIBS_wingdi=''
  4640. LIBS_x264='-lm -lm '
  4641. LIBS_xml=''
  4642. LIBS_xosd=''
  4643. LIBS_zip='-lz '
  4644. LIBS_zvbi=''
  4645. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4646. LIBV4L2_CFLAGS=''
  4647. LIBV4L2_LIBS=''
  4648. LIBVA_CFLAGS=''
  4649. LIBVA_LIBS=''
  4650. LIBVCDINFO_CFLAGS=''
  4651. LIBVCDINFO_LIBS=''
  4652. LIBXML2_CFLAGS=''
  4653. LIBXML2_LIBS=''
  4654. LINSYS_SDI_CFLAGS=''
  4655. LINSYS_SDI_LIBS=''
  4656. LIPO=''
  4657. LN_S='ln -s'
  4658. LOADER_FALSE=''
  4659. LOADER_TRUE=''
  4660. LTLIBICONV=''
  4661. LTLIBINTL=''
  4662. LTLIBOBJS=''
  4663. LTLIBa52tofloat32=''
  4664. LTLIBaa=''
  4665. LTLIBaccess_avio=''
  4666. LTLIBaccess_dv=''
  4667. LTLIBaccess_eyetv=''
  4668. LTLIBaccess_gnomevfs=''
  4669. LTLIBaccess_jack=''
  4670. LTLIBaccess_mtp=''
  4671. LTLIBaccess_output_shout=''
  4672. LTLIBaccess_realrtsp=''
  4673. LTLIBaccess_sftp=''
  4674. LTLIBaccess_shm=''
  4675. LTLIBaccess_smb=''
  4676. LTLIBandroid_surface=''
  4677. LTLIBaout_directx=''
  4678. LTLIBatmo=''
  4679. LTLIBaudioqueue=''
  4680. LTLIBauhal=''
  4681. LTLIBavcodec=''
  4682. LTLIBavformat=''
  4683. LTLIBbonjour=''
  4684. LTLIBcaca=''
  4685. LTLIBcdda=''
  4686. LTLIBcrystalhd=''
  4687. LTLIBdbus=''
  4688. LTLIBdc1394=''
  4689. LTLIBdecklink=''
  4690. LTLIBdirac=''
  4691. LTLIBdirect2d=''
  4692. LTLIBdirect3d=''
  4693. LTLIBdirectfb=''
  4694. LTLIBdirectx=''
  4695. LTLIBdmo=''
  4696. LTLIBdshow=''
  4697. LTLIBdtstofloat32=''
  4698. LTLIBdvdnav=''
  4699. LTLIBdvdread=''
  4700. LTLIBdynamicoverlay=''
  4701. LTLIBegl=''
  4702. LTLIBfaad=''
  4703. LTLIBfb=''
  4704. LTLIBfbosd=''
  4705. LTLIBflac=''
  4706. LTLIBfluidsynth=''
  4707. LTLIBfreetype=''
  4708. LTLIBgl=''
  4709. LTLIBglobalhotkeys=''
  4710. LTLIBglwin32=''
  4711. LTLIBgme=''
  4712. LTLIBgnutls=''
  4713. LTLIBgoom=''
  4714. LTLIBgrowl=''
  4715. LTLIBhildon=''
  4716. LTLIBinhibit=''
  4717. LTLIBiomx=''
  4718. LTLIBjack=''
  4719. LTLIBkate=''
  4720. LTLIBlibass=''
  4721. LTLIBlibbluray=''
  4722. LTLIBlibmpeg2=''
  4723. LTLIBlinsys_hdsdi=''
  4724. LTLIBlinsys_sdi=''
  4725. LTLIBlirc=''
  4726. LTLIBlive555=''
  4727. LTLIBmacosx=''
  4728. LTLIBmacosx_dialog_provider=''
  4729. LTLIBmce=''
  4730. LTLIBmedia_library=''
  4731. LTLIBminimal_macosx=''
  4732. LTLIBmkv=''
  4733. LTLIBmod=''
  4734. LTLIBmpc=''
  4735. LTLIBmpgatofixed32=''
  4736. LTLIBmtp=''
  4737. LTLIBmux_ogg=''
  4738. LTLIBncurses=''
  4739. LTLIBnotify=''
  4740. LTLIBogg=''
  4741. LTLIBomxil=''
  4742. LTLIBopencv_example=''
  4743. LTLIBopencv_wrapper=''
  4744. LTLIBopensles_android=''
  4745. LTLIBosd_parser=''
  4746. LTLIBosdmenu=''
  4747. LTLIBpanoramix=''
  4748. LTLIBpng=''
  4749. LTLIBportaudio=''
  4750. LTLIBpostproc=''
  4751. LTLIBprojectm=''
  4752. LTLIBpvr=''
  4753. LTLIBqt4=''
  4754. LTLIBqtcapture=''
  4755. LTLIBqtsound=''
  4756. LTLIBquartztext=''
  4757. LTLIBquicktime=''
  4758. LTLIBrealvideo=''
  4759. LTLIBsamplerate=''
  4760. LTLIBschroedinger=''
  4761. LTLIBscreen=''
  4762. LTLIBsdl_image=''
  4763. LTLIBshine=''
  4764. LTLIBsid=''
  4765. LTLIBskins2=''
  4766. LTLIBspeex=''
  4767. LTLIBsqlite=''
  4768. LTLIBstream_out_switcher=''
  4769. LTLIBsvg=''
  4770. LTLIBswscale=''
  4771. LTLIBtaglib=''
  4772. LTLIBtelepathy=''
  4773. LTLIBtelx=''
  4774. LTLIBtheora=''
  4775. LTLIBtremor=''
  4776. LTLIBtwolame=''
  4777. LTLIBudev=''
  4778. LTLIBupnp=''
  4779. LTLIBvcd=''
  4780. LTLIBvcdx=''
  4781. LTLIBvisual=''
  4782. LTLIBvorbis=''
  4783. LTLIBvout_ios=''
  4784. LTLIBvout_macosx=''
  4785. LTLIBvout_sdl=''
  4786. LTLIBwaveout=''
  4787. LTLIBwingapi=''
  4788. LTLIBwingdi=''
  4789. LTLIBwma_fixed=''
  4790. LTLIBx264=''
  4791. LTLIBxcb_glx=''
  4792. LTLIBxcb_xv=''
  4793. LTLIBxml=''
  4794. LTLIBxosd=''
  4795. LTLIBzvbi=''
  4796. LUAC=''
  4797. LUA_CFLAGS=''
  4798. LUA_LIBS=''
  4799. MACOSX_DEPLOYMENT_TARGET=''
  4800. MAINT=''
  4801. MAINTAINER_MODE_FALSE='#'
  4802. MAINTAINER_MODE_TRUE=''
  4803. MAKEINFO='${SHELL} /tmp/packerbuild-1000/vlc-dev/vlc-dev/src/vlc-2.0.0-rc1/autotools/missing --run makeinfo'
  4804. MANIFEST_TOOL=':'
  4805. MCE_CFLAGS=''
  4806. MCE_LIBS=''
  4807. MERGE_FFMPEG_FALSE=''
  4808. MERGE_FFMPEG_TRUE=''
  4809. MINIZIP_CFLAGS='-I\${top_srcdir}/modules/access/zip/unzip'
  4810. MINIZIP_LIBS='\${top_builddir}/modules/access/zip/unzip/libunzip.la'
  4811. MKDIR_P='/bin/mkdir -p'
  4812. MOC=''
  4813. MSGFMT='/usr/bin/msgfmt'
  4814. MSGFMT_015='/usr/bin/msgfmt'
  4815. MSGMERGE='/usr/bin/msgmerge'
  4816. MTP_CFLAGS=''
  4817. MTP_LIBS=''
  4818. MUX_OGG_CFLAGS=''
  4819. MUX_OGG_LIBS=''
  4820. NEON_CFLAGS=''
  4821. NM='/usr/bin/nm -B'
  4822. NMEDIT=''
  4823. NOTIFY_CFLAGS=''
  4824. NOTIFY_LIBS=''
  4825. OBJC='gcc'
  4826. OBJCDEPMODE='depmode=gcc3'
  4827. OBJCFLAGS=''
  4828. OBJCFLAGS_growl=''
  4829. OBJCFLAGS_macosx=''
  4830. OBJCFLAGS_minimal_macosx=''
  4831. OBJCOPY=''
  4832. OBJDUMP='objdump'
  4833. OBJEXT='o'
  4834. OGG_CFLAGS=''
  4835. OGG_LIBS=''
  4836. OPENCV_CFLAGS=''
  4837. OPENCV_LIBS=''
  4838. OSS_LIBS=''
  4839. OTOOL64=''
  4840. OTOOL=''
  4841. PACKAGE='vlc'
  4842. PACKAGE_BUGREPORT=''
  4843. PACKAGE_NAME='vlc'
  4844. PACKAGE_STRING='vlc 2.0.0-rc1'
  4845. PACKAGE_TARNAME='vlc'
  4846. PACKAGE_URL=''
  4847. PACKAGE_VERSION='2.0.0-rc1'
  4848. PATH_SEPARATOR=':'
  4849. PKGDIR='vlc'
  4850. PKG_CONFIG=''
  4851. PKG_CONFIG_LIBDIR=''
  4852. PKG_CONFIG_PATH=''
  4853. PORTAUDIO_CFLAGS=''
  4854. PORTAUDIO_LIBS=''
  4855. POSTPROC_CFLAGS=''
  4856. POSTPROC_LIBS=''
  4857. POSUB='po'
  4858. PROGRAMFILES=''
  4859. PROJECTM2_CFLAGS=''
  4860. PROJECTM2_LIBS=''
  4861. PROJECTM_CFLAGS=''
  4862. PROJECTM_LIBS=''
  4863. PULSE_CFLAGS=''
  4864. PULSE_LIBS=''
  4865. QT4_CFLAGS=''
  4866. QT4_LIBS=''
  4867. RANLIB='ranlib'
  4868. RC=''
  4869. RCC=''
  4870. SAMPLERATE_CFLAGS=''
  4871. SAMPLERATE_LIBS=''
  4872. SCHROEDINGER_CFLAGS=''
  4873. SCHROEDINGER_LIBS=''
  4874. SDL_CFLAGS=''
  4875. SDL_IMAGE_CFLAGS=''
  4876. SDL_IMAGE_LIBS=''
  4877. SDL_LIBS=''
  4878. SED='/bin/sed'
  4879. SET_MAKE=''
  4880. SHELL='/bin/sh'
  4881. SHOUT_CFLAGS=''
  4882. SHOUT_LIBS=''
  4883. SID_CFLAGS=''
  4884. SID_LIBS=''
  4885. SOCKET_LIBS=''
  4886. SPEEXDSP_CFLAGS=''
  4887. SPEEXDSP_LIBS=''
  4888. SPEEX_CFLAGS=''
  4889. SPEEX_LIBS=''
  4890. SQLITE_CFLAGS=''
  4891. SQLITE_LIBS=''
  4892. STRIP='strip'
  4893. SVG_CFLAGS=''
  4894. SVG_LIBS=''
  4895. SWSCALE_CFLAGS=''
  4896. SWSCALE_LIBS=''
  4897. SYS='linux'
  4898. TAGLIB_CFLAGS=''
  4899. TAGLIB_LIBS=''
  4900. THEORA_CFLAGS=''
  4901. THEORA_LIBS=''
  4902. TIGER_CFLAGS=''
  4903. TIGER_LIBS=''
  4904. TWOLAME_CFLAGS=''
  4905. TWOLAME_LIBS=''
  4906. U2D=''
  4907. UDEV_CFLAGS=''
  4908. UDEV_LIBS=''
  4909. UIC=''
  4910. UPNP_CFLAGS=''
  4911. UPNP_LIBS=''
  4912. USE_NLS='yes'
  4913. VERSION='2.0.0-rc1'
  4914. VERSION_EXTRA='0'
  4915. VERSION_MAJOR='2'
  4916. VERSION_MESSAGE=''
  4917. VERSION_MINOR='0'
  4918. VERSION_REVISION='0'
  4919. VORBIS_CFLAGS=''
  4920. VORBIS_LIBS=''
  4921. WINDRES=''
  4922. WINE_SDK_PATH=''
  4923. X264_CFLAGS=''
  4924. X264_LIBS=''
  4925. XCB_CFLAGS=''
  4926. XCB_COMPOSITE_CFLAGS=''
  4927. XCB_COMPOSITE_LIBS=''
  4928. XCB_KEYSYMS_CFLAGS=''
  4929. XCB_KEYSYMS_LIBS=''
  4930. XCB_LIBS=''
  4931. XCB_RANDR_CFLAGS=''
  4932. XCB_RANDR_LIBS=''
  4933. XCB_SHM_CFLAGS=''
  4934. XCB_SHM_LIBS=''
  4935. XCB_XV_CFLAGS=''
  4936. XCB_XV_LIBS=''
  4937. XEXT_CFLAGS=''
  4938. XEXT_LIBS=''
  4939. XGETTEXT='/usr/bin/xgettext'
  4940. XGETTEXT_015='/usr/bin/xgettext'
  4941. XGETTEXT_EXTRA_OPTIONS=''
  4942. XINERAMA_CFLAGS=''
  4943. XINERAMA_LIBS=''
  4944. XLIB_XCB_CFLAGS=''
  4945. XLIB_XCB_LIBS=''
  4946. XMKMF=''
  4947. XPM_CFLAGS=''
  4948. XPM_LIBS=''
  4949. XPROTO_CFLAGS=''
  4950. XPROTO_LIBS=''
  4951. X_CFLAGS=''
  4952. X_EXTRA_LIBS=''
  4953. X_LIBS=''
  4954. X_PRE_LIBS=''
  4955. ZVBI_CFLAGS=''
  4956. ZVBI_LIBS=''
  4957. ac_ct_AR='ar'
  4958. ac_ct_CC='gcc'
  4959. ac_ct_CXX='g++'
  4960. ac_ct_DUMPBIN=''
  4961. ac_ct_OBJC='gcc'
  4962. am__EXEEXT_FALSE=''
  4963. am__EXEEXT_TRUE=''
  4964. am__fastdepCCAS_FALSE='#'
  4965. am__fastdepCCAS_TRUE=''
  4966. am__fastdepCC_FALSE='#'
  4967. am__fastdepCC_TRUE=''
  4968. am__fastdepCXX_FALSE='#'
  4969. am__fastdepCXX_TRUE=''
  4970. am__fastdepOBJC_FALSE='#'
  4971. am__fastdepOBJC_TRUE=''
  4972. am__include='include'
  4973. am__isrc=''
  4974. am__leading_dot='.'
  4975. am__nodep='_no'
  4976. am__quote=''
  4977. am__tar='tar --format=ustar -chf - "$$tardir"'
  4978. am__untar='tar -xf -'
  4979. bindir='${exec_prefix}/bin'
  4980. build='x86_64-unknown-linux-gnu'
  4981. build_alias=''
  4982. build_cpu='x86_64'
  4983. build_os='linux-gnu'
  4984. build_vendor='unknown'
  4985. datadir='${datarootdir}'
  4986. datarootdir='${prefix}/share'
  4987. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4988. dvidir='${docdir}'
  4989. exec_prefix='NONE'
  4990. host='x86_64-unknown-linux-gnu'
  4991. host_alias=''
  4992. host_cpu='x86_64'
  4993. host_os='linux-gnu'
  4994. host_vendor='unknown'
  4995. htmldir='${docdir}'
  4996. includedir='${prefix}/include'
  4997. infodir='${datarootdir}/info'
  4998. install_sh='${SHELL} /tmp/packerbuild-1000/vlc-dev/vlc-dev/src/vlc-2.0.0-rc1/autotools/install-sh'
  4999. libdir='${exec_prefix}/lib'
  5000. libexecdir='${exec_prefix}/libexec'
  5001. localedir='${datarootdir}/locale'
  5002. localstatedir='${prefix}/var'
  5003. mandir='${datarootdir}/man'
  5004. mkdir_p='/bin/mkdir -p'
  5005. oldincludedir='/usr/include'
  5006. pdfdir='${docdir}'
  5007. prefix='/usr'
  5008. program_transform_name='s,x,x,'
  5009. psdir='${docdir}'
  5010. sbindir='${exec_prefix}/sbin'
  5011. sharedstatedir='${prefix}/com'
  5012. soliddatadir=''
  5013. sysconfdir='${prefix}/etc'
  5014. target_alias=''
  5015. vlcdatadir='${datadir}/${PKGDIR}'
  5016. vlclibdir='${libdir}/${PKGDIR}'
  5017.  
  5018. ## ----------- ##
  5019. ## confdefs.h. ##
  5020. ## ----------- ##
  5021.  
  5022. /* confdefs.h */
  5023. #define PACKAGE_NAME "vlc"
  5024. #define PACKAGE_TARNAME "vlc"
  5025. #define PACKAGE_VERSION "2.0.0-rc1"
  5026. #define PACKAGE_STRING "vlc 2.0.0-rc1"
  5027. #define PACKAGE_BUGREPORT ""
  5028. #define PACKAGE_URL ""
  5029. #define PACKAGE "vlc"
  5030. #define VERSION "2.0.0-rc1"
  5031. #define STDC_HEADERS 1
  5032. #define HAVE_SYS_TYPES_H 1
  5033. #define HAVE_SYS_STAT_H 1
  5034. #define HAVE_STDLIB_H 1
  5035. #define HAVE_STRING_H 1
  5036. #define HAVE_MEMORY_H 1
  5037. #define HAVE_STRINGS_H 1
  5038. #define HAVE_INTTYPES_H 1
  5039. #define HAVE_STDINT_H 1
  5040. #define HAVE_UNISTD_H 1
  5041. #define __EXTENSIONS__ 1
  5042. #define _ALL_SOURCE 1
  5043. #define _GNU_SOURCE 1
  5044. #define _POSIX_PTHREAD_SEMANTICS 1
  5045. #define _TANDEM_SOURCE 1
  5046. #define _FORTIFY_SOURCE 2
  5047. #define _FILE_OFFSET_BITS 64
  5048. #define _REENTRANT /**/
  5049. #define _THREAD_SAFE /**/
  5050. #define __LIBVLC__ /**/
  5051. #define restrict __restrict
  5052. #define HAVE_DLFCN_H 1
  5053. #define LT_OBJDIR ".libs/"
  5054. #define ENABLE_NLS 1
  5055. #define HAVE_GETTEXT 1
  5056. #define HAVE_DCGETTEXT 1
  5057. #define HAVE_ICONV 1
  5058. #define ICONV_CONST
  5059. #define LIBEXT ".so"
  5060. #define HAVE_DECL_NANOSLEEP 1
  5061. #define HAVE_DAEMON 1
  5062. #define HAVE_FCNTL 1
  5063. #define HAVE_FSTATVFS 1
  5064. #define HAVE_FORK 1
  5065. #define HAVE_GETENV 1
  5066. #define HAVE_GETPWUID_R 1
  5067. #define HAVE_IF_NAMEINDEX 1
  5068. #define HAVE_IF_NAMETOINDEX 1
  5069. #define HAVE_ISATTY 1
  5070. #define HAVE_LSTAT 1
  5071. #define HAVE_MEMALIGN 1
  5072. #define HAVE_MMAP 1
  5073. #define HAVE_OPENAT 1
  5074. #define HAVE_PREAD 1
  5075. #define HAVE_POSIX_FADVISE 1
  5076. #define HAVE_POSIX_MADVISE 1
  5077. #define HAVE_SETLOCALE 1
  5078. #define HAVE_STRPTIME 1
  5079. #define HAVE_USELOCALE 1
  5080. #define HAVE_ASPRINTF 1
  5081. #define HAVE_ATOF 1
  5082. #define HAVE_ATOLL 1
  5083. #define HAVE_DIRFD 1
  5084. #define HAVE_FDOPENDIR 1
  5085. #define HAVE_FLOCKFILE 1
  5086. #define HAVE_FSYNC 1
  5087. #define HAVE_GETDELIM 1
  5088. #define HAVE_GETPID 1
  5089. #define HAVE_GMTIME_R 1
  5090. #define HAVE_INET_PTON 1
  5091. #define HAVE_LLDIV 1
  5092. #define HAVE_LOCALTIME_R 1
  5093. #define HAVE_NRAND48 1
  5094. #define HAVE_REWIND 1
  5095. #define HAVE_SETENV 1
  5096. #define HAVE_STRCASECMP 1
  5097. #define HAVE_STRCASESTR 1
  5098. #define HAVE_STRDUP 1
  5099. #define HAVE_STRNCASECMP 1
  5100. #define HAVE_STRNDUP 1
  5101. #define HAVE_STRNLEN 1
  5102. #define HAVE_STRSEP 1
  5103. #define HAVE_STRTOF 1
  5104. #define HAVE_STRTOK_R 1
  5105. #define HAVE_STRTOLL 1
  5106. #define HAVE_SWAB 1
  5107. #define HAVE_TDESTROY 1
  5108. #define HAVE_VASPRINTF 1
  5109. #define HAVE_FDATASYNC 1
  5110. #define HAVE_STRCOLL 1
  5111. #define HAVE_ACCEPT4 1
  5112. #define HAVE_PIPE2 1
  5113. #define HAVE_EVENTFD 1
  5114. #define HAVE_VMSPLICE 1
  5115. #define HAVE_SCHED_GETAFFINITY 1
  5116. #define HAVE_POLL 1
  5117. #define HAVE_STRUCT_POLLFD 1
  5118. #define HAVE_LRINTF 1
  5119. #define HAVE_DYNAMIC_PLUGINS 1
  5120. #define STRNCASECMP_IN_STRINGS_H 1
  5121. #define HAVE_SEARCH_H 1
  5122. #define HAVE_GETOPT_H 1
  5123. #define HAVE_STRINGS_H 1
  5124. #define HAVE_LOCALE_H 1
  5125. #define HAVE_XLOCALE_H 1
  5126. #define HAVE_FCNTL_H 1
  5127. #define HAVE_SYS_TIME_H 1
  5128. #define HAVE_SYS_IOCTL_H 1
  5129. #define HAVE_SYS_STAT_H 1
  5130. #define HAVE_ARPA_INET_H 1
  5131. #define HAVE_SYS_EVENTFD_H 1
  5132. #define HAVE_NET_IF_H 1
  5133. #define HAVE_SYS_MOUNT_H 1
  5134. #define HAVE_SYS_SHM_H 1
  5135. #define HAVE_LINUX_VERSION_H 1
  5136. #define HAVE_LINUX_DCCP_H 1
  5137. #define HAVE_SCSI_SCSI_H 1
  5138. #define HAVE_LINUX_MAGIC_H 1
  5139. #define HAVE_SYSLOG_H 1
  5140. #define HAVE_PTHREAD_H 1
  5141. #define HAVE_ZLIB_H 1
  5142. #define ASSUME_UTF8 1
  5143.  
  5144. configure: exit 1
clone this paste RAW Paste Data