Indr026

SDL2-2.0.8 CONFIG_LOG

Jul 11th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 305.17 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --disable-video-opengl --enable-video-kmsdrm
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = odroid
  14. uname -m = armv7l
  15. uname -r = 4.14.52-145
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Wed Jun 27 11:07:47 -03 2018
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/local/games
  38. PATH: /snap/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2769: checking build system type
  46. configure:2783: result: armv7l-unknown-linux-gnueabihf
  47. configure:2803: checking host system type
  48. configure:2816: result: armv7l-unknown-linux-gnueabihf
  49. configure:2857: checking how to print strings
  50. configure:2884: result: printf
  51. configure:2953: checking for gcc
  52. configure:2969: found /usr/bin/gcc
  53. configure:2980: result: gcc
  54. configure:3209: checking for C compiler version
  55. configure:3218: gcc --version >&5
  56. gcc (Ubuntu/Linaro 7.3.0-16ubuntu3) 7.3.0
  57. Copyright (C) 2017 Free Software Foundation, Inc.
  58. This is free software; see the source for copying conditions. There is NO
  59. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  60.  
  61. configure:3229: $? = 0
  62. configure:3218: gcc -v >&5
  63. Using built-in specs.
  64. COLLECT_GCC=gcc
  65. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/7/lto-wrapper
  66. Target: arm-linux-gnueabihf
  67. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 7.3.0-16ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --with-as=/usr/bin/arm-linux-gnueabihf-as --with-ld=/usr/bin/arm-linux-gnueabihf-ld --program-suffix=-7 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror --enable-multilib --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  68. Thread model: posix
  69. gcc version 7.3.0 (Ubuntu/Linaro 7.3.0-16ubuntu3)
  70. configure:3229: $? = 0
  71. configure:3218: gcc -V >&5
  72. gcc: error: unrecognized command line option '-V'
  73. gcc: fatal error: no input files
  74. compilation terminated.
  75. configure:3229: $? = 1
  76. configure:3218: gcc -qversion >&5
  77. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:3229: $? = 1
  81. configure:3249: checking whether the C compiler works
  82. configure:3271: gcc conftest.c >&5
  83. configure:3275: $? = 0
  84. configure:3323: result: yes
  85. configure:3326: checking for C compiler default output file name
  86. configure:3328: result: a.out
  87. configure:3334: checking for suffix of executables
  88. configure:3341: gcc -o conftest conftest.c >&5
  89. configure:3345: $? = 0
  90. configure:3367: result:
  91. configure:3389: checking whether we are cross compiling
  92. configure:3397: gcc -o conftest conftest.c >&5
  93. configure:3401: $? = 0
  94. configure:3408: ./conftest
  95. configure:3412: $? = 0
  96. configure:3427: result: no
  97. configure:3432: checking for suffix of object files
  98. configure:3454: gcc -c conftest.c >&5
  99. configure:3458: $? = 0
  100. configure:3479: result: o
  101. configure:3483: checking whether we are using the GNU C compiler
  102. configure:3502: gcc -c conftest.c >&5
  103. configure:3502: $? = 0
  104. configure:3511: result: yes
  105. configure:3520: checking whether gcc accepts -g
  106. configure:3540: gcc -c -g conftest.c >&5
  107. configure:3540: $? = 0
  108. configure:3581: result: yes
  109. configure:3598: checking for gcc option to accept ISO C89
  110. configure:3661: gcc -c -g -O2 conftest.c >&5
  111. configure:3661: $? = 0
  112. configure:3674: result: none needed
  113. configure:3694: checking for a sed that does not truncate output
  114. configure:3758: result: /bin/sed
  115. configure:3776: checking for grep that handles long lines and -e
  116. configure:3834: result: /bin/grep
  117. configure:3839: checking for egrep
  118. configure:3901: result: /bin/grep -E
  119. configure:3906: checking for fgrep
  120. configure:3968: result: /bin/grep -F
  121. configure:4003: checking for ld used by gcc
  122. configure:4070: result: /usr/bin/arm-linux-gnueabihf-ld
  123. configure:4077: checking if the linker (/usr/bin/arm-linux-gnueabihf-ld) is GNU ld
  124. configure:4092: result: yes
  125. configure:4104: checking for BSD- or MS-compatible name lister (nm)
  126. configure:4153: result: /usr/bin/nm -B
  127. configure:4283: checking the name lister (/usr/bin/nm -B) interface
  128. configure:4290: gcc -c -g -O2 conftest.c >&5
  129. configure:4293: /usr/bin/nm -B "conftest.o"
  130. configure:4296: output
  131. 00000000 B some_variable
  132. configure:4303: result: BSD nm
  133. configure:4306: checking whether ln -s works
  134. configure:4310: result: yes
  135. configure:4318: checking the maximum length of command line arguments
  136. configure:4448: result: 1572864
  137. configure:4465: checking whether the shell understands some XSI constructs
  138. configure:4475: result: yes
  139. configure:4479: checking whether the shell understands "+="
  140. configure:4485: result: yes
  141. configure:4520: checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format
  142. configure:4560: result: func_convert_file_noop
  143. configure:4567: checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format
  144. configure:4587: result: func_convert_file_noop
  145. configure:4594: checking for /usr/bin/arm-linux-gnueabihf-ld option to reload object files
  146. configure:4601: result: -r
  147. configure:4675: checking for objdump
  148. configure:4691: found /usr/bin/objdump
  149. configure:4702: result: objdump
  150. configure:4731: checking how to recognize dependent libraries
  151. configure:4935: result: pass_all
  152. configure:5020: checking for dlltool
  153. configure:5050: result: no
  154. configure:5077: checking how to associate runtime and link libraries
  155. configure:5104: result: printf %s\n
  156. configure:5165: checking for ar
  157. configure:5181: found /usr/bin/ar
  158. configure:5192: result: ar
  159. configure:5229: checking for archiver @FILE support
  160. configure:5246: gcc -c -g -O2 conftest.c >&5
  161. configure:5246: $? = 0
  162. configure:5249: ar cru libconftest.a @conftest.lst >&5
  163. ar: `u' modifier ignored since `D' is the default (see `U')
  164. configure:5252: $? = 0
  165. configure:5257: ar cru libconftest.a @conftest.lst >&5
  166. ar: `u' modifier ignored since `D' is the default (see `U')
  167. ar: conftest.o: No such file or directory
  168. configure:5260: $? = 1
  169. configure:5272: result: @
  170. configure:5330: checking for strip
  171. configure:5346: found /usr/bin/strip
  172. configure:5357: result: strip
  173. configure:5429: checking for ranlib
  174. configure:5445: found /usr/bin/ranlib
  175. configure:5456: result: ranlib
  176. configure:5533: checking for gawk
  177. configure:5549: found /usr/bin/gawk
  178. configure:5560: result: gawk
  179. configure:5600: checking command to parse /usr/bin/nm -B output from gcc object
  180. configure:5720: gcc -c -g -O2 conftest.c >&5
  181. configure:5723: $? = 0
  182. configure:5727: /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
  183. configure:5730: $? = 0
  184. configure:5796: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  185. configure:5799: $? = 0
  186. configure:5837: result: ok
  187. configure:5874: checking for sysroot
  188. configure:5904: result: no
  189. configure:6163: checking for mt
  190. configure:6179: found /bin/mt
  191. configure:6190: result: mt
  192. configure:6213: checking if mt is a manifest tool
  193. configure:6219: mt '-?'
  194. configure:6227: result: no
  195. configure:6869: checking how to run the C preprocessor
  196. configure:6900: gcc -E conftest.c
  197. configure:6900: $? = 0
  198. configure:6914: gcc -E conftest.c
  199. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  200. #include <ac_nonexistent.h>
  201. ^~~~~~~~~~~~~~~~~~
  202. compilation terminated.
  203. configure:6914: $? = 1
  204. configure: failed program was:
  205. | /* confdefs.h */
  206. | #define PACKAGE_NAME ""
  207. | #define PACKAGE_TARNAME ""
  208. | #define PACKAGE_VERSION ""
  209. | #define PACKAGE_STRING ""
  210. | #define PACKAGE_BUGREPORT ""
  211. | #define PACKAGE_URL ""
  212. | /* end confdefs.h. */
  213. | #include <ac_nonexistent.h>
  214. configure:6939: result: gcc -E
  215. configure:6959: gcc -E conftest.c
  216. configure:6959: $? = 0
  217. configure:6973: gcc -E conftest.c
  218. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  219. #include <ac_nonexistent.h>
  220. ^~~~~~~~~~~~~~~~~~
  221. compilation terminated.
  222. configure:6973: $? = 1
  223. configure: failed program was:
  224. | /* confdefs.h */
  225. | #define PACKAGE_NAME ""
  226. | #define PACKAGE_TARNAME ""
  227. | #define PACKAGE_VERSION ""
  228. | #define PACKAGE_STRING ""
  229. | #define PACKAGE_BUGREPORT ""
  230. | #define PACKAGE_URL ""
  231. | /* end confdefs.h. */
  232. | #include <ac_nonexistent.h>
  233. configure:7002: checking for ANSI C header files
  234. configure:7022: gcc -c -g -O2 conftest.c >&5
  235. configure:7022: $? = 0
  236. configure:7095: gcc -o conftest -g -O2 conftest.c >&5
  237. configure:7095: $? = 0
  238. configure:7095: ./conftest
  239. configure:7095: $? = 0
  240. configure:7106: result: yes
  241. configure:7119: checking for sys/types.h
  242. configure:7119: gcc -c -g -O2 conftest.c >&5
  243. configure:7119: $? = 0
  244. configure:7119: result: yes
  245. configure:7119: checking for sys/stat.h
  246. configure:7119: gcc -c -g -O2 conftest.c >&5
  247. configure:7119: $? = 0
  248. configure:7119: result: yes
  249. configure:7119: checking for stdlib.h
  250. configure:7119: gcc -c -g -O2 conftest.c >&5
  251. configure:7119: $? = 0
  252. configure:7119: result: yes
  253. configure:7119: checking for string.h
  254. configure:7119: gcc -c -g -O2 conftest.c >&5
  255. configure:7119: $? = 0
  256. configure:7119: result: yes
  257. configure:7119: checking for memory.h
  258. configure:7119: gcc -c -g -O2 conftest.c >&5
  259. configure:7119: $? = 0
  260. configure:7119: result: yes
  261. configure:7119: checking for strings.h
  262. configure:7119: gcc -c -g -O2 conftest.c >&5
  263. configure:7119: $? = 0
  264. configure:7119: result: yes
  265. configure:7119: checking for inttypes.h
  266. configure:7119: gcc -c -g -O2 conftest.c >&5
  267. configure:7119: $? = 0
  268. configure:7119: result: yes
  269. configure:7119: checking for stdint.h
  270. configure:7119: gcc -c -g -O2 conftest.c >&5
  271. configure:7119: $? = 0
  272. configure:7119: result: yes
  273. configure:7119: checking for unistd.h
  274. configure:7119: gcc -c -g -O2 conftest.c >&5
  275. configure:7119: $? = 0
  276. configure:7119: result: yes
  277. configure:7133: checking for dlfcn.h
  278. configure:7133: gcc -c -g -O2 conftest.c >&5
  279. configure:7133: $? = 0
  280. configure:7133: result: yes
  281. configure:7637: checking for objdir
  282. configure:7652: result: .libs
  283. configure:7923: checking if gcc supports -fno-rtti -fno-exceptions
  284. configure:7941: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  285. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  286. configure:7945: $? = 0
  287. configure:7958: result: no
  288. configure:8285: checking for gcc option to produce PIC
  289. configure:8292: result: -fPIC -DPIC
  290. configure:8300: checking if gcc PIC flag -fPIC -DPIC works
  291. configure:8318: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  292. configure:8322: $? = 0
  293. configure:8335: result: yes
  294. configure:8364: checking if gcc static flag -static works
  295. configure:8392: result: yes
  296. configure:8407: checking if gcc supports -c -o file.o
  297. configure:8428: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  298. configure:8432: $? = 0
  299. configure:8454: result: yes
  300. configure:8462: checking if gcc supports -c -o file.o
  301. configure:8509: result: yes
  302. configure:8542: checking whether the gcc linker (/usr/bin/arm-linux-gnueabihf-ld) supports shared libraries
  303. configure:9695: result: yes
  304. configure:9732: checking whether -lc should be explicitly linked in
  305. configure:9740: gcc -c -g -O2 conftest.c >&5
  306. configure:9743: $? = 0
  307. configure:9758: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  308. configure:9761: $? = 0
  309. configure:9775: result: no
  310. configure:9935: checking dynamic linker characteristics
  311. configure:10455: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  312. configure:10455: $? = 0
  313. configure:10677: result: GNU/Linux ld.so
  314. configure:10784: checking how to hardcode library paths into programs
  315. configure:10809: result: immediate
  316. configure:11349: checking whether stripping libraries is possible
  317. configure:11354: result: yes
  318. configure:11389: checking if libtool supports shared libraries
  319. configure:11391: result: yes
  320. configure:11394: checking whether to build shared libraries
  321. configure:11415: result: yes
  322. configure:11418: checking whether to build static libraries
  323. configure:11422: result: yes
  324. configure:11521: checking for gcc
  325. configure:11548: result: gcc
  326. configure:11777: checking for C compiler version
  327. configure:11786: gcc --version >&5
  328. gcc (Ubuntu/Linaro 7.3.0-16ubuntu3) 7.3.0
  329. Copyright (C) 2017 Free Software Foundation, Inc.
  330. This is free software; see the source for copying conditions. There is NO
  331. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  332.  
  333. configure:11797: $? = 0
  334. configure:11786: gcc -v >&5
  335. Using built-in specs.
  336. COLLECT_GCC=gcc
  337. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/7/lto-wrapper
  338. Target: arm-linux-gnueabihf
  339. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 7.3.0-16ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --with-as=/usr/bin/arm-linux-gnueabihf-as --with-ld=/usr/bin/arm-linux-gnueabihf-ld --program-suffix=-7 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror --enable-multilib --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  340. Thread model: posix
  341. gcc version 7.3.0 (Ubuntu/Linaro 7.3.0-16ubuntu3)
  342. configure:11797: $? = 0
  343. configure:11786: gcc -V >&5
  344. gcc: error: unrecognized command line option '-V'
  345. gcc: fatal error: no input files
  346. compilation terminated.
  347. configure:11797: $? = 1
  348. configure:11786: gcc -qversion >&5
  349. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  350. gcc: fatal error: no input files
  351. compilation terminated.
  352. configure:11797: $? = 1
  353. configure:11801: checking whether we are using the GNU C compiler
  354. configure:11829: result: yes
  355. configure:11838: checking whether gcc accepts -g
  356. configure:11899: result: yes
  357. configure:11916: checking for gcc option to accept ISO C89
  358. configure:11992: result: none needed
  359. configure:12070: checking for g++
  360. configure:12086: found /usr/bin/g++
  361. configure:12097: result: g++
  362. configure:12124: checking for C++ compiler version
  363. configure:12133: g++ --version >&5
  364. g++ (Ubuntu/Linaro 7.3.0-16ubuntu3) 7.3.0
  365. Copyright (C) 2017 Free Software Foundation, Inc.
  366. This is free software; see the source for copying conditions. There is NO
  367. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  368.  
  369. configure:12144: $? = 0
  370. configure:12133: g++ -v >&5
  371. Using built-in specs.
  372. COLLECT_GCC=g++
  373. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/7/lto-wrapper
  374. Target: arm-linux-gnueabihf
  375. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 7.3.0-16ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --with-as=/usr/bin/arm-linux-gnueabihf-as --with-ld=/usr/bin/arm-linux-gnueabihf-ld --program-suffix=-7 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror --enable-multilib --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  376. Thread model: posix
  377. gcc version 7.3.0 (Ubuntu/Linaro 7.3.0-16ubuntu3)
  378. configure:12144: $? = 0
  379. configure:12133: g++ -V >&5
  380. g++: error: unrecognized command line option '-V'
  381. g++: fatal error: no input files
  382. compilation terminated.
  383. configure:12144: $? = 1
  384. configure:12133: g++ -qversion >&5
  385. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  386. g++: fatal error: no input files
  387. compilation terminated.
  388. configure:12144: $? = 1
  389. configure:12148: checking whether we are using the GNU C++ compiler
  390. configure:12167: g++ -c conftest.cpp >&5
  391. configure:12167: $? = 0
  392. configure:12176: result: yes
  393. configure:12185: checking whether g++ accepts -g
  394. configure:12205: g++ -c -g conftest.cpp >&5
  395. configure:12205: $? = 0
  396. configure:12246: result: yes
  397. configure:12287: checking how to run the C++ preprocessor
  398. configure:12314: g++ -E conftest.cpp
  399. configure:12314: $? = 0
  400. configure:12328: g++ -E conftest.cpp
  401. conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
  402. #include <ac_nonexistent.h>
  403. ^~~~~~~~~~~~~~~~~~
  404. compilation terminated.
  405. configure:12328: $? = 1
  406. configure: failed program was:
  407. | /* confdefs.h */
  408. | #define PACKAGE_NAME ""
  409. | #define PACKAGE_TARNAME ""
  410. | #define PACKAGE_VERSION ""
  411. | #define PACKAGE_STRING ""
  412. | #define PACKAGE_BUGREPORT ""
  413. | #define PACKAGE_URL ""
  414. | #define STDC_HEADERS 1
  415. | #define HAVE_SYS_TYPES_H 1
  416. | #define HAVE_SYS_STAT_H 1
  417. | #define HAVE_STDLIB_H 1
  418. | #define HAVE_STRING_H 1
  419. | #define HAVE_MEMORY_H 1
  420. | #define HAVE_STRINGS_H 1
  421. | #define HAVE_INTTYPES_H 1
  422. | #define HAVE_STDINT_H 1
  423. | #define HAVE_UNISTD_H 1
  424. | #define HAVE_DLFCN_H 1
  425. | #define LT_OBJDIR ".libs/"
  426. | /* end confdefs.h. */
  427. | #include <ac_nonexistent.h>
  428. configure:12353: result: g++ -E
  429. configure:12373: g++ -E conftest.cpp
  430. configure:12373: $? = 0
  431. configure:12387: g++ -E conftest.cpp
  432. conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
  433. #include <ac_nonexistent.h>
  434. ^~~~~~~~~~~~~~~~~~
  435. compilation terminated.
  436. configure:12387: $? = 1
  437. configure: failed program was:
  438. | /* confdefs.h */
  439. | #define PACKAGE_NAME ""
  440. | #define PACKAGE_TARNAME ""
  441. | #define PACKAGE_VERSION ""
  442. | #define PACKAGE_STRING ""
  443. | #define PACKAGE_BUGREPORT ""
  444. | #define PACKAGE_URL ""
  445. | #define STDC_HEADERS 1
  446. | #define HAVE_SYS_TYPES_H 1
  447. | #define HAVE_SYS_STAT_H 1
  448. | #define HAVE_STDLIB_H 1
  449. | #define HAVE_STRING_H 1
  450. | #define HAVE_MEMORY_H 1
  451. | #define HAVE_STRINGS_H 1
  452. | #define HAVE_INTTYPES_H 1
  453. | #define HAVE_STDINT_H 1
  454. | #define HAVE_UNISTD_H 1
  455. | #define HAVE_DLFCN_H 1
  456. | #define LT_OBJDIR ".libs/"
  457. | /* end confdefs.h. */
  458. | #include <ac_nonexistent.h>
  459. configure:12556: checking for ld used by g++
  460. configure:12623: result: /usr/bin/arm-linux-gnueabihf-ld
  461. configure:12630: checking if the linker (/usr/bin/arm-linux-gnueabihf-ld) is GNU ld
  462. configure:12645: result: yes
  463. configure:12700: checking whether the g++ linker (/usr/bin/arm-linux-gnueabihf-ld) supports shared libraries
  464. configure:13705: result: yes
  465. configure:13741: g++ -c -g -O2 conftest.cpp >&5
  466. configure:13744: $? = 0
  467. configure:14264: checking for g++ option to produce PIC
  468. configure:14271: result: -fPIC -DPIC
  469. configure:14279: checking if g++ PIC flag -fPIC -DPIC works
  470. configure:14297: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  471. configure:14301: $? = 0
  472. configure:14314: result: yes
  473. configure:14337: checking if g++ static flag -static works
  474. configure:14365: result: yes
  475. configure:14377: checking if g++ supports -c -o file.o
  476. configure:14398: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  477. configure:14402: $? = 0
  478. configure:14424: result: yes
  479. configure:14429: checking if g++ supports -c -o file.o
  480. configure:14476: result: yes
  481. configure:14506: checking whether the g++ linker (/usr/bin/arm-linux-gnueabihf-ld) supports shared libraries
  482. configure:14542: result: yes
  483. configure:14683: checking dynamic linker characteristics
  484. configure:15352: result: GNU/Linux ld.so
  485. configure:15405: checking how to hardcode library paths into programs
  486. configure:15430: result: immediate
  487. configure:15484: checking for a BSD-compatible install
  488. configure:15552: result: /usr/bin/install -c
  489. configure:15563: checking whether make sets $(MAKE)
  490. configure:15585: result: yes
  491. configure:15637: checking for windres
  492. configure:15667: result: no
  493. configure:15793: checking for an ANSI C-conforming const
  494. configure:15859: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  495. configure:15859: $? = 0
  496. configure:15866: result: yes
  497. configure:15874: checking for inline
  498. configure:15890: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  499. configure:15890: $? = 0
  500. configure:15898: result: inline
  501. configure:15916: checking for working volatile
  502. configure:15935: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  503. configure:15935: $? = 0
  504. configure:15942: result: yes
  505. configure:15995: checking for GCC -MMD -MT option
  506. configure:16013: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  507. configure:16013: $? = 0
  508. configure:16019: result: yes
  509. configure:16027: checking for linker option --no-undefined
  510. configure:16050: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Wl,--no-undefined conftest.c >&5
  511. configure:16050: $? = 0
  512. configure:16061: result: yes
  513. configure:16076: checking for ANSI C header files
  514. configure:16180: result: yes
  515. configure:16191: checking for sys/types.h
  516. configure:16191: result: yes
  517. configure:16191: checking stdio.h usability
  518. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  519. configure:16191: $? = 0
  520. configure:16191: result: yes
  521. configure:16191: checking stdio.h presence
  522. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  523. configure:16191: $? = 0
  524. configure:16191: result: yes
  525. configure:16191: checking for stdio.h
  526. configure:16191: result: yes
  527. configure:16191: checking for stdlib.h
  528. configure:16191: result: yes
  529. configure:16191: checking stddef.h usability
  530. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  531. configure:16191: $? = 0
  532. configure:16191: result: yes
  533. configure:16191: checking stddef.h presence
  534. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  535. configure:16191: $? = 0
  536. configure:16191: result: yes
  537. configure:16191: checking for stddef.h
  538. configure:16191: result: yes
  539. configure:16191: checking stdarg.h usability
  540. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  541. configure:16191: $? = 0
  542. configure:16191: result: yes
  543. configure:16191: checking stdarg.h presence
  544. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  545. configure:16191: $? = 0
  546. configure:16191: result: yes
  547. configure:16191: checking for stdarg.h
  548. configure:16191: result: yes
  549. configure:16191: checking malloc.h usability
  550. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  551. configure:16191: $? = 0
  552. configure:16191: result: yes
  553. configure:16191: checking malloc.h presence
  554. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  555. configure:16191: $? = 0
  556. configure:16191: result: yes
  557. configure:16191: checking for malloc.h
  558. configure:16191: result: yes
  559. configure:16191: checking for memory.h
  560. configure:16191: result: yes
  561. configure:16191: checking for string.h
  562. configure:16191: result: yes
  563. configure:16191: checking for strings.h
  564. configure:16191: result: yes
  565. configure:16191: checking wchar.h usability
  566. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  567. configure:16191: $? = 0
  568. configure:16191: result: yes
  569. configure:16191: checking wchar.h presence
  570. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  571. configure:16191: $? = 0
  572. configure:16191: result: yes
  573. configure:16191: checking for wchar.h
  574. configure:16191: result: yes
  575. configure:16191: checking for inttypes.h
  576. configure:16191: result: yes
  577. configure:16191: checking for stdint.h
  578. configure:16191: result: yes
  579. configure:16191: checking limits.h usability
  580. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  581. configure:16191: $? = 0
  582. configure:16191: result: yes
  583. configure:16191: checking limits.h presence
  584. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  585. configure:16191: $? = 0
  586. configure:16191: result: yes
  587. configure:16191: checking for limits.h
  588. configure:16191: result: yes
  589. configure:16191: checking ctype.h usability
  590. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  591. configure:16191: $? = 0
  592. configure:16191: result: yes
  593. configure:16191: checking ctype.h presence
  594. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  595. configure:16191: $? = 0
  596. configure:16191: result: yes
  597. configure:16191: checking for ctype.h
  598. configure:16191: result: yes
  599. configure:16191: checking math.h usability
  600. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  601. configure:16191: $? = 0
  602. configure:16191: result: yes
  603. configure:16191: checking math.h presence
  604. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  605. configure:16191: $? = 0
  606. configure:16191: result: yes
  607. configure:16191: checking for math.h
  608. configure:16191: result: yes
  609. configure:16191: checking float.h usability
  610. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  611. configure:16191: $? = 0
  612. configure:16191: result: yes
  613. configure:16191: checking float.h presence
  614. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  615. configure:16191: $? = 0
  616. configure:16191: result: yes
  617. configure:16191: checking for float.h
  618. configure:16191: result: yes
  619. configure:16191: checking iconv.h usability
  620. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  621. configure:16191: $? = 0
  622. configure:16191: result: yes
  623. configure:16191: checking iconv.h presence
  624. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  625. configure:16191: $? = 0
  626. configure:16191: result: yes
  627. configure:16191: checking for iconv.h
  628. configure:16191: result: yes
  629. configure:16191: checking signal.h usability
  630. configure:16191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  631. configure:16191: $? = 0
  632. configure:16191: result: yes
  633. configure:16191: checking signal.h presence
  634. configure:16191: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  635. configure:16191: $? = 0
  636. configure:16191: result: yes
  637. configure:16191: checking for signal.h
  638. configure:16191: result: yes
  639. configure:16202: checking for size_t
  640. configure:16202: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  641. configure:16202: $? = 0
  642. configure:16202: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  643. conftest.c: In function 'main':
  644. conftest.c:77:21: error: expected expression before ')' token
  645. if (sizeof ((size_t)))
  646. ^
  647. configure:16202: $? = 1
  648. configure: failed program was:
  649. | /* confdefs.h */
  650. | #define PACKAGE_NAME ""
  651. | #define PACKAGE_TARNAME ""
  652. | #define PACKAGE_VERSION ""
  653. | #define PACKAGE_STRING ""
  654. | #define PACKAGE_BUGREPORT ""
  655. | #define PACKAGE_URL ""
  656. | #define STDC_HEADERS 1
  657. | #define HAVE_SYS_TYPES_H 1
  658. | #define HAVE_SYS_STAT_H 1
  659. | #define HAVE_STDLIB_H 1
  660. | #define HAVE_STRING_H 1
  661. | #define HAVE_MEMORY_H 1
  662. | #define HAVE_STRINGS_H 1
  663. | #define HAVE_INTTYPES_H 1
  664. | #define HAVE_STDINT_H 1
  665. | #define HAVE_UNISTD_H 1
  666. | #define HAVE_DLFCN_H 1
  667. | #define LT_OBJDIR ".libs/"
  668. | #define HAVE_LIBC 1
  669. | #define STDC_HEADERS 1
  670. | #define HAVE_SYS_TYPES_H 1
  671. | #define HAVE_STDIO_H 1
  672. | #define HAVE_STDLIB_H 1
  673. | #define HAVE_STDDEF_H 1
  674. | #define HAVE_STDARG_H 1
  675. | #define HAVE_MALLOC_H 1
  676. | #define HAVE_MEMORY_H 1
  677. | #define HAVE_STRING_H 1
  678. | #define HAVE_STRINGS_H 1
  679. | #define HAVE_WCHAR_H 1
  680. | #define HAVE_INTTYPES_H 1
  681. | #define HAVE_STDINT_H 1
  682. | #define HAVE_LIMITS_H 1
  683. | #define HAVE_CTYPE_H 1
  684. | #define HAVE_MATH_H 1
  685. | #define HAVE_FLOAT_H 1
  686. | #define HAVE_ICONV_H 1
  687. | #define HAVE_SIGNAL_H 1
  688. | /* end confdefs.h. */
  689. | #include <stdio.h>
  690. | #ifdef HAVE_SYS_TYPES_H
  691. | # include <sys/types.h>
  692. | #endif
  693. | #ifdef HAVE_SYS_STAT_H
  694. | # include <sys/stat.h>
  695. | #endif
  696. | #ifdef STDC_HEADERS
  697. | # include <stdlib.h>
  698. | # include <stddef.h>
  699. | #else
  700. | # ifdef HAVE_STDLIB_H
  701. | # include <stdlib.h>
  702. | # endif
  703. | #endif
  704. | #ifdef HAVE_STRING_H
  705. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  706. | # include <memory.h>
  707. | # endif
  708. | # include <string.h>
  709. | #endif
  710. | #ifdef HAVE_STRINGS_H
  711. | # include <strings.h>
  712. | #endif
  713. | #ifdef HAVE_INTTYPES_H
  714. | # include <inttypes.h>
  715. | #endif
  716. | #ifdef HAVE_STDINT_H
  717. | # include <stdint.h>
  718. | #endif
  719. | #ifdef HAVE_UNISTD_H
  720. | # include <unistd.h>
  721. | #endif
  722. | int
  723. | main ()
  724. | {
  725. | if (sizeof ((size_t)))
  726. | return 0;
  727. | ;
  728. | return 0;
  729. | }
  730. configure:16202: result: yes
  731. configure:16214: checking for M_PI in math.h
  732. configure:16238: result: yes
  733. configure:16253: checking for working alloca.h
  734. configure:16270: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  735. configure:16270: $? = 0
  736. configure:16278: result: yes
  737. configure:16286: checking for alloca
  738. configure:16323: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  739. configure:16323: $? = 0
  740. configure:16331: result: yes
  741. configure:16440: checking for working memcmp
  742. configure:16483: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  743. configure:16483: $? = 0
  744. configure:16483: ./conftest
  745. configure:16483: $? = 0
  746. configure:16493: result: yes
  747. configure:16507: checking for working strtod
  748. configure:16548: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  749. configure:16548: $? = 0
  750. configure:16548: ./conftest
  751. configure:16548: $? = 0
  752. configure:16558: result: yes
  753. configure:16625: checking for mprotect
  754. configure:16625: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  755. configure:16625: $? = 0
  756. configure:16625: result: yes
  757. configure:16642: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  758. configure:16642: $? = 0
  759. configure:16655: checking for malloc
  760. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  761. conftest.c:70:6: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  762. char malloc ();
  763. ^~~~~~
  764. configure:16655: $? = 0
  765. configure:16655: result: yes
  766. configure:16655: checking for calloc
  767. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  768. conftest.c:71:6: warning: conflicting types for built-in function 'calloc' [-Wbuiltin-declaration-mismatch]
  769. char calloc ();
  770. ^~~~~~
  771. configure:16655: $? = 0
  772. configure:16655: result: yes
  773. configure:16655: checking for realloc
  774. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  775. conftest.c:72:6: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch]
  776. char realloc ();
  777. ^~~~~~~
  778. configure:16655: $? = 0
  779. configure:16655: result: yes
  780. configure:16655: checking for free
  781. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  782. conftest.c:73:6: warning: conflicting types for built-in function 'free' [-Wbuiltin-declaration-mismatch]
  783. char free ();
  784. ^~~~
  785. configure:16655: $? = 0
  786. configure:16655: result: yes
  787. configure:16655: checking for getenv
  788. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  789. configure:16655: $? = 0
  790. configure:16655: result: yes
  791. configure:16655: checking for setenv
  792. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  793. configure:16655: $? = 0
  794. configure:16655: result: yes
  795. configure:16655: checking for putenv
  796. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  797. configure:16655: $? = 0
  798. configure:16655: result: yes
  799. configure:16655: checking for unsetenv
  800. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  801. configure:16655: $? = 0
  802. configure:16655: result: yes
  803. configure:16655: checking for qsort
  804. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  805. configure:16655: $? = 0
  806. configure:16655: result: yes
  807. configure:16655: checking for abs
  808. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  809. conftest.c:79:6: warning: conflicting types for built-in function 'abs' [-Wbuiltin-declaration-mismatch]
  810. char abs ();
  811. ^~~
  812. configure:16655: $? = 0
  813. configure:16655: result: yes
  814. configure:16655: checking for bcopy
  815. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  816. conftest.c:80:6: warning: conflicting types for built-in function 'bcopy' [-Wbuiltin-declaration-mismatch]
  817. char bcopy ();
  818. ^~~~~
  819. configure:16655: $? = 0
  820. configure:16655: result: yes
  821. configure:16655: checking for memset
  822. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  823. conftest.c:81:6: warning: conflicting types for built-in function 'memset' [-Wbuiltin-declaration-mismatch]
  824. char memset ();
  825. ^~~~~~
  826. configure:16655: $? = 0
  827. configure:16655: result: yes
  828. configure:16655: checking for memcpy
  829. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  830. conftest.c:82:6: warning: conflicting types for built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  831. char memcpy ();
  832. ^~~~~~
  833. configure:16655: $? = 0
  834. configure:16655: result: yes
  835. configure:16655: checking for memmove
  836. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  837. conftest.c:83:6: warning: conflicting types for built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
  838. char memmove ();
  839. ^~~~~~~
  840. configure:16655: $? = 0
  841. configure:16655: result: yes
  842. configure:16655: checking for wcslen
  843. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  844. configure:16655: $? = 0
  845. configure:16655: result: yes
  846. configure:16655: checking for wcscmp
  847. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  848. configure:16655: $? = 0
  849. configure:16655: result: yes
  850. configure:16655: checking for strlen
  851. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  852. conftest.c:86:6: warning: conflicting types for built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  853. char strlen ();
  854. ^~~~~~
  855. configure:16655: $? = 0
  856. configure:16655: result: yes
  857. configure:16655: checking for strlcpy
  858. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  859. /tmp/ccIXlCmf.o: In function `main':
  860. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:98: undefined reference to `strlcpy'
  861. collect2: error: ld returned 1 exit status
  862. configure:16655: $? = 1
  863. configure: failed program was:
  864. | /* confdefs.h */
  865. | #define PACKAGE_NAME ""
  866. | #define PACKAGE_TARNAME ""
  867. | #define PACKAGE_VERSION ""
  868. | #define PACKAGE_STRING ""
  869. | #define PACKAGE_BUGREPORT ""
  870. | #define PACKAGE_URL ""
  871. | #define STDC_HEADERS 1
  872. | #define HAVE_SYS_TYPES_H 1
  873. | #define HAVE_SYS_STAT_H 1
  874. | #define HAVE_STDLIB_H 1
  875. | #define HAVE_STRING_H 1
  876. | #define HAVE_MEMORY_H 1
  877. | #define HAVE_STRINGS_H 1
  878. | #define HAVE_INTTYPES_H 1
  879. | #define HAVE_STDINT_H 1
  880. | #define HAVE_UNISTD_H 1
  881. | #define HAVE_DLFCN_H 1
  882. | #define LT_OBJDIR ".libs/"
  883. | #define HAVE_LIBC 1
  884. | #define STDC_HEADERS 1
  885. | #define HAVE_SYS_TYPES_H 1
  886. | #define HAVE_STDIO_H 1
  887. | #define HAVE_STDLIB_H 1
  888. | #define HAVE_STDDEF_H 1
  889. | #define HAVE_STDARG_H 1
  890. | #define HAVE_MALLOC_H 1
  891. | #define HAVE_MEMORY_H 1
  892. | #define HAVE_STRING_H 1
  893. | #define HAVE_STRINGS_H 1
  894. | #define HAVE_WCHAR_H 1
  895. | #define HAVE_INTTYPES_H 1
  896. | #define HAVE_STDINT_H 1
  897. | #define HAVE_LIMITS_H 1
  898. | #define HAVE_CTYPE_H 1
  899. | #define HAVE_MATH_H 1
  900. | #define HAVE_FLOAT_H 1
  901. | #define HAVE_ICONV_H 1
  902. | #define HAVE_SIGNAL_H 1
  903. | #define HAVE_M_PI /**/
  904. | #define HAVE_ALLOCA_H 1
  905. | #define HAVE_ALLOCA 1
  906. | #define HAVE_MEMCMP 1
  907. | #define HAVE_STRTOD 1
  908. | #define HAVE_MPROTECT 1
  909. | #define HAVE_MALLOC 1
  910. | #define HAVE_CALLOC 1
  911. | #define HAVE_REALLOC 1
  912. | #define HAVE_FREE 1
  913. | #define HAVE_GETENV 1
  914. | #define HAVE_SETENV 1
  915. | #define HAVE_PUTENV 1
  916. | #define HAVE_UNSETENV 1
  917. | #define HAVE_QSORT 1
  918. | #define HAVE_ABS 1
  919. | #define HAVE_BCOPY 1
  920. | #define HAVE_MEMSET 1
  921. | #define HAVE_MEMCPY 1
  922. | #define HAVE_MEMMOVE 1
  923. | #define HAVE_WCSLEN 1
  924. | #define HAVE_WCSCMP 1
  925. | #define HAVE_STRLEN 1
  926. | /* end confdefs.h. */
  927. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  928. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  929. | #define strlcpy innocuous_strlcpy
  930. |
  931. | /* System header to define __stub macros and hopefully few prototypes,
  932. | which can conflict with char strlcpy (); below.
  933. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  934. | <limits.h> exists even on freestanding compilers. */
  935. |
  936. | #ifdef __STDC__
  937. | # include <limits.h>
  938. | #else
  939. | # include <assert.h>
  940. | #endif
  941. |
  942. | #undef strlcpy
  943. |
  944. | /* Override any GCC internal prototype to avoid an error.
  945. | Use char because int might match the return type of a GCC
  946. | builtin and then its argument prototype would still apply. */
  947. | #ifdef __cplusplus
  948. | extern "C"
  949. | #endif
  950. | char strlcpy ();
  951. | /* The GNU C library defines this for functions which it implements
  952. | to always fail with ENOSYS. Some functions are actually named
  953. | something starting with __ and the normal name is an alias. */
  954. | #if defined __stub_strlcpy || defined __stub___strlcpy
  955. | choke me
  956. | #endif
  957. |
  958. | int
  959. | main ()
  960. | {
  961. | return strlcpy ();
  962. | ;
  963. | return 0;
  964. | }
  965. configure:16655: result: no
  966. configure:16655: checking for strlcat
  967. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  968. /tmp/cci1a17j.o: In function `main':
  969. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:98: undefined reference to `strlcat'
  970. collect2: error: ld returned 1 exit status
  971. configure:16655: $? = 1
  972. configure: failed program was:
  973. | /* confdefs.h */
  974. | #define PACKAGE_NAME ""
  975. | #define PACKAGE_TARNAME ""
  976. | #define PACKAGE_VERSION ""
  977. | #define PACKAGE_STRING ""
  978. | #define PACKAGE_BUGREPORT ""
  979. | #define PACKAGE_URL ""
  980. | #define STDC_HEADERS 1
  981. | #define HAVE_SYS_TYPES_H 1
  982. | #define HAVE_SYS_STAT_H 1
  983. | #define HAVE_STDLIB_H 1
  984. | #define HAVE_STRING_H 1
  985. | #define HAVE_MEMORY_H 1
  986. | #define HAVE_STRINGS_H 1
  987. | #define HAVE_INTTYPES_H 1
  988. | #define HAVE_STDINT_H 1
  989. | #define HAVE_UNISTD_H 1
  990. | #define HAVE_DLFCN_H 1
  991. | #define LT_OBJDIR ".libs/"
  992. | #define HAVE_LIBC 1
  993. | #define STDC_HEADERS 1
  994. | #define HAVE_SYS_TYPES_H 1
  995. | #define HAVE_STDIO_H 1
  996. | #define HAVE_STDLIB_H 1
  997. | #define HAVE_STDDEF_H 1
  998. | #define HAVE_STDARG_H 1
  999. | #define HAVE_MALLOC_H 1
  1000. | #define HAVE_MEMORY_H 1
  1001. | #define HAVE_STRING_H 1
  1002. | #define HAVE_STRINGS_H 1
  1003. | #define HAVE_WCHAR_H 1
  1004. | #define HAVE_INTTYPES_H 1
  1005. | #define HAVE_STDINT_H 1
  1006. | #define HAVE_LIMITS_H 1
  1007. | #define HAVE_CTYPE_H 1
  1008. | #define HAVE_MATH_H 1
  1009. | #define HAVE_FLOAT_H 1
  1010. | #define HAVE_ICONV_H 1
  1011. | #define HAVE_SIGNAL_H 1
  1012. | #define HAVE_M_PI /**/
  1013. | #define HAVE_ALLOCA_H 1
  1014. | #define HAVE_ALLOCA 1
  1015. | #define HAVE_MEMCMP 1
  1016. | #define HAVE_STRTOD 1
  1017. | #define HAVE_MPROTECT 1
  1018. | #define HAVE_MALLOC 1
  1019. | #define HAVE_CALLOC 1
  1020. | #define HAVE_REALLOC 1
  1021. | #define HAVE_FREE 1
  1022. | #define HAVE_GETENV 1
  1023. | #define HAVE_SETENV 1
  1024. | #define HAVE_PUTENV 1
  1025. | #define HAVE_UNSETENV 1
  1026. | #define HAVE_QSORT 1
  1027. | #define HAVE_ABS 1
  1028. | #define HAVE_BCOPY 1
  1029. | #define HAVE_MEMSET 1
  1030. | #define HAVE_MEMCPY 1
  1031. | #define HAVE_MEMMOVE 1
  1032. | #define HAVE_WCSLEN 1
  1033. | #define HAVE_WCSCMP 1
  1034. | #define HAVE_STRLEN 1
  1035. | /* end confdefs.h. */
  1036. | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
  1037. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1038. | #define strlcat innocuous_strlcat
  1039. |
  1040. | /* System header to define __stub macros and hopefully few prototypes,
  1041. | which can conflict with char strlcat (); below.
  1042. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1043. | <limits.h> exists even on freestanding compilers. */
  1044. |
  1045. | #ifdef __STDC__
  1046. | # include <limits.h>
  1047. | #else
  1048. | # include <assert.h>
  1049. | #endif
  1050. |
  1051. | #undef strlcat
  1052. |
  1053. | /* Override any GCC internal prototype to avoid an error.
  1054. | Use char because int might match the return type of a GCC
  1055. | builtin and then its argument prototype would still apply. */
  1056. | #ifdef __cplusplus
  1057. | extern "C"
  1058. | #endif
  1059. | char strlcat ();
  1060. | /* The GNU C library defines this for functions which it implements
  1061. | to always fail with ENOSYS. Some functions are actually named
  1062. | something starting with __ and the normal name is an alias. */
  1063. | #if defined __stub_strlcat || defined __stub___strlcat
  1064. | choke me
  1065. | #endif
  1066. |
  1067. | int
  1068. | main ()
  1069. | {
  1070. | return strlcat ();
  1071. | ;
  1072. | return 0;
  1073. | }
  1074. configure:16655: result: no
  1075. configure:16655: checking for _strrev
  1076. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1077. /tmp/cc8OAuaL.o: In function `main':
  1078. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:98: undefined reference to `_strrev'
  1079. collect2: error: ld returned 1 exit status
  1080. configure:16655: $? = 1
  1081. configure: failed program was:
  1082. | /* confdefs.h */
  1083. | #define PACKAGE_NAME ""
  1084. | #define PACKAGE_TARNAME ""
  1085. | #define PACKAGE_VERSION ""
  1086. | #define PACKAGE_STRING ""
  1087. | #define PACKAGE_BUGREPORT ""
  1088. | #define PACKAGE_URL ""
  1089. | #define STDC_HEADERS 1
  1090. | #define HAVE_SYS_TYPES_H 1
  1091. | #define HAVE_SYS_STAT_H 1
  1092. | #define HAVE_STDLIB_H 1
  1093. | #define HAVE_STRING_H 1
  1094. | #define HAVE_MEMORY_H 1
  1095. | #define HAVE_STRINGS_H 1
  1096. | #define HAVE_INTTYPES_H 1
  1097. | #define HAVE_STDINT_H 1
  1098. | #define HAVE_UNISTD_H 1
  1099. | #define HAVE_DLFCN_H 1
  1100. | #define LT_OBJDIR ".libs/"
  1101. | #define HAVE_LIBC 1
  1102. | #define STDC_HEADERS 1
  1103. | #define HAVE_SYS_TYPES_H 1
  1104. | #define HAVE_STDIO_H 1
  1105. | #define HAVE_STDLIB_H 1
  1106. | #define HAVE_STDDEF_H 1
  1107. | #define HAVE_STDARG_H 1
  1108. | #define HAVE_MALLOC_H 1
  1109. | #define HAVE_MEMORY_H 1
  1110. | #define HAVE_STRING_H 1
  1111. | #define HAVE_STRINGS_H 1
  1112. | #define HAVE_WCHAR_H 1
  1113. | #define HAVE_INTTYPES_H 1
  1114. | #define HAVE_STDINT_H 1
  1115. | #define HAVE_LIMITS_H 1
  1116. | #define HAVE_CTYPE_H 1
  1117. | #define HAVE_MATH_H 1
  1118. | #define HAVE_FLOAT_H 1
  1119. | #define HAVE_ICONV_H 1
  1120. | #define HAVE_SIGNAL_H 1
  1121. | #define HAVE_M_PI /**/
  1122. | #define HAVE_ALLOCA_H 1
  1123. | #define HAVE_ALLOCA 1
  1124. | #define HAVE_MEMCMP 1
  1125. | #define HAVE_STRTOD 1
  1126. | #define HAVE_MPROTECT 1
  1127. | #define HAVE_MALLOC 1
  1128. | #define HAVE_CALLOC 1
  1129. | #define HAVE_REALLOC 1
  1130. | #define HAVE_FREE 1
  1131. | #define HAVE_GETENV 1
  1132. | #define HAVE_SETENV 1
  1133. | #define HAVE_PUTENV 1
  1134. | #define HAVE_UNSETENV 1
  1135. | #define HAVE_QSORT 1
  1136. | #define HAVE_ABS 1
  1137. | #define HAVE_BCOPY 1
  1138. | #define HAVE_MEMSET 1
  1139. | #define HAVE_MEMCPY 1
  1140. | #define HAVE_MEMMOVE 1
  1141. | #define HAVE_WCSLEN 1
  1142. | #define HAVE_WCSCMP 1
  1143. | #define HAVE_STRLEN 1
  1144. | /* end confdefs.h. */
  1145. | /* Define _strrev to an innocuous variant, in case <limits.h> declares _strrev.
  1146. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1147. | #define _strrev innocuous__strrev
  1148. |
  1149. | /* System header to define __stub macros and hopefully few prototypes,
  1150. | which can conflict with char _strrev (); below.
  1151. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1152. | <limits.h> exists even on freestanding compilers. */
  1153. |
  1154. | #ifdef __STDC__
  1155. | # include <limits.h>
  1156. | #else
  1157. | # include <assert.h>
  1158. | #endif
  1159. |
  1160. | #undef _strrev
  1161. |
  1162. | /* Override any GCC internal prototype to avoid an error.
  1163. | Use char because int might match the return type of a GCC
  1164. | builtin and then its argument prototype would still apply. */
  1165. | #ifdef __cplusplus
  1166. | extern "C"
  1167. | #endif
  1168. | char _strrev ();
  1169. | /* The GNU C library defines this for functions which it implements
  1170. | to always fail with ENOSYS. Some functions are actually named
  1171. | something starting with __ and the normal name is an alias. */
  1172. | #if defined __stub__strrev || defined __stub____strrev
  1173. | choke me
  1174. | #endif
  1175. |
  1176. | int
  1177. | main ()
  1178. | {
  1179. | return _strrev ();
  1180. | ;
  1181. | return 0;
  1182. | }
  1183. configure:16655: result: no
  1184. configure:16655: checking for _strupr
  1185. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1186. /tmp/ccI55Usd.o: In function `main':
  1187. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:98: undefined reference to `_strupr'
  1188. collect2: error: ld returned 1 exit status
  1189. configure:16655: $? = 1
  1190. configure: failed program was:
  1191. | /* confdefs.h */
  1192. | #define PACKAGE_NAME ""
  1193. | #define PACKAGE_TARNAME ""
  1194. | #define PACKAGE_VERSION ""
  1195. | #define PACKAGE_STRING ""
  1196. | #define PACKAGE_BUGREPORT ""
  1197. | #define PACKAGE_URL ""
  1198. | #define STDC_HEADERS 1
  1199. | #define HAVE_SYS_TYPES_H 1
  1200. | #define HAVE_SYS_STAT_H 1
  1201. | #define HAVE_STDLIB_H 1
  1202. | #define HAVE_STRING_H 1
  1203. | #define HAVE_MEMORY_H 1
  1204. | #define HAVE_STRINGS_H 1
  1205. | #define HAVE_INTTYPES_H 1
  1206. | #define HAVE_STDINT_H 1
  1207. | #define HAVE_UNISTD_H 1
  1208. | #define HAVE_DLFCN_H 1
  1209. | #define LT_OBJDIR ".libs/"
  1210. | #define HAVE_LIBC 1
  1211. | #define STDC_HEADERS 1
  1212. | #define HAVE_SYS_TYPES_H 1
  1213. | #define HAVE_STDIO_H 1
  1214. | #define HAVE_STDLIB_H 1
  1215. | #define HAVE_STDDEF_H 1
  1216. | #define HAVE_STDARG_H 1
  1217. | #define HAVE_MALLOC_H 1
  1218. | #define HAVE_MEMORY_H 1
  1219. | #define HAVE_STRING_H 1
  1220. | #define HAVE_STRINGS_H 1
  1221. | #define HAVE_WCHAR_H 1
  1222. | #define HAVE_INTTYPES_H 1
  1223. | #define HAVE_STDINT_H 1
  1224. | #define HAVE_LIMITS_H 1
  1225. | #define HAVE_CTYPE_H 1
  1226. | #define HAVE_MATH_H 1
  1227. | #define HAVE_FLOAT_H 1
  1228. | #define HAVE_ICONV_H 1
  1229. | #define HAVE_SIGNAL_H 1
  1230. | #define HAVE_M_PI /**/
  1231. | #define HAVE_ALLOCA_H 1
  1232. | #define HAVE_ALLOCA 1
  1233. | #define HAVE_MEMCMP 1
  1234. | #define HAVE_STRTOD 1
  1235. | #define HAVE_MPROTECT 1
  1236. | #define HAVE_MALLOC 1
  1237. | #define HAVE_CALLOC 1
  1238. | #define HAVE_REALLOC 1
  1239. | #define HAVE_FREE 1
  1240. | #define HAVE_GETENV 1
  1241. | #define HAVE_SETENV 1
  1242. | #define HAVE_PUTENV 1
  1243. | #define HAVE_UNSETENV 1
  1244. | #define HAVE_QSORT 1
  1245. | #define HAVE_ABS 1
  1246. | #define HAVE_BCOPY 1
  1247. | #define HAVE_MEMSET 1
  1248. | #define HAVE_MEMCPY 1
  1249. | #define HAVE_MEMMOVE 1
  1250. | #define HAVE_WCSLEN 1
  1251. | #define HAVE_WCSCMP 1
  1252. | #define HAVE_STRLEN 1
  1253. | /* end confdefs.h. */
  1254. | /* Define _strupr to an innocuous variant, in case <limits.h> declares _strupr.
  1255. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1256. | #define _strupr innocuous__strupr
  1257. |
  1258. | /* System header to define __stub macros and hopefully few prototypes,
  1259. | which can conflict with char _strupr (); below.
  1260. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1261. | <limits.h> exists even on freestanding compilers. */
  1262. |
  1263. | #ifdef __STDC__
  1264. | # include <limits.h>
  1265. | #else
  1266. | # include <assert.h>
  1267. | #endif
  1268. |
  1269. | #undef _strupr
  1270. |
  1271. | /* Override any GCC internal prototype to avoid an error.
  1272. | Use char because int might match the return type of a GCC
  1273. | builtin and then its argument prototype would still apply. */
  1274. | #ifdef __cplusplus
  1275. | extern "C"
  1276. | #endif
  1277. | char _strupr ();
  1278. | /* The GNU C library defines this for functions which it implements
  1279. | to always fail with ENOSYS. Some functions are actually named
  1280. | something starting with __ and the normal name is an alias. */
  1281. | #if defined __stub__strupr || defined __stub____strupr
  1282. | choke me
  1283. | #endif
  1284. |
  1285. | int
  1286. | main ()
  1287. | {
  1288. | return _strupr ();
  1289. | ;
  1290. | return 0;
  1291. | }
  1292. configure:16655: result: no
  1293. configure:16655: checking for _strlwr
  1294. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1295. /tmp/cc6562qA.o: In function `main':
  1296. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:98: undefined reference to `_strlwr'
  1297. collect2: error: ld returned 1 exit status
  1298. configure:16655: $? = 1
  1299. configure: failed program was:
  1300. | /* confdefs.h */
  1301. | #define PACKAGE_NAME ""
  1302. | #define PACKAGE_TARNAME ""
  1303. | #define PACKAGE_VERSION ""
  1304. | #define PACKAGE_STRING ""
  1305. | #define PACKAGE_BUGREPORT ""
  1306. | #define PACKAGE_URL ""
  1307. | #define STDC_HEADERS 1
  1308. | #define HAVE_SYS_TYPES_H 1
  1309. | #define HAVE_SYS_STAT_H 1
  1310. | #define HAVE_STDLIB_H 1
  1311. | #define HAVE_STRING_H 1
  1312. | #define HAVE_MEMORY_H 1
  1313. | #define HAVE_STRINGS_H 1
  1314. | #define HAVE_INTTYPES_H 1
  1315. | #define HAVE_STDINT_H 1
  1316. | #define HAVE_UNISTD_H 1
  1317. | #define HAVE_DLFCN_H 1
  1318. | #define LT_OBJDIR ".libs/"
  1319. | #define HAVE_LIBC 1
  1320. | #define STDC_HEADERS 1
  1321. | #define HAVE_SYS_TYPES_H 1
  1322. | #define HAVE_STDIO_H 1
  1323. | #define HAVE_STDLIB_H 1
  1324. | #define HAVE_STDDEF_H 1
  1325. | #define HAVE_STDARG_H 1
  1326. | #define HAVE_MALLOC_H 1
  1327. | #define HAVE_MEMORY_H 1
  1328. | #define HAVE_STRING_H 1
  1329. | #define HAVE_STRINGS_H 1
  1330. | #define HAVE_WCHAR_H 1
  1331. | #define HAVE_INTTYPES_H 1
  1332. | #define HAVE_STDINT_H 1
  1333. | #define HAVE_LIMITS_H 1
  1334. | #define HAVE_CTYPE_H 1
  1335. | #define HAVE_MATH_H 1
  1336. | #define HAVE_FLOAT_H 1
  1337. | #define HAVE_ICONV_H 1
  1338. | #define HAVE_SIGNAL_H 1
  1339. | #define HAVE_M_PI /**/
  1340. | #define HAVE_ALLOCA_H 1
  1341. | #define HAVE_ALLOCA 1
  1342. | #define HAVE_MEMCMP 1
  1343. | #define HAVE_STRTOD 1
  1344. | #define HAVE_MPROTECT 1
  1345. | #define HAVE_MALLOC 1
  1346. | #define HAVE_CALLOC 1
  1347. | #define HAVE_REALLOC 1
  1348. | #define HAVE_FREE 1
  1349. | #define HAVE_GETENV 1
  1350. | #define HAVE_SETENV 1
  1351. | #define HAVE_PUTENV 1
  1352. | #define HAVE_UNSETENV 1
  1353. | #define HAVE_QSORT 1
  1354. | #define HAVE_ABS 1
  1355. | #define HAVE_BCOPY 1
  1356. | #define HAVE_MEMSET 1
  1357. | #define HAVE_MEMCPY 1
  1358. | #define HAVE_MEMMOVE 1
  1359. | #define HAVE_WCSLEN 1
  1360. | #define HAVE_WCSCMP 1
  1361. | #define HAVE_STRLEN 1
  1362. | /* end confdefs.h. */
  1363. | /* Define _strlwr to an innocuous variant, in case <limits.h> declares _strlwr.
  1364. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1365. | #define _strlwr innocuous__strlwr
  1366. |
  1367. | /* System header to define __stub macros and hopefully few prototypes,
  1368. | which can conflict with char _strlwr (); below.
  1369. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1370. | <limits.h> exists even on freestanding compilers. */
  1371. |
  1372. | #ifdef __STDC__
  1373. | # include <limits.h>
  1374. | #else
  1375. | # include <assert.h>
  1376. | #endif
  1377. |
  1378. | #undef _strlwr
  1379. |
  1380. | /* Override any GCC internal prototype to avoid an error.
  1381. | Use char because int might match the return type of a GCC
  1382. | builtin and then its argument prototype would still apply. */
  1383. | #ifdef __cplusplus
  1384. | extern "C"
  1385. | #endif
  1386. | char _strlwr ();
  1387. | /* The GNU C library defines this for functions which it implements
  1388. | to always fail with ENOSYS. Some functions are actually named
  1389. | something starting with __ and the normal name is an alias. */
  1390. | #if defined __stub__strlwr || defined __stub____strlwr
  1391. | choke me
  1392. | #endif
  1393. |
  1394. | int
  1395. | main ()
  1396. | {
  1397. | return _strlwr ();
  1398. | ;
  1399. | return 0;
  1400. | }
  1401. configure:16655: result: no
  1402. configure:16655: checking for strchr
  1403. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1404. conftest.c:87:6: warning: conflicting types for built-in function 'strchr' [-Wbuiltin-declaration-mismatch]
  1405. char strchr ();
  1406. ^~~~~~
  1407. configure:16655: $? = 0
  1408. configure:16655: result: yes
  1409. configure:16655: checking for strrchr
  1410. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1411. conftest.c:88:6: warning: conflicting types for built-in function 'strrchr' [-Wbuiltin-declaration-mismatch]
  1412. char strrchr ();
  1413. ^~~~~~~
  1414. configure:16655: $? = 0
  1415. configure:16655: result: yes
  1416. configure:16655: checking for strstr
  1417. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1418. conftest.c:89:6: warning: conflicting types for built-in function 'strstr' [-Wbuiltin-declaration-mismatch]
  1419. char strstr ();
  1420. ^~~~~~
  1421. configure:16655: $? = 0
  1422. configure:16655: result: yes
  1423. configure:16655: checking for itoa
  1424. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1425. /tmp/cc4QLCc2.o: In function `main':
  1426. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:101: undefined reference to `itoa'
  1427. collect2: error: ld returned 1 exit status
  1428. configure:16655: $? = 1
  1429. configure: failed program was:
  1430. | /* confdefs.h */
  1431. | #define PACKAGE_NAME ""
  1432. | #define PACKAGE_TARNAME ""
  1433. | #define PACKAGE_VERSION ""
  1434. | #define PACKAGE_STRING ""
  1435. | #define PACKAGE_BUGREPORT ""
  1436. | #define PACKAGE_URL ""
  1437. | #define STDC_HEADERS 1
  1438. | #define HAVE_SYS_TYPES_H 1
  1439. | #define HAVE_SYS_STAT_H 1
  1440. | #define HAVE_STDLIB_H 1
  1441. | #define HAVE_STRING_H 1
  1442. | #define HAVE_MEMORY_H 1
  1443. | #define HAVE_STRINGS_H 1
  1444. | #define HAVE_INTTYPES_H 1
  1445. | #define HAVE_STDINT_H 1
  1446. | #define HAVE_UNISTD_H 1
  1447. | #define HAVE_DLFCN_H 1
  1448. | #define LT_OBJDIR ".libs/"
  1449. | #define HAVE_LIBC 1
  1450. | #define STDC_HEADERS 1
  1451. | #define HAVE_SYS_TYPES_H 1
  1452. | #define HAVE_STDIO_H 1
  1453. | #define HAVE_STDLIB_H 1
  1454. | #define HAVE_STDDEF_H 1
  1455. | #define HAVE_STDARG_H 1
  1456. | #define HAVE_MALLOC_H 1
  1457. | #define HAVE_MEMORY_H 1
  1458. | #define HAVE_STRING_H 1
  1459. | #define HAVE_STRINGS_H 1
  1460. | #define HAVE_WCHAR_H 1
  1461. | #define HAVE_INTTYPES_H 1
  1462. | #define HAVE_STDINT_H 1
  1463. | #define HAVE_LIMITS_H 1
  1464. | #define HAVE_CTYPE_H 1
  1465. | #define HAVE_MATH_H 1
  1466. | #define HAVE_FLOAT_H 1
  1467. | #define HAVE_ICONV_H 1
  1468. | #define HAVE_SIGNAL_H 1
  1469. | #define HAVE_M_PI /**/
  1470. | #define HAVE_ALLOCA_H 1
  1471. | #define HAVE_ALLOCA 1
  1472. | #define HAVE_MEMCMP 1
  1473. | #define HAVE_STRTOD 1
  1474. | #define HAVE_MPROTECT 1
  1475. | #define HAVE_MALLOC 1
  1476. | #define HAVE_CALLOC 1
  1477. | #define HAVE_REALLOC 1
  1478. | #define HAVE_FREE 1
  1479. | #define HAVE_GETENV 1
  1480. | #define HAVE_SETENV 1
  1481. | #define HAVE_PUTENV 1
  1482. | #define HAVE_UNSETENV 1
  1483. | #define HAVE_QSORT 1
  1484. | #define HAVE_ABS 1
  1485. | #define HAVE_BCOPY 1
  1486. | #define HAVE_MEMSET 1
  1487. | #define HAVE_MEMCPY 1
  1488. | #define HAVE_MEMMOVE 1
  1489. | #define HAVE_WCSLEN 1
  1490. | #define HAVE_WCSCMP 1
  1491. | #define HAVE_STRLEN 1
  1492. | #define HAVE_STRCHR 1
  1493. | #define HAVE_STRRCHR 1
  1494. | #define HAVE_STRSTR 1
  1495. | /* end confdefs.h. */
  1496. | /* Define itoa to an innocuous variant, in case <limits.h> declares itoa.
  1497. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1498. | #define itoa innocuous_itoa
  1499. |
  1500. | /* System header to define __stub macros and hopefully few prototypes,
  1501. | which can conflict with char itoa (); below.
  1502. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1503. | <limits.h> exists even on freestanding compilers. */
  1504. |
  1505. | #ifdef __STDC__
  1506. | # include <limits.h>
  1507. | #else
  1508. | # include <assert.h>
  1509. | #endif
  1510. |
  1511. | #undef itoa
  1512. |
  1513. | /* Override any GCC internal prototype to avoid an error.
  1514. | Use char because int might match the return type of a GCC
  1515. | builtin and then its argument prototype would still apply. */
  1516. | #ifdef __cplusplus
  1517. | extern "C"
  1518. | #endif
  1519. | char itoa ();
  1520. | /* The GNU C library defines this for functions which it implements
  1521. | to always fail with ENOSYS. Some functions are actually named
  1522. | something starting with __ and the normal name is an alias. */
  1523. | #if defined __stub_itoa || defined __stub___itoa
  1524. | choke me
  1525. | #endif
  1526. |
  1527. | int
  1528. | main ()
  1529. | {
  1530. | return itoa ();
  1531. | ;
  1532. | return 0;
  1533. | }
  1534. configure:16655: result: no
  1535. configure:16655: checking for _ltoa
  1536. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1537. /tmp/ccaQuRDp.o: In function `main':
  1538. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:101: undefined reference to `_ltoa'
  1539. collect2: error: ld returned 1 exit status
  1540. configure:16655: $? = 1
  1541. configure: failed program was:
  1542. | /* confdefs.h */
  1543. | #define PACKAGE_NAME ""
  1544. | #define PACKAGE_TARNAME ""
  1545. | #define PACKAGE_VERSION ""
  1546. | #define PACKAGE_STRING ""
  1547. | #define PACKAGE_BUGREPORT ""
  1548. | #define PACKAGE_URL ""
  1549. | #define STDC_HEADERS 1
  1550. | #define HAVE_SYS_TYPES_H 1
  1551. | #define HAVE_SYS_STAT_H 1
  1552. | #define HAVE_STDLIB_H 1
  1553. | #define HAVE_STRING_H 1
  1554. | #define HAVE_MEMORY_H 1
  1555. | #define HAVE_STRINGS_H 1
  1556. | #define HAVE_INTTYPES_H 1
  1557. | #define HAVE_STDINT_H 1
  1558. | #define HAVE_UNISTD_H 1
  1559. | #define HAVE_DLFCN_H 1
  1560. | #define LT_OBJDIR ".libs/"
  1561. | #define HAVE_LIBC 1
  1562. | #define STDC_HEADERS 1
  1563. | #define HAVE_SYS_TYPES_H 1
  1564. | #define HAVE_STDIO_H 1
  1565. | #define HAVE_STDLIB_H 1
  1566. | #define HAVE_STDDEF_H 1
  1567. | #define HAVE_STDARG_H 1
  1568. | #define HAVE_MALLOC_H 1
  1569. | #define HAVE_MEMORY_H 1
  1570. | #define HAVE_STRING_H 1
  1571. | #define HAVE_STRINGS_H 1
  1572. | #define HAVE_WCHAR_H 1
  1573. | #define HAVE_INTTYPES_H 1
  1574. | #define HAVE_STDINT_H 1
  1575. | #define HAVE_LIMITS_H 1
  1576. | #define HAVE_CTYPE_H 1
  1577. | #define HAVE_MATH_H 1
  1578. | #define HAVE_FLOAT_H 1
  1579. | #define HAVE_ICONV_H 1
  1580. | #define HAVE_SIGNAL_H 1
  1581. | #define HAVE_M_PI /**/
  1582. | #define HAVE_ALLOCA_H 1
  1583. | #define HAVE_ALLOCA 1
  1584. | #define HAVE_MEMCMP 1
  1585. | #define HAVE_STRTOD 1
  1586. | #define HAVE_MPROTECT 1
  1587. | #define HAVE_MALLOC 1
  1588. | #define HAVE_CALLOC 1
  1589. | #define HAVE_REALLOC 1
  1590. | #define HAVE_FREE 1
  1591. | #define HAVE_GETENV 1
  1592. | #define HAVE_SETENV 1
  1593. | #define HAVE_PUTENV 1
  1594. | #define HAVE_UNSETENV 1
  1595. | #define HAVE_QSORT 1
  1596. | #define HAVE_ABS 1
  1597. | #define HAVE_BCOPY 1
  1598. | #define HAVE_MEMSET 1
  1599. | #define HAVE_MEMCPY 1
  1600. | #define HAVE_MEMMOVE 1
  1601. | #define HAVE_WCSLEN 1
  1602. | #define HAVE_WCSCMP 1
  1603. | #define HAVE_STRLEN 1
  1604. | #define HAVE_STRCHR 1
  1605. | #define HAVE_STRRCHR 1
  1606. | #define HAVE_STRSTR 1
  1607. | /* end confdefs.h. */
  1608. | /* Define _ltoa to an innocuous variant, in case <limits.h> declares _ltoa.
  1609. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1610. | #define _ltoa innocuous__ltoa
  1611. |
  1612. | /* System header to define __stub macros and hopefully few prototypes,
  1613. | which can conflict with char _ltoa (); below.
  1614. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1615. | <limits.h> exists even on freestanding compilers. */
  1616. |
  1617. | #ifdef __STDC__
  1618. | # include <limits.h>
  1619. | #else
  1620. | # include <assert.h>
  1621. | #endif
  1622. |
  1623. | #undef _ltoa
  1624. |
  1625. | /* Override any GCC internal prototype to avoid an error.
  1626. | Use char because int might match the return type of a GCC
  1627. | builtin and then its argument prototype would still apply. */
  1628. | #ifdef __cplusplus
  1629. | extern "C"
  1630. | #endif
  1631. | char _ltoa ();
  1632. | /* The GNU C library defines this for functions which it implements
  1633. | to always fail with ENOSYS. Some functions are actually named
  1634. | something starting with __ and the normal name is an alias. */
  1635. | #if defined __stub__ltoa || defined __stub____ltoa
  1636. | choke me
  1637. | #endif
  1638. |
  1639. | int
  1640. | main ()
  1641. | {
  1642. | return _ltoa ();
  1643. | ;
  1644. | return 0;
  1645. | }
  1646. configure:16655: result: no
  1647. configure:16655: checking for _uitoa
  1648. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1649. /tmp/cc4S7raN.o: In function `main':
  1650. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:101: undefined reference to `_uitoa'
  1651. collect2: error: ld returned 1 exit status
  1652. configure:16655: $? = 1
  1653. configure: failed program was:
  1654. | /* confdefs.h */
  1655. | #define PACKAGE_NAME ""
  1656. | #define PACKAGE_TARNAME ""
  1657. | #define PACKAGE_VERSION ""
  1658. | #define PACKAGE_STRING ""
  1659. | #define PACKAGE_BUGREPORT ""
  1660. | #define PACKAGE_URL ""
  1661. | #define STDC_HEADERS 1
  1662. | #define HAVE_SYS_TYPES_H 1
  1663. | #define HAVE_SYS_STAT_H 1
  1664. | #define HAVE_STDLIB_H 1
  1665. | #define HAVE_STRING_H 1
  1666. | #define HAVE_MEMORY_H 1
  1667. | #define HAVE_STRINGS_H 1
  1668. | #define HAVE_INTTYPES_H 1
  1669. | #define HAVE_STDINT_H 1
  1670. | #define HAVE_UNISTD_H 1
  1671. | #define HAVE_DLFCN_H 1
  1672. | #define LT_OBJDIR ".libs/"
  1673. | #define HAVE_LIBC 1
  1674. | #define STDC_HEADERS 1
  1675. | #define HAVE_SYS_TYPES_H 1
  1676. | #define HAVE_STDIO_H 1
  1677. | #define HAVE_STDLIB_H 1
  1678. | #define HAVE_STDDEF_H 1
  1679. | #define HAVE_STDARG_H 1
  1680. | #define HAVE_MALLOC_H 1
  1681. | #define HAVE_MEMORY_H 1
  1682. | #define HAVE_STRING_H 1
  1683. | #define HAVE_STRINGS_H 1
  1684. | #define HAVE_WCHAR_H 1
  1685. | #define HAVE_INTTYPES_H 1
  1686. | #define HAVE_STDINT_H 1
  1687. | #define HAVE_LIMITS_H 1
  1688. | #define HAVE_CTYPE_H 1
  1689. | #define HAVE_MATH_H 1
  1690. | #define HAVE_FLOAT_H 1
  1691. | #define HAVE_ICONV_H 1
  1692. | #define HAVE_SIGNAL_H 1
  1693. | #define HAVE_M_PI /**/
  1694. | #define HAVE_ALLOCA_H 1
  1695. | #define HAVE_ALLOCA 1
  1696. | #define HAVE_MEMCMP 1
  1697. | #define HAVE_STRTOD 1
  1698. | #define HAVE_MPROTECT 1
  1699. | #define HAVE_MALLOC 1
  1700. | #define HAVE_CALLOC 1
  1701. | #define HAVE_REALLOC 1
  1702. | #define HAVE_FREE 1
  1703. | #define HAVE_GETENV 1
  1704. | #define HAVE_SETENV 1
  1705. | #define HAVE_PUTENV 1
  1706. | #define HAVE_UNSETENV 1
  1707. | #define HAVE_QSORT 1
  1708. | #define HAVE_ABS 1
  1709. | #define HAVE_BCOPY 1
  1710. | #define HAVE_MEMSET 1
  1711. | #define HAVE_MEMCPY 1
  1712. | #define HAVE_MEMMOVE 1
  1713. | #define HAVE_WCSLEN 1
  1714. | #define HAVE_WCSCMP 1
  1715. | #define HAVE_STRLEN 1
  1716. | #define HAVE_STRCHR 1
  1717. | #define HAVE_STRRCHR 1
  1718. | #define HAVE_STRSTR 1
  1719. | /* end confdefs.h. */
  1720. | /* Define _uitoa to an innocuous variant, in case <limits.h> declares _uitoa.
  1721. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1722. | #define _uitoa innocuous__uitoa
  1723. |
  1724. | /* System header to define __stub macros and hopefully few prototypes,
  1725. | which can conflict with char _uitoa (); below.
  1726. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1727. | <limits.h> exists even on freestanding compilers. */
  1728. |
  1729. | #ifdef __STDC__
  1730. | # include <limits.h>
  1731. | #else
  1732. | # include <assert.h>
  1733. | #endif
  1734. |
  1735. | #undef _uitoa
  1736. |
  1737. | /* Override any GCC internal prototype to avoid an error.
  1738. | Use char because int might match the return type of a GCC
  1739. | builtin and then its argument prototype would still apply. */
  1740. | #ifdef __cplusplus
  1741. | extern "C"
  1742. | #endif
  1743. | char _uitoa ();
  1744. | /* The GNU C library defines this for functions which it implements
  1745. | to always fail with ENOSYS. Some functions are actually named
  1746. | something starting with __ and the normal name is an alias. */
  1747. | #if defined __stub__uitoa || defined __stub____uitoa
  1748. | choke me
  1749. | #endif
  1750. |
  1751. | int
  1752. | main ()
  1753. | {
  1754. | return _uitoa ();
  1755. | ;
  1756. | return 0;
  1757. | }
  1758. configure:16655: result: no
  1759. configure:16655: checking for _ultoa
  1760. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1761. /tmp/cc4h3USf.o: In function `main':
  1762. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:101: undefined reference to `_ultoa'
  1763. collect2: error: ld returned 1 exit status
  1764. configure:16655: $? = 1
  1765. configure: failed program was:
  1766. | /* confdefs.h */
  1767. | #define PACKAGE_NAME ""
  1768. | #define PACKAGE_TARNAME ""
  1769. | #define PACKAGE_VERSION ""
  1770. | #define PACKAGE_STRING ""
  1771. | #define PACKAGE_BUGREPORT ""
  1772. | #define PACKAGE_URL ""
  1773. | #define STDC_HEADERS 1
  1774. | #define HAVE_SYS_TYPES_H 1
  1775. | #define HAVE_SYS_STAT_H 1
  1776. | #define HAVE_STDLIB_H 1
  1777. | #define HAVE_STRING_H 1
  1778. | #define HAVE_MEMORY_H 1
  1779. | #define HAVE_STRINGS_H 1
  1780. | #define HAVE_INTTYPES_H 1
  1781. | #define HAVE_STDINT_H 1
  1782. | #define HAVE_UNISTD_H 1
  1783. | #define HAVE_DLFCN_H 1
  1784. | #define LT_OBJDIR ".libs/"
  1785. | #define HAVE_LIBC 1
  1786. | #define STDC_HEADERS 1
  1787. | #define HAVE_SYS_TYPES_H 1
  1788. | #define HAVE_STDIO_H 1
  1789. | #define HAVE_STDLIB_H 1
  1790. | #define HAVE_STDDEF_H 1
  1791. | #define HAVE_STDARG_H 1
  1792. | #define HAVE_MALLOC_H 1
  1793. | #define HAVE_MEMORY_H 1
  1794. | #define HAVE_STRING_H 1
  1795. | #define HAVE_STRINGS_H 1
  1796. | #define HAVE_WCHAR_H 1
  1797. | #define HAVE_INTTYPES_H 1
  1798. | #define HAVE_STDINT_H 1
  1799. | #define HAVE_LIMITS_H 1
  1800. | #define HAVE_CTYPE_H 1
  1801. | #define HAVE_MATH_H 1
  1802. | #define HAVE_FLOAT_H 1
  1803. | #define HAVE_ICONV_H 1
  1804. | #define HAVE_SIGNAL_H 1
  1805. | #define HAVE_M_PI /**/
  1806. | #define HAVE_ALLOCA_H 1
  1807. | #define HAVE_ALLOCA 1
  1808. | #define HAVE_MEMCMP 1
  1809. | #define HAVE_STRTOD 1
  1810. | #define HAVE_MPROTECT 1
  1811. | #define HAVE_MALLOC 1
  1812. | #define HAVE_CALLOC 1
  1813. | #define HAVE_REALLOC 1
  1814. | #define HAVE_FREE 1
  1815. | #define HAVE_GETENV 1
  1816. | #define HAVE_SETENV 1
  1817. | #define HAVE_PUTENV 1
  1818. | #define HAVE_UNSETENV 1
  1819. | #define HAVE_QSORT 1
  1820. | #define HAVE_ABS 1
  1821. | #define HAVE_BCOPY 1
  1822. | #define HAVE_MEMSET 1
  1823. | #define HAVE_MEMCPY 1
  1824. | #define HAVE_MEMMOVE 1
  1825. | #define HAVE_WCSLEN 1
  1826. | #define HAVE_WCSCMP 1
  1827. | #define HAVE_STRLEN 1
  1828. | #define HAVE_STRCHR 1
  1829. | #define HAVE_STRRCHR 1
  1830. | #define HAVE_STRSTR 1
  1831. | /* end confdefs.h. */
  1832. | /* Define _ultoa to an innocuous variant, in case <limits.h> declares _ultoa.
  1833. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1834. | #define _ultoa innocuous__ultoa
  1835. |
  1836. | /* System header to define __stub macros and hopefully few prototypes,
  1837. | which can conflict with char _ultoa (); below.
  1838. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1839. | <limits.h> exists even on freestanding compilers. */
  1840. |
  1841. | #ifdef __STDC__
  1842. | # include <limits.h>
  1843. | #else
  1844. | # include <assert.h>
  1845. | #endif
  1846. |
  1847. | #undef _ultoa
  1848. |
  1849. | /* Override any GCC internal prototype to avoid an error.
  1850. | Use char because int might match the return type of a GCC
  1851. | builtin and then its argument prototype would still apply. */
  1852. | #ifdef __cplusplus
  1853. | extern "C"
  1854. | #endif
  1855. | char _ultoa ();
  1856. | /* The GNU C library defines this for functions which it implements
  1857. | to always fail with ENOSYS. Some functions are actually named
  1858. | something starting with __ and the normal name is an alias. */
  1859. | #if defined __stub__ultoa || defined __stub____ultoa
  1860. | choke me
  1861. | #endif
  1862. |
  1863. | int
  1864. | main ()
  1865. | {
  1866. | return _ultoa ();
  1867. | ;
  1868. | return 0;
  1869. | }
  1870. configure:16655: result: no
  1871. configure:16655: checking for strtol
  1872. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1873. configure:16655: $? = 0
  1874. configure:16655: result: yes
  1875. configure:16655: checking for strtoul
  1876. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1877. configure:16655: $? = 0
  1878. configure:16655: result: yes
  1879. configure:16655: checking for _i64toa
  1880. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1881. /tmp/ccSzO0df.o: In function `main':
  1882. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:103: undefined reference to `_i64toa'
  1883. collect2: error: ld returned 1 exit status
  1884. configure:16655: $? = 1
  1885. configure: failed program was:
  1886. | /* confdefs.h */
  1887. | #define PACKAGE_NAME ""
  1888. | #define PACKAGE_TARNAME ""
  1889. | #define PACKAGE_VERSION ""
  1890. | #define PACKAGE_STRING ""
  1891. | #define PACKAGE_BUGREPORT ""
  1892. | #define PACKAGE_URL ""
  1893. | #define STDC_HEADERS 1
  1894. | #define HAVE_SYS_TYPES_H 1
  1895. | #define HAVE_SYS_STAT_H 1
  1896. | #define HAVE_STDLIB_H 1
  1897. | #define HAVE_STRING_H 1
  1898. | #define HAVE_MEMORY_H 1
  1899. | #define HAVE_STRINGS_H 1
  1900. | #define HAVE_INTTYPES_H 1
  1901. | #define HAVE_STDINT_H 1
  1902. | #define HAVE_UNISTD_H 1
  1903. | #define HAVE_DLFCN_H 1
  1904. | #define LT_OBJDIR ".libs/"
  1905. | #define HAVE_LIBC 1
  1906. | #define STDC_HEADERS 1
  1907. | #define HAVE_SYS_TYPES_H 1
  1908. | #define HAVE_STDIO_H 1
  1909. | #define HAVE_STDLIB_H 1
  1910. | #define HAVE_STDDEF_H 1
  1911. | #define HAVE_STDARG_H 1
  1912. | #define HAVE_MALLOC_H 1
  1913. | #define HAVE_MEMORY_H 1
  1914. | #define HAVE_STRING_H 1
  1915. | #define HAVE_STRINGS_H 1
  1916. | #define HAVE_WCHAR_H 1
  1917. | #define HAVE_INTTYPES_H 1
  1918. | #define HAVE_STDINT_H 1
  1919. | #define HAVE_LIMITS_H 1
  1920. | #define HAVE_CTYPE_H 1
  1921. | #define HAVE_MATH_H 1
  1922. | #define HAVE_FLOAT_H 1
  1923. | #define HAVE_ICONV_H 1
  1924. | #define HAVE_SIGNAL_H 1
  1925. | #define HAVE_M_PI /**/
  1926. | #define HAVE_ALLOCA_H 1
  1927. | #define HAVE_ALLOCA 1
  1928. | #define HAVE_MEMCMP 1
  1929. | #define HAVE_STRTOD 1
  1930. | #define HAVE_MPROTECT 1
  1931. | #define HAVE_MALLOC 1
  1932. | #define HAVE_CALLOC 1
  1933. | #define HAVE_REALLOC 1
  1934. | #define HAVE_FREE 1
  1935. | #define HAVE_GETENV 1
  1936. | #define HAVE_SETENV 1
  1937. | #define HAVE_PUTENV 1
  1938. | #define HAVE_UNSETENV 1
  1939. | #define HAVE_QSORT 1
  1940. | #define HAVE_ABS 1
  1941. | #define HAVE_BCOPY 1
  1942. | #define HAVE_MEMSET 1
  1943. | #define HAVE_MEMCPY 1
  1944. | #define HAVE_MEMMOVE 1
  1945. | #define HAVE_WCSLEN 1
  1946. | #define HAVE_WCSCMP 1
  1947. | #define HAVE_STRLEN 1
  1948. | #define HAVE_STRCHR 1
  1949. | #define HAVE_STRRCHR 1
  1950. | #define HAVE_STRSTR 1
  1951. | #define HAVE_STRTOL 1
  1952. | #define HAVE_STRTOUL 1
  1953. | /* end confdefs.h. */
  1954. | /* Define _i64toa to an innocuous variant, in case <limits.h> declares _i64toa.
  1955. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1956. | #define _i64toa innocuous__i64toa
  1957. |
  1958. | /* System header to define __stub macros and hopefully few prototypes,
  1959. | which can conflict with char _i64toa (); below.
  1960. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1961. | <limits.h> exists even on freestanding compilers. */
  1962. |
  1963. | #ifdef __STDC__
  1964. | # include <limits.h>
  1965. | #else
  1966. | # include <assert.h>
  1967. | #endif
  1968. |
  1969. | #undef _i64toa
  1970. |
  1971. | /* Override any GCC internal prototype to avoid an error.
  1972. | Use char because int might match the return type of a GCC
  1973. | builtin and then its argument prototype would still apply. */
  1974. | #ifdef __cplusplus
  1975. | extern "C"
  1976. | #endif
  1977. | char _i64toa ();
  1978. | /* The GNU C library defines this for functions which it implements
  1979. | to always fail with ENOSYS. Some functions are actually named
  1980. | something starting with __ and the normal name is an alias. */
  1981. | #if defined __stub__i64toa || defined __stub____i64toa
  1982. | choke me
  1983. | #endif
  1984. |
  1985. | int
  1986. | main ()
  1987. | {
  1988. | return _i64toa ();
  1989. | ;
  1990. | return 0;
  1991. | }
  1992. configure:16655: result: no
  1993. configure:16655: checking for _ui64toa
  1994. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  1995. /tmp/ccUCEWiC.o: In function `main':
  1996. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:103: undefined reference to `_ui64toa'
  1997. collect2: error: ld returned 1 exit status
  1998. configure:16655: $? = 1
  1999. configure: failed program was:
  2000. | /* confdefs.h */
  2001. | #define PACKAGE_NAME ""
  2002. | #define PACKAGE_TARNAME ""
  2003. | #define PACKAGE_VERSION ""
  2004. | #define PACKAGE_STRING ""
  2005. | #define PACKAGE_BUGREPORT ""
  2006. | #define PACKAGE_URL ""
  2007. | #define STDC_HEADERS 1
  2008. | #define HAVE_SYS_TYPES_H 1
  2009. | #define HAVE_SYS_STAT_H 1
  2010. | #define HAVE_STDLIB_H 1
  2011. | #define HAVE_STRING_H 1
  2012. | #define HAVE_MEMORY_H 1
  2013. | #define HAVE_STRINGS_H 1
  2014. | #define HAVE_INTTYPES_H 1
  2015. | #define HAVE_STDINT_H 1
  2016. | #define HAVE_UNISTD_H 1
  2017. | #define HAVE_DLFCN_H 1
  2018. | #define LT_OBJDIR ".libs/"
  2019. | #define HAVE_LIBC 1
  2020. | #define STDC_HEADERS 1
  2021. | #define HAVE_SYS_TYPES_H 1
  2022. | #define HAVE_STDIO_H 1
  2023. | #define HAVE_STDLIB_H 1
  2024. | #define HAVE_STDDEF_H 1
  2025. | #define HAVE_STDARG_H 1
  2026. | #define HAVE_MALLOC_H 1
  2027. | #define HAVE_MEMORY_H 1
  2028. | #define HAVE_STRING_H 1
  2029. | #define HAVE_STRINGS_H 1
  2030. | #define HAVE_WCHAR_H 1
  2031. | #define HAVE_INTTYPES_H 1
  2032. | #define HAVE_STDINT_H 1
  2033. | #define HAVE_LIMITS_H 1
  2034. | #define HAVE_CTYPE_H 1
  2035. | #define HAVE_MATH_H 1
  2036. | #define HAVE_FLOAT_H 1
  2037. | #define HAVE_ICONV_H 1
  2038. | #define HAVE_SIGNAL_H 1
  2039. | #define HAVE_M_PI /**/
  2040. | #define HAVE_ALLOCA_H 1
  2041. | #define HAVE_ALLOCA 1
  2042. | #define HAVE_MEMCMP 1
  2043. | #define HAVE_STRTOD 1
  2044. | #define HAVE_MPROTECT 1
  2045. | #define HAVE_MALLOC 1
  2046. | #define HAVE_CALLOC 1
  2047. | #define HAVE_REALLOC 1
  2048. | #define HAVE_FREE 1
  2049. | #define HAVE_GETENV 1
  2050. | #define HAVE_SETENV 1
  2051. | #define HAVE_PUTENV 1
  2052. | #define HAVE_UNSETENV 1
  2053. | #define HAVE_QSORT 1
  2054. | #define HAVE_ABS 1
  2055. | #define HAVE_BCOPY 1
  2056. | #define HAVE_MEMSET 1
  2057. | #define HAVE_MEMCPY 1
  2058. | #define HAVE_MEMMOVE 1
  2059. | #define HAVE_WCSLEN 1
  2060. | #define HAVE_WCSCMP 1
  2061. | #define HAVE_STRLEN 1
  2062. | #define HAVE_STRCHR 1
  2063. | #define HAVE_STRRCHR 1
  2064. | #define HAVE_STRSTR 1
  2065. | #define HAVE_STRTOL 1
  2066. | #define HAVE_STRTOUL 1
  2067. | /* end confdefs.h. */
  2068. | /* Define _ui64toa to an innocuous variant, in case <limits.h> declares _ui64toa.
  2069. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2070. | #define _ui64toa innocuous__ui64toa
  2071. |
  2072. | /* System header to define __stub macros and hopefully few prototypes,
  2073. | which can conflict with char _ui64toa (); below.
  2074. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2075. | <limits.h> exists even on freestanding compilers. */
  2076. |
  2077. | #ifdef __STDC__
  2078. | # include <limits.h>
  2079. | #else
  2080. | # include <assert.h>
  2081. | #endif
  2082. |
  2083. | #undef _ui64toa
  2084. |
  2085. | /* Override any GCC internal prototype to avoid an error.
  2086. | Use char because int might match the return type of a GCC
  2087. | builtin and then its argument prototype would still apply. */
  2088. | #ifdef __cplusplus
  2089. | extern "C"
  2090. | #endif
  2091. | char _ui64toa ();
  2092. | /* The GNU C library defines this for functions which it implements
  2093. | to always fail with ENOSYS. Some functions are actually named
  2094. | something starting with __ and the normal name is an alias. */
  2095. | #if defined __stub__ui64toa || defined __stub____ui64toa
  2096. | choke me
  2097. | #endif
  2098. |
  2099. | int
  2100. | main ()
  2101. | {
  2102. | return _ui64toa ();
  2103. | ;
  2104. | return 0;
  2105. | }
  2106. configure:16655: result: no
  2107. configure:16655: checking for strtoll
  2108. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2109. configure:16655: $? = 0
  2110. configure:16655: result: yes
  2111. configure:16655: checking for strtoull
  2112. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2113. configure:16655: $? = 0
  2114. configure:16655: result: yes
  2115. configure:16655: checking for atoi
  2116. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2117. configure:16655: $? = 0
  2118. configure:16655: result: yes
  2119. configure:16655: checking for atof
  2120. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2121. configure:16655: $? = 0
  2122. configure:16655: result: yes
  2123. configure:16655: checking for strcmp
  2124. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2125. conftest.c:96:6: warning: conflicting types for built-in function 'strcmp' [-Wbuiltin-declaration-mismatch]
  2126. char strcmp ();
  2127. ^~~~~~
  2128. configure:16655: $? = 0
  2129. configure:16655: result: yes
  2130. configure:16655: checking for strncmp
  2131. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2132. conftest.c:97:6: warning: conflicting types for built-in function 'strncmp' [-Wbuiltin-declaration-mismatch]
  2133. char strncmp ();
  2134. ^~~~~~~
  2135. configure:16655: $? = 0
  2136. configure:16655: result: yes
  2137. configure:16655: checking for _stricmp
  2138. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2139. /tmp/ccSpgBWf.o: In function `main':
  2140. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:109: undefined reference to `_stricmp'
  2141. collect2: error: ld returned 1 exit status
  2142. configure:16655: $? = 1
  2143. configure: failed program was:
  2144. | /* confdefs.h */
  2145. | #define PACKAGE_NAME ""
  2146. | #define PACKAGE_TARNAME ""
  2147. | #define PACKAGE_VERSION ""
  2148. | #define PACKAGE_STRING ""
  2149. | #define PACKAGE_BUGREPORT ""
  2150. | #define PACKAGE_URL ""
  2151. | #define STDC_HEADERS 1
  2152. | #define HAVE_SYS_TYPES_H 1
  2153. | #define HAVE_SYS_STAT_H 1
  2154. | #define HAVE_STDLIB_H 1
  2155. | #define HAVE_STRING_H 1
  2156. | #define HAVE_MEMORY_H 1
  2157. | #define HAVE_STRINGS_H 1
  2158. | #define HAVE_INTTYPES_H 1
  2159. | #define HAVE_STDINT_H 1
  2160. | #define HAVE_UNISTD_H 1
  2161. | #define HAVE_DLFCN_H 1
  2162. | #define LT_OBJDIR ".libs/"
  2163. | #define HAVE_LIBC 1
  2164. | #define STDC_HEADERS 1
  2165. | #define HAVE_SYS_TYPES_H 1
  2166. | #define HAVE_STDIO_H 1
  2167. | #define HAVE_STDLIB_H 1
  2168. | #define HAVE_STDDEF_H 1
  2169. | #define HAVE_STDARG_H 1
  2170. | #define HAVE_MALLOC_H 1
  2171. | #define HAVE_MEMORY_H 1
  2172. | #define HAVE_STRING_H 1
  2173. | #define HAVE_STRINGS_H 1
  2174. | #define HAVE_WCHAR_H 1
  2175. | #define HAVE_INTTYPES_H 1
  2176. | #define HAVE_STDINT_H 1
  2177. | #define HAVE_LIMITS_H 1
  2178. | #define HAVE_CTYPE_H 1
  2179. | #define HAVE_MATH_H 1
  2180. | #define HAVE_FLOAT_H 1
  2181. | #define HAVE_ICONV_H 1
  2182. | #define HAVE_SIGNAL_H 1
  2183. | #define HAVE_M_PI /**/
  2184. | #define HAVE_ALLOCA_H 1
  2185. | #define HAVE_ALLOCA 1
  2186. | #define HAVE_MEMCMP 1
  2187. | #define HAVE_STRTOD 1
  2188. | #define HAVE_MPROTECT 1
  2189. | #define HAVE_MALLOC 1
  2190. | #define HAVE_CALLOC 1
  2191. | #define HAVE_REALLOC 1
  2192. | #define HAVE_FREE 1
  2193. | #define HAVE_GETENV 1
  2194. | #define HAVE_SETENV 1
  2195. | #define HAVE_PUTENV 1
  2196. | #define HAVE_UNSETENV 1
  2197. | #define HAVE_QSORT 1
  2198. | #define HAVE_ABS 1
  2199. | #define HAVE_BCOPY 1
  2200. | #define HAVE_MEMSET 1
  2201. | #define HAVE_MEMCPY 1
  2202. | #define HAVE_MEMMOVE 1
  2203. | #define HAVE_WCSLEN 1
  2204. | #define HAVE_WCSCMP 1
  2205. | #define HAVE_STRLEN 1
  2206. | #define HAVE_STRCHR 1
  2207. | #define HAVE_STRRCHR 1
  2208. | #define HAVE_STRSTR 1
  2209. | #define HAVE_STRTOL 1
  2210. | #define HAVE_STRTOUL 1
  2211. | #define HAVE_STRTOLL 1
  2212. | #define HAVE_STRTOULL 1
  2213. | #define HAVE_ATOI 1
  2214. | #define HAVE_ATOF 1
  2215. | #define HAVE_STRCMP 1
  2216. | #define HAVE_STRNCMP 1
  2217. | /* end confdefs.h. */
  2218. | /* Define _stricmp to an innocuous variant, in case <limits.h> declares _stricmp.
  2219. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2220. | #define _stricmp innocuous__stricmp
  2221. |
  2222. | /* System header to define __stub macros and hopefully few prototypes,
  2223. | which can conflict with char _stricmp (); below.
  2224. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2225. | <limits.h> exists even on freestanding compilers. */
  2226. |
  2227. | #ifdef __STDC__
  2228. | # include <limits.h>
  2229. | #else
  2230. | # include <assert.h>
  2231. | #endif
  2232. |
  2233. | #undef _stricmp
  2234. |
  2235. | /* Override any GCC internal prototype to avoid an error.
  2236. | Use char because int might match the return type of a GCC
  2237. | builtin and then its argument prototype would still apply. */
  2238. | #ifdef __cplusplus
  2239. | extern "C"
  2240. | #endif
  2241. | char _stricmp ();
  2242. | /* The GNU C library defines this for functions which it implements
  2243. | to always fail with ENOSYS. Some functions are actually named
  2244. | something starting with __ and the normal name is an alias. */
  2245. | #if defined __stub__stricmp || defined __stub____stricmp
  2246. | choke me
  2247. | #endif
  2248. |
  2249. | int
  2250. | main ()
  2251. | {
  2252. | return _stricmp ();
  2253. | ;
  2254. | return 0;
  2255. | }
  2256. configure:16655: result: no
  2257. configure:16655: checking for strcasecmp
  2258. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2259. conftest.c:98:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch]
  2260. char strcasecmp ();
  2261. ^~~~~~~~~~
  2262. configure:16655: $? = 0
  2263. configure:16655: result: yes
  2264. configure:16655: checking for _strnicmp
  2265. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2266. /tmp/ccWFoxJP.o: In function `main':
  2267. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:110: undefined reference to `_strnicmp'
  2268. collect2: error: ld returned 1 exit status
  2269. configure:16655: $? = 1
  2270. configure: failed program was:
  2271. | /* confdefs.h */
  2272. | #define PACKAGE_NAME ""
  2273. | #define PACKAGE_TARNAME ""
  2274. | #define PACKAGE_VERSION ""
  2275. | #define PACKAGE_STRING ""
  2276. | #define PACKAGE_BUGREPORT ""
  2277. | #define PACKAGE_URL ""
  2278. | #define STDC_HEADERS 1
  2279. | #define HAVE_SYS_TYPES_H 1
  2280. | #define HAVE_SYS_STAT_H 1
  2281. | #define HAVE_STDLIB_H 1
  2282. | #define HAVE_STRING_H 1
  2283. | #define HAVE_MEMORY_H 1
  2284. | #define HAVE_STRINGS_H 1
  2285. | #define HAVE_INTTYPES_H 1
  2286. | #define HAVE_STDINT_H 1
  2287. | #define HAVE_UNISTD_H 1
  2288. | #define HAVE_DLFCN_H 1
  2289. | #define LT_OBJDIR ".libs/"
  2290. | #define HAVE_LIBC 1
  2291. | #define STDC_HEADERS 1
  2292. | #define HAVE_SYS_TYPES_H 1
  2293. | #define HAVE_STDIO_H 1
  2294. | #define HAVE_STDLIB_H 1
  2295. | #define HAVE_STDDEF_H 1
  2296. | #define HAVE_STDARG_H 1
  2297. | #define HAVE_MALLOC_H 1
  2298. | #define HAVE_MEMORY_H 1
  2299. | #define HAVE_STRING_H 1
  2300. | #define HAVE_STRINGS_H 1
  2301. | #define HAVE_WCHAR_H 1
  2302. | #define HAVE_INTTYPES_H 1
  2303. | #define HAVE_STDINT_H 1
  2304. | #define HAVE_LIMITS_H 1
  2305. | #define HAVE_CTYPE_H 1
  2306. | #define HAVE_MATH_H 1
  2307. | #define HAVE_FLOAT_H 1
  2308. | #define HAVE_ICONV_H 1
  2309. | #define HAVE_SIGNAL_H 1
  2310. | #define HAVE_M_PI /**/
  2311. | #define HAVE_ALLOCA_H 1
  2312. | #define HAVE_ALLOCA 1
  2313. | #define HAVE_MEMCMP 1
  2314. | #define HAVE_STRTOD 1
  2315. | #define HAVE_MPROTECT 1
  2316. | #define HAVE_MALLOC 1
  2317. | #define HAVE_CALLOC 1
  2318. | #define HAVE_REALLOC 1
  2319. | #define HAVE_FREE 1
  2320. | #define HAVE_GETENV 1
  2321. | #define HAVE_SETENV 1
  2322. | #define HAVE_PUTENV 1
  2323. | #define HAVE_UNSETENV 1
  2324. | #define HAVE_QSORT 1
  2325. | #define HAVE_ABS 1
  2326. | #define HAVE_BCOPY 1
  2327. | #define HAVE_MEMSET 1
  2328. | #define HAVE_MEMCPY 1
  2329. | #define HAVE_MEMMOVE 1
  2330. | #define HAVE_WCSLEN 1
  2331. | #define HAVE_WCSCMP 1
  2332. | #define HAVE_STRLEN 1
  2333. | #define HAVE_STRCHR 1
  2334. | #define HAVE_STRRCHR 1
  2335. | #define HAVE_STRSTR 1
  2336. | #define HAVE_STRTOL 1
  2337. | #define HAVE_STRTOUL 1
  2338. | #define HAVE_STRTOLL 1
  2339. | #define HAVE_STRTOULL 1
  2340. | #define HAVE_ATOI 1
  2341. | #define HAVE_ATOF 1
  2342. | #define HAVE_STRCMP 1
  2343. | #define HAVE_STRNCMP 1
  2344. | #define HAVE_STRCASECMP 1
  2345. | /* end confdefs.h. */
  2346. | /* Define _strnicmp to an innocuous variant, in case <limits.h> declares _strnicmp.
  2347. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2348. | #define _strnicmp innocuous__strnicmp
  2349. |
  2350. | /* System header to define __stub macros and hopefully few prototypes,
  2351. | which can conflict with char _strnicmp (); below.
  2352. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2353. | <limits.h> exists even on freestanding compilers. */
  2354. |
  2355. | #ifdef __STDC__
  2356. | # include <limits.h>
  2357. | #else
  2358. | # include <assert.h>
  2359. | #endif
  2360. |
  2361. | #undef _strnicmp
  2362. |
  2363. | /* Override any GCC internal prototype to avoid an error.
  2364. | Use char because int might match the return type of a GCC
  2365. | builtin and then its argument prototype would still apply. */
  2366. | #ifdef __cplusplus
  2367. | extern "C"
  2368. | #endif
  2369. | char _strnicmp ();
  2370. | /* The GNU C library defines this for functions which it implements
  2371. | to always fail with ENOSYS. Some functions are actually named
  2372. | something starting with __ and the normal name is an alias. */
  2373. | #if defined __stub__strnicmp || defined __stub____strnicmp
  2374. | choke me
  2375. | #endif
  2376. |
  2377. | int
  2378. | main ()
  2379. | {
  2380. | return _strnicmp ();
  2381. | ;
  2382. | return 0;
  2383. | }
  2384. configure:16655: result: no
  2385. configure:16655: checking for strncasecmp
  2386. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2387. conftest.c:99:6: warning: conflicting types for built-in function 'strncasecmp' [-Wbuiltin-declaration-mismatch]
  2388. char strncasecmp ();
  2389. ^~~~~~~~~~~
  2390. configure:16655: $? = 0
  2391. configure:16655: result: yes
  2392. configure:16655: checking for vsscanf
  2393. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2394. conftest.c:100:6: warning: conflicting types for built-in function 'vsscanf' [-Wbuiltin-declaration-mismatch]
  2395. char vsscanf ();
  2396. ^~~~~~~
  2397. configure:16655: $? = 0
  2398. configure:16655: result: yes
  2399. configure:16655: checking for vsnprintf
  2400. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2401. conftest.c:101:6: warning: conflicting types for built-in function 'vsnprintf' [-Wbuiltin-declaration-mismatch]
  2402. char vsnprintf ();
  2403. ^~~~~~~~~
  2404. configure:16655: $? = 0
  2405. configure:16655: result: yes
  2406. configure:16655: checking for fopen64
  2407. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2408. configure:16655: $? = 0
  2409. configure:16655: result: yes
  2410. configure:16655: checking for fseeko
  2411. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2412. configure:16655: $? = 0
  2413. configure:16655: result: yes
  2414. configure:16655: checking for fseeko64
  2415. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2416. configure:16655: $? = 0
  2417. configure:16655: result: yes
  2418. configure:16655: checking for sigaction
  2419. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2420. configure:16655: $? = 0
  2421. configure:16655: result: yes
  2422. configure:16655: checking for setjmp
  2423. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2424. configure:16655: $? = 0
  2425. configure:16655: result: yes
  2426. configure:16655: checking for nanosleep
  2427. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2428. configure:16655: $? = 0
  2429. configure:16655: result: yes
  2430. configure:16655: checking for sysconf
  2431. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2432. configure:16655: $? = 0
  2433. configure:16655: result: yes
  2434. configure:16655: checking for sysctlbyname
  2435. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2436. /tmp/cc6HKdwJ.o: In function `main':
  2437. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:120: undefined reference to `sysctlbyname'
  2438. collect2: error: ld returned 1 exit status
  2439. configure:16655: $? = 1
  2440. configure: failed program was:
  2441. | /* confdefs.h */
  2442. | #define PACKAGE_NAME ""
  2443. | #define PACKAGE_TARNAME ""
  2444. | #define PACKAGE_VERSION ""
  2445. | #define PACKAGE_STRING ""
  2446. | #define PACKAGE_BUGREPORT ""
  2447. | #define PACKAGE_URL ""
  2448. | #define STDC_HEADERS 1
  2449. | #define HAVE_SYS_TYPES_H 1
  2450. | #define HAVE_SYS_STAT_H 1
  2451. | #define HAVE_STDLIB_H 1
  2452. | #define HAVE_STRING_H 1
  2453. | #define HAVE_MEMORY_H 1
  2454. | #define HAVE_STRINGS_H 1
  2455. | #define HAVE_INTTYPES_H 1
  2456. | #define HAVE_STDINT_H 1
  2457. | #define HAVE_UNISTD_H 1
  2458. | #define HAVE_DLFCN_H 1
  2459. | #define LT_OBJDIR ".libs/"
  2460. | #define HAVE_LIBC 1
  2461. | #define STDC_HEADERS 1
  2462. | #define HAVE_SYS_TYPES_H 1
  2463. | #define HAVE_STDIO_H 1
  2464. | #define HAVE_STDLIB_H 1
  2465. | #define HAVE_STDDEF_H 1
  2466. | #define HAVE_STDARG_H 1
  2467. | #define HAVE_MALLOC_H 1
  2468. | #define HAVE_MEMORY_H 1
  2469. | #define HAVE_STRING_H 1
  2470. | #define HAVE_STRINGS_H 1
  2471. | #define HAVE_WCHAR_H 1
  2472. | #define HAVE_INTTYPES_H 1
  2473. | #define HAVE_STDINT_H 1
  2474. | #define HAVE_LIMITS_H 1
  2475. | #define HAVE_CTYPE_H 1
  2476. | #define HAVE_MATH_H 1
  2477. | #define HAVE_FLOAT_H 1
  2478. | #define HAVE_ICONV_H 1
  2479. | #define HAVE_SIGNAL_H 1
  2480. | #define HAVE_M_PI /**/
  2481. | #define HAVE_ALLOCA_H 1
  2482. | #define HAVE_ALLOCA 1
  2483. | #define HAVE_MEMCMP 1
  2484. | #define HAVE_STRTOD 1
  2485. | #define HAVE_MPROTECT 1
  2486. | #define HAVE_MALLOC 1
  2487. | #define HAVE_CALLOC 1
  2488. | #define HAVE_REALLOC 1
  2489. | #define HAVE_FREE 1
  2490. | #define HAVE_GETENV 1
  2491. | #define HAVE_SETENV 1
  2492. | #define HAVE_PUTENV 1
  2493. | #define HAVE_UNSETENV 1
  2494. | #define HAVE_QSORT 1
  2495. | #define HAVE_ABS 1
  2496. | #define HAVE_BCOPY 1
  2497. | #define HAVE_MEMSET 1
  2498. | #define HAVE_MEMCPY 1
  2499. | #define HAVE_MEMMOVE 1
  2500. | #define HAVE_WCSLEN 1
  2501. | #define HAVE_WCSCMP 1
  2502. | #define HAVE_STRLEN 1
  2503. | #define HAVE_STRCHR 1
  2504. | #define HAVE_STRRCHR 1
  2505. | #define HAVE_STRSTR 1
  2506. | #define HAVE_STRTOL 1
  2507. | #define HAVE_STRTOUL 1
  2508. | #define HAVE_STRTOLL 1
  2509. | #define HAVE_STRTOULL 1
  2510. | #define HAVE_ATOI 1
  2511. | #define HAVE_ATOF 1
  2512. | #define HAVE_STRCMP 1
  2513. | #define HAVE_STRNCMP 1
  2514. | #define HAVE_STRCASECMP 1
  2515. | #define HAVE_STRNCASECMP 1
  2516. | #define HAVE_VSSCANF 1
  2517. | #define HAVE_VSNPRINTF 1
  2518. | #define HAVE_FOPEN64 1
  2519. | #define HAVE_FSEEKO 1
  2520. | #define HAVE_FSEEKO64 1
  2521. | #define HAVE_SIGACTION 1
  2522. | #define HAVE_SETJMP 1
  2523. | #define HAVE_NANOSLEEP 1
  2524. | #define HAVE_SYSCONF 1
  2525. | /* end confdefs.h. */
  2526. | /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname.
  2527. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2528. | #define sysctlbyname innocuous_sysctlbyname
  2529. |
  2530. | /* System header to define __stub macros and hopefully few prototypes,
  2531. | which can conflict with char sysctlbyname (); below.
  2532. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2533. | <limits.h> exists even on freestanding compilers. */
  2534. |
  2535. | #ifdef __STDC__
  2536. | # include <limits.h>
  2537. | #else
  2538. | # include <assert.h>
  2539. | #endif
  2540. |
  2541. | #undef sysctlbyname
  2542. |
  2543. | /* Override any GCC internal prototype to avoid an error.
  2544. | Use char because int might match the return type of a GCC
  2545. | builtin and then its argument prototype would still apply. */
  2546. | #ifdef __cplusplus
  2547. | extern "C"
  2548. | #endif
  2549. | char sysctlbyname ();
  2550. | /* The GNU C library defines this for functions which it implements
  2551. | to always fail with ENOSYS. Some functions are actually named
  2552. | something starting with __ and the normal name is an alias. */
  2553. | #if defined __stub_sysctlbyname || defined __stub___sysctlbyname
  2554. | choke me
  2555. | #endif
  2556. |
  2557. | int
  2558. | main ()
  2559. | {
  2560. | return sysctlbyname ();
  2561. | ;
  2562. | return 0;
  2563. | }
  2564. configure:16655: result: no
  2565. configure:16655: checking for getauxval
  2566. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2567. configure:16655: $? = 0
  2568. configure:16655: result: yes
  2569. configure:16655: checking for poll
  2570. configure:16655: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2571. configure:16655: $? = 0
  2572. configure:16655: result: yes
  2573. configure:16665: checking for pow in -lm
  2574. configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2575. conftest.c:95:6: warning: conflicting types for built-in function 'pow' [-Wbuiltin-declaration-mismatch]
  2576. char pow ();
  2577. ^~~
  2578. configure:16690: $? = 0
  2579. configure:16699: result: yes
  2580. configure:16708: checking for acos
  2581. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2582. conftest.c:111:6: warning: conflicting types for built-in function 'acos' [-Wbuiltin-declaration-mismatch]
  2583. char acos ();
  2584. ^~~~
  2585. configure:16708: $? = 0
  2586. configure:16708: result: yes
  2587. configure:16708: checking for acosf
  2588. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2589. conftest.c:112:6: warning: conflicting types for built-in function 'acosf' [-Wbuiltin-declaration-mismatch]
  2590. char acosf ();
  2591. ^~~~~
  2592. configure:16708: $? = 0
  2593. configure:16708: result: yes
  2594. configure:16708: checking for asin
  2595. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2596. conftest.c:113:6: warning: conflicting types for built-in function 'asin' [-Wbuiltin-declaration-mismatch]
  2597. char asin ();
  2598. ^~~~
  2599. configure:16708: $? = 0
  2600. configure:16708: result: yes
  2601. configure:16708: checking for asinf
  2602. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2603. conftest.c:114:6: warning: conflicting types for built-in function 'asinf' [-Wbuiltin-declaration-mismatch]
  2604. char asinf ();
  2605. ^~~~~
  2606. configure:16708: $? = 0
  2607. configure:16708: result: yes
  2608. configure:16708: checking for atan
  2609. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2610. conftest.c:115:6: warning: conflicting types for built-in function 'atan' [-Wbuiltin-declaration-mismatch]
  2611. char atan ();
  2612. ^~~~
  2613. configure:16708: $? = 0
  2614. configure:16708: result: yes
  2615. configure:16708: checking for atanf
  2616. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2617. conftest.c:116:6: warning: conflicting types for built-in function 'atanf' [-Wbuiltin-declaration-mismatch]
  2618. char atanf ();
  2619. ^~~~~
  2620. configure:16708: $? = 0
  2621. configure:16708: result: yes
  2622. configure:16708: checking for atan2
  2623. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2624. conftest.c:117:6: warning: conflicting types for built-in function 'atan2' [-Wbuiltin-declaration-mismatch]
  2625. char atan2 ();
  2626. ^~~~~
  2627. configure:16708: $? = 0
  2628. configure:16708: result: yes
  2629. configure:16708: checking for atan2f
  2630. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2631. conftest.c:118:6: warning: conflicting types for built-in function 'atan2f' [-Wbuiltin-declaration-mismatch]
  2632. char atan2f ();
  2633. ^~~~~~
  2634. configure:16708: $? = 0
  2635. configure:16708: result: yes
  2636. configure:16708: checking for ceil
  2637. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2638. conftest.c:119:6: warning: conflicting types for built-in function 'ceil' [-Wbuiltin-declaration-mismatch]
  2639. char ceil ();
  2640. ^~~~
  2641. configure:16708: $? = 0
  2642. configure:16708: result: yes
  2643. configure:16708: checking for ceilf
  2644. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2645. conftest.c:120:6: warning: conflicting types for built-in function 'ceilf' [-Wbuiltin-declaration-mismatch]
  2646. char ceilf ();
  2647. ^~~~~
  2648. configure:16708: $? = 0
  2649. configure:16708: result: yes
  2650. configure:16708: checking for copysign
  2651. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2652. conftest.c:121:6: warning: conflicting types for built-in function 'copysign' [-Wbuiltin-declaration-mismatch]
  2653. char copysign ();
  2654. ^~~~~~~~
  2655. configure:16708: $? = 0
  2656. configure:16708: result: yes
  2657. configure:16708: checking for copysignf
  2658. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2659. conftest.c:122:6: warning: conflicting types for built-in function 'copysignf' [-Wbuiltin-declaration-mismatch]
  2660. char copysignf ();
  2661. ^~~~~~~~~
  2662. configure:16708: $? = 0
  2663. configure:16708: result: yes
  2664. configure:16708: checking for cos
  2665. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2666. conftest.c:123:6: warning: conflicting types for built-in function 'cos' [-Wbuiltin-declaration-mismatch]
  2667. char cos ();
  2668. ^~~
  2669. configure:16708: $? = 0
  2670. configure:16708: result: yes
  2671. configure:16708: checking for cosf
  2672. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2673. conftest.c:124:6: warning: conflicting types for built-in function 'cosf' [-Wbuiltin-declaration-mismatch]
  2674. char cosf ();
  2675. ^~~~
  2676. configure:16708: $? = 0
  2677. configure:16708: result: yes
  2678. configure:16708: checking for fabs
  2679. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2680. conftest.c:125:6: warning: conflicting types for built-in function 'fabs' [-Wbuiltin-declaration-mismatch]
  2681. char fabs ();
  2682. ^~~~
  2683. configure:16708: $? = 0
  2684. configure:16708: result: yes
  2685. configure:16708: checking for fabsf
  2686. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2687. conftest.c:126:6: warning: conflicting types for built-in function 'fabsf' [-Wbuiltin-declaration-mismatch]
  2688. char fabsf ();
  2689. ^~~~~
  2690. configure:16708: $? = 0
  2691. configure:16708: result: yes
  2692. configure:16708: checking for floor
  2693. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2694. conftest.c:127:6: warning: conflicting types for built-in function 'floor' [-Wbuiltin-declaration-mismatch]
  2695. char floor ();
  2696. ^~~~~
  2697. configure:16708: $? = 0
  2698. configure:16708: result: yes
  2699. configure:16708: checking for floorf
  2700. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2701. conftest.c:128:6: warning: conflicting types for built-in function 'floorf' [-Wbuiltin-declaration-mismatch]
  2702. char floorf ();
  2703. ^~~~~~
  2704. configure:16708: $? = 0
  2705. configure:16708: result: yes
  2706. configure:16708: checking for fmod
  2707. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2708. conftest.c:129:6: warning: conflicting types for built-in function 'fmod' [-Wbuiltin-declaration-mismatch]
  2709. char fmod ();
  2710. ^~~~
  2711. configure:16708: $? = 0
  2712. configure:16708: result: yes
  2713. configure:16708: checking for fmodf
  2714. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2715. conftest.c:130:6: warning: conflicting types for built-in function 'fmodf' [-Wbuiltin-declaration-mismatch]
  2716. char fmodf ();
  2717. ^~~~~
  2718. configure:16708: $? = 0
  2719. configure:16708: result: yes
  2720. configure:16708: checking for log
  2721. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2722. conftest.c:131:6: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch]
  2723. char log ();
  2724. ^~~
  2725. configure:16708: $? = 0
  2726. configure:16708: result: yes
  2727. configure:16708: checking for logf
  2728. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2729. conftest.c:132:6: warning: conflicting types for built-in function 'logf' [-Wbuiltin-declaration-mismatch]
  2730. char logf ();
  2731. ^~~~
  2732. configure:16708: $? = 0
  2733. configure:16708: result: yes
  2734. configure:16708: checking for log10
  2735. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2736. conftest.c:133:6: warning: conflicting types for built-in function 'log10' [-Wbuiltin-declaration-mismatch]
  2737. char log10 ();
  2738. ^~~~~
  2739. configure:16708: $? = 0
  2740. configure:16708: result: yes
  2741. configure:16708: checking for log10f
  2742. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2743. conftest.c:134:6: warning: conflicting types for built-in function 'log10f' [-Wbuiltin-declaration-mismatch]
  2744. char log10f ();
  2745. ^~~~~~
  2746. configure:16708: $? = 0
  2747. configure:16708: result: yes
  2748. configure:16708: checking for pow
  2749. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2750. conftest.c:135:6: warning: conflicting types for built-in function 'pow' [-Wbuiltin-declaration-mismatch]
  2751. char pow ();
  2752. ^~~
  2753. configure:16708: $? = 0
  2754. configure:16708: result: yes
  2755. configure:16708: checking for powf
  2756. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2757. conftest.c:136:6: warning: conflicting types for built-in function 'powf' [-Wbuiltin-declaration-mismatch]
  2758. char powf ();
  2759. ^~~~
  2760. configure:16708: $? = 0
  2761. configure:16708: result: yes
  2762. configure:16708: checking for scalbn
  2763. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2764. conftest.c:137:6: warning: conflicting types for built-in function 'scalbn' [-Wbuiltin-declaration-mismatch]
  2765. char scalbn ();
  2766. ^~~~~~
  2767. configure:16708: $? = 0
  2768. configure:16708: result: yes
  2769. configure:16708: checking for scalbnf
  2770. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2771. conftest.c:138:6: warning: conflicting types for built-in function 'scalbnf' [-Wbuiltin-declaration-mismatch]
  2772. char scalbnf ();
  2773. ^~~~~~~
  2774. configure:16708: $? = 0
  2775. configure:16708: result: yes
  2776. configure:16708: checking for sin
  2777. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2778. conftest.c:139:6: warning: conflicting types for built-in function 'sin' [-Wbuiltin-declaration-mismatch]
  2779. char sin ();
  2780. ^~~
  2781. configure:16708: $? = 0
  2782. configure:16708: result: yes
  2783. configure:16708: checking for sinf
  2784. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2785. conftest.c:140:6: warning: conflicting types for built-in function 'sinf' [-Wbuiltin-declaration-mismatch]
  2786. char sinf ();
  2787. ^~~~
  2788. configure:16708: $? = 0
  2789. configure:16708: result: yes
  2790. configure:16708: checking for sqrt
  2791. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2792. conftest.c:141:6: warning: conflicting types for built-in function 'sqrt' [-Wbuiltin-declaration-mismatch]
  2793. char sqrt ();
  2794. ^~~~
  2795. configure:16708: $? = 0
  2796. configure:16708: result: yes
  2797. configure:16708: checking for sqrtf
  2798. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2799. conftest.c:142:6: warning: conflicting types for built-in function 'sqrtf' [-Wbuiltin-declaration-mismatch]
  2800. char sqrtf ();
  2801. ^~~~~
  2802. configure:16708: $? = 0
  2803. configure:16708: result: yes
  2804. configure:16708: checking for tan
  2805. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2806. conftest.c:143:6: warning: conflicting types for built-in function 'tan' [-Wbuiltin-declaration-mismatch]
  2807. char tan ();
  2808. ^~~
  2809. configure:16708: $? = 0
  2810. configure:16708: result: yes
  2811. configure:16708: checking for tanf
  2812. configure:16708: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2813. conftest.c:144:6: warning: conflicting types for built-in function 'tanf' [-Wbuiltin-declaration-mismatch]
  2814. char tanf ();
  2815. ^~~~
  2816. configure:16708: $? = 0
  2817. configure:16708: result: yes
  2818. configure:16718: checking for iconv_open in -liconv
  2819. configure:16743: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -liconv -lm >&5
  2820. /usr/bin/arm-linux-gnueabihf-ld: cannot find -liconv
  2821. collect2: error: ld returned 1 exit status
  2822. configure:16743: $? = 1
  2823. configure: failed program was:
  2824. | /* confdefs.h */
  2825. | #define PACKAGE_NAME ""
  2826. | #define PACKAGE_TARNAME ""
  2827. | #define PACKAGE_VERSION ""
  2828. | #define PACKAGE_STRING ""
  2829. | #define PACKAGE_BUGREPORT ""
  2830. | #define PACKAGE_URL ""
  2831. | #define STDC_HEADERS 1
  2832. | #define HAVE_SYS_TYPES_H 1
  2833. | #define HAVE_SYS_STAT_H 1
  2834. | #define HAVE_STDLIB_H 1
  2835. | #define HAVE_STRING_H 1
  2836. | #define HAVE_MEMORY_H 1
  2837. | #define HAVE_STRINGS_H 1
  2838. | #define HAVE_INTTYPES_H 1
  2839. | #define HAVE_STDINT_H 1
  2840. | #define HAVE_UNISTD_H 1
  2841. | #define HAVE_DLFCN_H 1
  2842. | #define LT_OBJDIR ".libs/"
  2843. | #define HAVE_LIBC 1
  2844. | #define STDC_HEADERS 1
  2845. | #define HAVE_SYS_TYPES_H 1
  2846. | #define HAVE_STDIO_H 1
  2847. | #define HAVE_STDLIB_H 1
  2848. | #define HAVE_STDDEF_H 1
  2849. | #define HAVE_STDARG_H 1
  2850. | #define HAVE_MALLOC_H 1
  2851. | #define HAVE_MEMORY_H 1
  2852. | #define HAVE_STRING_H 1
  2853. | #define HAVE_STRINGS_H 1
  2854. | #define HAVE_WCHAR_H 1
  2855. | #define HAVE_INTTYPES_H 1
  2856. | #define HAVE_STDINT_H 1
  2857. | #define HAVE_LIMITS_H 1
  2858. | #define HAVE_CTYPE_H 1
  2859. | #define HAVE_MATH_H 1
  2860. | #define HAVE_FLOAT_H 1
  2861. | #define HAVE_ICONV_H 1
  2862. | #define HAVE_SIGNAL_H 1
  2863. | #define HAVE_M_PI /**/
  2864. | #define HAVE_ALLOCA_H 1
  2865. | #define HAVE_ALLOCA 1
  2866. | #define HAVE_MEMCMP 1
  2867. | #define HAVE_STRTOD 1
  2868. | #define HAVE_MPROTECT 1
  2869. | #define HAVE_MALLOC 1
  2870. | #define HAVE_CALLOC 1
  2871. | #define HAVE_REALLOC 1
  2872. | #define HAVE_FREE 1
  2873. | #define HAVE_GETENV 1
  2874. | #define HAVE_SETENV 1
  2875. | #define HAVE_PUTENV 1
  2876. | #define HAVE_UNSETENV 1
  2877. | #define HAVE_QSORT 1
  2878. | #define HAVE_ABS 1
  2879. | #define HAVE_BCOPY 1
  2880. | #define HAVE_MEMSET 1
  2881. | #define HAVE_MEMCPY 1
  2882. | #define HAVE_MEMMOVE 1
  2883. | #define HAVE_WCSLEN 1
  2884. | #define HAVE_WCSCMP 1
  2885. | #define HAVE_STRLEN 1
  2886. | #define HAVE_STRCHR 1
  2887. | #define HAVE_STRRCHR 1
  2888. | #define HAVE_STRSTR 1
  2889. | #define HAVE_STRTOL 1
  2890. | #define HAVE_STRTOUL 1
  2891. | #define HAVE_STRTOLL 1
  2892. | #define HAVE_STRTOULL 1
  2893. | #define HAVE_ATOI 1
  2894. | #define HAVE_ATOF 1
  2895. | #define HAVE_STRCMP 1
  2896. | #define HAVE_STRNCMP 1
  2897. | #define HAVE_STRCASECMP 1
  2898. | #define HAVE_STRNCASECMP 1
  2899. | #define HAVE_VSSCANF 1
  2900. | #define HAVE_VSNPRINTF 1
  2901. | #define HAVE_FOPEN64 1
  2902. | #define HAVE_FSEEKO 1
  2903. | #define HAVE_FSEEKO64 1
  2904. | #define HAVE_SIGACTION 1
  2905. | #define HAVE_SETJMP 1
  2906. | #define HAVE_NANOSLEEP 1
  2907. | #define HAVE_SYSCONF 1
  2908. | #define HAVE_GETAUXVAL 1
  2909. | #define HAVE_POLL 1
  2910. | #define HAVE_ACOS 1
  2911. | #define HAVE_ACOSF 1
  2912. | #define HAVE_ASIN 1
  2913. | #define HAVE_ASINF 1
  2914. | #define HAVE_ATAN 1
  2915. | #define HAVE_ATANF 1
  2916. | #define HAVE_ATAN2 1
  2917. | #define HAVE_ATAN2F 1
  2918. | #define HAVE_CEIL 1
  2919. | #define HAVE_CEILF 1
  2920. | #define HAVE_COPYSIGN 1
  2921. | #define HAVE_COPYSIGNF 1
  2922. | #define HAVE_COS 1
  2923. | #define HAVE_COSF 1
  2924. | #define HAVE_FABS 1
  2925. | #define HAVE_FABSF 1
  2926. | #define HAVE_FLOOR 1
  2927. | #define HAVE_FLOORF 1
  2928. | #define HAVE_FMOD 1
  2929. | #define HAVE_FMODF 1
  2930. | #define HAVE_LOG 1
  2931. | #define HAVE_LOGF 1
  2932. | #define HAVE_LOG10 1
  2933. | #define HAVE_LOG10F 1
  2934. | #define HAVE_POW 1
  2935. | #define HAVE_POWF 1
  2936. | #define HAVE_SCALBN 1
  2937. | #define HAVE_SCALBNF 1
  2938. | #define HAVE_SIN 1
  2939. | #define HAVE_SINF 1
  2940. | #define HAVE_SQRT 1
  2941. | #define HAVE_SQRTF 1
  2942. | #define HAVE_TAN 1
  2943. | #define HAVE_TANF 1
  2944. | /* end confdefs.h. */
  2945. |
  2946. | /* Override any GCC internal prototype to avoid an error.
  2947. | Use char because int might match the return type of a GCC
  2948. | builtin and then its argument prototype would still apply. */
  2949. | #ifdef __cplusplus
  2950. | extern "C"
  2951. | #endif
  2952. | char iconv_open ();
  2953. | int
  2954. | main ()
  2955. | {
  2956. | return iconv_open ();
  2957. | ;
  2958. | return 0;
  2959. | }
  2960. configure:16752: result: no
  2961. configure:16760: checking for iconv
  2962. configure:16760: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  2963. configure:16760: $? = 0
  2964. configure:16760: result: yes
  2965. configure:16770: checking for struct sigaction.sa_sigaction
  2966. configure:16770: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2967. configure:16770: $? = 0
  2968. configure:16770: result: yes
  2969. configure:16781: checking libunwind.h usability
  2970. configure:16781: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  2971. conftest.c:157:10: fatal error: libunwind.h: No such file or directory
  2972. #include <libunwind.h>
  2973. ^~~~~~~~~~~~~
  2974. compilation terminated.
  2975. configure:16781: $? = 1
  2976. configure: failed program was:
  2977. | /* confdefs.h */
  2978. | #define PACKAGE_NAME ""
  2979. | #define PACKAGE_TARNAME ""
  2980. | #define PACKAGE_VERSION ""
  2981. | #define PACKAGE_STRING ""
  2982. | #define PACKAGE_BUGREPORT ""
  2983. | #define PACKAGE_URL ""
  2984. | #define STDC_HEADERS 1
  2985. | #define HAVE_SYS_TYPES_H 1
  2986. | #define HAVE_SYS_STAT_H 1
  2987. | #define HAVE_STDLIB_H 1
  2988. | #define HAVE_STRING_H 1
  2989. | #define HAVE_MEMORY_H 1
  2990. | #define HAVE_STRINGS_H 1
  2991. | #define HAVE_INTTYPES_H 1
  2992. | #define HAVE_STDINT_H 1
  2993. | #define HAVE_UNISTD_H 1
  2994. | #define HAVE_DLFCN_H 1
  2995. | #define LT_OBJDIR ".libs/"
  2996. | #define HAVE_LIBC 1
  2997. | #define STDC_HEADERS 1
  2998. | #define HAVE_SYS_TYPES_H 1
  2999. | #define HAVE_STDIO_H 1
  3000. | #define HAVE_STDLIB_H 1
  3001. | #define HAVE_STDDEF_H 1
  3002. | #define HAVE_STDARG_H 1
  3003. | #define HAVE_MALLOC_H 1
  3004. | #define HAVE_MEMORY_H 1
  3005. | #define HAVE_STRING_H 1
  3006. | #define HAVE_STRINGS_H 1
  3007. | #define HAVE_WCHAR_H 1
  3008. | #define HAVE_INTTYPES_H 1
  3009. | #define HAVE_STDINT_H 1
  3010. | #define HAVE_LIMITS_H 1
  3011. | #define HAVE_CTYPE_H 1
  3012. | #define HAVE_MATH_H 1
  3013. | #define HAVE_FLOAT_H 1
  3014. | #define HAVE_ICONV_H 1
  3015. | #define HAVE_SIGNAL_H 1
  3016. | #define HAVE_M_PI /**/
  3017. | #define HAVE_ALLOCA_H 1
  3018. | #define HAVE_ALLOCA 1
  3019. | #define HAVE_MEMCMP 1
  3020. | #define HAVE_STRTOD 1
  3021. | #define HAVE_MPROTECT 1
  3022. | #define HAVE_MALLOC 1
  3023. | #define HAVE_CALLOC 1
  3024. | #define HAVE_REALLOC 1
  3025. | #define HAVE_FREE 1
  3026. | #define HAVE_GETENV 1
  3027. | #define HAVE_SETENV 1
  3028. | #define HAVE_PUTENV 1
  3029. | #define HAVE_UNSETENV 1
  3030. | #define HAVE_QSORT 1
  3031. | #define HAVE_ABS 1
  3032. | #define HAVE_BCOPY 1
  3033. | #define HAVE_MEMSET 1
  3034. | #define HAVE_MEMCPY 1
  3035. | #define HAVE_MEMMOVE 1
  3036. | #define HAVE_WCSLEN 1
  3037. | #define HAVE_WCSCMP 1
  3038. | #define HAVE_STRLEN 1
  3039. | #define HAVE_STRCHR 1
  3040. | #define HAVE_STRRCHR 1
  3041. | #define HAVE_STRSTR 1
  3042. | #define HAVE_STRTOL 1
  3043. | #define HAVE_STRTOUL 1
  3044. | #define HAVE_STRTOLL 1
  3045. | #define HAVE_STRTOULL 1
  3046. | #define HAVE_ATOI 1
  3047. | #define HAVE_ATOF 1
  3048. | #define HAVE_STRCMP 1
  3049. | #define HAVE_STRNCMP 1
  3050. | #define HAVE_STRCASECMP 1
  3051. | #define HAVE_STRNCASECMP 1
  3052. | #define HAVE_VSSCANF 1
  3053. | #define HAVE_VSNPRINTF 1
  3054. | #define HAVE_FOPEN64 1
  3055. | #define HAVE_FSEEKO 1
  3056. | #define HAVE_FSEEKO64 1
  3057. | #define HAVE_SIGACTION 1
  3058. | #define HAVE_SETJMP 1
  3059. | #define HAVE_NANOSLEEP 1
  3060. | #define HAVE_SYSCONF 1
  3061. | #define HAVE_GETAUXVAL 1
  3062. | #define HAVE_POLL 1
  3063. | #define HAVE_ACOS 1
  3064. | #define HAVE_ACOSF 1
  3065. | #define HAVE_ASIN 1
  3066. | #define HAVE_ASINF 1
  3067. | #define HAVE_ATAN 1
  3068. | #define HAVE_ATANF 1
  3069. | #define HAVE_ATAN2 1
  3070. | #define HAVE_ATAN2F 1
  3071. | #define HAVE_CEIL 1
  3072. | #define HAVE_CEILF 1
  3073. | #define HAVE_COPYSIGN 1
  3074. | #define HAVE_COPYSIGNF 1
  3075. | #define HAVE_COS 1
  3076. | #define HAVE_COSF 1
  3077. | #define HAVE_FABS 1
  3078. | #define HAVE_FABSF 1
  3079. | #define HAVE_FLOOR 1
  3080. | #define HAVE_FLOORF 1
  3081. | #define HAVE_FMOD 1
  3082. | #define HAVE_FMODF 1
  3083. | #define HAVE_LOG 1
  3084. | #define HAVE_LOGF 1
  3085. | #define HAVE_LOG10 1
  3086. | #define HAVE_LOG10F 1
  3087. | #define HAVE_POW 1
  3088. | #define HAVE_POWF 1
  3089. | #define HAVE_SCALBN 1
  3090. | #define HAVE_SCALBNF 1
  3091. | #define HAVE_SIN 1
  3092. | #define HAVE_SINF 1
  3093. | #define HAVE_SQRT 1
  3094. | #define HAVE_SQRTF 1
  3095. | #define HAVE_TAN 1
  3096. | #define HAVE_TANF 1
  3097. | #define HAVE_ICONV 1
  3098. | #define HAVE_SA_SIGACTION 1
  3099. | /* end confdefs.h. */
  3100. | #include <stdio.h>
  3101. | #ifdef HAVE_SYS_TYPES_H
  3102. | # include <sys/types.h>
  3103. | #endif
  3104. | #ifdef HAVE_SYS_STAT_H
  3105. | # include <sys/stat.h>
  3106. | #endif
  3107. | #ifdef STDC_HEADERS
  3108. | # include <stdlib.h>
  3109. | # include <stddef.h>
  3110. | #else
  3111. | # ifdef HAVE_STDLIB_H
  3112. | # include <stdlib.h>
  3113. | # endif
  3114. | #endif
  3115. | #ifdef HAVE_STRING_H
  3116. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3117. | # include <memory.h>
  3118. | # endif
  3119. | # include <string.h>
  3120. | #endif
  3121. | #ifdef HAVE_STRINGS_H
  3122. | # include <strings.h>
  3123. | #endif
  3124. | #ifdef HAVE_INTTYPES_H
  3125. | # include <inttypes.h>
  3126. | #endif
  3127. | #ifdef HAVE_STDINT_H
  3128. | # include <stdint.h>
  3129. | #endif
  3130. | #ifdef HAVE_UNISTD_H
  3131. | # include <unistd.h>
  3132. | #endif
  3133. | #include <libunwind.h>
  3134. configure:16781: result: no
  3135. configure:16781: checking libunwind.h presence
  3136. configure:16781: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  3137. conftest.c:124:10: fatal error: libunwind.h: No such file or directory
  3138. #include <libunwind.h>
  3139. ^~~~~~~~~~~~~
  3140. compilation terminated.
  3141. configure:16781: $? = 1
  3142. configure: failed program was:
  3143. | /* confdefs.h */
  3144. | #define PACKAGE_NAME ""
  3145. | #define PACKAGE_TARNAME ""
  3146. | #define PACKAGE_VERSION ""
  3147. | #define PACKAGE_STRING ""
  3148. | #define PACKAGE_BUGREPORT ""
  3149. | #define PACKAGE_URL ""
  3150. | #define STDC_HEADERS 1
  3151. | #define HAVE_SYS_TYPES_H 1
  3152. | #define HAVE_SYS_STAT_H 1
  3153. | #define HAVE_STDLIB_H 1
  3154. | #define HAVE_STRING_H 1
  3155. | #define HAVE_MEMORY_H 1
  3156. | #define HAVE_STRINGS_H 1
  3157. | #define HAVE_INTTYPES_H 1
  3158. | #define HAVE_STDINT_H 1
  3159. | #define HAVE_UNISTD_H 1
  3160. | #define HAVE_DLFCN_H 1
  3161. | #define LT_OBJDIR ".libs/"
  3162. | #define HAVE_LIBC 1
  3163. | #define STDC_HEADERS 1
  3164. | #define HAVE_SYS_TYPES_H 1
  3165. | #define HAVE_STDIO_H 1
  3166. | #define HAVE_STDLIB_H 1
  3167. | #define HAVE_STDDEF_H 1
  3168. | #define HAVE_STDARG_H 1
  3169. | #define HAVE_MALLOC_H 1
  3170. | #define HAVE_MEMORY_H 1
  3171. | #define HAVE_STRING_H 1
  3172. | #define HAVE_STRINGS_H 1
  3173. | #define HAVE_WCHAR_H 1
  3174. | #define HAVE_INTTYPES_H 1
  3175. | #define HAVE_STDINT_H 1
  3176. | #define HAVE_LIMITS_H 1
  3177. | #define HAVE_CTYPE_H 1
  3178. | #define HAVE_MATH_H 1
  3179. | #define HAVE_FLOAT_H 1
  3180. | #define HAVE_ICONV_H 1
  3181. | #define HAVE_SIGNAL_H 1
  3182. | #define HAVE_M_PI /**/
  3183. | #define HAVE_ALLOCA_H 1
  3184. | #define HAVE_ALLOCA 1
  3185. | #define HAVE_MEMCMP 1
  3186. | #define HAVE_STRTOD 1
  3187. | #define HAVE_MPROTECT 1
  3188. | #define HAVE_MALLOC 1
  3189. | #define HAVE_CALLOC 1
  3190. | #define HAVE_REALLOC 1
  3191. | #define HAVE_FREE 1
  3192. | #define HAVE_GETENV 1
  3193. | #define HAVE_SETENV 1
  3194. | #define HAVE_PUTENV 1
  3195. | #define HAVE_UNSETENV 1
  3196. | #define HAVE_QSORT 1
  3197. | #define HAVE_ABS 1
  3198. | #define HAVE_BCOPY 1
  3199. | #define HAVE_MEMSET 1
  3200. | #define HAVE_MEMCPY 1
  3201. | #define HAVE_MEMMOVE 1
  3202. | #define HAVE_WCSLEN 1
  3203. | #define HAVE_WCSCMP 1
  3204. | #define HAVE_STRLEN 1
  3205. | #define HAVE_STRCHR 1
  3206. | #define HAVE_STRRCHR 1
  3207. | #define HAVE_STRSTR 1
  3208. | #define HAVE_STRTOL 1
  3209. | #define HAVE_STRTOUL 1
  3210. | #define HAVE_STRTOLL 1
  3211. | #define HAVE_STRTOULL 1
  3212. | #define HAVE_ATOI 1
  3213. | #define HAVE_ATOF 1
  3214. | #define HAVE_STRCMP 1
  3215. | #define HAVE_STRNCMP 1
  3216. | #define HAVE_STRCASECMP 1
  3217. | #define HAVE_STRNCASECMP 1
  3218. | #define HAVE_VSSCANF 1
  3219. | #define HAVE_VSNPRINTF 1
  3220. | #define HAVE_FOPEN64 1
  3221. | #define HAVE_FSEEKO 1
  3222. | #define HAVE_FSEEKO64 1
  3223. | #define HAVE_SIGACTION 1
  3224. | #define HAVE_SETJMP 1
  3225. | #define HAVE_NANOSLEEP 1
  3226. | #define HAVE_SYSCONF 1
  3227. | #define HAVE_GETAUXVAL 1
  3228. | #define HAVE_POLL 1
  3229. | #define HAVE_ACOS 1
  3230. | #define HAVE_ACOSF 1
  3231. | #define HAVE_ASIN 1
  3232. | #define HAVE_ASINF 1
  3233. | #define HAVE_ATAN 1
  3234. | #define HAVE_ATANF 1
  3235. | #define HAVE_ATAN2 1
  3236. | #define HAVE_ATAN2F 1
  3237. | #define HAVE_CEIL 1
  3238. | #define HAVE_CEILF 1
  3239. | #define HAVE_COPYSIGN 1
  3240. | #define HAVE_COPYSIGNF 1
  3241. | #define HAVE_COS 1
  3242. | #define HAVE_COSF 1
  3243. | #define HAVE_FABS 1
  3244. | #define HAVE_FABSF 1
  3245. | #define HAVE_FLOOR 1
  3246. | #define HAVE_FLOORF 1
  3247. | #define HAVE_FMOD 1
  3248. | #define HAVE_FMODF 1
  3249. | #define HAVE_LOG 1
  3250. | #define HAVE_LOGF 1
  3251. | #define HAVE_LOG10 1
  3252. | #define HAVE_LOG10F 1
  3253. | #define HAVE_POW 1
  3254. | #define HAVE_POWF 1
  3255. | #define HAVE_SCALBN 1
  3256. | #define HAVE_SCALBNF 1
  3257. | #define HAVE_SIN 1
  3258. | #define HAVE_SINF 1
  3259. | #define HAVE_SQRT 1
  3260. | #define HAVE_SQRTF 1
  3261. | #define HAVE_TAN 1
  3262. | #define HAVE_TANF 1
  3263. | #define HAVE_ICONV 1
  3264. | #define HAVE_SA_SIGACTION 1
  3265. | /* end confdefs.h. */
  3266. | #include <libunwind.h>
  3267. configure:16781: result: no
  3268. configure:16781: checking for libunwind.h
  3269. configure:16781: result: no
  3270. configure:16803: checking for GCC builtin atomic operations
  3271. configure:16825: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  3272. configure:16825: $? = 0
  3273. configure:16832: result: yes
  3274. configure:17142: checking for GCC -mmmx option
  3275. configure:17173: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -mmmx -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  3276. gcc: error: unrecognized command line option '-mmmx'
  3277. configure:17173: $? = 1
  3278. configure: failed program was:
  3279. | /* confdefs.h */
  3280. | #define PACKAGE_NAME ""
  3281. | #define PACKAGE_TARNAME ""
  3282. | #define PACKAGE_VERSION ""
  3283. | #define PACKAGE_STRING ""
  3284. | #define PACKAGE_BUGREPORT ""
  3285. | #define PACKAGE_URL ""
  3286. | #define STDC_HEADERS 1
  3287. | #define HAVE_SYS_TYPES_H 1
  3288. | #define HAVE_SYS_STAT_H 1
  3289. | #define HAVE_STDLIB_H 1
  3290. | #define HAVE_STRING_H 1
  3291. | #define HAVE_MEMORY_H 1
  3292. | #define HAVE_STRINGS_H 1
  3293. | #define HAVE_INTTYPES_H 1
  3294. | #define HAVE_STDINT_H 1
  3295. | #define HAVE_UNISTD_H 1
  3296. | #define HAVE_DLFCN_H 1
  3297. | #define LT_OBJDIR ".libs/"
  3298. | #define HAVE_LIBC 1
  3299. | #define STDC_HEADERS 1
  3300. | #define HAVE_SYS_TYPES_H 1
  3301. | #define HAVE_STDIO_H 1
  3302. | #define HAVE_STDLIB_H 1
  3303. | #define HAVE_STDDEF_H 1
  3304. | #define HAVE_STDARG_H 1
  3305. | #define HAVE_MALLOC_H 1
  3306. | #define HAVE_MEMORY_H 1
  3307. | #define HAVE_STRING_H 1
  3308. | #define HAVE_STRINGS_H 1
  3309. | #define HAVE_WCHAR_H 1
  3310. | #define HAVE_INTTYPES_H 1
  3311. | #define HAVE_STDINT_H 1
  3312. | #define HAVE_LIMITS_H 1
  3313. | #define HAVE_CTYPE_H 1
  3314. | #define HAVE_MATH_H 1
  3315. | #define HAVE_FLOAT_H 1
  3316. | #define HAVE_ICONV_H 1
  3317. | #define HAVE_SIGNAL_H 1
  3318. | #define HAVE_M_PI /**/
  3319. | #define HAVE_ALLOCA_H 1
  3320. | #define HAVE_ALLOCA 1
  3321. | #define HAVE_MEMCMP 1
  3322. | #define HAVE_STRTOD 1
  3323. | #define HAVE_MPROTECT 1
  3324. | #define HAVE_MALLOC 1
  3325. | #define HAVE_CALLOC 1
  3326. | #define HAVE_REALLOC 1
  3327. | #define HAVE_FREE 1
  3328. | #define HAVE_GETENV 1
  3329. | #define HAVE_SETENV 1
  3330. | #define HAVE_PUTENV 1
  3331. | #define HAVE_UNSETENV 1
  3332. | #define HAVE_QSORT 1
  3333. | #define HAVE_ABS 1
  3334. | #define HAVE_BCOPY 1
  3335. | #define HAVE_MEMSET 1
  3336. | #define HAVE_MEMCPY 1
  3337. | #define HAVE_MEMMOVE 1
  3338. | #define HAVE_WCSLEN 1
  3339. | #define HAVE_WCSCMP 1
  3340. | #define HAVE_STRLEN 1
  3341. | #define HAVE_STRCHR 1
  3342. | #define HAVE_STRRCHR 1
  3343. | #define HAVE_STRSTR 1
  3344. | #define HAVE_STRTOL 1
  3345. | #define HAVE_STRTOUL 1
  3346. | #define HAVE_STRTOLL 1
  3347. | #define HAVE_STRTOULL 1
  3348. | #define HAVE_ATOI 1
  3349. | #define HAVE_ATOF 1
  3350. | #define HAVE_STRCMP 1
  3351. | #define HAVE_STRNCMP 1
  3352. | #define HAVE_STRCASECMP 1
  3353. | #define HAVE_STRNCASECMP 1
  3354. | #define HAVE_VSSCANF 1
  3355. | #define HAVE_VSNPRINTF 1
  3356. | #define HAVE_FOPEN64 1
  3357. | #define HAVE_FSEEKO 1
  3358. | #define HAVE_FSEEKO64 1
  3359. | #define HAVE_SIGACTION 1
  3360. | #define HAVE_SETJMP 1
  3361. | #define HAVE_NANOSLEEP 1
  3362. | #define HAVE_SYSCONF 1
  3363. | #define HAVE_GETAUXVAL 1
  3364. | #define HAVE_POLL 1
  3365. | #define HAVE_ACOS 1
  3366. | #define HAVE_ACOSF 1
  3367. | #define HAVE_ASIN 1
  3368. | #define HAVE_ASINF 1
  3369. | #define HAVE_ATAN 1
  3370. | #define HAVE_ATANF 1
  3371. | #define HAVE_ATAN2 1
  3372. | #define HAVE_ATAN2F 1
  3373. | #define HAVE_CEIL 1
  3374. | #define HAVE_CEILF 1
  3375. | #define HAVE_COPYSIGN 1
  3376. | #define HAVE_COPYSIGNF 1
  3377. | #define HAVE_COS 1
  3378. | #define HAVE_COSF 1
  3379. | #define HAVE_FABS 1
  3380. | #define HAVE_FABSF 1
  3381. | #define HAVE_FLOOR 1
  3382. | #define HAVE_FLOORF 1
  3383. | #define HAVE_FMOD 1
  3384. | #define HAVE_FMODF 1
  3385. | #define HAVE_LOG 1
  3386. | #define HAVE_LOGF 1
  3387. | #define HAVE_LOG10 1
  3388. | #define HAVE_LOG10F 1
  3389. | #define HAVE_POW 1
  3390. | #define HAVE_POWF 1
  3391. | #define HAVE_SCALBN 1
  3392. | #define HAVE_SCALBNF 1
  3393. | #define HAVE_SIN 1
  3394. | #define HAVE_SINF 1
  3395. | #define HAVE_SQRT 1
  3396. | #define HAVE_SQRTF 1
  3397. | #define HAVE_TAN 1
  3398. | #define HAVE_TANF 1
  3399. | #define HAVE_ICONV 1
  3400. | #define HAVE_SA_SIGACTION 1
  3401. | #define HAVE_GCC_ATOMICS 1
  3402. | #define SDL_ASSEMBLY_ROUTINES 1
  3403. | /* end confdefs.h. */
  3404. |
  3405. | #ifdef __MINGW32__
  3406. | #include <_mingw.h>
  3407. | #ifdef __MINGW64_VERSION_MAJOR
  3408. | #include <intrin.h>
  3409. | #else
  3410. | #include <mmintrin.h>
  3411. | #endif
  3412. | #else
  3413. | #include <mmintrin.h>
  3414. | #endif
  3415. | #ifndef __MMX__
  3416. | #error Assembler CPP flag not enabled
  3417. | #endif
  3418. |
  3419. | int
  3420. | main ()
  3421. | {
  3422. |
  3423. |
  3424. | ;
  3425. | return 0;
  3426. | }
  3427. configure:17179: result: no
  3428. configure:17199: checking for GCC -m3dnow option
  3429. configure:17223: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -m3dnow -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  3430. gcc: error: unrecognized command line option '-m3dnow'
  3431. configure:17223: $? = 1
  3432. configure: failed program was:
  3433. | /* confdefs.h */
  3434. | #define PACKAGE_NAME ""
  3435. | #define PACKAGE_TARNAME ""
  3436. | #define PACKAGE_VERSION ""
  3437. | #define PACKAGE_STRING ""
  3438. | #define PACKAGE_BUGREPORT ""
  3439. | #define PACKAGE_URL ""
  3440. | #define STDC_HEADERS 1
  3441. | #define HAVE_SYS_TYPES_H 1
  3442. | #define HAVE_SYS_STAT_H 1
  3443. | #define HAVE_STDLIB_H 1
  3444. | #define HAVE_STRING_H 1
  3445. | #define HAVE_MEMORY_H 1
  3446. | #define HAVE_STRINGS_H 1
  3447. | #define HAVE_INTTYPES_H 1
  3448. | #define HAVE_STDINT_H 1
  3449. | #define HAVE_UNISTD_H 1
  3450. | #define HAVE_DLFCN_H 1
  3451. | #define LT_OBJDIR ".libs/"
  3452. | #define HAVE_LIBC 1
  3453. | #define STDC_HEADERS 1
  3454. | #define HAVE_SYS_TYPES_H 1
  3455. | #define HAVE_STDIO_H 1
  3456. | #define HAVE_STDLIB_H 1
  3457. | #define HAVE_STDDEF_H 1
  3458. | #define HAVE_STDARG_H 1
  3459. | #define HAVE_MALLOC_H 1
  3460. | #define HAVE_MEMORY_H 1
  3461. | #define HAVE_STRING_H 1
  3462. | #define HAVE_STRINGS_H 1
  3463. | #define HAVE_WCHAR_H 1
  3464. | #define HAVE_INTTYPES_H 1
  3465. | #define HAVE_STDINT_H 1
  3466. | #define HAVE_LIMITS_H 1
  3467. | #define HAVE_CTYPE_H 1
  3468. | #define HAVE_MATH_H 1
  3469. | #define HAVE_FLOAT_H 1
  3470. | #define HAVE_ICONV_H 1
  3471. | #define HAVE_SIGNAL_H 1
  3472. | #define HAVE_M_PI /**/
  3473. | #define HAVE_ALLOCA_H 1
  3474. | #define HAVE_ALLOCA 1
  3475. | #define HAVE_MEMCMP 1
  3476. | #define HAVE_STRTOD 1
  3477. | #define HAVE_MPROTECT 1
  3478. | #define HAVE_MALLOC 1
  3479. | #define HAVE_CALLOC 1
  3480. | #define HAVE_REALLOC 1
  3481. | #define HAVE_FREE 1
  3482. | #define HAVE_GETENV 1
  3483. | #define HAVE_SETENV 1
  3484. | #define HAVE_PUTENV 1
  3485. | #define HAVE_UNSETENV 1
  3486. | #define HAVE_QSORT 1
  3487. | #define HAVE_ABS 1
  3488. | #define HAVE_BCOPY 1
  3489. | #define HAVE_MEMSET 1
  3490. | #define HAVE_MEMCPY 1
  3491. | #define HAVE_MEMMOVE 1
  3492. | #define HAVE_WCSLEN 1
  3493. | #define HAVE_WCSCMP 1
  3494. | #define HAVE_STRLEN 1
  3495. | #define HAVE_STRCHR 1
  3496. | #define HAVE_STRRCHR 1
  3497. | #define HAVE_STRSTR 1
  3498. | #define HAVE_STRTOL 1
  3499. | #define HAVE_STRTOUL 1
  3500. | #define HAVE_STRTOLL 1
  3501. | #define HAVE_STRTOULL 1
  3502. | #define HAVE_ATOI 1
  3503. | #define HAVE_ATOF 1
  3504. | #define HAVE_STRCMP 1
  3505. | #define HAVE_STRNCMP 1
  3506. | #define HAVE_STRCASECMP 1
  3507. | #define HAVE_STRNCASECMP 1
  3508. | #define HAVE_VSSCANF 1
  3509. | #define HAVE_VSNPRINTF 1
  3510. | #define HAVE_FOPEN64 1
  3511. | #define HAVE_FSEEKO 1
  3512. | #define HAVE_FSEEKO64 1
  3513. | #define HAVE_SIGACTION 1
  3514. | #define HAVE_SETJMP 1
  3515. | #define HAVE_NANOSLEEP 1
  3516. | #define HAVE_SYSCONF 1
  3517. | #define HAVE_GETAUXVAL 1
  3518. | #define HAVE_POLL 1
  3519. | #define HAVE_ACOS 1
  3520. | #define HAVE_ACOSF 1
  3521. | #define HAVE_ASIN 1
  3522. | #define HAVE_ASINF 1
  3523. | #define HAVE_ATAN 1
  3524. | #define HAVE_ATANF 1
  3525. | #define HAVE_ATAN2 1
  3526. | #define HAVE_ATAN2F 1
  3527. | #define HAVE_CEIL 1
  3528. | #define HAVE_CEILF 1
  3529. | #define HAVE_COPYSIGN 1
  3530. | #define HAVE_COPYSIGNF 1
  3531. | #define HAVE_COS 1
  3532. | #define HAVE_COSF 1
  3533. | #define HAVE_FABS 1
  3534. | #define HAVE_FABSF 1
  3535. | #define HAVE_FLOOR 1
  3536. | #define HAVE_FLOORF 1
  3537. | #define HAVE_FMOD 1
  3538. | #define HAVE_FMODF 1
  3539. | #define HAVE_LOG 1
  3540. | #define HAVE_LOGF 1
  3541. | #define HAVE_LOG10 1
  3542. | #define HAVE_LOG10F 1
  3543. | #define HAVE_POW 1
  3544. | #define HAVE_POWF 1
  3545. | #define HAVE_SCALBN 1
  3546. | #define HAVE_SCALBNF 1
  3547. | #define HAVE_SIN 1
  3548. | #define HAVE_SINF 1
  3549. | #define HAVE_SQRT 1
  3550. | #define HAVE_SQRTF 1
  3551. | #define HAVE_TAN 1
  3552. | #define HAVE_TANF 1
  3553. | #define HAVE_ICONV 1
  3554. | #define HAVE_SA_SIGACTION 1
  3555. | #define HAVE_GCC_ATOMICS 1
  3556. | #define SDL_ASSEMBLY_ROUTINES 1
  3557. | /* end confdefs.h. */
  3558. |
  3559. | #include <mm3dnow.h>
  3560. | #ifndef __3dNOW__
  3561. | #error Assembler CPP flag not enabled
  3562. | #endif
  3563. |
  3564. | int
  3565. | main ()
  3566. | {
  3567. |
  3568. | void *p = 0;
  3569. | _m_prefetch(p);
  3570. |
  3571. | ;
  3572. | return 0;
  3573. | }
  3574. configure:17230: result: no
  3575. configure:17250: checking for GCC -msse option
  3576. configure:17281: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -msse -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  3577. gcc: error: unrecognized command line option '-msse'; did you mean '-fdse'?
  3578. configure:17281: $? = 1
  3579. configure: failed program was:
  3580. | /* confdefs.h */
  3581. | #define PACKAGE_NAME ""
  3582. | #define PACKAGE_TARNAME ""
  3583. | #define PACKAGE_VERSION ""
  3584. | #define PACKAGE_STRING ""
  3585. | #define PACKAGE_BUGREPORT ""
  3586. | #define PACKAGE_URL ""
  3587. | #define STDC_HEADERS 1
  3588. | #define HAVE_SYS_TYPES_H 1
  3589. | #define HAVE_SYS_STAT_H 1
  3590. | #define HAVE_STDLIB_H 1
  3591. | #define HAVE_STRING_H 1
  3592. | #define HAVE_MEMORY_H 1
  3593. | #define HAVE_STRINGS_H 1
  3594. | #define HAVE_INTTYPES_H 1
  3595. | #define HAVE_STDINT_H 1
  3596. | #define HAVE_UNISTD_H 1
  3597. | #define HAVE_DLFCN_H 1
  3598. | #define LT_OBJDIR ".libs/"
  3599. | #define HAVE_LIBC 1
  3600. | #define STDC_HEADERS 1
  3601. | #define HAVE_SYS_TYPES_H 1
  3602. | #define HAVE_STDIO_H 1
  3603. | #define HAVE_STDLIB_H 1
  3604. | #define HAVE_STDDEF_H 1
  3605. | #define HAVE_STDARG_H 1
  3606. | #define HAVE_MALLOC_H 1
  3607. | #define HAVE_MEMORY_H 1
  3608. | #define HAVE_STRING_H 1
  3609. | #define HAVE_STRINGS_H 1
  3610. | #define HAVE_WCHAR_H 1
  3611. | #define HAVE_INTTYPES_H 1
  3612. | #define HAVE_STDINT_H 1
  3613. | #define HAVE_LIMITS_H 1
  3614. | #define HAVE_CTYPE_H 1
  3615. | #define HAVE_MATH_H 1
  3616. | #define HAVE_FLOAT_H 1
  3617. | #define HAVE_ICONV_H 1
  3618. | #define HAVE_SIGNAL_H 1
  3619. | #define HAVE_M_PI /**/
  3620. | #define HAVE_ALLOCA_H 1
  3621. | #define HAVE_ALLOCA 1
  3622. | #define HAVE_MEMCMP 1
  3623. | #define HAVE_STRTOD 1
  3624. | #define HAVE_MPROTECT 1
  3625. | #define HAVE_MALLOC 1
  3626. | #define HAVE_CALLOC 1
  3627. | #define HAVE_REALLOC 1
  3628. | #define HAVE_FREE 1
  3629. | #define HAVE_GETENV 1
  3630. | #define HAVE_SETENV 1
  3631. | #define HAVE_PUTENV 1
  3632. | #define HAVE_UNSETENV 1
  3633. | #define HAVE_QSORT 1
  3634. | #define HAVE_ABS 1
  3635. | #define HAVE_BCOPY 1
  3636. | #define HAVE_MEMSET 1
  3637. | #define HAVE_MEMCPY 1
  3638. | #define HAVE_MEMMOVE 1
  3639. | #define HAVE_WCSLEN 1
  3640. | #define HAVE_WCSCMP 1
  3641. | #define HAVE_STRLEN 1
  3642. | #define HAVE_STRCHR 1
  3643. | #define HAVE_STRRCHR 1
  3644. | #define HAVE_STRSTR 1
  3645. | #define HAVE_STRTOL 1
  3646. | #define HAVE_STRTOUL 1
  3647. | #define HAVE_STRTOLL 1
  3648. | #define HAVE_STRTOULL 1
  3649. | #define HAVE_ATOI 1
  3650. | #define HAVE_ATOF 1
  3651. | #define HAVE_STRCMP 1
  3652. | #define HAVE_STRNCMP 1
  3653. | #define HAVE_STRCASECMP 1
  3654. | #define HAVE_STRNCASECMP 1
  3655. | #define HAVE_VSSCANF 1
  3656. | #define HAVE_VSNPRINTF 1
  3657. | #define HAVE_FOPEN64 1
  3658. | #define HAVE_FSEEKO 1
  3659. | #define HAVE_FSEEKO64 1
  3660. | #define HAVE_SIGACTION 1
  3661. | #define HAVE_SETJMP 1
  3662. | #define HAVE_NANOSLEEP 1
  3663. | #define HAVE_SYSCONF 1
  3664. | #define HAVE_GETAUXVAL 1
  3665. | #define HAVE_POLL 1
  3666. | #define HAVE_ACOS 1
  3667. | #define HAVE_ACOSF 1
  3668. | #define HAVE_ASIN 1
  3669. | #define HAVE_ASINF 1
  3670. | #define HAVE_ATAN 1
  3671. | #define HAVE_ATANF 1
  3672. | #define HAVE_ATAN2 1
  3673. | #define HAVE_ATAN2F 1
  3674. | #define HAVE_CEIL 1
  3675. | #define HAVE_CEILF 1
  3676. | #define HAVE_COPYSIGN 1
  3677. | #define HAVE_COPYSIGNF 1
  3678. | #define HAVE_COS 1
  3679. | #define HAVE_COSF 1
  3680. | #define HAVE_FABS 1
  3681. | #define HAVE_FABSF 1
  3682. | #define HAVE_FLOOR 1
  3683. | #define HAVE_FLOORF 1
  3684. | #define HAVE_FMOD 1
  3685. | #define HAVE_FMODF 1
  3686. | #define HAVE_LOG 1
  3687. | #define HAVE_LOGF 1
  3688. | #define HAVE_LOG10 1
  3689. | #define HAVE_LOG10F 1
  3690. | #define HAVE_POW 1
  3691. | #define HAVE_POWF 1
  3692. | #define HAVE_SCALBN 1
  3693. | #define HAVE_SCALBNF 1
  3694. | #define HAVE_SIN 1
  3695. | #define HAVE_SINF 1
  3696. | #define HAVE_SQRT 1
  3697. | #define HAVE_SQRTF 1
  3698. | #define HAVE_TAN 1
  3699. | #define HAVE_TANF 1
  3700. | #define HAVE_ICONV 1
  3701. | #define HAVE_SA_SIGACTION 1
  3702. | #define HAVE_GCC_ATOMICS 1
  3703. | #define SDL_ASSEMBLY_ROUTINES 1
  3704. | /* end confdefs.h. */
  3705. |
  3706. | #ifdef __MINGW32__
  3707. | #include <_mingw.h>
  3708. | #ifdef __MINGW64_VERSION_MAJOR
  3709. | #include <intrin.h>
  3710. | #else
  3711. | #include <xmmintrin.h>
  3712. | #endif
  3713. | #else
  3714. | #include <xmmintrin.h>
  3715. | #endif
  3716. | #ifndef __SSE__
  3717. | #error Assembler CPP flag not enabled
  3718. | #endif
  3719. |
  3720. | int
  3721. | main ()
  3722. | {
  3723. |
  3724. |
  3725. | ;
  3726. | return 0;
  3727. | }
  3728. configure:17287: result: no
  3729. configure:17411: checking immintrin.h usability
  3730. configure:17411: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  3731. conftest.c:159:10: fatal error: immintrin.h: No such file or directory
  3732. #include <immintrin.h>
  3733. ^~~~~~~~~~~~~
  3734. compilation terminated.
  3735. configure:17411: $? = 1
  3736. configure: failed program was:
  3737. | /* confdefs.h */
  3738. | #define PACKAGE_NAME ""
  3739. | #define PACKAGE_TARNAME ""
  3740. | #define PACKAGE_VERSION ""
  3741. | #define PACKAGE_STRING ""
  3742. | #define PACKAGE_BUGREPORT ""
  3743. | #define PACKAGE_URL ""
  3744. | #define STDC_HEADERS 1
  3745. | #define HAVE_SYS_TYPES_H 1
  3746. | #define HAVE_SYS_STAT_H 1
  3747. | #define HAVE_STDLIB_H 1
  3748. | #define HAVE_STRING_H 1
  3749. | #define HAVE_MEMORY_H 1
  3750. | #define HAVE_STRINGS_H 1
  3751. | #define HAVE_INTTYPES_H 1
  3752. | #define HAVE_STDINT_H 1
  3753. | #define HAVE_UNISTD_H 1
  3754. | #define HAVE_DLFCN_H 1
  3755. | #define LT_OBJDIR ".libs/"
  3756. | #define HAVE_LIBC 1
  3757. | #define STDC_HEADERS 1
  3758. | #define HAVE_SYS_TYPES_H 1
  3759. | #define HAVE_STDIO_H 1
  3760. | #define HAVE_STDLIB_H 1
  3761. | #define HAVE_STDDEF_H 1
  3762. | #define HAVE_STDARG_H 1
  3763. | #define HAVE_MALLOC_H 1
  3764. | #define HAVE_MEMORY_H 1
  3765. | #define HAVE_STRING_H 1
  3766. | #define HAVE_STRINGS_H 1
  3767. | #define HAVE_WCHAR_H 1
  3768. | #define HAVE_INTTYPES_H 1
  3769. | #define HAVE_STDINT_H 1
  3770. | #define HAVE_LIMITS_H 1
  3771. | #define HAVE_CTYPE_H 1
  3772. | #define HAVE_MATH_H 1
  3773. | #define HAVE_FLOAT_H 1
  3774. | #define HAVE_ICONV_H 1
  3775. | #define HAVE_SIGNAL_H 1
  3776. | #define HAVE_M_PI /**/
  3777. | #define HAVE_ALLOCA_H 1
  3778. | #define HAVE_ALLOCA 1
  3779. | #define HAVE_MEMCMP 1
  3780. | #define HAVE_STRTOD 1
  3781. | #define HAVE_MPROTECT 1
  3782. | #define HAVE_MALLOC 1
  3783. | #define HAVE_CALLOC 1
  3784. | #define HAVE_REALLOC 1
  3785. | #define HAVE_FREE 1
  3786. | #define HAVE_GETENV 1
  3787. | #define HAVE_SETENV 1
  3788. | #define HAVE_PUTENV 1
  3789. | #define HAVE_UNSETENV 1
  3790. | #define HAVE_QSORT 1
  3791. | #define HAVE_ABS 1
  3792. | #define HAVE_BCOPY 1
  3793. | #define HAVE_MEMSET 1
  3794. | #define HAVE_MEMCPY 1
  3795. | #define HAVE_MEMMOVE 1
  3796. | #define HAVE_WCSLEN 1
  3797. | #define HAVE_WCSCMP 1
  3798. | #define HAVE_STRLEN 1
  3799. | #define HAVE_STRCHR 1
  3800. | #define HAVE_STRRCHR 1
  3801. | #define HAVE_STRSTR 1
  3802. | #define HAVE_STRTOL 1
  3803. | #define HAVE_STRTOUL 1
  3804. | #define HAVE_STRTOLL 1
  3805. | #define HAVE_STRTOULL 1
  3806. | #define HAVE_ATOI 1
  3807. | #define HAVE_ATOF 1
  3808. | #define HAVE_STRCMP 1
  3809. | #define HAVE_STRNCMP 1
  3810. | #define HAVE_STRCASECMP 1
  3811. | #define HAVE_STRNCASECMP 1
  3812. | #define HAVE_VSSCANF 1
  3813. | #define HAVE_VSNPRINTF 1
  3814. | #define HAVE_FOPEN64 1
  3815. | #define HAVE_FSEEKO 1
  3816. | #define HAVE_FSEEKO64 1
  3817. | #define HAVE_SIGACTION 1
  3818. | #define HAVE_SETJMP 1
  3819. | #define HAVE_NANOSLEEP 1
  3820. | #define HAVE_SYSCONF 1
  3821. | #define HAVE_GETAUXVAL 1
  3822. | #define HAVE_POLL 1
  3823. | #define HAVE_ACOS 1
  3824. | #define HAVE_ACOSF 1
  3825. | #define HAVE_ASIN 1
  3826. | #define HAVE_ASINF 1
  3827. | #define HAVE_ATAN 1
  3828. | #define HAVE_ATANF 1
  3829. | #define HAVE_ATAN2 1
  3830. | #define HAVE_ATAN2F 1
  3831. | #define HAVE_CEIL 1
  3832. | #define HAVE_CEILF 1
  3833. | #define HAVE_COPYSIGN 1
  3834. | #define HAVE_COPYSIGNF 1
  3835. | #define HAVE_COS 1
  3836. | #define HAVE_COSF 1
  3837. | #define HAVE_FABS 1
  3838. | #define HAVE_FABSF 1
  3839. | #define HAVE_FLOOR 1
  3840. | #define HAVE_FLOORF 1
  3841. | #define HAVE_FMOD 1
  3842. | #define HAVE_FMODF 1
  3843. | #define HAVE_LOG 1
  3844. | #define HAVE_LOGF 1
  3845. | #define HAVE_LOG10 1
  3846. | #define HAVE_LOG10F 1
  3847. | #define HAVE_POW 1
  3848. | #define HAVE_POWF 1
  3849. | #define HAVE_SCALBN 1
  3850. | #define HAVE_SCALBNF 1
  3851. | #define HAVE_SIN 1
  3852. | #define HAVE_SINF 1
  3853. | #define HAVE_SQRT 1
  3854. | #define HAVE_SQRTF 1
  3855. | #define HAVE_TAN 1
  3856. | #define HAVE_TANF 1
  3857. | #define HAVE_ICONV 1
  3858. | #define HAVE_SA_SIGACTION 1
  3859. | #define HAVE_GCC_ATOMICS 1
  3860. | #define SDL_ASSEMBLY_ROUTINES 1
  3861. | /* end confdefs.h. */
  3862. | #include <stdio.h>
  3863. | #ifdef HAVE_SYS_TYPES_H
  3864. | # include <sys/types.h>
  3865. | #endif
  3866. | #ifdef HAVE_SYS_STAT_H
  3867. | # include <sys/stat.h>
  3868. | #endif
  3869. | #ifdef STDC_HEADERS
  3870. | # include <stdlib.h>
  3871. | # include <stddef.h>
  3872. | #else
  3873. | # ifdef HAVE_STDLIB_H
  3874. | # include <stdlib.h>
  3875. | # endif
  3876. | #endif
  3877. | #ifdef HAVE_STRING_H
  3878. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3879. | # include <memory.h>
  3880. | # endif
  3881. | # include <string.h>
  3882. | #endif
  3883. | #ifdef HAVE_STRINGS_H
  3884. | # include <strings.h>
  3885. | #endif
  3886. | #ifdef HAVE_INTTYPES_H
  3887. | # include <inttypes.h>
  3888. | #endif
  3889. | #ifdef HAVE_STDINT_H
  3890. | # include <stdint.h>
  3891. | #endif
  3892. | #ifdef HAVE_UNISTD_H
  3893. | # include <unistd.h>
  3894. | #endif
  3895. | #include <immintrin.h>
  3896. configure:17411: result: no
  3897. configure:17411: checking immintrin.h presence
  3898. configure:17411: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  3899. conftest.c:126:10: fatal error: immintrin.h: No such file or directory
  3900. #include <immintrin.h>
  3901. ^~~~~~~~~~~~~
  3902. compilation terminated.
  3903. configure:17411: $? = 1
  3904. configure: failed program was:
  3905. | /* confdefs.h */
  3906. | #define PACKAGE_NAME ""
  3907. | #define PACKAGE_TARNAME ""
  3908. | #define PACKAGE_VERSION ""
  3909. | #define PACKAGE_STRING ""
  3910. | #define PACKAGE_BUGREPORT ""
  3911. | #define PACKAGE_URL ""
  3912. | #define STDC_HEADERS 1
  3913. | #define HAVE_SYS_TYPES_H 1
  3914. | #define HAVE_SYS_STAT_H 1
  3915. | #define HAVE_STDLIB_H 1
  3916. | #define HAVE_STRING_H 1
  3917. | #define HAVE_MEMORY_H 1
  3918. | #define HAVE_STRINGS_H 1
  3919. | #define HAVE_INTTYPES_H 1
  3920. | #define HAVE_STDINT_H 1
  3921. | #define HAVE_UNISTD_H 1
  3922. | #define HAVE_DLFCN_H 1
  3923. | #define LT_OBJDIR ".libs/"
  3924. | #define HAVE_LIBC 1
  3925. | #define STDC_HEADERS 1
  3926. | #define HAVE_SYS_TYPES_H 1
  3927. | #define HAVE_STDIO_H 1
  3928. | #define HAVE_STDLIB_H 1
  3929. | #define HAVE_STDDEF_H 1
  3930. | #define HAVE_STDARG_H 1
  3931. | #define HAVE_MALLOC_H 1
  3932. | #define HAVE_MEMORY_H 1
  3933. | #define HAVE_STRING_H 1
  3934. | #define HAVE_STRINGS_H 1
  3935. | #define HAVE_WCHAR_H 1
  3936. | #define HAVE_INTTYPES_H 1
  3937. | #define HAVE_STDINT_H 1
  3938. | #define HAVE_LIMITS_H 1
  3939. | #define HAVE_CTYPE_H 1
  3940. | #define HAVE_MATH_H 1
  3941. | #define HAVE_FLOAT_H 1
  3942. | #define HAVE_ICONV_H 1
  3943. | #define HAVE_SIGNAL_H 1
  3944. | #define HAVE_M_PI /**/
  3945. | #define HAVE_ALLOCA_H 1
  3946. | #define HAVE_ALLOCA 1
  3947. | #define HAVE_MEMCMP 1
  3948. | #define HAVE_STRTOD 1
  3949. | #define HAVE_MPROTECT 1
  3950. | #define HAVE_MALLOC 1
  3951. | #define HAVE_CALLOC 1
  3952. | #define HAVE_REALLOC 1
  3953. | #define HAVE_FREE 1
  3954. | #define HAVE_GETENV 1
  3955. | #define HAVE_SETENV 1
  3956. | #define HAVE_PUTENV 1
  3957. | #define HAVE_UNSETENV 1
  3958. | #define HAVE_QSORT 1
  3959. | #define HAVE_ABS 1
  3960. | #define HAVE_BCOPY 1
  3961. | #define HAVE_MEMSET 1
  3962. | #define HAVE_MEMCPY 1
  3963. | #define HAVE_MEMMOVE 1
  3964. | #define HAVE_WCSLEN 1
  3965. | #define HAVE_WCSCMP 1
  3966. | #define HAVE_STRLEN 1
  3967. | #define HAVE_STRCHR 1
  3968. | #define HAVE_STRRCHR 1
  3969. | #define HAVE_STRSTR 1
  3970. | #define HAVE_STRTOL 1
  3971. | #define HAVE_STRTOUL 1
  3972. | #define HAVE_STRTOLL 1
  3973. | #define HAVE_STRTOULL 1
  3974. | #define HAVE_ATOI 1
  3975. | #define HAVE_ATOF 1
  3976. | #define HAVE_STRCMP 1
  3977. | #define HAVE_STRNCMP 1
  3978. | #define HAVE_STRCASECMP 1
  3979. | #define HAVE_STRNCASECMP 1
  3980. | #define HAVE_VSSCANF 1
  3981. | #define HAVE_VSNPRINTF 1
  3982. | #define HAVE_FOPEN64 1
  3983. | #define HAVE_FSEEKO 1
  3984. | #define HAVE_FSEEKO64 1
  3985. | #define HAVE_SIGACTION 1
  3986. | #define HAVE_SETJMP 1
  3987. | #define HAVE_NANOSLEEP 1
  3988. | #define HAVE_SYSCONF 1
  3989. | #define HAVE_GETAUXVAL 1
  3990. | #define HAVE_POLL 1
  3991. | #define HAVE_ACOS 1
  3992. | #define HAVE_ACOSF 1
  3993. | #define HAVE_ASIN 1
  3994. | #define HAVE_ASINF 1
  3995. | #define HAVE_ATAN 1
  3996. | #define HAVE_ATANF 1
  3997. | #define HAVE_ATAN2 1
  3998. | #define HAVE_ATAN2F 1
  3999. | #define HAVE_CEIL 1
  4000. | #define HAVE_CEILF 1
  4001. | #define HAVE_COPYSIGN 1
  4002. | #define HAVE_COPYSIGNF 1
  4003. | #define HAVE_COS 1
  4004. | #define HAVE_COSF 1
  4005. | #define HAVE_FABS 1
  4006. | #define HAVE_FABSF 1
  4007. | #define HAVE_FLOOR 1
  4008. | #define HAVE_FLOORF 1
  4009. | #define HAVE_FMOD 1
  4010. | #define HAVE_FMODF 1
  4011. | #define HAVE_LOG 1
  4012. | #define HAVE_LOGF 1
  4013. | #define HAVE_LOG10 1
  4014. | #define HAVE_LOG10F 1
  4015. | #define HAVE_POW 1
  4016. | #define HAVE_POWF 1
  4017. | #define HAVE_SCALBN 1
  4018. | #define HAVE_SCALBNF 1
  4019. | #define HAVE_SIN 1
  4020. | #define HAVE_SINF 1
  4021. | #define HAVE_SQRT 1
  4022. | #define HAVE_SQRTF 1
  4023. | #define HAVE_TAN 1
  4024. | #define HAVE_TANF 1
  4025. | #define HAVE_ICONV 1
  4026. | #define HAVE_SA_SIGACTION 1
  4027. | #define HAVE_GCC_ATOMICS 1
  4028. | #define SDL_ASSEMBLY_ROUTINES 1
  4029. | /* end confdefs.h. */
  4030. | #include <immintrin.h>
  4031. configure:17411: result: no
  4032. configure:17411: checking for immintrin.h
  4033. configure:17411: result: no
  4034. configure:17439: checking for Altivec with GCC altivec.h and -maltivec option
  4035. configure:17458: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -maltivec -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4036. gcc: error: unrecognized command line option '-maltivec'; did you mean '-mglibc'?
  4037. configure:17458: $? = 1
  4038. configure: failed program was:
  4039. | /* confdefs.h */
  4040. | #define PACKAGE_NAME ""
  4041. | #define PACKAGE_TARNAME ""
  4042. | #define PACKAGE_VERSION ""
  4043. | #define PACKAGE_STRING ""
  4044. | #define PACKAGE_BUGREPORT ""
  4045. | #define PACKAGE_URL ""
  4046. | #define STDC_HEADERS 1
  4047. | #define HAVE_SYS_TYPES_H 1
  4048. | #define HAVE_SYS_STAT_H 1
  4049. | #define HAVE_STDLIB_H 1
  4050. | #define HAVE_STRING_H 1
  4051. | #define HAVE_MEMORY_H 1
  4052. | #define HAVE_STRINGS_H 1
  4053. | #define HAVE_INTTYPES_H 1
  4054. | #define HAVE_STDINT_H 1
  4055. | #define HAVE_UNISTD_H 1
  4056. | #define HAVE_DLFCN_H 1
  4057. | #define LT_OBJDIR ".libs/"
  4058. | #define HAVE_LIBC 1
  4059. | #define STDC_HEADERS 1
  4060. | #define HAVE_SYS_TYPES_H 1
  4061. | #define HAVE_STDIO_H 1
  4062. | #define HAVE_STDLIB_H 1
  4063. | #define HAVE_STDDEF_H 1
  4064. | #define HAVE_STDARG_H 1
  4065. | #define HAVE_MALLOC_H 1
  4066. | #define HAVE_MEMORY_H 1
  4067. | #define HAVE_STRING_H 1
  4068. | #define HAVE_STRINGS_H 1
  4069. | #define HAVE_WCHAR_H 1
  4070. | #define HAVE_INTTYPES_H 1
  4071. | #define HAVE_STDINT_H 1
  4072. | #define HAVE_LIMITS_H 1
  4073. | #define HAVE_CTYPE_H 1
  4074. | #define HAVE_MATH_H 1
  4075. | #define HAVE_FLOAT_H 1
  4076. | #define HAVE_ICONV_H 1
  4077. | #define HAVE_SIGNAL_H 1
  4078. | #define HAVE_M_PI /**/
  4079. | #define HAVE_ALLOCA_H 1
  4080. | #define HAVE_ALLOCA 1
  4081. | #define HAVE_MEMCMP 1
  4082. | #define HAVE_STRTOD 1
  4083. | #define HAVE_MPROTECT 1
  4084. | #define HAVE_MALLOC 1
  4085. | #define HAVE_CALLOC 1
  4086. | #define HAVE_REALLOC 1
  4087. | #define HAVE_FREE 1
  4088. | #define HAVE_GETENV 1
  4089. | #define HAVE_SETENV 1
  4090. | #define HAVE_PUTENV 1
  4091. | #define HAVE_UNSETENV 1
  4092. | #define HAVE_QSORT 1
  4093. | #define HAVE_ABS 1
  4094. | #define HAVE_BCOPY 1
  4095. | #define HAVE_MEMSET 1
  4096. | #define HAVE_MEMCPY 1
  4097. | #define HAVE_MEMMOVE 1
  4098. | #define HAVE_WCSLEN 1
  4099. | #define HAVE_WCSCMP 1
  4100. | #define HAVE_STRLEN 1
  4101. | #define HAVE_STRCHR 1
  4102. | #define HAVE_STRRCHR 1
  4103. | #define HAVE_STRSTR 1
  4104. | #define HAVE_STRTOL 1
  4105. | #define HAVE_STRTOUL 1
  4106. | #define HAVE_STRTOLL 1
  4107. | #define HAVE_STRTOULL 1
  4108. | #define HAVE_ATOI 1
  4109. | #define HAVE_ATOF 1
  4110. | #define HAVE_STRCMP 1
  4111. | #define HAVE_STRNCMP 1
  4112. | #define HAVE_STRCASECMP 1
  4113. | #define HAVE_STRNCASECMP 1
  4114. | #define HAVE_VSSCANF 1
  4115. | #define HAVE_VSNPRINTF 1
  4116. | #define HAVE_FOPEN64 1
  4117. | #define HAVE_FSEEKO 1
  4118. | #define HAVE_FSEEKO64 1
  4119. | #define HAVE_SIGACTION 1
  4120. | #define HAVE_SETJMP 1
  4121. | #define HAVE_NANOSLEEP 1
  4122. | #define HAVE_SYSCONF 1
  4123. | #define HAVE_GETAUXVAL 1
  4124. | #define HAVE_POLL 1
  4125. | #define HAVE_ACOS 1
  4126. | #define HAVE_ACOSF 1
  4127. | #define HAVE_ASIN 1
  4128. | #define HAVE_ASINF 1
  4129. | #define HAVE_ATAN 1
  4130. | #define HAVE_ATANF 1
  4131. | #define HAVE_ATAN2 1
  4132. | #define HAVE_ATAN2F 1
  4133. | #define HAVE_CEIL 1
  4134. | #define HAVE_CEILF 1
  4135. | #define HAVE_COPYSIGN 1
  4136. | #define HAVE_COPYSIGNF 1
  4137. | #define HAVE_COS 1
  4138. | #define HAVE_COSF 1
  4139. | #define HAVE_FABS 1
  4140. | #define HAVE_FABSF 1
  4141. | #define HAVE_FLOOR 1
  4142. | #define HAVE_FLOORF 1
  4143. | #define HAVE_FMOD 1
  4144. | #define HAVE_FMODF 1
  4145. | #define HAVE_LOG 1
  4146. | #define HAVE_LOGF 1
  4147. | #define HAVE_LOG10 1
  4148. | #define HAVE_LOG10F 1
  4149. | #define HAVE_POW 1
  4150. | #define HAVE_POWF 1
  4151. | #define HAVE_SCALBN 1
  4152. | #define HAVE_SCALBNF 1
  4153. | #define HAVE_SIN 1
  4154. | #define HAVE_SINF 1
  4155. | #define HAVE_SQRT 1
  4156. | #define HAVE_SQRTF 1
  4157. | #define HAVE_TAN 1
  4158. | #define HAVE_TANF 1
  4159. | #define HAVE_ICONV 1
  4160. | #define HAVE_SA_SIGACTION 1
  4161. | #define HAVE_GCC_ATOMICS 1
  4162. | #define SDL_ASSEMBLY_ROUTINES 1
  4163. | /* end confdefs.h. */
  4164. |
  4165. | #include <altivec.h>
  4166. | vector unsigned int vzero() {
  4167. | return vec_splat_u32(0);
  4168. | }
  4169. |
  4170. | int
  4171. | main ()
  4172. | {
  4173. |
  4174. |
  4175. | ;
  4176. | return 0;
  4177. | }
  4178. configure:17465: result: no
  4179. configure:17469: checking for Altivec with GCC -maltivec option
  4180. configure:17487: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -maltivec -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4181. gcc: error: unrecognized command line option '-maltivec'; did you mean '-mglibc'?
  4182. configure:17487: $? = 1
  4183. configure: failed program was:
  4184. | /* confdefs.h */
  4185. | #define PACKAGE_NAME ""
  4186. | #define PACKAGE_TARNAME ""
  4187. | #define PACKAGE_VERSION ""
  4188. | #define PACKAGE_STRING ""
  4189. | #define PACKAGE_BUGREPORT ""
  4190. | #define PACKAGE_URL ""
  4191. | #define STDC_HEADERS 1
  4192. | #define HAVE_SYS_TYPES_H 1
  4193. | #define HAVE_SYS_STAT_H 1
  4194. | #define HAVE_STDLIB_H 1
  4195. | #define HAVE_STRING_H 1
  4196. | #define HAVE_MEMORY_H 1
  4197. | #define HAVE_STRINGS_H 1
  4198. | #define HAVE_INTTYPES_H 1
  4199. | #define HAVE_STDINT_H 1
  4200. | #define HAVE_UNISTD_H 1
  4201. | #define HAVE_DLFCN_H 1
  4202. | #define LT_OBJDIR ".libs/"
  4203. | #define HAVE_LIBC 1
  4204. | #define STDC_HEADERS 1
  4205. | #define HAVE_SYS_TYPES_H 1
  4206. | #define HAVE_STDIO_H 1
  4207. | #define HAVE_STDLIB_H 1
  4208. | #define HAVE_STDDEF_H 1
  4209. | #define HAVE_STDARG_H 1
  4210. | #define HAVE_MALLOC_H 1
  4211. | #define HAVE_MEMORY_H 1
  4212. | #define HAVE_STRING_H 1
  4213. | #define HAVE_STRINGS_H 1
  4214. | #define HAVE_WCHAR_H 1
  4215. | #define HAVE_INTTYPES_H 1
  4216. | #define HAVE_STDINT_H 1
  4217. | #define HAVE_LIMITS_H 1
  4218. | #define HAVE_CTYPE_H 1
  4219. | #define HAVE_MATH_H 1
  4220. | #define HAVE_FLOAT_H 1
  4221. | #define HAVE_ICONV_H 1
  4222. | #define HAVE_SIGNAL_H 1
  4223. | #define HAVE_M_PI /**/
  4224. | #define HAVE_ALLOCA_H 1
  4225. | #define HAVE_ALLOCA 1
  4226. | #define HAVE_MEMCMP 1
  4227. | #define HAVE_STRTOD 1
  4228. | #define HAVE_MPROTECT 1
  4229. | #define HAVE_MALLOC 1
  4230. | #define HAVE_CALLOC 1
  4231. | #define HAVE_REALLOC 1
  4232. | #define HAVE_FREE 1
  4233. | #define HAVE_GETENV 1
  4234. | #define HAVE_SETENV 1
  4235. | #define HAVE_PUTENV 1
  4236. | #define HAVE_UNSETENV 1
  4237. | #define HAVE_QSORT 1
  4238. | #define HAVE_ABS 1
  4239. | #define HAVE_BCOPY 1
  4240. | #define HAVE_MEMSET 1
  4241. | #define HAVE_MEMCPY 1
  4242. | #define HAVE_MEMMOVE 1
  4243. | #define HAVE_WCSLEN 1
  4244. | #define HAVE_WCSCMP 1
  4245. | #define HAVE_STRLEN 1
  4246. | #define HAVE_STRCHR 1
  4247. | #define HAVE_STRRCHR 1
  4248. | #define HAVE_STRSTR 1
  4249. | #define HAVE_STRTOL 1
  4250. | #define HAVE_STRTOUL 1
  4251. | #define HAVE_STRTOLL 1
  4252. | #define HAVE_STRTOULL 1
  4253. | #define HAVE_ATOI 1
  4254. | #define HAVE_ATOF 1
  4255. | #define HAVE_STRCMP 1
  4256. | #define HAVE_STRNCMP 1
  4257. | #define HAVE_STRCASECMP 1
  4258. | #define HAVE_STRNCASECMP 1
  4259. | #define HAVE_VSSCANF 1
  4260. | #define HAVE_VSNPRINTF 1
  4261. | #define HAVE_FOPEN64 1
  4262. | #define HAVE_FSEEKO 1
  4263. | #define HAVE_FSEEKO64 1
  4264. | #define HAVE_SIGACTION 1
  4265. | #define HAVE_SETJMP 1
  4266. | #define HAVE_NANOSLEEP 1
  4267. | #define HAVE_SYSCONF 1
  4268. | #define HAVE_GETAUXVAL 1
  4269. | #define HAVE_POLL 1
  4270. | #define HAVE_ACOS 1
  4271. | #define HAVE_ACOSF 1
  4272. | #define HAVE_ASIN 1
  4273. | #define HAVE_ASINF 1
  4274. | #define HAVE_ATAN 1
  4275. | #define HAVE_ATANF 1
  4276. | #define HAVE_ATAN2 1
  4277. | #define HAVE_ATAN2F 1
  4278. | #define HAVE_CEIL 1
  4279. | #define HAVE_CEILF 1
  4280. | #define HAVE_COPYSIGN 1
  4281. | #define HAVE_COPYSIGNF 1
  4282. | #define HAVE_COS 1
  4283. | #define HAVE_COSF 1
  4284. | #define HAVE_FABS 1
  4285. | #define HAVE_FABSF 1
  4286. | #define HAVE_FLOOR 1
  4287. | #define HAVE_FLOORF 1
  4288. | #define HAVE_FMOD 1
  4289. | #define HAVE_FMODF 1
  4290. | #define HAVE_LOG 1
  4291. | #define HAVE_LOGF 1
  4292. | #define HAVE_LOG10 1
  4293. | #define HAVE_LOG10F 1
  4294. | #define HAVE_POW 1
  4295. | #define HAVE_POWF 1
  4296. | #define HAVE_SCALBN 1
  4297. | #define HAVE_SCALBNF 1
  4298. | #define HAVE_SIN 1
  4299. | #define HAVE_SINF 1
  4300. | #define HAVE_SQRT 1
  4301. | #define HAVE_SQRTF 1
  4302. | #define HAVE_TAN 1
  4303. | #define HAVE_TANF 1
  4304. | #define HAVE_ICONV 1
  4305. | #define HAVE_SA_SIGACTION 1
  4306. | #define HAVE_GCC_ATOMICS 1
  4307. | #define SDL_ASSEMBLY_ROUTINES 1
  4308. | /* end confdefs.h. */
  4309. |
  4310. | vector unsigned int vzero() {
  4311. | return vec_splat_u32(0);
  4312. | }
  4313. |
  4314. | int
  4315. | main ()
  4316. | {
  4317. |
  4318. |
  4319. | ;
  4320. | return 0;
  4321. | }
  4322. configure:17493: result: no
  4323. configure:17498: checking for Altivec with GCC altivec.h and -faltivec option
  4324. configure:17519: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -faltivec -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4325. gcc: error: unrecognized command line option '-faltivec'
  4326. configure:17519: $? = 1
  4327. configure: failed program was:
  4328. | /* confdefs.h */
  4329. | #define PACKAGE_NAME ""
  4330. | #define PACKAGE_TARNAME ""
  4331. | #define PACKAGE_VERSION ""
  4332. | #define PACKAGE_STRING ""
  4333. | #define PACKAGE_BUGREPORT ""
  4334. | #define PACKAGE_URL ""
  4335. | #define STDC_HEADERS 1
  4336. | #define HAVE_SYS_TYPES_H 1
  4337. | #define HAVE_SYS_STAT_H 1
  4338. | #define HAVE_STDLIB_H 1
  4339. | #define HAVE_STRING_H 1
  4340. | #define HAVE_MEMORY_H 1
  4341. | #define HAVE_STRINGS_H 1
  4342. | #define HAVE_INTTYPES_H 1
  4343. | #define HAVE_STDINT_H 1
  4344. | #define HAVE_UNISTD_H 1
  4345. | #define HAVE_DLFCN_H 1
  4346. | #define LT_OBJDIR ".libs/"
  4347. | #define HAVE_LIBC 1
  4348. | #define STDC_HEADERS 1
  4349. | #define HAVE_SYS_TYPES_H 1
  4350. | #define HAVE_STDIO_H 1
  4351. | #define HAVE_STDLIB_H 1
  4352. | #define HAVE_STDDEF_H 1
  4353. | #define HAVE_STDARG_H 1
  4354. | #define HAVE_MALLOC_H 1
  4355. | #define HAVE_MEMORY_H 1
  4356. | #define HAVE_STRING_H 1
  4357. | #define HAVE_STRINGS_H 1
  4358. | #define HAVE_WCHAR_H 1
  4359. | #define HAVE_INTTYPES_H 1
  4360. | #define HAVE_STDINT_H 1
  4361. | #define HAVE_LIMITS_H 1
  4362. | #define HAVE_CTYPE_H 1
  4363. | #define HAVE_MATH_H 1
  4364. | #define HAVE_FLOAT_H 1
  4365. | #define HAVE_ICONV_H 1
  4366. | #define HAVE_SIGNAL_H 1
  4367. | #define HAVE_M_PI /**/
  4368. | #define HAVE_ALLOCA_H 1
  4369. | #define HAVE_ALLOCA 1
  4370. | #define HAVE_MEMCMP 1
  4371. | #define HAVE_STRTOD 1
  4372. | #define HAVE_MPROTECT 1
  4373. | #define HAVE_MALLOC 1
  4374. | #define HAVE_CALLOC 1
  4375. | #define HAVE_REALLOC 1
  4376. | #define HAVE_FREE 1
  4377. | #define HAVE_GETENV 1
  4378. | #define HAVE_SETENV 1
  4379. | #define HAVE_PUTENV 1
  4380. | #define HAVE_UNSETENV 1
  4381. | #define HAVE_QSORT 1
  4382. | #define HAVE_ABS 1
  4383. | #define HAVE_BCOPY 1
  4384. | #define HAVE_MEMSET 1
  4385. | #define HAVE_MEMCPY 1
  4386. | #define HAVE_MEMMOVE 1
  4387. | #define HAVE_WCSLEN 1
  4388. | #define HAVE_WCSCMP 1
  4389. | #define HAVE_STRLEN 1
  4390. | #define HAVE_STRCHR 1
  4391. | #define HAVE_STRRCHR 1
  4392. | #define HAVE_STRSTR 1
  4393. | #define HAVE_STRTOL 1
  4394. | #define HAVE_STRTOUL 1
  4395. | #define HAVE_STRTOLL 1
  4396. | #define HAVE_STRTOULL 1
  4397. | #define HAVE_ATOI 1
  4398. | #define HAVE_ATOF 1
  4399. | #define HAVE_STRCMP 1
  4400. | #define HAVE_STRNCMP 1
  4401. | #define HAVE_STRCASECMP 1
  4402. | #define HAVE_STRNCASECMP 1
  4403. | #define HAVE_VSSCANF 1
  4404. | #define HAVE_VSNPRINTF 1
  4405. | #define HAVE_FOPEN64 1
  4406. | #define HAVE_FSEEKO 1
  4407. | #define HAVE_FSEEKO64 1
  4408. | #define HAVE_SIGACTION 1
  4409. | #define HAVE_SETJMP 1
  4410. | #define HAVE_NANOSLEEP 1
  4411. | #define HAVE_SYSCONF 1
  4412. | #define HAVE_GETAUXVAL 1
  4413. | #define HAVE_POLL 1
  4414. | #define HAVE_ACOS 1
  4415. | #define HAVE_ACOSF 1
  4416. | #define HAVE_ASIN 1
  4417. | #define HAVE_ASINF 1
  4418. | #define HAVE_ATAN 1
  4419. | #define HAVE_ATANF 1
  4420. | #define HAVE_ATAN2 1
  4421. | #define HAVE_ATAN2F 1
  4422. | #define HAVE_CEIL 1
  4423. | #define HAVE_CEILF 1
  4424. | #define HAVE_COPYSIGN 1
  4425. | #define HAVE_COPYSIGNF 1
  4426. | #define HAVE_COS 1
  4427. | #define HAVE_COSF 1
  4428. | #define HAVE_FABS 1
  4429. | #define HAVE_FABSF 1
  4430. | #define HAVE_FLOOR 1
  4431. | #define HAVE_FLOORF 1
  4432. | #define HAVE_FMOD 1
  4433. | #define HAVE_FMODF 1
  4434. | #define HAVE_LOG 1
  4435. | #define HAVE_LOGF 1
  4436. | #define HAVE_LOG10 1
  4437. | #define HAVE_LOG10F 1
  4438. | #define HAVE_POW 1
  4439. | #define HAVE_POWF 1
  4440. | #define HAVE_SCALBN 1
  4441. | #define HAVE_SCALBNF 1
  4442. | #define HAVE_SIN 1
  4443. | #define HAVE_SINF 1
  4444. | #define HAVE_SQRT 1
  4445. | #define HAVE_SQRTF 1
  4446. | #define HAVE_TAN 1
  4447. | #define HAVE_TANF 1
  4448. | #define HAVE_ICONV 1
  4449. | #define HAVE_SA_SIGACTION 1
  4450. | #define HAVE_GCC_ATOMICS 1
  4451. | #define SDL_ASSEMBLY_ROUTINES 1
  4452. | /* end confdefs.h. */
  4453. |
  4454. | #include <altivec.h>
  4455. | vector unsigned int vzero() {
  4456. | return vec_splat_u32(0);
  4457. | }
  4458. |
  4459. | int
  4460. | main ()
  4461. | {
  4462. |
  4463. |
  4464. | ;
  4465. | return 0;
  4466. | }
  4467. configure:17526: result: no
  4468. configure:17531: checking for Altivec with GCC -faltivec option
  4469. configure:17549: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -faltivec -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4470. gcc: error: unrecognized command line option '-faltivec'
  4471. configure:17549: $? = 1
  4472. configure: failed program was:
  4473. | /* confdefs.h */
  4474. | #define PACKAGE_NAME ""
  4475. | #define PACKAGE_TARNAME ""
  4476. | #define PACKAGE_VERSION ""
  4477. | #define PACKAGE_STRING ""
  4478. | #define PACKAGE_BUGREPORT ""
  4479. | #define PACKAGE_URL ""
  4480. | #define STDC_HEADERS 1
  4481. | #define HAVE_SYS_TYPES_H 1
  4482. | #define HAVE_SYS_STAT_H 1
  4483. | #define HAVE_STDLIB_H 1
  4484. | #define HAVE_STRING_H 1
  4485. | #define HAVE_MEMORY_H 1
  4486. | #define HAVE_STRINGS_H 1
  4487. | #define HAVE_INTTYPES_H 1
  4488. | #define HAVE_STDINT_H 1
  4489. | #define HAVE_UNISTD_H 1
  4490. | #define HAVE_DLFCN_H 1
  4491. | #define LT_OBJDIR ".libs/"
  4492. | #define HAVE_LIBC 1
  4493. | #define STDC_HEADERS 1
  4494. | #define HAVE_SYS_TYPES_H 1
  4495. | #define HAVE_STDIO_H 1
  4496. | #define HAVE_STDLIB_H 1
  4497. | #define HAVE_STDDEF_H 1
  4498. | #define HAVE_STDARG_H 1
  4499. | #define HAVE_MALLOC_H 1
  4500. | #define HAVE_MEMORY_H 1
  4501. | #define HAVE_STRING_H 1
  4502. | #define HAVE_STRINGS_H 1
  4503. | #define HAVE_WCHAR_H 1
  4504. | #define HAVE_INTTYPES_H 1
  4505. | #define HAVE_STDINT_H 1
  4506. | #define HAVE_LIMITS_H 1
  4507. | #define HAVE_CTYPE_H 1
  4508. | #define HAVE_MATH_H 1
  4509. | #define HAVE_FLOAT_H 1
  4510. | #define HAVE_ICONV_H 1
  4511. | #define HAVE_SIGNAL_H 1
  4512. | #define HAVE_M_PI /**/
  4513. | #define HAVE_ALLOCA_H 1
  4514. | #define HAVE_ALLOCA 1
  4515. | #define HAVE_MEMCMP 1
  4516. | #define HAVE_STRTOD 1
  4517. | #define HAVE_MPROTECT 1
  4518. | #define HAVE_MALLOC 1
  4519. | #define HAVE_CALLOC 1
  4520. | #define HAVE_REALLOC 1
  4521. | #define HAVE_FREE 1
  4522. | #define HAVE_GETENV 1
  4523. | #define HAVE_SETENV 1
  4524. | #define HAVE_PUTENV 1
  4525. | #define HAVE_UNSETENV 1
  4526. | #define HAVE_QSORT 1
  4527. | #define HAVE_ABS 1
  4528. | #define HAVE_BCOPY 1
  4529. | #define HAVE_MEMSET 1
  4530. | #define HAVE_MEMCPY 1
  4531. | #define HAVE_MEMMOVE 1
  4532. | #define HAVE_WCSLEN 1
  4533. | #define HAVE_WCSCMP 1
  4534. | #define HAVE_STRLEN 1
  4535. | #define HAVE_STRCHR 1
  4536. | #define HAVE_STRRCHR 1
  4537. | #define HAVE_STRSTR 1
  4538. | #define HAVE_STRTOL 1
  4539. | #define HAVE_STRTOUL 1
  4540. | #define HAVE_STRTOLL 1
  4541. | #define HAVE_STRTOULL 1
  4542. | #define HAVE_ATOI 1
  4543. | #define HAVE_ATOF 1
  4544. | #define HAVE_STRCMP 1
  4545. | #define HAVE_STRNCMP 1
  4546. | #define HAVE_STRCASECMP 1
  4547. | #define HAVE_STRNCASECMP 1
  4548. | #define HAVE_VSSCANF 1
  4549. | #define HAVE_VSNPRINTF 1
  4550. | #define HAVE_FOPEN64 1
  4551. | #define HAVE_FSEEKO 1
  4552. | #define HAVE_FSEEKO64 1
  4553. | #define HAVE_SIGACTION 1
  4554. | #define HAVE_SETJMP 1
  4555. | #define HAVE_NANOSLEEP 1
  4556. | #define HAVE_SYSCONF 1
  4557. | #define HAVE_GETAUXVAL 1
  4558. | #define HAVE_POLL 1
  4559. | #define HAVE_ACOS 1
  4560. | #define HAVE_ACOSF 1
  4561. | #define HAVE_ASIN 1
  4562. | #define HAVE_ASINF 1
  4563. | #define HAVE_ATAN 1
  4564. | #define HAVE_ATANF 1
  4565. | #define HAVE_ATAN2 1
  4566. | #define HAVE_ATAN2F 1
  4567. | #define HAVE_CEIL 1
  4568. | #define HAVE_CEILF 1
  4569. | #define HAVE_COPYSIGN 1
  4570. | #define HAVE_COPYSIGNF 1
  4571. | #define HAVE_COS 1
  4572. | #define HAVE_COSF 1
  4573. | #define HAVE_FABS 1
  4574. | #define HAVE_FABSF 1
  4575. | #define HAVE_FLOOR 1
  4576. | #define HAVE_FLOORF 1
  4577. | #define HAVE_FMOD 1
  4578. | #define HAVE_FMODF 1
  4579. | #define HAVE_LOG 1
  4580. | #define HAVE_LOGF 1
  4581. | #define HAVE_LOG10 1
  4582. | #define HAVE_LOG10F 1
  4583. | #define HAVE_POW 1
  4584. | #define HAVE_POWF 1
  4585. | #define HAVE_SCALBN 1
  4586. | #define HAVE_SCALBNF 1
  4587. | #define HAVE_SIN 1
  4588. | #define HAVE_SINF 1
  4589. | #define HAVE_SQRT 1
  4590. | #define HAVE_SQRTF 1
  4591. | #define HAVE_TAN 1
  4592. | #define HAVE_TANF 1
  4593. | #define HAVE_ICONV 1
  4594. | #define HAVE_SA_SIGACTION 1
  4595. | #define HAVE_GCC_ATOMICS 1
  4596. | #define SDL_ASSEMBLY_ROUTINES 1
  4597. | /* end confdefs.h. */
  4598. |
  4599. | vector unsigned int vzero() {
  4600. | return vec_splat_u32(0);
  4601. | }
  4602. |
  4603. | int
  4604. | main ()
  4605. | {
  4606. |
  4607. |
  4608. | ;
  4609. | return 0;
  4610. | }
  4611. configure:17555: result: no
  4612. configure:19098: checking for GCC -Wall option
  4613. configure:19118: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Wall -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4614. configure:19118: $? = 0
  4615. configure:19124: result: yes
  4616. configure:19131: checking for necessary GCC -Wno-multichar option
  4617. configure:19139: result: no
  4618. configure:18984: checking for GCC -fvisibility=hidden option
  4619. configure:19007: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -fvisibility=hidden -Werror -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4620. configure:19007: $? = 0
  4621. configure:19013: result: yes
  4622. configure:19061: checking for GCC -Wdeclaration-after-statement option
  4623. configure:19081: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Wdeclaration-after-statement -Werror=declaration-after-statement -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4624. configure:19081: $? = 0
  4625. configure:19087: result: yes
  4626. configure:23245: checking for dlopen
  4627. configure:23264: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4628. configure:23264: $? = 0
  4629. configure:23270: result: yes
  4630. configure:23274: checking for dlopen in -lc
  4631. configure:23299: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lc -lm >&5
  4632. /tmp/cc4CJ8H4.o: In function `main':
  4633. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:140: undefined reference to `dlopen'
  4634. collect2: error: ld returned 1 exit status
  4635. configure:23299: $? = 1
  4636. configure: failed program was:
  4637. | /* confdefs.h */
  4638. | #define PACKAGE_NAME ""
  4639. | #define PACKAGE_TARNAME ""
  4640. | #define PACKAGE_VERSION ""
  4641. | #define PACKAGE_STRING ""
  4642. | #define PACKAGE_BUGREPORT ""
  4643. | #define PACKAGE_URL ""
  4644. | #define STDC_HEADERS 1
  4645. | #define HAVE_SYS_TYPES_H 1
  4646. | #define HAVE_SYS_STAT_H 1
  4647. | #define HAVE_STDLIB_H 1
  4648. | #define HAVE_STRING_H 1
  4649. | #define HAVE_MEMORY_H 1
  4650. | #define HAVE_STRINGS_H 1
  4651. | #define HAVE_INTTYPES_H 1
  4652. | #define HAVE_STDINT_H 1
  4653. | #define HAVE_UNISTD_H 1
  4654. | #define HAVE_DLFCN_H 1
  4655. | #define LT_OBJDIR ".libs/"
  4656. | #define HAVE_LIBC 1
  4657. | #define STDC_HEADERS 1
  4658. | #define HAVE_SYS_TYPES_H 1
  4659. | #define HAVE_STDIO_H 1
  4660. | #define HAVE_STDLIB_H 1
  4661. | #define HAVE_STDDEF_H 1
  4662. | #define HAVE_STDARG_H 1
  4663. | #define HAVE_MALLOC_H 1
  4664. | #define HAVE_MEMORY_H 1
  4665. | #define HAVE_STRING_H 1
  4666. | #define HAVE_STRINGS_H 1
  4667. | #define HAVE_WCHAR_H 1
  4668. | #define HAVE_INTTYPES_H 1
  4669. | #define HAVE_STDINT_H 1
  4670. | #define HAVE_LIMITS_H 1
  4671. | #define HAVE_CTYPE_H 1
  4672. | #define HAVE_MATH_H 1
  4673. | #define HAVE_FLOAT_H 1
  4674. | #define HAVE_ICONV_H 1
  4675. | #define HAVE_SIGNAL_H 1
  4676. | #define HAVE_M_PI /**/
  4677. | #define HAVE_ALLOCA_H 1
  4678. | #define HAVE_ALLOCA 1
  4679. | #define HAVE_MEMCMP 1
  4680. | #define HAVE_STRTOD 1
  4681. | #define HAVE_MPROTECT 1
  4682. | #define HAVE_MALLOC 1
  4683. | #define HAVE_CALLOC 1
  4684. | #define HAVE_REALLOC 1
  4685. | #define HAVE_FREE 1
  4686. | #define HAVE_GETENV 1
  4687. | #define HAVE_SETENV 1
  4688. | #define HAVE_PUTENV 1
  4689. | #define HAVE_UNSETENV 1
  4690. | #define HAVE_QSORT 1
  4691. | #define HAVE_ABS 1
  4692. | #define HAVE_BCOPY 1
  4693. | #define HAVE_MEMSET 1
  4694. | #define HAVE_MEMCPY 1
  4695. | #define HAVE_MEMMOVE 1
  4696. | #define HAVE_WCSLEN 1
  4697. | #define HAVE_WCSCMP 1
  4698. | #define HAVE_STRLEN 1
  4699. | #define HAVE_STRCHR 1
  4700. | #define HAVE_STRRCHR 1
  4701. | #define HAVE_STRSTR 1
  4702. | #define HAVE_STRTOL 1
  4703. | #define HAVE_STRTOUL 1
  4704. | #define HAVE_STRTOLL 1
  4705. | #define HAVE_STRTOULL 1
  4706. | #define HAVE_ATOI 1
  4707. | #define HAVE_ATOF 1
  4708. | #define HAVE_STRCMP 1
  4709. | #define HAVE_STRNCMP 1
  4710. | #define HAVE_STRCASECMP 1
  4711. | #define HAVE_STRNCASECMP 1
  4712. | #define HAVE_VSSCANF 1
  4713. | #define HAVE_VSNPRINTF 1
  4714. | #define HAVE_FOPEN64 1
  4715. | #define HAVE_FSEEKO 1
  4716. | #define HAVE_FSEEKO64 1
  4717. | #define HAVE_SIGACTION 1
  4718. | #define HAVE_SETJMP 1
  4719. | #define HAVE_NANOSLEEP 1
  4720. | #define HAVE_SYSCONF 1
  4721. | #define HAVE_GETAUXVAL 1
  4722. | #define HAVE_POLL 1
  4723. | #define HAVE_ACOS 1
  4724. | #define HAVE_ACOSF 1
  4725. | #define HAVE_ASIN 1
  4726. | #define HAVE_ASINF 1
  4727. | #define HAVE_ATAN 1
  4728. | #define HAVE_ATANF 1
  4729. | #define HAVE_ATAN2 1
  4730. | #define HAVE_ATAN2F 1
  4731. | #define HAVE_CEIL 1
  4732. | #define HAVE_CEILF 1
  4733. | #define HAVE_COPYSIGN 1
  4734. | #define HAVE_COPYSIGNF 1
  4735. | #define HAVE_COS 1
  4736. | #define HAVE_COSF 1
  4737. | #define HAVE_FABS 1
  4738. | #define HAVE_FABSF 1
  4739. | #define HAVE_FLOOR 1
  4740. | #define HAVE_FLOORF 1
  4741. | #define HAVE_FMOD 1
  4742. | #define HAVE_FMODF 1
  4743. | #define HAVE_LOG 1
  4744. | #define HAVE_LOGF 1
  4745. | #define HAVE_LOG10 1
  4746. | #define HAVE_LOG10F 1
  4747. | #define HAVE_POW 1
  4748. | #define HAVE_POWF 1
  4749. | #define HAVE_SCALBN 1
  4750. | #define HAVE_SCALBNF 1
  4751. | #define HAVE_SIN 1
  4752. | #define HAVE_SINF 1
  4753. | #define HAVE_SQRT 1
  4754. | #define HAVE_SQRTF 1
  4755. | #define HAVE_TAN 1
  4756. | #define HAVE_TANF 1
  4757. | #define HAVE_ICONV 1
  4758. | #define HAVE_SA_SIGACTION 1
  4759. | #define HAVE_GCC_ATOMICS 1
  4760. | #define SDL_ASSEMBLY_ROUTINES 1
  4761. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4762. | #define SDL_AUDIO_DRIVER_DISK 1
  4763. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4764. | /* end confdefs.h. */
  4765. |
  4766. | /* Override any GCC internal prototype to avoid an error.
  4767. | Use char because int might match the return type of a GCC
  4768. | builtin and then its argument prototype would still apply. */
  4769. | #ifdef __cplusplus
  4770. | extern "C"
  4771. | #endif
  4772. | char dlopen ();
  4773. | int
  4774. | main ()
  4775. | {
  4776. | return dlopen ();
  4777. | ;
  4778. | return 0;
  4779. | }
  4780. configure:23308: result: no
  4781. configure:23313: checking for dlopen in -ldl
  4782. configure:23338: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -ldl -lm >&5
  4783. configure:23338: $? = 0
  4784. configure:23347: result: yes
  4785. configure:17597: checking for OSS audio support
  4786. configure:17616: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4787. configure:17616: $? = 0
  4788. configure:17649: result: yes
  4789. configure:17709: checking for ALSA CFLAGS
  4790. configure:17715: result:
  4791. configure:17718: checking for ALSA LDFLAGS
  4792. configure:17731: result: -lasound -lm -ldl -lpthread
  4793. configure:17735: checking for libasound headers version >= 1.0.11
  4794. configure:17797: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4795. configure:17797: $? = 0
  4796. configure:17798: result: found.
  4797. configure:17816: checking for snd_ctl_open in -lasound
  4798. configure:17841: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lasound -lasound -lm -ldl -lpthread >&5
  4799. configure:17841: $? = 0
  4800. configure:17850: result: yes
  4801. configure:18341: checking for pkg-config
  4802. configure:18359: found /usr/bin/pkg-config
  4803. configure:18372: result: /usr/bin/pkg-config
  4804. configure:18380: checking for PulseAudio 0.9 support
  4805. configure:18389: result: yes
  4806. configure:17943: checking for pkg-config
  4807. configure:17974: result: /usr/bin/pkg-config
  4808. configure:17982: checking for JACK 0.125 support
  4809. configure:17991: result: no
  4810. configure:18450: checking for artsc-config
  4811. configure:18483: result: no
  4812. configure:18089: checking for esd-config
  4813. configure:18120: result: no
  4814. configure:18129: checking for ESD - version >= 0.2.8
  4815. configure:18229: result: no
  4816. configure:18571: checking audio/audiolib.h usability
  4817. configure:18571: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  4818. conftest.c:169:10: fatal error: audio/audiolib.h: No such file or directory
  4819. #include <audio/audiolib.h>
  4820. ^~~~~~~~~~~~~~~~~~
  4821. compilation terminated.
  4822. configure:18571: $? = 1
  4823. configure: failed program was:
  4824. | /* confdefs.h */
  4825. | #define PACKAGE_NAME ""
  4826. | #define PACKAGE_TARNAME ""
  4827. | #define PACKAGE_VERSION ""
  4828. | #define PACKAGE_STRING ""
  4829. | #define PACKAGE_BUGREPORT ""
  4830. | #define PACKAGE_URL ""
  4831. | #define STDC_HEADERS 1
  4832. | #define HAVE_SYS_TYPES_H 1
  4833. | #define HAVE_SYS_STAT_H 1
  4834. | #define HAVE_STDLIB_H 1
  4835. | #define HAVE_STRING_H 1
  4836. | #define HAVE_MEMORY_H 1
  4837. | #define HAVE_STRINGS_H 1
  4838. | #define HAVE_INTTYPES_H 1
  4839. | #define HAVE_STDINT_H 1
  4840. | #define HAVE_UNISTD_H 1
  4841. | #define HAVE_DLFCN_H 1
  4842. | #define LT_OBJDIR ".libs/"
  4843. | #define HAVE_LIBC 1
  4844. | #define STDC_HEADERS 1
  4845. | #define HAVE_SYS_TYPES_H 1
  4846. | #define HAVE_STDIO_H 1
  4847. | #define HAVE_STDLIB_H 1
  4848. | #define HAVE_STDDEF_H 1
  4849. | #define HAVE_STDARG_H 1
  4850. | #define HAVE_MALLOC_H 1
  4851. | #define HAVE_MEMORY_H 1
  4852. | #define HAVE_STRING_H 1
  4853. | #define HAVE_STRINGS_H 1
  4854. | #define HAVE_WCHAR_H 1
  4855. | #define HAVE_INTTYPES_H 1
  4856. | #define HAVE_STDINT_H 1
  4857. | #define HAVE_LIMITS_H 1
  4858. | #define HAVE_CTYPE_H 1
  4859. | #define HAVE_MATH_H 1
  4860. | #define HAVE_FLOAT_H 1
  4861. | #define HAVE_ICONV_H 1
  4862. | #define HAVE_SIGNAL_H 1
  4863. | #define HAVE_M_PI /**/
  4864. | #define HAVE_ALLOCA_H 1
  4865. | #define HAVE_ALLOCA 1
  4866. | #define HAVE_MEMCMP 1
  4867. | #define HAVE_STRTOD 1
  4868. | #define HAVE_MPROTECT 1
  4869. | #define HAVE_MALLOC 1
  4870. | #define HAVE_CALLOC 1
  4871. | #define HAVE_REALLOC 1
  4872. | #define HAVE_FREE 1
  4873. | #define HAVE_GETENV 1
  4874. | #define HAVE_SETENV 1
  4875. | #define HAVE_PUTENV 1
  4876. | #define HAVE_UNSETENV 1
  4877. | #define HAVE_QSORT 1
  4878. | #define HAVE_ABS 1
  4879. | #define HAVE_BCOPY 1
  4880. | #define HAVE_MEMSET 1
  4881. | #define HAVE_MEMCPY 1
  4882. | #define HAVE_MEMMOVE 1
  4883. | #define HAVE_WCSLEN 1
  4884. | #define HAVE_WCSCMP 1
  4885. | #define HAVE_STRLEN 1
  4886. | #define HAVE_STRCHR 1
  4887. | #define HAVE_STRRCHR 1
  4888. | #define HAVE_STRSTR 1
  4889. | #define HAVE_STRTOL 1
  4890. | #define HAVE_STRTOUL 1
  4891. | #define HAVE_STRTOLL 1
  4892. | #define HAVE_STRTOULL 1
  4893. | #define HAVE_ATOI 1
  4894. | #define HAVE_ATOF 1
  4895. | #define HAVE_STRCMP 1
  4896. | #define HAVE_STRNCMP 1
  4897. | #define HAVE_STRCASECMP 1
  4898. | #define HAVE_STRNCASECMP 1
  4899. | #define HAVE_VSSCANF 1
  4900. | #define HAVE_VSNPRINTF 1
  4901. | #define HAVE_FOPEN64 1
  4902. | #define HAVE_FSEEKO 1
  4903. | #define HAVE_FSEEKO64 1
  4904. | #define HAVE_SIGACTION 1
  4905. | #define HAVE_SETJMP 1
  4906. | #define HAVE_NANOSLEEP 1
  4907. | #define HAVE_SYSCONF 1
  4908. | #define HAVE_GETAUXVAL 1
  4909. | #define HAVE_POLL 1
  4910. | #define HAVE_ACOS 1
  4911. | #define HAVE_ACOSF 1
  4912. | #define HAVE_ASIN 1
  4913. | #define HAVE_ASINF 1
  4914. | #define HAVE_ATAN 1
  4915. | #define HAVE_ATANF 1
  4916. | #define HAVE_ATAN2 1
  4917. | #define HAVE_ATAN2F 1
  4918. | #define HAVE_CEIL 1
  4919. | #define HAVE_CEILF 1
  4920. | #define HAVE_COPYSIGN 1
  4921. | #define HAVE_COPYSIGNF 1
  4922. | #define HAVE_COS 1
  4923. | #define HAVE_COSF 1
  4924. | #define HAVE_FABS 1
  4925. | #define HAVE_FABSF 1
  4926. | #define HAVE_FLOOR 1
  4927. | #define HAVE_FLOORF 1
  4928. | #define HAVE_FMOD 1
  4929. | #define HAVE_FMODF 1
  4930. | #define HAVE_LOG 1
  4931. | #define HAVE_LOGF 1
  4932. | #define HAVE_LOG10 1
  4933. | #define HAVE_LOG10F 1
  4934. | #define HAVE_POW 1
  4935. | #define HAVE_POWF 1
  4936. | #define HAVE_SCALBN 1
  4937. | #define HAVE_SCALBNF 1
  4938. | #define HAVE_SIN 1
  4939. | #define HAVE_SINF 1
  4940. | #define HAVE_SQRT 1
  4941. | #define HAVE_SQRTF 1
  4942. | #define HAVE_TAN 1
  4943. | #define HAVE_TANF 1
  4944. | #define HAVE_ICONV 1
  4945. | #define HAVE_SA_SIGACTION 1
  4946. | #define HAVE_GCC_ATOMICS 1
  4947. | #define SDL_ASSEMBLY_ROUTINES 1
  4948. | #define SDL_VIDEO_DRIVER_DUMMY 1
  4949. | #define SDL_AUDIO_DRIVER_DISK 1
  4950. | #define SDL_AUDIO_DRIVER_DUMMY 1
  4951. | #define SDL_LOADSO_DLOPEN 1
  4952. | #define SDL_AUDIO_DRIVER_OSS 1
  4953. | #define HAVE_LIBASOUND 1
  4954. | #define SDL_AUDIO_DRIVER_ALSA 1
  4955. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  4956. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  4957. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  4958. | /* end confdefs.h. */
  4959. | #include <stdio.h>
  4960. | #ifdef HAVE_SYS_TYPES_H
  4961. | # include <sys/types.h>
  4962. | #endif
  4963. | #ifdef HAVE_SYS_STAT_H
  4964. | # include <sys/stat.h>
  4965. | #endif
  4966. | #ifdef STDC_HEADERS
  4967. | # include <stdlib.h>
  4968. | # include <stddef.h>
  4969. | #else
  4970. | # ifdef HAVE_STDLIB_H
  4971. | # include <stdlib.h>
  4972. | # endif
  4973. | #endif
  4974. | #ifdef HAVE_STRING_H
  4975. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4976. | # include <memory.h>
  4977. | # endif
  4978. | # include <string.h>
  4979. | #endif
  4980. | #ifdef HAVE_STRINGS_H
  4981. | # include <strings.h>
  4982. | #endif
  4983. | #ifdef HAVE_INTTYPES_H
  4984. | # include <inttypes.h>
  4985. | #endif
  4986. | #ifdef HAVE_STDINT_H
  4987. | # include <stdint.h>
  4988. | #endif
  4989. | #ifdef HAVE_UNISTD_H
  4990. | # include <unistd.h>
  4991. | #endif
  4992. | #include <audio/audiolib.h>
  4993. configure:18571: result: no
  4994. configure:18571: checking audio/audiolib.h presence
  4995. configure:18571: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  4996. conftest.c:136:10: fatal error: audio/audiolib.h: No such file or directory
  4997. #include <audio/audiolib.h>
  4998. ^~~~~~~~~~~~~~~~~~
  4999. compilation terminated.
  5000. configure:18571: $? = 1
  5001. configure: failed program was:
  5002. | /* confdefs.h */
  5003. | #define PACKAGE_NAME ""
  5004. | #define PACKAGE_TARNAME ""
  5005. | #define PACKAGE_VERSION ""
  5006. | #define PACKAGE_STRING ""
  5007. | #define PACKAGE_BUGREPORT ""
  5008. | #define PACKAGE_URL ""
  5009. | #define STDC_HEADERS 1
  5010. | #define HAVE_SYS_TYPES_H 1
  5011. | #define HAVE_SYS_STAT_H 1
  5012. | #define HAVE_STDLIB_H 1
  5013. | #define HAVE_STRING_H 1
  5014. | #define HAVE_MEMORY_H 1
  5015. | #define HAVE_STRINGS_H 1
  5016. | #define HAVE_INTTYPES_H 1
  5017. | #define HAVE_STDINT_H 1
  5018. | #define HAVE_UNISTD_H 1
  5019. | #define HAVE_DLFCN_H 1
  5020. | #define LT_OBJDIR ".libs/"
  5021. | #define HAVE_LIBC 1
  5022. | #define STDC_HEADERS 1
  5023. | #define HAVE_SYS_TYPES_H 1
  5024. | #define HAVE_STDIO_H 1
  5025. | #define HAVE_STDLIB_H 1
  5026. | #define HAVE_STDDEF_H 1
  5027. | #define HAVE_STDARG_H 1
  5028. | #define HAVE_MALLOC_H 1
  5029. | #define HAVE_MEMORY_H 1
  5030. | #define HAVE_STRING_H 1
  5031. | #define HAVE_STRINGS_H 1
  5032. | #define HAVE_WCHAR_H 1
  5033. | #define HAVE_INTTYPES_H 1
  5034. | #define HAVE_STDINT_H 1
  5035. | #define HAVE_LIMITS_H 1
  5036. | #define HAVE_CTYPE_H 1
  5037. | #define HAVE_MATH_H 1
  5038. | #define HAVE_FLOAT_H 1
  5039. | #define HAVE_ICONV_H 1
  5040. | #define HAVE_SIGNAL_H 1
  5041. | #define HAVE_M_PI /**/
  5042. | #define HAVE_ALLOCA_H 1
  5043. | #define HAVE_ALLOCA 1
  5044. | #define HAVE_MEMCMP 1
  5045. | #define HAVE_STRTOD 1
  5046. | #define HAVE_MPROTECT 1
  5047. | #define HAVE_MALLOC 1
  5048. | #define HAVE_CALLOC 1
  5049. | #define HAVE_REALLOC 1
  5050. | #define HAVE_FREE 1
  5051. | #define HAVE_GETENV 1
  5052. | #define HAVE_SETENV 1
  5053. | #define HAVE_PUTENV 1
  5054. | #define HAVE_UNSETENV 1
  5055. | #define HAVE_QSORT 1
  5056. | #define HAVE_ABS 1
  5057. | #define HAVE_BCOPY 1
  5058. | #define HAVE_MEMSET 1
  5059. | #define HAVE_MEMCPY 1
  5060. | #define HAVE_MEMMOVE 1
  5061. | #define HAVE_WCSLEN 1
  5062. | #define HAVE_WCSCMP 1
  5063. | #define HAVE_STRLEN 1
  5064. | #define HAVE_STRCHR 1
  5065. | #define HAVE_STRRCHR 1
  5066. | #define HAVE_STRSTR 1
  5067. | #define HAVE_STRTOL 1
  5068. | #define HAVE_STRTOUL 1
  5069. | #define HAVE_STRTOLL 1
  5070. | #define HAVE_STRTOULL 1
  5071. | #define HAVE_ATOI 1
  5072. | #define HAVE_ATOF 1
  5073. | #define HAVE_STRCMP 1
  5074. | #define HAVE_STRNCMP 1
  5075. | #define HAVE_STRCASECMP 1
  5076. | #define HAVE_STRNCASECMP 1
  5077. | #define HAVE_VSSCANF 1
  5078. | #define HAVE_VSNPRINTF 1
  5079. | #define HAVE_FOPEN64 1
  5080. | #define HAVE_FSEEKO 1
  5081. | #define HAVE_FSEEKO64 1
  5082. | #define HAVE_SIGACTION 1
  5083. | #define HAVE_SETJMP 1
  5084. | #define HAVE_NANOSLEEP 1
  5085. | #define HAVE_SYSCONF 1
  5086. | #define HAVE_GETAUXVAL 1
  5087. | #define HAVE_POLL 1
  5088. | #define HAVE_ACOS 1
  5089. | #define HAVE_ACOSF 1
  5090. | #define HAVE_ASIN 1
  5091. | #define HAVE_ASINF 1
  5092. | #define HAVE_ATAN 1
  5093. | #define HAVE_ATANF 1
  5094. | #define HAVE_ATAN2 1
  5095. | #define HAVE_ATAN2F 1
  5096. | #define HAVE_CEIL 1
  5097. | #define HAVE_CEILF 1
  5098. | #define HAVE_COPYSIGN 1
  5099. | #define HAVE_COPYSIGNF 1
  5100. | #define HAVE_COS 1
  5101. | #define HAVE_COSF 1
  5102. | #define HAVE_FABS 1
  5103. | #define HAVE_FABSF 1
  5104. | #define HAVE_FLOOR 1
  5105. | #define HAVE_FLOORF 1
  5106. | #define HAVE_FMOD 1
  5107. | #define HAVE_FMODF 1
  5108. | #define HAVE_LOG 1
  5109. | #define HAVE_LOGF 1
  5110. | #define HAVE_LOG10 1
  5111. | #define HAVE_LOG10F 1
  5112. | #define HAVE_POW 1
  5113. | #define HAVE_POWF 1
  5114. | #define HAVE_SCALBN 1
  5115. | #define HAVE_SCALBNF 1
  5116. | #define HAVE_SIN 1
  5117. | #define HAVE_SINF 1
  5118. | #define HAVE_SQRT 1
  5119. | #define HAVE_SQRTF 1
  5120. | #define HAVE_TAN 1
  5121. | #define HAVE_TANF 1
  5122. | #define HAVE_ICONV 1
  5123. | #define HAVE_SA_SIGACTION 1
  5124. | #define HAVE_GCC_ATOMICS 1
  5125. | #define SDL_ASSEMBLY_ROUTINES 1
  5126. | #define SDL_VIDEO_DRIVER_DUMMY 1
  5127. | #define SDL_AUDIO_DRIVER_DISK 1
  5128. | #define SDL_AUDIO_DRIVER_DUMMY 1
  5129. | #define SDL_LOADSO_DLOPEN 1
  5130. | #define SDL_AUDIO_DRIVER_OSS 1
  5131. | #define HAVE_LIBASOUND 1
  5132. | #define SDL_AUDIO_DRIVER_ALSA 1
  5133. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  5134. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  5135. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  5136. | /* end confdefs.h. */
  5137. | #include <audio/audiolib.h>
  5138. configure:18571: result: no
  5139. configure:18571: checking for audio/audiolib.h
  5140. configure:18571: result: no
  5141. configure:18577: checking for AuOpenServer in -laudio
  5142. configure:18602: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -laudio -lm >&5
  5143. /usr/bin/arm-linux-gnueabihf-ld: cannot find -laudio
  5144. collect2: error: ld returned 1 exit status
  5145. configure:18602: $? = 1
  5146. configure: failed program was:
  5147. | /* confdefs.h */
  5148. | #define PACKAGE_NAME ""
  5149. | #define PACKAGE_TARNAME ""
  5150. | #define PACKAGE_VERSION ""
  5151. | #define PACKAGE_STRING ""
  5152. | #define PACKAGE_BUGREPORT ""
  5153. | #define PACKAGE_URL ""
  5154. | #define STDC_HEADERS 1
  5155. | #define HAVE_SYS_TYPES_H 1
  5156. | #define HAVE_SYS_STAT_H 1
  5157. | #define HAVE_STDLIB_H 1
  5158. | #define HAVE_STRING_H 1
  5159. | #define HAVE_MEMORY_H 1
  5160. | #define HAVE_STRINGS_H 1
  5161. | #define HAVE_INTTYPES_H 1
  5162. | #define HAVE_STDINT_H 1
  5163. | #define HAVE_UNISTD_H 1
  5164. | #define HAVE_DLFCN_H 1
  5165. | #define LT_OBJDIR ".libs/"
  5166. | #define HAVE_LIBC 1
  5167. | #define STDC_HEADERS 1
  5168. | #define HAVE_SYS_TYPES_H 1
  5169. | #define HAVE_STDIO_H 1
  5170. | #define HAVE_STDLIB_H 1
  5171. | #define HAVE_STDDEF_H 1
  5172. | #define HAVE_STDARG_H 1
  5173. | #define HAVE_MALLOC_H 1
  5174. | #define HAVE_MEMORY_H 1
  5175. | #define HAVE_STRING_H 1
  5176. | #define HAVE_STRINGS_H 1
  5177. | #define HAVE_WCHAR_H 1
  5178. | #define HAVE_INTTYPES_H 1
  5179. | #define HAVE_STDINT_H 1
  5180. | #define HAVE_LIMITS_H 1
  5181. | #define HAVE_CTYPE_H 1
  5182. | #define HAVE_MATH_H 1
  5183. | #define HAVE_FLOAT_H 1
  5184. | #define HAVE_ICONV_H 1
  5185. | #define HAVE_SIGNAL_H 1
  5186. | #define HAVE_M_PI /**/
  5187. | #define HAVE_ALLOCA_H 1
  5188. | #define HAVE_ALLOCA 1
  5189. | #define HAVE_MEMCMP 1
  5190. | #define HAVE_STRTOD 1
  5191. | #define HAVE_MPROTECT 1
  5192. | #define HAVE_MALLOC 1
  5193. | #define HAVE_CALLOC 1
  5194. | #define HAVE_REALLOC 1
  5195. | #define HAVE_FREE 1
  5196. | #define HAVE_GETENV 1
  5197. | #define HAVE_SETENV 1
  5198. | #define HAVE_PUTENV 1
  5199. | #define HAVE_UNSETENV 1
  5200. | #define HAVE_QSORT 1
  5201. | #define HAVE_ABS 1
  5202. | #define HAVE_BCOPY 1
  5203. | #define HAVE_MEMSET 1
  5204. | #define HAVE_MEMCPY 1
  5205. | #define HAVE_MEMMOVE 1
  5206. | #define HAVE_WCSLEN 1
  5207. | #define HAVE_WCSCMP 1
  5208. | #define HAVE_STRLEN 1
  5209. | #define HAVE_STRCHR 1
  5210. | #define HAVE_STRRCHR 1
  5211. | #define HAVE_STRSTR 1
  5212. | #define HAVE_STRTOL 1
  5213. | #define HAVE_STRTOUL 1
  5214. | #define HAVE_STRTOLL 1
  5215. | #define HAVE_STRTOULL 1
  5216. | #define HAVE_ATOI 1
  5217. | #define HAVE_ATOF 1
  5218. | #define HAVE_STRCMP 1
  5219. | #define HAVE_STRNCMP 1
  5220. | #define HAVE_STRCASECMP 1
  5221. | #define HAVE_STRNCASECMP 1
  5222. | #define HAVE_VSSCANF 1
  5223. | #define HAVE_VSNPRINTF 1
  5224. | #define HAVE_FOPEN64 1
  5225. | #define HAVE_FSEEKO 1
  5226. | #define HAVE_FSEEKO64 1
  5227. | #define HAVE_SIGACTION 1
  5228. | #define HAVE_SETJMP 1
  5229. | #define HAVE_NANOSLEEP 1
  5230. | #define HAVE_SYSCONF 1
  5231. | #define HAVE_GETAUXVAL 1
  5232. | #define HAVE_POLL 1
  5233. | #define HAVE_ACOS 1
  5234. | #define HAVE_ACOSF 1
  5235. | #define HAVE_ASIN 1
  5236. | #define HAVE_ASINF 1
  5237. | #define HAVE_ATAN 1
  5238. | #define HAVE_ATANF 1
  5239. | #define HAVE_ATAN2 1
  5240. | #define HAVE_ATAN2F 1
  5241. | #define HAVE_CEIL 1
  5242. | #define HAVE_CEILF 1
  5243. | #define HAVE_COPYSIGN 1
  5244. | #define HAVE_COPYSIGNF 1
  5245. | #define HAVE_COS 1
  5246. | #define HAVE_COSF 1
  5247. | #define HAVE_FABS 1
  5248. | #define HAVE_FABSF 1
  5249. | #define HAVE_FLOOR 1
  5250. | #define HAVE_FLOORF 1
  5251. | #define HAVE_FMOD 1
  5252. | #define HAVE_FMODF 1
  5253. | #define HAVE_LOG 1
  5254. | #define HAVE_LOGF 1
  5255. | #define HAVE_LOG10 1
  5256. | #define HAVE_LOG10F 1
  5257. | #define HAVE_POW 1
  5258. | #define HAVE_POWF 1
  5259. | #define HAVE_SCALBN 1
  5260. | #define HAVE_SCALBNF 1
  5261. | #define HAVE_SIN 1
  5262. | #define HAVE_SINF 1
  5263. | #define HAVE_SQRT 1
  5264. | #define HAVE_SQRTF 1
  5265. | #define HAVE_TAN 1
  5266. | #define HAVE_TANF 1
  5267. | #define HAVE_ICONV 1
  5268. | #define HAVE_SA_SIGACTION 1
  5269. | #define HAVE_GCC_ATOMICS 1
  5270. | #define SDL_ASSEMBLY_ROUTINES 1
  5271. | #define SDL_VIDEO_DRIVER_DUMMY 1
  5272. | #define SDL_AUDIO_DRIVER_DISK 1
  5273. | #define SDL_AUDIO_DRIVER_DUMMY 1
  5274. | #define SDL_LOADSO_DLOPEN 1
  5275. | #define SDL_AUDIO_DRIVER_OSS 1
  5276. | #define HAVE_LIBASOUND 1
  5277. | #define SDL_AUDIO_DRIVER_ALSA 1
  5278. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  5279. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  5280. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  5281. | /* end confdefs.h. */
  5282. |
  5283. | /* Override any GCC internal prototype to avoid an error.
  5284. | Use char because int might match the return type of a GCC
  5285. | builtin and then its argument prototype would still apply. */
  5286. | #ifdef __cplusplus
  5287. | extern "C"
  5288. | #endif
  5289. | char AuOpenServer ();
  5290. | int
  5291. | main ()
  5292. | {
  5293. | return AuOpenServer ();
  5294. | ;
  5295. | return 0;
  5296. | }
  5297. configure:18611: result: no
  5298. configure:18618: checking for NAS audio support
  5299. configure:18633: result: no
  5300. configure:18685: checking sndio.h usability
  5301. configure:18685: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5302. configure:18685: $? = 0
  5303. configure:18685: result: yes
  5304. configure:18685: checking sndio.h presence
  5305. configure:18685: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  5306. configure:18685: $? = 0
  5307. configure:18685: result: yes
  5308. configure:18685: checking for sndio.h
  5309. configure:18685: result: yes
  5310. configure:18691: checking for sio_open in -lsndio
  5311. configure:18716: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lsndio -lm >&5
  5312. configure:18716: $? = 0
  5313. configure:18725: result: yes
  5314. configure:18732: checking for sndio audio support
  5315. configure:18741: result: yes
  5316. configure:18939: checking samplerate.h usability
  5317. configure:18939: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5318. conftest.c:170:10: fatal error: samplerate.h: No such file or directory
  5319. #include <samplerate.h>
  5320. ^~~~~~~~~~~~~~
  5321. compilation terminated.
  5322. configure:18939: $? = 1
  5323. configure: failed program was:
  5324. | /* confdefs.h */
  5325. | #define PACKAGE_NAME ""
  5326. | #define PACKAGE_TARNAME ""
  5327. | #define PACKAGE_VERSION ""
  5328. | #define PACKAGE_STRING ""
  5329. | #define PACKAGE_BUGREPORT ""
  5330. | #define PACKAGE_URL ""
  5331. | #define STDC_HEADERS 1
  5332. | #define HAVE_SYS_TYPES_H 1
  5333. | #define HAVE_SYS_STAT_H 1
  5334. | #define HAVE_STDLIB_H 1
  5335. | #define HAVE_STRING_H 1
  5336. | #define HAVE_MEMORY_H 1
  5337. | #define HAVE_STRINGS_H 1
  5338. | #define HAVE_INTTYPES_H 1
  5339. | #define HAVE_STDINT_H 1
  5340. | #define HAVE_UNISTD_H 1
  5341. | #define HAVE_DLFCN_H 1
  5342. | #define LT_OBJDIR ".libs/"
  5343. | #define HAVE_LIBC 1
  5344. | #define STDC_HEADERS 1
  5345. | #define HAVE_SYS_TYPES_H 1
  5346. | #define HAVE_STDIO_H 1
  5347. | #define HAVE_STDLIB_H 1
  5348. | #define HAVE_STDDEF_H 1
  5349. | #define HAVE_STDARG_H 1
  5350. | #define HAVE_MALLOC_H 1
  5351. | #define HAVE_MEMORY_H 1
  5352. | #define HAVE_STRING_H 1
  5353. | #define HAVE_STRINGS_H 1
  5354. | #define HAVE_WCHAR_H 1
  5355. | #define HAVE_INTTYPES_H 1
  5356. | #define HAVE_STDINT_H 1
  5357. | #define HAVE_LIMITS_H 1
  5358. | #define HAVE_CTYPE_H 1
  5359. | #define HAVE_MATH_H 1
  5360. | #define HAVE_FLOAT_H 1
  5361. | #define HAVE_ICONV_H 1
  5362. | #define HAVE_SIGNAL_H 1
  5363. | #define HAVE_M_PI /**/
  5364. | #define HAVE_ALLOCA_H 1
  5365. | #define HAVE_ALLOCA 1
  5366. | #define HAVE_MEMCMP 1
  5367. | #define HAVE_STRTOD 1
  5368. | #define HAVE_MPROTECT 1
  5369. | #define HAVE_MALLOC 1
  5370. | #define HAVE_CALLOC 1
  5371. | #define HAVE_REALLOC 1
  5372. | #define HAVE_FREE 1
  5373. | #define HAVE_GETENV 1
  5374. | #define HAVE_SETENV 1
  5375. | #define HAVE_PUTENV 1
  5376. | #define HAVE_UNSETENV 1
  5377. | #define HAVE_QSORT 1
  5378. | #define HAVE_ABS 1
  5379. | #define HAVE_BCOPY 1
  5380. | #define HAVE_MEMSET 1
  5381. | #define HAVE_MEMCPY 1
  5382. | #define HAVE_MEMMOVE 1
  5383. | #define HAVE_WCSLEN 1
  5384. | #define HAVE_WCSCMP 1
  5385. | #define HAVE_STRLEN 1
  5386. | #define HAVE_STRCHR 1
  5387. | #define HAVE_STRRCHR 1
  5388. | #define HAVE_STRSTR 1
  5389. | #define HAVE_STRTOL 1
  5390. | #define HAVE_STRTOUL 1
  5391. | #define HAVE_STRTOLL 1
  5392. | #define HAVE_STRTOULL 1
  5393. | #define HAVE_ATOI 1
  5394. | #define HAVE_ATOF 1
  5395. | #define HAVE_STRCMP 1
  5396. | #define HAVE_STRNCMP 1
  5397. | #define HAVE_STRCASECMP 1
  5398. | #define HAVE_STRNCASECMP 1
  5399. | #define HAVE_VSSCANF 1
  5400. | #define HAVE_VSNPRINTF 1
  5401. | #define HAVE_FOPEN64 1
  5402. | #define HAVE_FSEEKO 1
  5403. | #define HAVE_FSEEKO64 1
  5404. | #define HAVE_SIGACTION 1
  5405. | #define HAVE_SETJMP 1
  5406. | #define HAVE_NANOSLEEP 1
  5407. | #define HAVE_SYSCONF 1
  5408. | #define HAVE_GETAUXVAL 1
  5409. | #define HAVE_POLL 1
  5410. | #define HAVE_ACOS 1
  5411. | #define HAVE_ACOSF 1
  5412. | #define HAVE_ASIN 1
  5413. | #define HAVE_ASINF 1
  5414. | #define HAVE_ATAN 1
  5415. | #define HAVE_ATANF 1
  5416. | #define HAVE_ATAN2 1
  5417. | #define HAVE_ATAN2F 1
  5418. | #define HAVE_CEIL 1
  5419. | #define HAVE_CEILF 1
  5420. | #define HAVE_COPYSIGN 1
  5421. | #define HAVE_COPYSIGNF 1
  5422. | #define HAVE_COS 1
  5423. | #define HAVE_COSF 1
  5424. | #define HAVE_FABS 1
  5425. | #define HAVE_FABSF 1
  5426. | #define HAVE_FLOOR 1
  5427. | #define HAVE_FLOORF 1
  5428. | #define HAVE_FMOD 1
  5429. | #define HAVE_FMODF 1
  5430. | #define HAVE_LOG 1
  5431. | #define HAVE_LOGF 1
  5432. | #define HAVE_LOG10 1
  5433. | #define HAVE_LOG10F 1
  5434. | #define HAVE_POW 1
  5435. | #define HAVE_POWF 1
  5436. | #define HAVE_SCALBN 1
  5437. | #define HAVE_SCALBNF 1
  5438. | #define HAVE_SIN 1
  5439. | #define HAVE_SINF 1
  5440. | #define HAVE_SQRT 1
  5441. | #define HAVE_SQRTF 1
  5442. | #define HAVE_TAN 1
  5443. | #define HAVE_TANF 1
  5444. | #define HAVE_ICONV 1
  5445. | #define HAVE_SA_SIGACTION 1
  5446. | #define HAVE_GCC_ATOMICS 1
  5447. | #define SDL_ASSEMBLY_ROUTINES 1
  5448. | #define SDL_VIDEO_DRIVER_DUMMY 1
  5449. | #define SDL_AUDIO_DRIVER_DISK 1
  5450. | #define SDL_AUDIO_DRIVER_DUMMY 1
  5451. | #define SDL_LOADSO_DLOPEN 1
  5452. | #define SDL_AUDIO_DRIVER_OSS 1
  5453. | #define HAVE_LIBASOUND 1
  5454. | #define SDL_AUDIO_DRIVER_ALSA 1
  5455. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  5456. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  5457. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  5458. | #define SDL_AUDIO_DRIVER_SNDIO 1
  5459. | /* end confdefs.h. */
  5460. | #include <stdio.h>
  5461. | #ifdef HAVE_SYS_TYPES_H
  5462. | # include <sys/types.h>
  5463. | #endif
  5464. | #ifdef HAVE_SYS_STAT_H
  5465. | # include <sys/stat.h>
  5466. | #endif
  5467. | #ifdef STDC_HEADERS
  5468. | # include <stdlib.h>
  5469. | # include <stddef.h>
  5470. | #else
  5471. | # ifdef HAVE_STDLIB_H
  5472. | # include <stdlib.h>
  5473. | # endif
  5474. | #endif
  5475. | #ifdef HAVE_STRING_H
  5476. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5477. | # include <memory.h>
  5478. | # endif
  5479. | # include <string.h>
  5480. | #endif
  5481. | #ifdef HAVE_STRINGS_H
  5482. | # include <strings.h>
  5483. | #endif
  5484. | #ifdef HAVE_INTTYPES_H
  5485. | # include <inttypes.h>
  5486. | #endif
  5487. | #ifdef HAVE_STDINT_H
  5488. | # include <stdint.h>
  5489. | #endif
  5490. | #ifdef HAVE_UNISTD_H
  5491. | # include <unistd.h>
  5492. | #endif
  5493. | #include <samplerate.h>
  5494. configure:18939: result: no
  5495. configure:18939: checking samplerate.h presence
  5496. configure:18939: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  5497. conftest.c:137:10: fatal error: samplerate.h: No such file or directory
  5498. #include <samplerate.h>
  5499. ^~~~~~~~~~~~~~
  5500. compilation terminated.
  5501. configure:18939: $? = 1
  5502. configure: failed program was:
  5503. | /* confdefs.h */
  5504. | #define PACKAGE_NAME ""
  5505. | #define PACKAGE_TARNAME ""
  5506. | #define PACKAGE_VERSION ""
  5507. | #define PACKAGE_STRING ""
  5508. | #define PACKAGE_BUGREPORT ""
  5509. | #define PACKAGE_URL ""
  5510. | #define STDC_HEADERS 1
  5511. | #define HAVE_SYS_TYPES_H 1
  5512. | #define HAVE_SYS_STAT_H 1
  5513. | #define HAVE_STDLIB_H 1
  5514. | #define HAVE_STRING_H 1
  5515. | #define HAVE_MEMORY_H 1
  5516. | #define HAVE_STRINGS_H 1
  5517. | #define HAVE_INTTYPES_H 1
  5518. | #define HAVE_STDINT_H 1
  5519. | #define HAVE_UNISTD_H 1
  5520. | #define HAVE_DLFCN_H 1
  5521. | #define LT_OBJDIR ".libs/"
  5522. | #define HAVE_LIBC 1
  5523. | #define STDC_HEADERS 1
  5524. | #define HAVE_SYS_TYPES_H 1
  5525. | #define HAVE_STDIO_H 1
  5526. | #define HAVE_STDLIB_H 1
  5527. | #define HAVE_STDDEF_H 1
  5528. | #define HAVE_STDARG_H 1
  5529. | #define HAVE_MALLOC_H 1
  5530. | #define HAVE_MEMORY_H 1
  5531. | #define HAVE_STRING_H 1
  5532. | #define HAVE_STRINGS_H 1
  5533. | #define HAVE_WCHAR_H 1
  5534. | #define HAVE_INTTYPES_H 1
  5535. | #define HAVE_STDINT_H 1
  5536. | #define HAVE_LIMITS_H 1
  5537. | #define HAVE_CTYPE_H 1
  5538. | #define HAVE_MATH_H 1
  5539. | #define HAVE_FLOAT_H 1
  5540. | #define HAVE_ICONV_H 1
  5541. | #define HAVE_SIGNAL_H 1
  5542. | #define HAVE_M_PI /**/
  5543. | #define HAVE_ALLOCA_H 1
  5544. | #define HAVE_ALLOCA 1
  5545. | #define HAVE_MEMCMP 1
  5546. | #define HAVE_STRTOD 1
  5547. | #define HAVE_MPROTECT 1
  5548. | #define HAVE_MALLOC 1
  5549. | #define HAVE_CALLOC 1
  5550. | #define HAVE_REALLOC 1
  5551. | #define HAVE_FREE 1
  5552. | #define HAVE_GETENV 1
  5553. | #define HAVE_SETENV 1
  5554. | #define HAVE_PUTENV 1
  5555. | #define HAVE_UNSETENV 1
  5556. | #define HAVE_QSORT 1
  5557. | #define HAVE_ABS 1
  5558. | #define HAVE_BCOPY 1
  5559. | #define HAVE_MEMSET 1
  5560. | #define HAVE_MEMCPY 1
  5561. | #define HAVE_MEMMOVE 1
  5562. | #define HAVE_WCSLEN 1
  5563. | #define HAVE_WCSCMP 1
  5564. | #define HAVE_STRLEN 1
  5565. | #define HAVE_STRCHR 1
  5566. | #define HAVE_STRRCHR 1
  5567. | #define HAVE_STRSTR 1
  5568. | #define HAVE_STRTOL 1
  5569. | #define HAVE_STRTOUL 1
  5570. | #define HAVE_STRTOLL 1
  5571. | #define HAVE_STRTOULL 1
  5572. | #define HAVE_ATOI 1
  5573. | #define HAVE_ATOF 1
  5574. | #define HAVE_STRCMP 1
  5575. | #define HAVE_STRNCMP 1
  5576. | #define HAVE_STRCASECMP 1
  5577. | #define HAVE_STRNCASECMP 1
  5578. | #define HAVE_VSSCANF 1
  5579. | #define HAVE_VSNPRINTF 1
  5580. | #define HAVE_FOPEN64 1
  5581. | #define HAVE_FSEEKO 1
  5582. | #define HAVE_FSEEKO64 1
  5583. | #define HAVE_SIGACTION 1
  5584. | #define HAVE_SETJMP 1
  5585. | #define HAVE_NANOSLEEP 1
  5586. | #define HAVE_SYSCONF 1
  5587. | #define HAVE_GETAUXVAL 1
  5588. | #define HAVE_POLL 1
  5589. | #define HAVE_ACOS 1
  5590. | #define HAVE_ACOSF 1
  5591. | #define HAVE_ASIN 1
  5592. | #define HAVE_ASINF 1
  5593. | #define HAVE_ATAN 1
  5594. | #define HAVE_ATANF 1
  5595. | #define HAVE_ATAN2 1
  5596. | #define HAVE_ATAN2F 1
  5597. | #define HAVE_CEIL 1
  5598. | #define HAVE_CEILF 1
  5599. | #define HAVE_COPYSIGN 1
  5600. | #define HAVE_COPYSIGNF 1
  5601. | #define HAVE_COS 1
  5602. | #define HAVE_COSF 1
  5603. | #define HAVE_FABS 1
  5604. | #define HAVE_FABSF 1
  5605. | #define HAVE_FLOOR 1
  5606. | #define HAVE_FLOORF 1
  5607. | #define HAVE_FMOD 1
  5608. | #define HAVE_FMODF 1
  5609. | #define HAVE_LOG 1
  5610. | #define HAVE_LOGF 1
  5611. | #define HAVE_LOG10 1
  5612. | #define HAVE_LOG10F 1
  5613. | #define HAVE_POW 1
  5614. | #define HAVE_POWF 1
  5615. | #define HAVE_SCALBN 1
  5616. | #define HAVE_SCALBNF 1
  5617. | #define HAVE_SIN 1
  5618. | #define HAVE_SINF 1
  5619. | #define HAVE_SQRT 1
  5620. | #define HAVE_SQRTF 1
  5621. | #define HAVE_TAN 1
  5622. | #define HAVE_TANF 1
  5623. | #define HAVE_ICONV 1
  5624. | #define HAVE_SA_SIGACTION 1
  5625. | #define HAVE_GCC_ATOMICS 1
  5626. | #define SDL_ASSEMBLY_ROUTINES 1
  5627. | #define SDL_VIDEO_DRIVER_DUMMY 1
  5628. | #define SDL_AUDIO_DRIVER_DISK 1
  5629. | #define SDL_AUDIO_DRIVER_DUMMY 1
  5630. | #define SDL_LOADSO_DLOPEN 1
  5631. | #define SDL_AUDIO_DRIVER_OSS 1
  5632. | #define HAVE_LIBASOUND 1
  5633. | #define SDL_AUDIO_DRIVER_ALSA 1
  5634. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  5635. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  5636. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  5637. | #define SDL_AUDIO_DRIVER_SNDIO 1
  5638. | /* end confdefs.h. */
  5639. | #include <samplerate.h>
  5640. configure:18939: result: no
  5641. configure:18939: checking for samplerate.h
  5642. configure:18939: result: no
  5643. configure:19519: checking for pkg-config
  5644. configure:19550: result: /usr/bin/pkg-config
  5645. configure:19575: checking for Raspberry Pi
  5646. configure:19593: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm -Wl,-rpath,/opt/vc/lib -L/opt/vc/lib -lbcm_host >&5
  5647. conftest.c:138:20: fatal error: bcm_host.h: No such file or directory
  5648. #include <bcm_host.h>
  5649. ^~~~~~~~~~~~
  5650. compilation terminated.
  5651. configure:19593: $? = 1
  5652. configure: failed program was:
  5653. | /* confdefs.h */
  5654. | #define PACKAGE_NAME ""
  5655. | #define PACKAGE_TARNAME ""
  5656. | #define PACKAGE_VERSION ""
  5657. | #define PACKAGE_STRING ""
  5658. | #define PACKAGE_BUGREPORT ""
  5659. | #define PACKAGE_URL ""
  5660. | #define STDC_HEADERS 1
  5661. | #define HAVE_SYS_TYPES_H 1
  5662. | #define HAVE_SYS_STAT_H 1
  5663. | #define HAVE_STDLIB_H 1
  5664. | #define HAVE_STRING_H 1
  5665. | #define HAVE_MEMORY_H 1
  5666. | #define HAVE_STRINGS_H 1
  5667. | #define HAVE_INTTYPES_H 1
  5668. | #define HAVE_STDINT_H 1
  5669. | #define HAVE_UNISTD_H 1
  5670. | #define HAVE_DLFCN_H 1
  5671. | #define LT_OBJDIR ".libs/"
  5672. | #define HAVE_LIBC 1
  5673. | #define STDC_HEADERS 1
  5674. | #define HAVE_SYS_TYPES_H 1
  5675. | #define HAVE_STDIO_H 1
  5676. | #define HAVE_STDLIB_H 1
  5677. | #define HAVE_STDDEF_H 1
  5678. | #define HAVE_STDARG_H 1
  5679. | #define HAVE_MALLOC_H 1
  5680. | #define HAVE_MEMORY_H 1
  5681. | #define HAVE_STRING_H 1
  5682. | #define HAVE_STRINGS_H 1
  5683. | #define HAVE_WCHAR_H 1
  5684. | #define HAVE_INTTYPES_H 1
  5685. | #define HAVE_STDINT_H 1
  5686. | #define HAVE_LIMITS_H 1
  5687. | #define HAVE_CTYPE_H 1
  5688. | #define HAVE_MATH_H 1
  5689. | #define HAVE_FLOAT_H 1
  5690. | #define HAVE_ICONV_H 1
  5691. | #define HAVE_SIGNAL_H 1
  5692. | #define HAVE_M_PI /**/
  5693. | #define HAVE_ALLOCA_H 1
  5694. | #define HAVE_ALLOCA 1
  5695. | #define HAVE_MEMCMP 1
  5696. | #define HAVE_STRTOD 1
  5697. | #define HAVE_MPROTECT 1
  5698. | #define HAVE_MALLOC 1
  5699. | #define HAVE_CALLOC 1
  5700. | #define HAVE_REALLOC 1
  5701. | #define HAVE_FREE 1
  5702. | #define HAVE_GETENV 1
  5703. | #define HAVE_SETENV 1
  5704. | #define HAVE_PUTENV 1
  5705. | #define HAVE_UNSETENV 1
  5706. | #define HAVE_QSORT 1
  5707. | #define HAVE_ABS 1
  5708. | #define HAVE_BCOPY 1
  5709. | #define HAVE_MEMSET 1
  5710. | #define HAVE_MEMCPY 1
  5711. | #define HAVE_MEMMOVE 1
  5712. | #define HAVE_WCSLEN 1
  5713. | #define HAVE_WCSCMP 1
  5714. | #define HAVE_STRLEN 1
  5715. | #define HAVE_STRCHR 1
  5716. | #define HAVE_STRRCHR 1
  5717. | #define HAVE_STRSTR 1
  5718. | #define HAVE_STRTOL 1
  5719. | #define HAVE_STRTOUL 1
  5720. | #define HAVE_STRTOLL 1
  5721. | #define HAVE_STRTOULL 1
  5722. | #define HAVE_ATOI 1
  5723. | #define HAVE_ATOF 1
  5724. | #define HAVE_STRCMP 1
  5725. | #define HAVE_STRNCMP 1
  5726. | #define HAVE_STRCASECMP 1
  5727. | #define HAVE_STRNCASECMP 1
  5728. | #define HAVE_VSSCANF 1
  5729. | #define HAVE_VSNPRINTF 1
  5730. | #define HAVE_FOPEN64 1
  5731. | #define HAVE_FSEEKO 1
  5732. | #define HAVE_FSEEKO64 1
  5733. | #define HAVE_SIGACTION 1
  5734. | #define HAVE_SETJMP 1
  5735. | #define HAVE_NANOSLEEP 1
  5736. | #define HAVE_SYSCONF 1
  5737. | #define HAVE_GETAUXVAL 1
  5738. | #define HAVE_POLL 1
  5739. | #define HAVE_ACOS 1
  5740. | #define HAVE_ACOSF 1
  5741. | #define HAVE_ASIN 1
  5742. | #define HAVE_ASINF 1
  5743. | #define HAVE_ATAN 1
  5744. | #define HAVE_ATANF 1
  5745. | #define HAVE_ATAN2 1
  5746. | #define HAVE_ATAN2F 1
  5747. | #define HAVE_CEIL 1
  5748. | #define HAVE_CEILF 1
  5749. | #define HAVE_COPYSIGN 1
  5750. | #define HAVE_COPYSIGNF 1
  5751. | #define HAVE_COS 1
  5752. | #define HAVE_COSF 1
  5753. | #define HAVE_FABS 1
  5754. | #define HAVE_FABSF 1
  5755. | #define HAVE_FLOOR 1
  5756. | #define HAVE_FLOORF 1
  5757. | #define HAVE_FMOD 1
  5758. | #define HAVE_FMODF 1
  5759. | #define HAVE_LOG 1
  5760. | #define HAVE_LOGF 1
  5761. | #define HAVE_LOG10 1
  5762. | #define HAVE_LOG10F 1
  5763. | #define HAVE_POW 1
  5764. | #define HAVE_POWF 1
  5765. | #define HAVE_SCALBN 1
  5766. | #define HAVE_SCALBNF 1
  5767. | #define HAVE_SIN 1
  5768. | #define HAVE_SINF 1
  5769. | #define HAVE_SQRT 1
  5770. | #define HAVE_SQRTF 1
  5771. | #define HAVE_TAN 1
  5772. | #define HAVE_TANF 1
  5773. | #define HAVE_ICONV 1
  5774. | #define HAVE_SA_SIGACTION 1
  5775. | #define HAVE_GCC_ATOMICS 1
  5776. | #define SDL_ASSEMBLY_ROUTINES 1
  5777. | #define SDL_VIDEO_DRIVER_DUMMY 1
  5778. | #define SDL_AUDIO_DRIVER_DISK 1
  5779. | #define SDL_AUDIO_DRIVER_DUMMY 1
  5780. | #define SDL_LOADSO_DLOPEN 1
  5781. | #define SDL_AUDIO_DRIVER_OSS 1
  5782. | #define HAVE_LIBASOUND 1
  5783. | #define SDL_AUDIO_DRIVER_ALSA 1
  5784. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  5785. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  5786. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  5787. | #define SDL_AUDIO_DRIVER_SNDIO 1
  5788. | /* end confdefs.h. */
  5789. |
  5790. | #include <bcm_host.h>
  5791. |
  5792. | int
  5793. | main ()
  5794. | {
  5795. |
  5796. | bcm_host_init();
  5797. |
  5798. | ;
  5799. | return 0;
  5800. | }
  5801. configure:19600: result: no
  5802. configure:19642: checking for X
  5803. configure:19750: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  5804. configure:19750: $? = 0
  5805. configure:19781: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lX11 -lm >&5
  5806. configure:19781: $? = 0
  5807. configure:19831: result: libraries , headers
  5808. configure:19930: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm -lX11 >&5
  5809. configure:19930: $? = 0
  5810. configure:20028: checking for gethostbyname
  5811. configure:20028: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  5812. configure:20028: $? = 0
  5813. configure:20028: result: yes
  5814. configure:20125: checking for connect
  5815. configure:20125: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  5816. configure:20125: $? = 0
  5817. configure:20125: result: yes
  5818. configure:20174: checking for remove
  5819. configure:20174: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  5820. configure:20174: $? = 0
  5821. configure:20174: result: yes
  5822. configure:20223: checking for shmat
  5823. configure:20223: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm >&5
  5824. configure:20223: $? = 0
  5825. configure:20223: result: yes
  5826. configure:20281: checking for IceConnectionNumber in -lICE
  5827. configure:20306: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lICE -lm >&5
  5828. configure:20306: $? = 0
  5829. configure:20315: result: yes
  5830. configure:20376: checking for X11/extensions/Xext.h
  5831. configure:20376: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5832. configure:20376: $? = 0
  5833. configure:20376: result: yes
  5834. configure:20433: checking for const parameter to XextAddDisplay
  5835. configure:20454: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5836. configure:20454: $? = 0
  5837. configure:20463: result: yes
  5838. configure:20466: checking for XGenericEvent
  5839. configure:20489: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5840. configure:20489: $? = 0
  5841. configure:20498: result: yes
  5842. configure:20501: checking for XkbKeycodeToKeysym in -lX11
  5843. configure:20526: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lX11 -lm >&5
  5844. configure:20526: $? = 0
  5845. configure:20535: result: yes
  5846. configure:20553: checking for X11/Xcursor/Xcursor.h
  5847. configure:20553: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5848. configure:20553: $? = 0
  5849. configure:20553: result: yes
  5850. configure:20634: checking for X11/extensions/Xdbe.h
  5851. configure:20634: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5852. configure:20634: $? = 0
  5853. configure:20634: result: yes
  5854. configure:20660: checking for X11/extensions/Xinerama.h
  5855. configure:20660: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5856. configure:20660: $? = 0
  5857. configure:20660: result: yes
  5858. configure:20742: checking for X11/extensions/XInput2.h
  5859. configure:20742: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5860. configure:20742: $? = 0
  5861. configure:20742: result: yes
  5862. configure:20814: checking for xinput2 multitouch
  5863. configure:20835: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5864. configure:20835: $? = 0
  5865. configure:20844: result: yes
  5866. configure:20873: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5867. configure:20873: $? = 0
  5868. configure:20950: checking for X11/extensions/scrnsaver.h
  5869. configure:20950: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5870. configure:20950: $? = 0
  5871. configure:20950: result: yes
  5872. configure:21031: checking for X11/extensions/shape.h
  5873. configure:21031: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5874. configure:21031: $? = 0
  5875. configure:21031: result: yes
  5876. configure:21057: checking for X11/extensions/xf86vmode.h
  5877. configure:21057: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5878. configure:21057: $? = 0
  5879. configure:21057: result: yes
  5880. configure:21547: checking for pkg-config
  5881. configure:21578: result: /usr/bin/pkg-config
  5882. configure:21604: checking for libdrm 2.4.46 library for kmsdrm support
  5883. configure:21606: result: yes
  5884. configure:21608: checking for libgbm 9.0.0 library for kmsdrm support
  5885. configure:21610: result: yes
  5886. configure:21628: checking for kmsdrm dynamic loading support
  5887. configure:21661: result: yes
  5888. configure:21792: checking for EGL support
  5889. configure:21812: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5890. configure:21812: $? = 0
  5891. configure:21818: result: yes
  5892. configure:21827: checking for OpenGL ES v1 headers
  5893. configure:21845: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5894. configure:21845: $? = 0
  5895. configure:21851: result: yes
  5896. configure:21865: checking for OpenGL ES v2 headers
  5897. configure:21883: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5898. configure:21883: $? = 0
  5899. configure:21889: result: yes
  5900. configure:19168: checking for pkg-config
  5901. configure:19199: result: /usr/bin/pkg-config
  5902. configure:19207: checking for Wayland support
  5903. configure:19222: result: yes
  5904. configure:22284: checking libudev.h usability
  5905. configure:22284: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5906. configure:22284: $? = 0
  5907. configure:22284: result: yes
  5908. configure:22284: checking libudev.h presence
  5909. configure:22284: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  5910. configure:22284: $? = 0
  5911. configure:22284: result: yes
  5912. configure:22284: checking for libudev.h
  5913. configure:22284: result: yes
  5914. configure:22322: checking for pkg-config
  5915. configure:22353: result: /usr/bin/pkg-config
  5916. configure:22365: checking dbus/dbus.h usability
  5917. configure:22365: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  5918. configure:22365: $? = 0
  5919. configure:22365: result: yes
  5920. configure:22365: checking dbus/dbus.h presence
  5921. configure:22365: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  5922. conftest.c:176:10: fatal error: dbus/dbus.h: No such file or directory
  5923. #include <dbus/dbus.h>
  5924. ^~~~~~~~~~~~~
  5925. compilation terminated.
  5926. configure:22365: $? = 1
  5927. configure: failed program was:
  5928. | /* confdefs.h */
  5929. | #define PACKAGE_NAME ""
  5930. | #define PACKAGE_TARNAME ""
  5931. | #define PACKAGE_VERSION ""
  5932. | #define PACKAGE_STRING ""
  5933. | #define PACKAGE_BUGREPORT ""
  5934. | #define PACKAGE_URL ""
  5935. | #define STDC_HEADERS 1
  5936. | #define HAVE_SYS_TYPES_H 1
  5937. | #define HAVE_SYS_STAT_H 1
  5938. | #define HAVE_STDLIB_H 1
  5939. | #define HAVE_STRING_H 1
  5940. | #define HAVE_MEMORY_H 1
  5941. | #define HAVE_STRINGS_H 1
  5942. | #define HAVE_INTTYPES_H 1
  5943. | #define HAVE_STDINT_H 1
  5944. | #define HAVE_UNISTD_H 1
  5945. | #define HAVE_DLFCN_H 1
  5946. | #define LT_OBJDIR ".libs/"
  5947. | #define HAVE_LIBC 1
  5948. | #define STDC_HEADERS 1
  5949. | #define HAVE_SYS_TYPES_H 1
  5950. | #define HAVE_STDIO_H 1
  5951. | #define HAVE_STDLIB_H 1
  5952. | #define HAVE_STDDEF_H 1
  5953. | #define HAVE_STDARG_H 1
  5954. | #define HAVE_MALLOC_H 1
  5955. | #define HAVE_MEMORY_H 1
  5956. | #define HAVE_STRING_H 1
  5957. | #define HAVE_STRINGS_H 1
  5958. | #define HAVE_WCHAR_H 1
  5959. | #define HAVE_INTTYPES_H 1
  5960. | #define HAVE_STDINT_H 1
  5961. | #define HAVE_LIMITS_H 1
  5962. | #define HAVE_CTYPE_H 1
  5963. | #define HAVE_MATH_H 1
  5964. | #define HAVE_FLOAT_H 1
  5965. | #define HAVE_ICONV_H 1
  5966. | #define HAVE_SIGNAL_H 1
  5967. | #define HAVE_M_PI /**/
  5968. | #define HAVE_ALLOCA_H 1
  5969. | #define HAVE_ALLOCA 1
  5970. | #define HAVE_MEMCMP 1
  5971. | #define HAVE_STRTOD 1
  5972. | #define HAVE_MPROTECT 1
  5973. | #define HAVE_MALLOC 1
  5974. | #define HAVE_CALLOC 1
  5975. | #define HAVE_REALLOC 1
  5976. | #define HAVE_FREE 1
  5977. | #define HAVE_GETENV 1
  5978. | #define HAVE_SETENV 1
  5979. | #define HAVE_PUTENV 1
  5980. | #define HAVE_UNSETENV 1
  5981. | #define HAVE_QSORT 1
  5982. | #define HAVE_ABS 1
  5983. | #define HAVE_BCOPY 1
  5984. | #define HAVE_MEMSET 1
  5985. | #define HAVE_MEMCPY 1
  5986. | #define HAVE_MEMMOVE 1
  5987. | #define HAVE_WCSLEN 1
  5988. | #define HAVE_WCSCMP 1
  5989. | #define HAVE_STRLEN 1
  5990. | #define HAVE_STRCHR 1
  5991. | #define HAVE_STRRCHR 1
  5992. | #define HAVE_STRSTR 1
  5993. | #define HAVE_STRTOL 1
  5994. | #define HAVE_STRTOUL 1
  5995. | #define HAVE_STRTOLL 1
  5996. | #define HAVE_STRTOULL 1
  5997. | #define HAVE_ATOI 1
  5998. | #define HAVE_ATOF 1
  5999. | #define HAVE_STRCMP 1
  6000. | #define HAVE_STRNCMP 1
  6001. | #define HAVE_STRCASECMP 1
  6002. | #define HAVE_STRNCASECMP 1
  6003. | #define HAVE_VSSCANF 1
  6004. | #define HAVE_VSNPRINTF 1
  6005. | #define HAVE_FOPEN64 1
  6006. | #define HAVE_FSEEKO 1
  6007. | #define HAVE_FSEEKO64 1
  6008. | #define HAVE_SIGACTION 1
  6009. | #define HAVE_SETJMP 1
  6010. | #define HAVE_NANOSLEEP 1
  6011. | #define HAVE_SYSCONF 1
  6012. | #define HAVE_GETAUXVAL 1
  6013. | #define HAVE_POLL 1
  6014. | #define HAVE_ACOS 1
  6015. | #define HAVE_ACOSF 1
  6016. | #define HAVE_ASIN 1
  6017. | #define HAVE_ASINF 1
  6018. | #define HAVE_ATAN 1
  6019. | #define HAVE_ATANF 1
  6020. | #define HAVE_ATAN2 1
  6021. | #define HAVE_ATAN2F 1
  6022. | #define HAVE_CEIL 1
  6023. | #define HAVE_CEILF 1
  6024. | #define HAVE_COPYSIGN 1
  6025. | #define HAVE_COPYSIGNF 1
  6026. | #define HAVE_COS 1
  6027. | #define HAVE_COSF 1
  6028. | #define HAVE_FABS 1
  6029. | #define HAVE_FABSF 1
  6030. | #define HAVE_FLOOR 1
  6031. | #define HAVE_FLOORF 1
  6032. | #define HAVE_FMOD 1
  6033. | #define HAVE_FMODF 1
  6034. | #define HAVE_LOG 1
  6035. | #define HAVE_LOGF 1
  6036. | #define HAVE_LOG10 1
  6037. | #define HAVE_LOG10F 1
  6038. | #define HAVE_POW 1
  6039. | #define HAVE_POWF 1
  6040. | #define HAVE_SCALBN 1
  6041. | #define HAVE_SCALBNF 1
  6042. | #define HAVE_SIN 1
  6043. | #define HAVE_SINF 1
  6044. | #define HAVE_SQRT 1
  6045. | #define HAVE_SQRTF 1
  6046. | #define HAVE_TAN 1
  6047. | #define HAVE_TANF 1
  6048. | #define HAVE_ICONV 1
  6049. | #define HAVE_SA_SIGACTION 1
  6050. | #define HAVE_GCC_ATOMICS 1
  6051. | #define SDL_ASSEMBLY_ROUTINES 1
  6052. | #define SDL_VIDEO_DRIVER_DUMMY 1
  6053. | #define SDL_AUDIO_DRIVER_DISK 1
  6054. | #define SDL_AUDIO_DRIVER_DUMMY 1
  6055. | #define SDL_LOADSO_DLOPEN 1
  6056. | #define SDL_AUDIO_DRIVER_OSS 1
  6057. | #define HAVE_LIBASOUND 1
  6058. | #define SDL_AUDIO_DRIVER_ALSA 1
  6059. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  6060. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  6061. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  6062. | #define SDL_AUDIO_DRIVER_SNDIO 1
  6063. | #define SDL_VIDEO_DRIVER_X11 1
  6064. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  6065. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  6066. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  6067. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  6068. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  6069. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  6070. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  6071. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  6072. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  6073. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  6074. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  6075. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  6076. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  6077. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  6078. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  6079. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  6080. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  6081. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  6082. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  6083. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  6084. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  6085. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  6086. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  6087. | #define HAVE_KMSDRM_SHARED "TRUE"
  6088. | #define SDL_VIDEO_OPENGL_EGL 1
  6089. | #define SDL_VIDEO_OPENGL_ES 1
  6090. | #define SDL_VIDEO_RENDER_OGL_ES 1
  6091. | #define SDL_VIDEO_OPENGL_ES2 1
  6092. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  6093. | #define SDL_VIDEO_VULKAN 1
  6094. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  6095. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  6096. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  6097. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  6098. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  6099. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  6100. | #define HAVE_LIBUDEV_H 1
  6101. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  6102. | /* end confdefs.h. */
  6103. | #include <dbus/dbus.h>
  6104. configure:22365: result: no
  6105. configure:22365: WARNING: dbus/dbus.h: accepted by the compiler, rejected by the preprocessor!
  6106. configure:22365: WARNING: dbus/dbus.h: proceeding with the compiler's result
  6107. configure:22365: checking for dbus/dbus.h
  6108. configure:22365: result: yes
  6109. configure:22414: checking for pkg-config
  6110. configure:22445: result: /usr/bin/pkg-config
  6111. configure:22457: checking ibus-1.0/ibus.h usability
  6112. configure:22457: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  6113. configure:22457: $? = 0
  6114. configure:22457: result: yes
  6115. configure:22457: checking ibus-1.0/ibus.h presence
  6116. configure:22457: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  6117. In file included from conftest.c:178:0:
  6118. /usr/include/ibus-1.0/ibus.h:28:10: fatal error: ibusversion.h: No such file or directory
  6119. #include <ibusversion.h>
  6120. ^~~~~~~~~~~~~~~
  6121. compilation terminated.
  6122. configure:22457: $? = 1
  6123. configure: failed program was:
  6124. | /* confdefs.h */
  6125. | #define PACKAGE_NAME ""
  6126. | #define PACKAGE_TARNAME ""
  6127. | #define PACKAGE_VERSION ""
  6128. | #define PACKAGE_STRING ""
  6129. | #define PACKAGE_BUGREPORT ""
  6130. | #define PACKAGE_URL ""
  6131. | #define STDC_HEADERS 1
  6132. | #define HAVE_SYS_TYPES_H 1
  6133. | #define HAVE_SYS_STAT_H 1
  6134. | #define HAVE_STDLIB_H 1
  6135. | #define HAVE_STRING_H 1
  6136. | #define HAVE_MEMORY_H 1
  6137. | #define HAVE_STRINGS_H 1
  6138. | #define HAVE_INTTYPES_H 1
  6139. | #define HAVE_STDINT_H 1
  6140. | #define HAVE_UNISTD_H 1
  6141. | #define HAVE_DLFCN_H 1
  6142. | #define LT_OBJDIR ".libs/"
  6143. | #define HAVE_LIBC 1
  6144. | #define STDC_HEADERS 1
  6145. | #define HAVE_SYS_TYPES_H 1
  6146. | #define HAVE_STDIO_H 1
  6147. | #define HAVE_STDLIB_H 1
  6148. | #define HAVE_STDDEF_H 1
  6149. | #define HAVE_STDARG_H 1
  6150. | #define HAVE_MALLOC_H 1
  6151. | #define HAVE_MEMORY_H 1
  6152. | #define HAVE_STRING_H 1
  6153. | #define HAVE_STRINGS_H 1
  6154. | #define HAVE_WCHAR_H 1
  6155. | #define HAVE_INTTYPES_H 1
  6156. | #define HAVE_STDINT_H 1
  6157. | #define HAVE_LIMITS_H 1
  6158. | #define HAVE_CTYPE_H 1
  6159. | #define HAVE_MATH_H 1
  6160. | #define HAVE_FLOAT_H 1
  6161. | #define HAVE_ICONV_H 1
  6162. | #define HAVE_SIGNAL_H 1
  6163. | #define HAVE_M_PI /**/
  6164. | #define HAVE_ALLOCA_H 1
  6165. | #define HAVE_ALLOCA 1
  6166. | #define HAVE_MEMCMP 1
  6167. | #define HAVE_STRTOD 1
  6168. | #define HAVE_MPROTECT 1
  6169. | #define HAVE_MALLOC 1
  6170. | #define HAVE_CALLOC 1
  6171. | #define HAVE_REALLOC 1
  6172. | #define HAVE_FREE 1
  6173. | #define HAVE_GETENV 1
  6174. | #define HAVE_SETENV 1
  6175. | #define HAVE_PUTENV 1
  6176. | #define HAVE_UNSETENV 1
  6177. | #define HAVE_QSORT 1
  6178. | #define HAVE_ABS 1
  6179. | #define HAVE_BCOPY 1
  6180. | #define HAVE_MEMSET 1
  6181. | #define HAVE_MEMCPY 1
  6182. | #define HAVE_MEMMOVE 1
  6183. | #define HAVE_WCSLEN 1
  6184. | #define HAVE_WCSCMP 1
  6185. | #define HAVE_STRLEN 1
  6186. | #define HAVE_STRCHR 1
  6187. | #define HAVE_STRRCHR 1
  6188. | #define HAVE_STRSTR 1
  6189. | #define HAVE_STRTOL 1
  6190. | #define HAVE_STRTOUL 1
  6191. | #define HAVE_STRTOLL 1
  6192. | #define HAVE_STRTOULL 1
  6193. | #define HAVE_ATOI 1
  6194. | #define HAVE_ATOF 1
  6195. | #define HAVE_STRCMP 1
  6196. | #define HAVE_STRNCMP 1
  6197. | #define HAVE_STRCASECMP 1
  6198. | #define HAVE_STRNCASECMP 1
  6199. | #define HAVE_VSSCANF 1
  6200. | #define HAVE_VSNPRINTF 1
  6201. | #define HAVE_FOPEN64 1
  6202. | #define HAVE_FSEEKO 1
  6203. | #define HAVE_FSEEKO64 1
  6204. | #define HAVE_SIGACTION 1
  6205. | #define HAVE_SETJMP 1
  6206. | #define HAVE_NANOSLEEP 1
  6207. | #define HAVE_SYSCONF 1
  6208. | #define HAVE_GETAUXVAL 1
  6209. | #define HAVE_POLL 1
  6210. | #define HAVE_ACOS 1
  6211. | #define HAVE_ACOSF 1
  6212. | #define HAVE_ASIN 1
  6213. | #define HAVE_ASINF 1
  6214. | #define HAVE_ATAN 1
  6215. | #define HAVE_ATANF 1
  6216. | #define HAVE_ATAN2 1
  6217. | #define HAVE_ATAN2F 1
  6218. | #define HAVE_CEIL 1
  6219. | #define HAVE_CEILF 1
  6220. | #define HAVE_COPYSIGN 1
  6221. | #define HAVE_COPYSIGNF 1
  6222. | #define HAVE_COS 1
  6223. | #define HAVE_COSF 1
  6224. | #define HAVE_FABS 1
  6225. | #define HAVE_FABSF 1
  6226. | #define HAVE_FLOOR 1
  6227. | #define HAVE_FLOORF 1
  6228. | #define HAVE_FMOD 1
  6229. | #define HAVE_FMODF 1
  6230. | #define HAVE_LOG 1
  6231. | #define HAVE_LOGF 1
  6232. | #define HAVE_LOG10 1
  6233. | #define HAVE_LOG10F 1
  6234. | #define HAVE_POW 1
  6235. | #define HAVE_POWF 1
  6236. | #define HAVE_SCALBN 1
  6237. | #define HAVE_SCALBNF 1
  6238. | #define HAVE_SIN 1
  6239. | #define HAVE_SINF 1
  6240. | #define HAVE_SQRT 1
  6241. | #define HAVE_SQRTF 1
  6242. | #define HAVE_TAN 1
  6243. | #define HAVE_TANF 1
  6244. | #define HAVE_ICONV 1
  6245. | #define HAVE_SA_SIGACTION 1
  6246. | #define HAVE_GCC_ATOMICS 1
  6247. | #define SDL_ASSEMBLY_ROUTINES 1
  6248. | #define SDL_VIDEO_DRIVER_DUMMY 1
  6249. | #define SDL_AUDIO_DRIVER_DISK 1
  6250. | #define SDL_AUDIO_DRIVER_DUMMY 1
  6251. | #define SDL_LOADSO_DLOPEN 1
  6252. | #define SDL_AUDIO_DRIVER_OSS 1
  6253. | #define HAVE_LIBASOUND 1
  6254. | #define SDL_AUDIO_DRIVER_ALSA 1
  6255. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  6256. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  6257. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  6258. | #define SDL_AUDIO_DRIVER_SNDIO 1
  6259. | #define SDL_VIDEO_DRIVER_X11 1
  6260. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  6261. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  6262. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  6263. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  6264. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  6265. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  6266. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  6267. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  6268. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  6269. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  6270. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  6271. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  6272. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  6273. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  6274. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  6275. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  6276. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  6277. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  6278. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  6279. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  6280. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  6281. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  6282. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  6283. | #define HAVE_KMSDRM_SHARED "TRUE"
  6284. | #define SDL_VIDEO_OPENGL_EGL 1
  6285. | #define SDL_VIDEO_OPENGL_ES 1
  6286. | #define SDL_VIDEO_RENDER_OGL_ES 1
  6287. | #define SDL_VIDEO_OPENGL_ES2 1
  6288. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  6289. | #define SDL_VIDEO_VULKAN 1
  6290. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  6291. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  6292. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  6293. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  6294. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  6295. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  6296. | #define HAVE_LIBUDEV_H 1
  6297. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  6298. | #define HAVE_DBUS_DBUS_H 1
  6299. | #define SDL_USE_IME 1
  6300. | /* end confdefs.h. */
  6301. | #include <ibus-1.0/ibus.h>
  6302. configure:22457: result: no
  6303. configure:22457: WARNING: ibus-1.0/ibus.h: accepted by the compiler, rejected by the preprocessor!
  6304. configure:22457: WARNING: ibus-1.0/ibus.h: proceeding with the compiler's result
  6305. configure:22457: checking for ibus-1.0/ibus.h
  6306. configure:22457: result: yes
  6307. configure:22465: checking sys/inotify.h usability
  6308. configure:22465: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  6309. configure:22465: $? = 0
  6310. configure:22465: result: yes
  6311. configure:22465: checking sys/inotify.h presence
  6312. configure:22465: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  6313. configure:22465: $? = 0
  6314. configure:22465: result: yes
  6315. configure:22465: checking for sys/inotify.h
  6316. configure:22465: result: yes
  6317. configure:22511: checking for pkg-config
  6318. configure:22542: result: /usr/bin/pkg-config
  6319. configure:22553: checking fcitx/frontend.h usability
  6320. configure:22553: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  6321. conftest.c:212:10: fatal error: fcitx/frontend.h: No such file or directory
  6322. #include <fcitx/frontend.h>
  6323. ^~~~~~~~~~~~~~~~~~
  6324. compilation terminated.
  6325. configure:22553: $? = 1
  6326. configure: failed program was:
  6327. | /* confdefs.h */
  6328. | #define PACKAGE_NAME ""
  6329. | #define PACKAGE_TARNAME ""
  6330. | #define PACKAGE_VERSION ""
  6331. | #define PACKAGE_STRING ""
  6332. | #define PACKAGE_BUGREPORT ""
  6333. | #define PACKAGE_URL ""
  6334. | #define STDC_HEADERS 1
  6335. | #define HAVE_SYS_TYPES_H 1
  6336. | #define HAVE_SYS_STAT_H 1
  6337. | #define HAVE_STDLIB_H 1
  6338. | #define HAVE_STRING_H 1
  6339. | #define HAVE_MEMORY_H 1
  6340. | #define HAVE_STRINGS_H 1
  6341. | #define HAVE_INTTYPES_H 1
  6342. | #define HAVE_STDINT_H 1
  6343. | #define HAVE_UNISTD_H 1
  6344. | #define HAVE_DLFCN_H 1
  6345. | #define LT_OBJDIR ".libs/"
  6346. | #define HAVE_LIBC 1
  6347. | #define STDC_HEADERS 1
  6348. | #define HAVE_SYS_TYPES_H 1
  6349. | #define HAVE_STDIO_H 1
  6350. | #define HAVE_STDLIB_H 1
  6351. | #define HAVE_STDDEF_H 1
  6352. | #define HAVE_STDARG_H 1
  6353. | #define HAVE_MALLOC_H 1
  6354. | #define HAVE_MEMORY_H 1
  6355. | #define HAVE_STRING_H 1
  6356. | #define HAVE_STRINGS_H 1
  6357. | #define HAVE_WCHAR_H 1
  6358. | #define HAVE_INTTYPES_H 1
  6359. | #define HAVE_STDINT_H 1
  6360. | #define HAVE_LIMITS_H 1
  6361. | #define HAVE_CTYPE_H 1
  6362. | #define HAVE_MATH_H 1
  6363. | #define HAVE_FLOAT_H 1
  6364. | #define HAVE_ICONV_H 1
  6365. | #define HAVE_SIGNAL_H 1
  6366. | #define HAVE_M_PI /**/
  6367. | #define HAVE_ALLOCA_H 1
  6368. | #define HAVE_ALLOCA 1
  6369. | #define HAVE_MEMCMP 1
  6370. | #define HAVE_STRTOD 1
  6371. | #define HAVE_MPROTECT 1
  6372. | #define HAVE_MALLOC 1
  6373. | #define HAVE_CALLOC 1
  6374. | #define HAVE_REALLOC 1
  6375. | #define HAVE_FREE 1
  6376. | #define HAVE_GETENV 1
  6377. | #define HAVE_SETENV 1
  6378. | #define HAVE_PUTENV 1
  6379. | #define HAVE_UNSETENV 1
  6380. | #define HAVE_QSORT 1
  6381. | #define HAVE_ABS 1
  6382. | #define HAVE_BCOPY 1
  6383. | #define HAVE_MEMSET 1
  6384. | #define HAVE_MEMCPY 1
  6385. | #define HAVE_MEMMOVE 1
  6386. | #define HAVE_WCSLEN 1
  6387. | #define HAVE_WCSCMP 1
  6388. | #define HAVE_STRLEN 1
  6389. | #define HAVE_STRCHR 1
  6390. | #define HAVE_STRRCHR 1
  6391. | #define HAVE_STRSTR 1
  6392. | #define HAVE_STRTOL 1
  6393. | #define HAVE_STRTOUL 1
  6394. | #define HAVE_STRTOLL 1
  6395. | #define HAVE_STRTOULL 1
  6396. | #define HAVE_ATOI 1
  6397. | #define HAVE_ATOF 1
  6398. | #define HAVE_STRCMP 1
  6399. | #define HAVE_STRNCMP 1
  6400. | #define HAVE_STRCASECMP 1
  6401. | #define HAVE_STRNCASECMP 1
  6402. | #define HAVE_VSSCANF 1
  6403. | #define HAVE_VSNPRINTF 1
  6404. | #define HAVE_FOPEN64 1
  6405. | #define HAVE_FSEEKO 1
  6406. | #define HAVE_FSEEKO64 1
  6407. | #define HAVE_SIGACTION 1
  6408. | #define HAVE_SETJMP 1
  6409. | #define HAVE_NANOSLEEP 1
  6410. | #define HAVE_SYSCONF 1
  6411. | #define HAVE_GETAUXVAL 1
  6412. | #define HAVE_POLL 1
  6413. | #define HAVE_ACOS 1
  6414. | #define HAVE_ACOSF 1
  6415. | #define HAVE_ASIN 1
  6416. | #define HAVE_ASINF 1
  6417. | #define HAVE_ATAN 1
  6418. | #define HAVE_ATANF 1
  6419. | #define HAVE_ATAN2 1
  6420. | #define HAVE_ATAN2F 1
  6421. | #define HAVE_CEIL 1
  6422. | #define HAVE_CEILF 1
  6423. | #define HAVE_COPYSIGN 1
  6424. | #define HAVE_COPYSIGNF 1
  6425. | #define HAVE_COS 1
  6426. | #define HAVE_COSF 1
  6427. | #define HAVE_FABS 1
  6428. | #define HAVE_FABSF 1
  6429. | #define HAVE_FLOOR 1
  6430. | #define HAVE_FLOORF 1
  6431. | #define HAVE_FMOD 1
  6432. | #define HAVE_FMODF 1
  6433. | #define HAVE_LOG 1
  6434. | #define HAVE_LOGF 1
  6435. | #define HAVE_LOG10 1
  6436. | #define HAVE_LOG10F 1
  6437. | #define HAVE_POW 1
  6438. | #define HAVE_POWF 1
  6439. | #define HAVE_SCALBN 1
  6440. | #define HAVE_SCALBNF 1
  6441. | #define HAVE_SIN 1
  6442. | #define HAVE_SINF 1
  6443. | #define HAVE_SQRT 1
  6444. | #define HAVE_SQRTF 1
  6445. | #define HAVE_TAN 1
  6446. | #define HAVE_TANF 1
  6447. | #define HAVE_ICONV 1
  6448. | #define HAVE_SA_SIGACTION 1
  6449. | #define HAVE_GCC_ATOMICS 1
  6450. | #define SDL_ASSEMBLY_ROUTINES 1
  6451. | #define SDL_VIDEO_DRIVER_DUMMY 1
  6452. | #define SDL_AUDIO_DRIVER_DISK 1
  6453. | #define SDL_AUDIO_DRIVER_DUMMY 1
  6454. | #define SDL_LOADSO_DLOPEN 1
  6455. | #define SDL_AUDIO_DRIVER_OSS 1
  6456. | #define HAVE_LIBASOUND 1
  6457. | #define SDL_AUDIO_DRIVER_ALSA 1
  6458. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  6459. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  6460. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  6461. | #define SDL_AUDIO_DRIVER_SNDIO 1
  6462. | #define SDL_VIDEO_DRIVER_X11 1
  6463. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  6464. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  6465. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  6466. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  6467. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  6468. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  6469. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  6470. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  6471. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  6472. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  6473. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  6474. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  6475. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  6476. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  6477. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  6478. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  6479. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  6480. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  6481. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  6482. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  6483. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  6484. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  6485. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  6486. | #define HAVE_KMSDRM_SHARED "TRUE"
  6487. | #define SDL_VIDEO_OPENGL_EGL 1
  6488. | #define SDL_VIDEO_OPENGL_ES 1
  6489. | #define SDL_VIDEO_RENDER_OGL_ES 1
  6490. | #define SDL_VIDEO_OPENGL_ES2 1
  6491. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  6492. | #define SDL_VIDEO_VULKAN 1
  6493. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  6494. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  6495. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  6496. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  6497. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  6498. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  6499. | #define HAVE_LIBUDEV_H 1
  6500. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  6501. | #define HAVE_DBUS_DBUS_H 1
  6502. | #define SDL_USE_IME 1
  6503. | #define HAVE_IBUS_IBUS_H 1
  6504. | /* end confdefs.h. */
  6505. | #include <stdio.h>
  6506. | #ifdef HAVE_SYS_TYPES_H
  6507. | # include <sys/types.h>
  6508. | #endif
  6509. | #ifdef HAVE_SYS_STAT_H
  6510. | # include <sys/stat.h>
  6511. | #endif
  6512. | #ifdef STDC_HEADERS
  6513. | # include <stdlib.h>
  6514. | # include <stddef.h>
  6515. | #else
  6516. | # ifdef HAVE_STDLIB_H
  6517. | # include <stdlib.h>
  6518. | # endif
  6519. | #endif
  6520. | #ifdef HAVE_STRING_H
  6521. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6522. | # include <memory.h>
  6523. | # endif
  6524. | # include <string.h>
  6525. | #endif
  6526. | #ifdef HAVE_STRINGS_H
  6527. | # include <strings.h>
  6528. | #endif
  6529. | #ifdef HAVE_INTTYPES_H
  6530. | # include <inttypes.h>
  6531. | #endif
  6532. | #ifdef HAVE_STDINT_H
  6533. | # include <stdint.h>
  6534. | #endif
  6535. | #ifdef HAVE_UNISTD_H
  6536. | # include <unistd.h>
  6537. | #endif
  6538. | #include <fcitx/frontend.h>
  6539. configure:22553: result: no
  6540. configure:22553: checking fcitx/frontend.h presence
  6541. configure:22553: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  6542. conftest.c:179:10: fatal error: fcitx/frontend.h: No such file or directory
  6543. #include <fcitx/frontend.h>
  6544. ^~~~~~~~~~~~~~~~~~
  6545. compilation terminated.
  6546. configure:22553: $? = 1
  6547. configure: failed program was:
  6548. | /* confdefs.h */
  6549. | #define PACKAGE_NAME ""
  6550. | #define PACKAGE_TARNAME ""
  6551. | #define PACKAGE_VERSION ""
  6552. | #define PACKAGE_STRING ""
  6553. | #define PACKAGE_BUGREPORT ""
  6554. | #define PACKAGE_URL ""
  6555. | #define STDC_HEADERS 1
  6556. | #define HAVE_SYS_TYPES_H 1
  6557. | #define HAVE_SYS_STAT_H 1
  6558. | #define HAVE_STDLIB_H 1
  6559. | #define HAVE_STRING_H 1
  6560. | #define HAVE_MEMORY_H 1
  6561. | #define HAVE_STRINGS_H 1
  6562. | #define HAVE_INTTYPES_H 1
  6563. | #define HAVE_STDINT_H 1
  6564. | #define HAVE_UNISTD_H 1
  6565. | #define HAVE_DLFCN_H 1
  6566. | #define LT_OBJDIR ".libs/"
  6567. | #define HAVE_LIBC 1
  6568. | #define STDC_HEADERS 1
  6569. | #define HAVE_SYS_TYPES_H 1
  6570. | #define HAVE_STDIO_H 1
  6571. | #define HAVE_STDLIB_H 1
  6572. | #define HAVE_STDDEF_H 1
  6573. | #define HAVE_STDARG_H 1
  6574. | #define HAVE_MALLOC_H 1
  6575. | #define HAVE_MEMORY_H 1
  6576. | #define HAVE_STRING_H 1
  6577. | #define HAVE_STRINGS_H 1
  6578. | #define HAVE_WCHAR_H 1
  6579. | #define HAVE_INTTYPES_H 1
  6580. | #define HAVE_STDINT_H 1
  6581. | #define HAVE_LIMITS_H 1
  6582. | #define HAVE_CTYPE_H 1
  6583. | #define HAVE_MATH_H 1
  6584. | #define HAVE_FLOAT_H 1
  6585. | #define HAVE_ICONV_H 1
  6586. | #define HAVE_SIGNAL_H 1
  6587. | #define HAVE_M_PI /**/
  6588. | #define HAVE_ALLOCA_H 1
  6589. | #define HAVE_ALLOCA 1
  6590. | #define HAVE_MEMCMP 1
  6591. | #define HAVE_STRTOD 1
  6592. | #define HAVE_MPROTECT 1
  6593. | #define HAVE_MALLOC 1
  6594. | #define HAVE_CALLOC 1
  6595. | #define HAVE_REALLOC 1
  6596. | #define HAVE_FREE 1
  6597. | #define HAVE_GETENV 1
  6598. | #define HAVE_SETENV 1
  6599. | #define HAVE_PUTENV 1
  6600. | #define HAVE_UNSETENV 1
  6601. | #define HAVE_QSORT 1
  6602. | #define HAVE_ABS 1
  6603. | #define HAVE_BCOPY 1
  6604. | #define HAVE_MEMSET 1
  6605. | #define HAVE_MEMCPY 1
  6606. | #define HAVE_MEMMOVE 1
  6607. | #define HAVE_WCSLEN 1
  6608. | #define HAVE_WCSCMP 1
  6609. | #define HAVE_STRLEN 1
  6610. | #define HAVE_STRCHR 1
  6611. | #define HAVE_STRRCHR 1
  6612. | #define HAVE_STRSTR 1
  6613. | #define HAVE_STRTOL 1
  6614. | #define HAVE_STRTOUL 1
  6615. | #define HAVE_STRTOLL 1
  6616. | #define HAVE_STRTOULL 1
  6617. | #define HAVE_ATOI 1
  6618. | #define HAVE_ATOF 1
  6619. | #define HAVE_STRCMP 1
  6620. | #define HAVE_STRNCMP 1
  6621. | #define HAVE_STRCASECMP 1
  6622. | #define HAVE_STRNCASECMP 1
  6623. | #define HAVE_VSSCANF 1
  6624. | #define HAVE_VSNPRINTF 1
  6625. | #define HAVE_FOPEN64 1
  6626. | #define HAVE_FSEEKO 1
  6627. | #define HAVE_FSEEKO64 1
  6628. | #define HAVE_SIGACTION 1
  6629. | #define HAVE_SETJMP 1
  6630. | #define HAVE_NANOSLEEP 1
  6631. | #define HAVE_SYSCONF 1
  6632. | #define HAVE_GETAUXVAL 1
  6633. | #define HAVE_POLL 1
  6634. | #define HAVE_ACOS 1
  6635. | #define HAVE_ACOSF 1
  6636. | #define HAVE_ASIN 1
  6637. | #define HAVE_ASINF 1
  6638. | #define HAVE_ATAN 1
  6639. | #define HAVE_ATANF 1
  6640. | #define HAVE_ATAN2 1
  6641. | #define HAVE_ATAN2F 1
  6642. | #define HAVE_CEIL 1
  6643. | #define HAVE_CEILF 1
  6644. | #define HAVE_COPYSIGN 1
  6645. | #define HAVE_COPYSIGNF 1
  6646. | #define HAVE_COS 1
  6647. | #define HAVE_COSF 1
  6648. | #define HAVE_FABS 1
  6649. | #define HAVE_FABSF 1
  6650. | #define HAVE_FLOOR 1
  6651. | #define HAVE_FLOORF 1
  6652. | #define HAVE_FMOD 1
  6653. | #define HAVE_FMODF 1
  6654. | #define HAVE_LOG 1
  6655. | #define HAVE_LOGF 1
  6656. | #define HAVE_LOG10 1
  6657. | #define HAVE_LOG10F 1
  6658. | #define HAVE_POW 1
  6659. | #define HAVE_POWF 1
  6660. | #define HAVE_SCALBN 1
  6661. | #define HAVE_SCALBNF 1
  6662. | #define HAVE_SIN 1
  6663. | #define HAVE_SINF 1
  6664. | #define HAVE_SQRT 1
  6665. | #define HAVE_SQRTF 1
  6666. | #define HAVE_TAN 1
  6667. | #define HAVE_TANF 1
  6668. | #define HAVE_ICONV 1
  6669. | #define HAVE_SA_SIGACTION 1
  6670. | #define HAVE_GCC_ATOMICS 1
  6671. | #define SDL_ASSEMBLY_ROUTINES 1
  6672. | #define SDL_VIDEO_DRIVER_DUMMY 1
  6673. | #define SDL_AUDIO_DRIVER_DISK 1
  6674. | #define SDL_AUDIO_DRIVER_DUMMY 1
  6675. | #define SDL_LOADSO_DLOPEN 1
  6676. | #define SDL_AUDIO_DRIVER_OSS 1
  6677. | #define HAVE_LIBASOUND 1
  6678. | #define SDL_AUDIO_DRIVER_ALSA 1
  6679. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  6680. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  6681. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  6682. | #define SDL_AUDIO_DRIVER_SNDIO 1
  6683. | #define SDL_VIDEO_DRIVER_X11 1
  6684. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  6685. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  6686. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  6687. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  6688. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  6689. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  6690. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  6691. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  6692. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  6693. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  6694. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  6695. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  6696. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  6697. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  6698. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  6699. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  6700. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  6701. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  6702. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  6703. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  6704. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  6705. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  6706. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  6707. | #define HAVE_KMSDRM_SHARED "TRUE"
  6708. | #define SDL_VIDEO_OPENGL_EGL 1
  6709. | #define SDL_VIDEO_OPENGL_ES 1
  6710. | #define SDL_VIDEO_RENDER_OGL_ES 1
  6711. | #define SDL_VIDEO_OPENGL_ES2 1
  6712. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  6713. | #define SDL_VIDEO_VULKAN 1
  6714. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  6715. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  6716. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  6717. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  6718. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  6719. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  6720. | #define HAVE_LIBUDEV_H 1
  6721. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  6722. | #define HAVE_DBUS_DBUS_H 1
  6723. | #define SDL_USE_IME 1
  6724. | #define HAVE_IBUS_IBUS_H 1
  6725. | /* end confdefs.h. */
  6726. | #include <fcitx/frontend.h>
  6727. configure:22553: result: no
  6728. configure:22553: checking for fcitx/frontend.h
  6729. configure:22553: result: no
  6730. configure:22198: checking for Linux 2.4 unified input interface
  6731. configure:22218: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  6732. configure:22218: $? = 0
  6733. configure:22224: result: yes
  6734. configure:22237: checking for Linux kd.h
  6735. configure:22258: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  6736. conftest.c: In function 'main':
  6737. conftest.c:190:9: warning: implicit declaration of function 'ioctl' [-Wimplicit-function-declaration]
  6738. ioctl(0, KDGKBENT, &kbe);
  6739. ^~~~~
  6740. configure:22258: $? = 0
  6741. configure:22264: result: yes
  6742. configure:22593: checking for Touchscreen library support
  6743. configure:22610: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  6744. conftest.c:182:20: fatal error: tslib.h: No such file or directory
  6745. #include "tslib.h"
  6746. ^~~~~~~~~
  6747. compilation terminated.
  6748. configure:22610: $? = 1
  6749. configure: failed program was:
  6750. | /* confdefs.h */
  6751. | #define PACKAGE_NAME ""
  6752. | #define PACKAGE_TARNAME ""
  6753. | #define PACKAGE_VERSION ""
  6754. | #define PACKAGE_STRING ""
  6755. | #define PACKAGE_BUGREPORT ""
  6756. | #define PACKAGE_URL ""
  6757. | #define STDC_HEADERS 1
  6758. | #define HAVE_SYS_TYPES_H 1
  6759. | #define HAVE_SYS_STAT_H 1
  6760. | #define HAVE_STDLIB_H 1
  6761. | #define HAVE_STRING_H 1
  6762. | #define HAVE_MEMORY_H 1
  6763. | #define HAVE_STRINGS_H 1
  6764. | #define HAVE_INTTYPES_H 1
  6765. | #define HAVE_STDINT_H 1
  6766. | #define HAVE_UNISTD_H 1
  6767. | #define HAVE_DLFCN_H 1
  6768. | #define LT_OBJDIR ".libs/"
  6769. | #define HAVE_LIBC 1
  6770. | #define STDC_HEADERS 1
  6771. | #define HAVE_SYS_TYPES_H 1
  6772. | #define HAVE_STDIO_H 1
  6773. | #define HAVE_STDLIB_H 1
  6774. | #define HAVE_STDDEF_H 1
  6775. | #define HAVE_STDARG_H 1
  6776. | #define HAVE_MALLOC_H 1
  6777. | #define HAVE_MEMORY_H 1
  6778. | #define HAVE_STRING_H 1
  6779. | #define HAVE_STRINGS_H 1
  6780. | #define HAVE_WCHAR_H 1
  6781. | #define HAVE_INTTYPES_H 1
  6782. | #define HAVE_STDINT_H 1
  6783. | #define HAVE_LIMITS_H 1
  6784. | #define HAVE_CTYPE_H 1
  6785. | #define HAVE_MATH_H 1
  6786. | #define HAVE_FLOAT_H 1
  6787. | #define HAVE_ICONV_H 1
  6788. | #define HAVE_SIGNAL_H 1
  6789. | #define HAVE_M_PI /**/
  6790. | #define HAVE_ALLOCA_H 1
  6791. | #define HAVE_ALLOCA 1
  6792. | #define HAVE_MEMCMP 1
  6793. | #define HAVE_STRTOD 1
  6794. | #define HAVE_MPROTECT 1
  6795. | #define HAVE_MALLOC 1
  6796. | #define HAVE_CALLOC 1
  6797. | #define HAVE_REALLOC 1
  6798. | #define HAVE_FREE 1
  6799. | #define HAVE_GETENV 1
  6800. | #define HAVE_SETENV 1
  6801. | #define HAVE_PUTENV 1
  6802. | #define HAVE_UNSETENV 1
  6803. | #define HAVE_QSORT 1
  6804. | #define HAVE_ABS 1
  6805. | #define HAVE_BCOPY 1
  6806. | #define HAVE_MEMSET 1
  6807. | #define HAVE_MEMCPY 1
  6808. | #define HAVE_MEMMOVE 1
  6809. | #define HAVE_WCSLEN 1
  6810. | #define HAVE_WCSCMP 1
  6811. | #define HAVE_STRLEN 1
  6812. | #define HAVE_STRCHR 1
  6813. | #define HAVE_STRRCHR 1
  6814. | #define HAVE_STRSTR 1
  6815. | #define HAVE_STRTOL 1
  6816. | #define HAVE_STRTOUL 1
  6817. | #define HAVE_STRTOLL 1
  6818. | #define HAVE_STRTOULL 1
  6819. | #define HAVE_ATOI 1
  6820. | #define HAVE_ATOF 1
  6821. | #define HAVE_STRCMP 1
  6822. | #define HAVE_STRNCMP 1
  6823. | #define HAVE_STRCASECMP 1
  6824. | #define HAVE_STRNCASECMP 1
  6825. | #define HAVE_VSSCANF 1
  6826. | #define HAVE_VSNPRINTF 1
  6827. | #define HAVE_FOPEN64 1
  6828. | #define HAVE_FSEEKO 1
  6829. | #define HAVE_FSEEKO64 1
  6830. | #define HAVE_SIGACTION 1
  6831. | #define HAVE_SETJMP 1
  6832. | #define HAVE_NANOSLEEP 1
  6833. | #define HAVE_SYSCONF 1
  6834. | #define HAVE_GETAUXVAL 1
  6835. | #define HAVE_POLL 1
  6836. | #define HAVE_ACOS 1
  6837. | #define HAVE_ACOSF 1
  6838. | #define HAVE_ASIN 1
  6839. | #define HAVE_ASINF 1
  6840. | #define HAVE_ATAN 1
  6841. | #define HAVE_ATANF 1
  6842. | #define HAVE_ATAN2 1
  6843. | #define HAVE_ATAN2F 1
  6844. | #define HAVE_CEIL 1
  6845. | #define HAVE_CEILF 1
  6846. | #define HAVE_COPYSIGN 1
  6847. | #define HAVE_COPYSIGNF 1
  6848. | #define HAVE_COS 1
  6849. | #define HAVE_COSF 1
  6850. | #define HAVE_FABS 1
  6851. | #define HAVE_FABSF 1
  6852. | #define HAVE_FLOOR 1
  6853. | #define HAVE_FLOORF 1
  6854. | #define HAVE_FMOD 1
  6855. | #define HAVE_FMODF 1
  6856. | #define HAVE_LOG 1
  6857. | #define HAVE_LOGF 1
  6858. | #define HAVE_LOG10 1
  6859. | #define HAVE_LOG10F 1
  6860. | #define HAVE_POW 1
  6861. | #define HAVE_POWF 1
  6862. | #define HAVE_SCALBN 1
  6863. | #define HAVE_SCALBNF 1
  6864. | #define HAVE_SIN 1
  6865. | #define HAVE_SINF 1
  6866. | #define HAVE_SQRT 1
  6867. | #define HAVE_SQRTF 1
  6868. | #define HAVE_TAN 1
  6869. | #define HAVE_TANF 1
  6870. | #define HAVE_ICONV 1
  6871. | #define HAVE_SA_SIGACTION 1
  6872. | #define HAVE_GCC_ATOMICS 1
  6873. | #define SDL_ASSEMBLY_ROUTINES 1
  6874. | #define SDL_VIDEO_DRIVER_DUMMY 1
  6875. | #define SDL_AUDIO_DRIVER_DISK 1
  6876. | #define SDL_AUDIO_DRIVER_DUMMY 1
  6877. | #define SDL_LOADSO_DLOPEN 1
  6878. | #define SDL_AUDIO_DRIVER_OSS 1
  6879. | #define HAVE_LIBASOUND 1
  6880. | #define SDL_AUDIO_DRIVER_ALSA 1
  6881. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  6882. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  6883. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  6884. | #define SDL_AUDIO_DRIVER_SNDIO 1
  6885. | #define SDL_VIDEO_DRIVER_X11 1
  6886. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  6887. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  6888. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  6889. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  6890. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  6891. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  6892. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  6893. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  6894. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  6895. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  6896. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  6897. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  6898. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  6899. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  6900. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  6901. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  6902. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  6903. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  6904. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  6905. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  6906. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  6907. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  6908. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  6909. | #define HAVE_KMSDRM_SHARED "TRUE"
  6910. | #define SDL_VIDEO_OPENGL_EGL 1
  6911. | #define SDL_VIDEO_OPENGL_ES 1
  6912. | #define SDL_VIDEO_RENDER_OGL_ES 1
  6913. | #define SDL_VIDEO_OPENGL_ES2 1
  6914. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  6915. | #define SDL_VIDEO_VULKAN 1
  6916. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  6917. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  6918. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  6919. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  6920. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  6921. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  6922. | #define HAVE_LIBUDEV_H 1
  6923. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  6924. | #define HAVE_DBUS_DBUS_H 1
  6925. | #define SDL_USE_IME 1
  6926. | #define HAVE_IBUS_IBUS_H 1
  6927. | #define SDL_INPUT_LINUXEV 1
  6928. | #define SDL_INPUT_LINUXKD 1
  6929. | /* end confdefs.h. */
  6930. |
  6931. | #include "tslib.h"
  6932. |
  6933. | int
  6934. | main ()
  6935. | {
  6936. |
  6937. |
  6938. | ;
  6939. | return 0;
  6940. | }
  6941. configure:22616: result: no
  6942. configure:22720: checking for pthreads
  6943. configure:22739: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -D_REENTRANT -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm -lpthread >&5
  6944. configure:22739: $? = 0
  6945. configure:22746: result: yes
  6946. configure:22766: checking for recursive mutexes
  6947. configure:22787: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -D_REENTRANT -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm -lpthread >&5
  6948. configure:22787: $? = 0
  6949. configure:22827: result: yes
  6950. configure:22832: checking for pthread semaphores
  6951. configure:22850: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -D_REENTRANT -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  6952. configure:22850: $? = 0
  6953. configure:22856: result: yes
  6954. configure:22860: checking for sem_timedwait
  6955. configure:22879: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -D_REENTRANT -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm -lpthread >&5
  6956. configure:22879: $? = 0
  6957. configure:22889: result: yes
  6958. configure:22893: checking for pthread_np.h
  6959. configure:22893: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -D_REENTRANT -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  6960. conftest.c:186:10: fatal error: pthread_np.h: No such file or directory
  6961. #include <pthread_np.h>
  6962. ^~~~~~~~~~~~~~
  6963. compilation terminated.
  6964. configure:22893: $? = 1
  6965. configure: failed program was:
  6966. | /* confdefs.h */
  6967. | #define PACKAGE_NAME ""
  6968. | #define PACKAGE_TARNAME ""
  6969. | #define PACKAGE_VERSION ""
  6970. | #define PACKAGE_STRING ""
  6971. | #define PACKAGE_BUGREPORT ""
  6972. | #define PACKAGE_URL ""
  6973. | #define STDC_HEADERS 1
  6974. | #define HAVE_SYS_TYPES_H 1
  6975. | #define HAVE_SYS_STAT_H 1
  6976. | #define HAVE_STDLIB_H 1
  6977. | #define HAVE_STRING_H 1
  6978. | #define HAVE_MEMORY_H 1
  6979. | #define HAVE_STRINGS_H 1
  6980. | #define HAVE_INTTYPES_H 1
  6981. | #define HAVE_STDINT_H 1
  6982. | #define HAVE_UNISTD_H 1
  6983. | #define HAVE_DLFCN_H 1
  6984. | #define LT_OBJDIR ".libs/"
  6985. | #define HAVE_LIBC 1
  6986. | #define STDC_HEADERS 1
  6987. | #define HAVE_SYS_TYPES_H 1
  6988. | #define HAVE_STDIO_H 1
  6989. | #define HAVE_STDLIB_H 1
  6990. | #define HAVE_STDDEF_H 1
  6991. | #define HAVE_STDARG_H 1
  6992. | #define HAVE_MALLOC_H 1
  6993. | #define HAVE_MEMORY_H 1
  6994. | #define HAVE_STRING_H 1
  6995. | #define HAVE_STRINGS_H 1
  6996. | #define HAVE_WCHAR_H 1
  6997. | #define HAVE_INTTYPES_H 1
  6998. | #define HAVE_STDINT_H 1
  6999. | #define HAVE_LIMITS_H 1
  7000. | #define HAVE_CTYPE_H 1
  7001. | #define HAVE_MATH_H 1
  7002. | #define HAVE_FLOAT_H 1
  7003. | #define HAVE_ICONV_H 1
  7004. | #define HAVE_SIGNAL_H 1
  7005. | #define HAVE_M_PI /**/
  7006. | #define HAVE_ALLOCA_H 1
  7007. | #define HAVE_ALLOCA 1
  7008. | #define HAVE_MEMCMP 1
  7009. | #define HAVE_STRTOD 1
  7010. | #define HAVE_MPROTECT 1
  7011. | #define HAVE_MALLOC 1
  7012. | #define HAVE_CALLOC 1
  7013. | #define HAVE_REALLOC 1
  7014. | #define HAVE_FREE 1
  7015. | #define HAVE_GETENV 1
  7016. | #define HAVE_SETENV 1
  7017. | #define HAVE_PUTENV 1
  7018. | #define HAVE_UNSETENV 1
  7019. | #define HAVE_QSORT 1
  7020. | #define HAVE_ABS 1
  7021. | #define HAVE_BCOPY 1
  7022. | #define HAVE_MEMSET 1
  7023. | #define HAVE_MEMCPY 1
  7024. | #define HAVE_MEMMOVE 1
  7025. | #define HAVE_WCSLEN 1
  7026. | #define HAVE_WCSCMP 1
  7027. | #define HAVE_STRLEN 1
  7028. | #define HAVE_STRCHR 1
  7029. | #define HAVE_STRRCHR 1
  7030. | #define HAVE_STRSTR 1
  7031. | #define HAVE_STRTOL 1
  7032. | #define HAVE_STRTOUL 1
  7033. | #define HAVE_STRTOLL 1
  7034. | #define HAVE_STRTOULL 1
  7035. | #define HAVE_ATOI 1
  7036. | #define HAVE_ATOF 1
  7037. | #define HAVE_STRCMP 1
  7038. | #define HAVE_STRNCMP 1
  7039. | #define HAVE_STRCASECMP 1
  7040. | #define HAVE_STRNCASECMP 1
  7041. | #define HAVE_VSSCANF 1
  7042. | #define HAVE_VSNPRINTF 1
  7043. | #define HAVE_FOPEN64 1
  7044. | #define HAVE_FSEEKO 1
  7045. | #define HAVE_FSEEKO64 1
  7046. | #define HAVE_SIGACTION 1
  7047. | #define HAVE_SETJMP 1
  7048. | #define HAVE_NANOSLEEP 1
  7049. | #define HAVE_SYSCONF 1
  7050. | #define HAVE_GETAUXVAL 1
  7051. | #define HAVE_POLL 1
  7052. | #define HAVE_ACOS 1
  7053. | #define HAVE_ACOSF 1
  7054. | #define HAVE_ASIN 1
  7055. | #define HAVE_ASINF 1
  7056. | #define HAVE_ATAN 1
  7057. | #define HAVE_ATANF 1
  7058. | #define HAVE_ATAN2 1
  7059. | #define HAVE_ATAN2F 1
  7060. | #define HAVE_CEIL 1
  7061. | #define HAVE_CEILF 1
  7062. | #define HAVE_COPYSIGN 1
  7063. | #define HAVE_COPYSIGNF 1
  7064. | #define HAVE_COS 1
  7065. | #define HAVE_COSF 1
  7066. | #define HAVE_FABS 1
  7067. | #define HAVE_FABSF 1
  7068. | #define HAVE_FLOOR 1
  7069. | #define HAVE_FLOORF 1
  7070. | #define HAVE_FMOD 1
  7071. | #define HAVE_FMODF 1
  7072. | #define HAVE_LOG 1
  7073. | #define HAVE_LOGF 1
  7074. | #define HAVE_LOG10 1
  7075. | #define HAVE_LOG10F 1
  7076. | #define HAVE_POW 1
  7077. | #define HAVE_POWF 1
  7078. | #define HAVE_SCALBN 1
  7079. | #define HAVE_SCALBNF 1
  7080. | #define HAVE_SIN 1
  7081. | #define HAVE_SINF 1
  7082. | #define HAVE_SQRT 1
  7083. | #define HAVE_SQRTF 1
  7084. | #define HAVE_TAN 1
  7085. | #define HAVE_TANF 1
  7086. | #define HAVE_ICONV 1
  7087. | #define HAVE_SA_SIGACTION 1
  7088. | #define HAVE_GCC_ATOMICS 1
  7089. | #define SDL_ASSEMBLY_ROUTINES 1
  7090. | #define SDL_VIDEO_DRIVER_DUMMY 1
  7091. | #define SDL_AUDIO_DRIVER_DISK 1
  7092. | #define SDL_AUDIO_DRIVER_DUMMY 1
  7093. | #define SDL_LOADSO_DLOPEN 1
  7094. | #define SDL_AUDIO_DRIVER_OSS 1
  7095. | #define HAVE_LIBASOUND 1
  7096. | #define SDL_AUDIO_DRIVER_ALSA 1
  7097. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  7098. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  7099. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  7100. | #define SDL_AUDIO_DRIVER_SNDIO 1
  7101. | #define SDL_VIDEO_DRIVER_X11 1
  7102. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  7103. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  7104. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  7105. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  7106. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  7107. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  7108. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  7109. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  7110. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  7111. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  7112. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  7113. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  7114. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  7115. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  7116. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  7117. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  7118. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  7119. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  7120. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  7121. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  7122. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  7123. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  7124. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  7125. | #define HAVE_KMSDRM_SHARED "TRUE"
  7126. | #define SDL_VIDEO_OPENGL_EGL 1
  7127. | #define SDL_VIDEO_OPENGL_ES 1
  7128. | #define SDL_VIDEO_RENDER_OGL_ES 1
  7129. | #define SDL_VIDEO_OPENGL_ES2 1
  7130. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  7131. | #define SDL_VIDEO_VULKAN 1
  7132. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  7133. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  7134. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  7135. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  7136. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  7137. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  7138. | #define HAVE_LIBUDEV_H 1
  7139. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  7140. | #define HAVE_DBUS_DBUS_H 1
  7141. | #define SDL_USE_IME 1
  7142. | #define HAVE_IBUS_IBUS_H 1
  7143. | #define SDL_INPUT_LINUXEV 1
  7144. | #define SDL_INPUT_LINUXKD 1
  7145. | #define SDL_THREAD_PTHREAD 1
  7146. | #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
  7147. | #define HAVE_SEM_TIMEDWAIT 1
  7148. | /* end confdefs.h. */
  7149. | #include <pthread.h>
  7150. |
  7151. | #include <pthread_np.h>
  7152. configure:22893: result: no
  7153. configure:22909: checking for pthread_setname_np
  7154. configure:22929: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -D_REENTRANT -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm -lpthread >&5
  7155. configure:22929: $? = 0
  7156. configure:22943: result: yes
  7157. configure:22946: checking for pthread_set_name_np
  7158. configure:22966: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -D_REENTRANT -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lm -lpthread >&5
  7159. /tmp/ccy4Ng2l.o: In function `main':
  7160. /home/odroid/Desktop/is2/SDL2-2.0.8/conftest.c:196: undefined reference to `pthread_set_name_np'
  7161. collect2: error: ld returned 1 exit status
  7162. configure:22966: $? = 1
  7163. configure: failed program was:
  7164. | /* confdefs.h */
  7165. | #define PACKAGE_NAME ""
  7166. | #define PACKAGE_TARNAME ""
  7167. | #define PACKAGE_VERSION ""
  7168. | #define PACKAGE_STRING ""
  7169. | #define PACKAGE_BUGREPORT ""
  7170. | #define PACKAGE_URL ""
  7171. | #define STDC_HEADERS 1
  7172. | #define HAVE_SYS_TYPES_H 1
  7173. | #define HAVE_SYS_STAT_H 1
  7174. | #define HAVE_STDLIB_H 1
  7175. | #define HAVE_STRING_H 1
  7176. | #define HAVE_MEMORY_H 1
  7177. | #define HAVE_STRINGS_H 1
  7178. | #define HAVE_INTTYPES_H 1
  7179. | #define HAVE_STDINT_H 1
  7180. | #define HAVE_UNISTD_H 1
  7181. | #define HAVE_DLFCN_H 1
  7182. | #define LT_OBJDIR ".libs/"
  7183. | #define HAVE_LIBC 1
  7184. | #define STDC_HEADERS 1
  7185. | #define HAVE_SYS_TYPES_H 1
  7186. | #define HAVE_STDIO_H 1
  7187. | #define HAVE_STDLIB_H 1
  7188. | #define HAVE_STDDEF_H 1
  7189. | #define HAVE_STDARG_H 1
  7190. | #define HAVE_MALLOC_H 1
  7191. | #define HAVE_MEMORY_H 1
  7192. | #define HAVE_STRING_H 1
  7193. | #define HAVE_STRINGS_H 1
  7194. | #define HAVE_WCHAR_H 1
  7195. | #define HAVE_INTTYPES_H 1
  7196. | #define HAVE_STDINT_H 1
  7197. | #define HAVE_LIMITS_H 1
  7198. | #define HAVE_CTYPE_H 1
  7199. | #define HAVE_MATH_H 1
  7200. | #define HAVE_FLOAT_H 1
  7201. | #define HAVE_ICONV_H 1
  7202. | #define HAVE_SIGNAL_H 1
  7203. | #define HAVE_M_PI /**/
  7204. | #define HAVE_ALLOCA_H 1
  7205. | #define HAVE_ALLOCA 1
  7206. | #define HAVE_MEMCMP 1
  7207. | #define HAVE_STRTOD 1
  7208. | #define HAVE_MPROTECT 1
  7209. | #define HAVE_MALLOC 1
  7210. | #define HAVE_CALLOC 1
  7211. | #define HAVE_REALLOC 1
  7212. | #define HAVE_FREE 1
  7213. | #define HAVE_GETENV 1
  7214. | #define HAVE_SETENV 1
  7215. | #define HAVE_PUTENV 1
  7216. | #define HAVE_UNSETENV 1
  7217. | #define HAVE_QSORT 1
  7218. | #define HAVE_ABS 1
  7219. | #define HAVE_BCOPY 1
  7220. | #define HAVE_MEMSET 1
  7221. | #define HAVE_MEMCPY 1
  7222. | #define HAVE_MEMMOVE 1
  7223. | #define HAVE_WCSLEN 1
  7224. | #define HAVE_WCSCMP 1
  7225. | #define HAVE_STRLEN 1
  7226. | #define HAVE_STRCHR 1
  7227. | #define HAVE_STRRCHR 1
  7228. | #define HAVE_STRSTR 1
  7229. | #define HAVE_STRTOL 1
  7230. | #define HAVE_STRTOUL 1
  7231. | #define HAVE_STRTOLL 1
  7232. | #define HAVE_STRTOULL 1
  7233. | #define HAVE_ATOI 1
  7234. | #define HAVE_ATOF 1
  7235. | #define HAVE_STRCMP 1
  7236. | #define HAVE_STRNCMP 1
  7237. | #define HAVE_STRCASECMP 1
  7238. | #define HAVE_STRNCASECMP 1
  7239. | #define HAVE_VSSCANF 1
  7240. | #define HAVE_VSNPRINTF 1
  7241. | #define HAVE_FOPEN64 1
  7242. | #define HAVE_FSEEKO 1
  7243. | #define HAVE_FSEEKO64 1
  7244. | #define HAVE_SIGACTION 1
  7245. | #define HAVE_SETJMP 1
  7246. | #define HAVE_NANOSLEEP 1
  7247. | #define HAVE_SYSCONF 1
  7248. | #define HAVE_GETAUXVAL 1
  7249. | #define HAVE_POLL 1
  7250. | #define HAVE_ACOS 1
  7251. | #define HAVE_ACOSF 1
  7252. | #define HAVE_ASIN 1
  7253. | #define HAVE_ASINF 1
  7254. | #define HAVE_ATAN 1
  7255. | #define HAVE_ATANF 1
  7256. | #define HAVE_ATAN2 1
  7257. | #define HAVE_ATAN2F 1
  7258. | #define HAVE_CEIL 1
  7259. | #define HAVE_CEILF 1
  7260. | #define HAVE_COPYSIGN 1
  7261. | #define HAVE_COPYSIGNF 1
  7262. | #define HAVE_COS 1
  7263. | #define HAVE_COSF 1
  7264. | #define HAVE_FABS 1
  7265. | #define HAVE_FABSF 1
  7266. | #define HAVE_FLOOR 1
  7267. | #define HAVE_FLOORF 1
  7268. | #define HAVE_FMOD 1
  7269. | #define HAVE_FMODF 1
  7270. | #define HAVE_LOG 1
  7271. | #define HAVE_LOGF 1
  7272. | #define HAVE_LOG10 1
  7273. | #define HAVE_LOG10F 1
  7274. | #define HAVE_POW 1
  7275. | #define HAVE_POWF 1
  7276. | #define HAVE_SCALBN 1
  7277. | #define HAVE_SCALBNF 1
  7278. | #define HAVE_SIN 1
  7279. | #define HAVE_SINF 1
  7280. | #define HAVE_SQRT 1
  7281. | #define HAVE_SQRTF 1
  7282. | #define HAVE_TAN 1
  7283. | #define HAVE_TANF 1
  7284. | #define HAVE_ICONV 1
  7285. | #define HAVE_SA_SIGACTION 1
  7286. | #define HAVE_GCC_ATOMICS 1
  7287. | #define SDL_ASSEMBLY_ROUTINES 1
  7288. | #define SDL_VIDEO_DRIVER_DUMMY 1
  7289. | #define SDL_AUDIO_DRIVER_DISK 1
  7290. | #define SDL_AUDIO_DRIVER_DUMMY 1
  7291. | #define SDL_LOADSO_DLOPEN 1
  7292. | #define SDL_AUDIO_DRIVER_OSS 1
  7293. | #define HAVE_LIBASOUND 1
  7294. | #define SDL_AUDIO_DRIVER_ALSA 1
  7295. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  7296. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  7297. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  7298. | #define SDL_AUDIO_DRIVER_SNDIO 1
  7299. | #define SDL_VIDEO_DRIVER_X11 1
  7300. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  7301. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  7302. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  7303. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  7304. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  7305. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  7306. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  7307. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  7308. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  7309. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  7310. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  7311. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  7312. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  7313. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  7314. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  7315. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  7316. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  7317. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  7318. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  7319. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  7320. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  7321. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  7322. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  7323. | #define HAVE_KMSDRM_SHARED "TRUE"
  7324. | #define SDL_VIDEO_OPENGL_EGL 1
  7325. | #define SDL_VIDEO_OPENGL_ES 1
  7326. | #define SDL_VIDEO_RENDER_OGL_ES 1
  7327. | #define SDL_VIDEO_OPENGL_ES2 1
  7328. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  7329. | #define SDL_VIDEO_VULKAN 1
  7330. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  7331. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  7332. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  7333. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  7334. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  7335. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  7336. | #define HAVE_LIBUDEV_H 1
  7337. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  7338. | #define HAVE_DBUS_DBUS_H 1
  7339. | #define SDL_USE_IME 1
  7340. | #define HAVE_IBUS_IBUS_H 1
  7341. | #define SDL_INPUT_LINUXEV 1
  7342. | #define SDL_INPUT_LINUXKD 1
  7343. | #define SDL_THREAD_PTHREAD 1
  7344. | #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
  7345. | #define HAVE_SEM_TIMEDWAIT 1
  7346. | #define HAVE_PTHREAD_SETNAME_NP 1
  7347. | /* end confdefs.h. */
  7348. |
  7349. | /* Override any GCC internal prototype to avoid an error.
  7350. | Use char because int might match the return type of a GCC
  7351. | builtin and then its argument prototype would still apply. */
  7352. | #ifdef __cplusplus
  7353. | extern "C"
  7354. | #endif
  7355. | char pthread_set_name_np ();
  7356. | int
  7357. | main ()
  7358. | {
  7359. | return pthread_set_name_np ();
  7360. | ;
  7361. | return 0;
  7362. | }
  7363. configure:22980: result: no
  7364. configure:23721: checking for clock_gettime in -lrt
  7365. configure:23746: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c -lrt -lm >&5
  7366. configure:23746: $? = 0
  7367. configure:23755: result: yes
  7368. configure:23819: checking linux/version.h usability
  7369. configure:23819: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  7370. configure:23819: $? = 0
  7371. configure:23819: result: yes
  7372. configure:23819: checking linux/version.h presence
  7373. configure:23819: gcc -E -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c
  7374. configure:23819: $? = 0
  7375. configure:23819: result: yes
  7376. configure:23819: checking for linux/version.h
  7377. configure:23819: result: yes
  7378. configure:21144: checking for Vivante VDK API
  7379. configure:21163: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  7380. conftest.c:189:20: fatal error: gc_vdk.h: No such file or directory
  7381. #include <gc_vdk.h>
  7382. ^~~~~~~~~~
  7383. compilation terminated.
  7384. configure:21163: $? = 1
  7385. configure: failed program was:
  7386. | /* confdefs.h */
  7387. | #define PACKAGE_NAME ""
  7388. | #define PACKAGE_TARNAME ""
  7389. | #define PACKAGE_VERSION ""
  7390. | #define PACKAGE_STRING ""
  7391. | #define PACKAGE_BUGREPORT ""
  7392. | #define PACKAGE_URL ""
  7393. | #define STDC_HEADERS 1
  7394. | #define HAVE_SYS_TYPES_H 1
  7395. | #define HAVE_SYS_STAT_H 1
  7396. | #define HAVE_STDLIB_H 1
  7397. | #define HAVE_STRING_H 1
  7398. | #define HAVE_MEMORY_H 1
  7399. | #define HAVE_STRINGS_H 1
  7400. | #define HAVE_INTTYPES_H 1
  7401. | #define HAVE_STDINT_H 1
  7402. | #define HAVE_UNISTD_H 1
  7403. | #define HAVE_DLFCN_H 1
  7404. | #define LT_OBJDIR ".libs/"
  7405. | #define HAVE_LIBC 1
  7406. | #define STDC_HEADERS 1
  7407. | #define HAVE_SYS_TYPES_H 1
  7408. | #define HAVE_STDIO_H 1
  7409. | #define HAVE_STDLIB_H 1
  7410. | #define HAVE_STDDEF_H 1
  7411. | #define HAVE_STDARG_H 1
  7412. | #define HAVE_MALLOC_H 1
  7413. | #define HAVE_MEMORY_H 1
  7414. | #define HAVE_STRING_H 1
  7415. | #define HAVE_STRINGS_H 1
  7416. | #define HAVE_WCHAR_H 1
  7417. | #define HAVE_INTTYPES_H 1
  7418. | #define HAVE_STDINT_H 1
  7419. | #define HAVE_LIMITS_H 1
  7420. | #define HAVE_CTYPE_H 1
  7421. | #define HAVE_MATH_H 1
  7422. | #define HAVE_FLOAT_H 1
  7423. | #define HAVE_ICONV_H 1
  7424. | #define HAVE_SIGNAL_H 1
  7425. | #define HAVE_M_PI /**/
  7426. | #define HAVE_ALLOCA_H 1
  7427. | #define HAVE_ALLOCA 1
  7428. | #define HAVE_MEMCMP 1
  7429. | #define HAVE_STRTOD 1
  7430. | #define HAVE_MPROTECT 1
  7431. | #define HAVE_MALLOC 1
  7432. | #define HAVE_CALLOC 1
  7433. | #define HAVE_REALLOC 1
  7434. | #define HAVE_FREE 1
  7435. | #define HAVE_GETENV 1
  7436. | #define HAVE_SETENV 1
  7437. | #define HAVE_PUTENV 1
  7438. | #define HAVE_UNSETENV 1
  7439. | #define HAVE_QSORT 1
  7440. | #define HAVE_ABS 1
  7441. | #define HAVE_BCOPY 1
  7442. | #define HAVE_MEMSET 1
  7443. | #define HAVE_MEMCPY 1
  7444. | #define HAVE_MEMMOVE 1
  7445. | #define HAVE_WCSLEN 1
  7446. | #define HAVE_WCSCMP 1
  7447. | #define HAVE_STRLEN 1
  7448. | #define HAVE_STRCHR 1
  7449. | #define HAVE_STRRCHR 1
  7450. | #define HAVE_STRSTR 1
  7451. | #define HAVE_STRTOL 1
  7452. | #define HAVE_STRTOUL 1
  7453. | #define HAVE_STRTOLL 1
  7454. | #define HAVE_STRTOULL 1
  7455. | #define HAVE_ATOI 1
  7456. | #define HAVE_ATOF 1
  7457. | #define HAVE_STRCMP 1
  7458. | #define HAVE_STRNCMP 1
  7459. | #define HAVE_STRCASECMP 1
  7460. | #define HAVE_STRNCASECMP 1
  7461. | #define HAVE_VSSCANF 1
  7462. | #define HAVE_VSNPRINTF 1
  7463. | #define HAVE_FOPEN64 1
  7464. | #define HAVE_FSEEKO 1
  7465. | #define HAVE_FSEEKO64 1
  7466. | #define HAVE_SIGACTION 1
  7467. | #define HAVE_SETJMP 1
  7468. | #define HAVE_NANOSLEEP 1
  7469. | #define HAVE_SYSCONF 1
  7470. | #define HAVE_GETAUXVAL 1
  7471. | #define HAVE_POLL 1
  7472. | #define HAVE_ACOS 1
  7473. | #define HAVE_ACOSF 1
  7474. | #define HAVE_ASIN 1
  7475. | #define HAVE_ASINF 1
  7476. | #define HAVE_ATAN 1
  7477. | #define HAVE_ATANF 1
  7478. | #define HAVE_ATAN2 1
  7479. | #define HAVE_ATAN2F 1
  7480. | #define HAVE_CEIL 1
  7481. | #define HAVE_CEILF 1
  7482. | #define HAVE_COPYSIGN 1
  7483. | #define HAVE_COPYSIGNF 1
  7484. | #define HAVE_COS 1
  7485. | #define HAVE_COSF 1
  7486. | #define HAVE_FABS 1
  7487. | #define HAVE_FABSF 1
  7488. | #define HAVE_FLOOR 1
  7489. | #define HAVE_FLOORF 1
  7490. | #define HAVE_FMOD 1
  7491. | #define HAVE_FMODF 1
  7492. | #define HAVE_LOG 1
  7493. | #define HAVE_LOGF 1
  7494. | #define HAVE_LOG10 1
  7495. | #define HAVE_LOG10F 1
  7496. | #define HAVE_POW 1
  7497. | #define HAVE_POWF 1
  7498. | #define HAVE_SCALBN 1
  7499. | #define HAVE_SCALBNF 1
  7500. | #define HAVE_SIN 1
  7501. | #define HAVE_SINF 1
  7502. | #define HAVE_SQRT 1
  7503. | #define HAVE_SQRTF 1
  7504. | #define HAVE_TAN 1
  7505. | #define HAVE_TANF 1
  7506. | #define HAVE_ICONV 1
  7507. | #define HAVE_SA_SIGACTION 1
  7508. | #define HAVE_GCC_ATOMICS 1
  7509. | #define SDL_ASSEMBLY_ROUTINES 1
  7510. | #define SDL_VIDEO_DRIVER_DUMMY 1
  7511. | #define SDL_AUDIO_DRIVER_DISK 1
  7512. | #define SDL_AUDIO_DRIVER_DUMMY 1
  7513. | #define SDL_LOADSO_DLOPEN 1
  7514. | #define SDL_AUDIO_DRIVER_OSS 1
  7515. | #define HAVE_LIBASOUND 1
  7516. | #define SDL_AUDIO_DRIVER_ALSA 1
  7517. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  7518. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  7519. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  7520. | #define SDL_AUDIO_DRIVER_SNDIO 1
  7521. | #define SDL_VIDEO_DRIVER_X11 1
  7522. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  7523. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  7524. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  7525. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  7526. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  7527. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  7528. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  7529. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  7530. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  7531. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  7532. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  7533. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  7534. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  7535. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  7536. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  7537. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  7538. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  7539. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  7540. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  7541. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  7542. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  7543. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  7544. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  7545. | #define HAVE_KMSDRM_SHARED "TRUE"
  7546. | #define SDL_VIDEO_OPENGL_EGL 1
  7547. | #define SDL_VIDEO_OPENGL_ES 1
  7548. | #define SDL_VIDEO_RENDER_OGL_ES 1
  7549. | #define SDL_VIDEO_OPENGL_ES2 1
  7550. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  7551. | #define SDL_VIDEO_VULKAN 1
  7552. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  7553. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  7554. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  7555. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  7556. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  7557. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  7558. | #define HAVE_LIBUDEV_H 1
  7559. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  7560. | #define HAVE_DBUS_DBUS_H 1
  7561. | #define SDL_USE_IME 1
  7562. | #define HAVE_IBUS_IBUS_H 1
  7563. | #define SDL_INPUT_LINUXEV 1
  7564. | #define SDL_INPUT_LINUXKD 1
  7565. | #define SDL_THREAD_PTHREAD 1
  7566. | #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
  7567. | #define HAVE_SEM_TIMEDWAIT 1
  7568. | #define HAVE_PTHREAD_SETNAME_NP 1
  7569. | #define HAVE_CLOCK_GETTIME 1
  7570. | /* end confdefs.h. */
  7571. |
  7572. | #define LINUX
  7573. | #define EGL_API_FB
  7574. | #include <gc_vdk.h>
  7575. |
  7576. | int
  7577. | main ()
  7578. | {
  7579. |
  7580. |
  7581. | ;
  7582. | return 0;
  7583. | }
  7584. configure:21169: result: no
  7585. configure:21172: checking for Vivante FB API
  7586. configure:21191: gcc -c -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos conftest.c >&5
  7587. conftest.c:189:20: fatal error: EGL/eglvivante.h: No such file or directory
  7588. #include <EGL/eglvivante.h>
  7589. ^~~~~~~~~~~~~~~~~~
  7590. compilation terminated.
  7591. configure:21191: $? = 1
  7592. configure: failed program was:
  7593. | /* confdefs.h */
  7594. | #define PACKAGE_NAME ""
  7595. | #define PACKAGE_TARNAME ""
  7596. | #define PACKAGE_VERSION ""
  7597. | #define PACKAGE_STRING ""
  7598. | #define PACKAGE_BUGREPORT ""
  7599. | #define PACKAGE_URL ""
  7600. | #define STDC_HEADERS 1
  7601. | #define HAVE_SYS_TYPES_H 1
  7602. | #define HAVE_SYS_STAT_H 1
  7603. | #define HAVE_STDLIB_H 1
  7604. | #define HAVE_STRING_H 1
  7605. | #define HAVE_MEMORY_H 1
  7606. | #define HAVE_STRINGS_H 1
  7607. | #define HAVE_INTTYPES_H 1
  7608. | #define HAVE_STDINT_H 1
  7609. | #define HAVE_UNISTD_H 1
  7610. | #define HAVE_DLFCN_H 1
  7611. | #define LT_OBJDIR ".libs/"
  7612. | #define HAVE_LIBC 1
  7613. | #define STDC_HEADERS 1
  7614. | #define HAVE_SYS_TYPES_H 1
  7615. | #define HAVE_STDIO_H 1
  7616. | #define HAVE_STDLIB_H 1
  7617. | #define HAVE_STDDEF_H 1
  7618. | #define HAVE_STDARG_H 1
  7619. | #define HAVE_MALLOC_H 1
  7620. | #define HAVE_MEMORY_H 1
  7621. | #define HAVE_STRING_H 1
  7622. | #define HAVE_STRINGS_H 1
  7623. | #define HAVE_WCHAR_H 1
  7624. | #define HAVE_INTTYPES_H 1
  7625. | #define HAVE_STDINT_H 1
  7626. | #define HAVE_LIMITS_H 1
  7627. | #define HAVE_CTYPE_H 1
  7628. | #define HAVE_MATH_H 1
  7629. | #define HAVE_FLOAT_H 1
  7630. | #define HAVE_ICONV_H 1
  7631. | #define HAVE_SIGNAL_H 1
  7632. | #define HAVE_M_PI /**/
  7633. | #define HAVE_ALLOCA_H 1
  7634. | #define HAVE_ALLOCA 1
  7635. | #define HAVE_MEMCMP 1
  7636. | #define HAVE_STRTOD 1
  7637. | #define HAVE_MPROTECT 1
  7638. | #define HAVE_MALLOC 1
  7639. | #define HAVE_CALLOC 1
  7640. | #define HAVE_REALLOC 1
  7641. | #define HAVE_FREE 1
  7642. | #define HAVE_GETENV 1
  7643. | #define HAVE_SETENV 1
  7644. | #define HAVE_PUTENV 1
  7645. | #define HAVE_UNSETENV 1
  7646. | #define HAVE_QSORT 1
  7647. | #define HAVE_ABS 1
  7648. | #define HAVE_BCOPY 1
  7649. | #define HAVE_MEMSET 1
  7650. | #define HAVE_MEMCPY 1
  7651. | #define HAVE_MEMMOVE 1
  7652. | #define HAVE_WCSLEN 1
  7653. | #define HAVE_WCSCMP 1
  7654. | #define HAVE_STRLEN 1
  7655. | #define HAVE_STRCHR 1
  7656. | #define HAVE_STRRCHR 1
  7657. | #define HAVE_STRSTR 1
  7658. | #define HAVE_STRTOL 1
  7659. | #define HAVE_STRTOUL 1
  7660. | #define HAVE_STRTOLL 1
  7661. | #define HAVE_STRTOULL 1
  7662. | #define HAVE_ATOI 1
  7663. | #define HAVE_ATOF 1
  7664. | #define HAVE_STRCMP 1
  7665. | #define HAVE_STRNCMP 1
  7666. | #define HAVE_STRCASECMP 1
  7667. | #define HAVE_STRNCASECMP 1
  7668. | #define HAVE_VSSCANF 1
  7669. | #define HAVE_VSNPRINTF 1
  7670. | #define HAVE_FOPEN64 1
  7671. | #define HAVE_FSEEKO 1
  7672. | #define HAVE_FSEEKO64 1
  7673. | #define HAVE_SIGACTION 1
  7674. | #define HAVE_SETJMP 1
  7675. | #define HAVE_NANOSLEEP 1
  7676. | #define HAVE_SYSCONF 1
  7677. | #define HAVE_GETAUXVAL 1
  7678. | #define HAVE_POLL 1
  7679. | #define HAVE_ACOS 1
  7680. | #define HAVE_ACOSF 1
  7681. | #define HAVE_ASIN 1
  7682. | #define HAVE_ASINF 1
  7683. | #define HAVE_ATAN 1
  7684. | #define HAVE_ATANF 1
  7685. | #define HAVE_ATAN2 1
  7686. | #define HAVE_ATAN2F 1
  7687. | #define HAVE_CEIL 1
  7688. | #define HAVE_CEILF 1
  7689. | #define HAVE_COPYSIGN 1
  7690. | #define HAVE_COPYSIGNF 1
  7691. | #define HAVE_COS 1
  7692. | #define HAVE_COSF 1
  7693. | #define HAVE_FABS 1
  7694. | #define HAVE_FABSF 1
  7695. | #define HAVE_FLOOR 1
  7696. | #define HAVE_FLOORF 1
  7697. | #define HAVE_FMOD 1
  7698. | #define HAVE_FMODF 1
  7699. | #define HAVE_LOG 1
  7700. | #define HAVE_LOGF 1
  7701. | #define HAVE_LOG10 1
  7702. | #define HAVE_LOG10F 1
  7703. | #define HAVE_POW 1
  7704. | #define HAVE_POWF 1
  7705. | #define HAVE_SCALBN 1
  7706. | #define HAVE_SCALBNF 1
  7707. | #define HAVE_SIN 1
  7708. | #define HAVE_SINF 1
  7709. | #define HAVE_SQRT 1
  7710. | #define HAVE_SQRTF 1
  7711. | #define HAVE_TAN 1
  7712. | #define HAVE_TANF 1
  7713. | #define HAVE_ICONV 1
  7714. | #define HAVE_SA_SIGACTION 1
  7715. | #define HAVE_GCC_ATOMICS 1
  7716. | #define SDL_ASSEMBLY_ROUTINES 1
  7717. | #define SDL_VIDEO_DRIVER_DUMMY 1
  7718. | #define SDL_AUDIO_DRIVER_DISK 1
  7719. | #define SDL_AUDIO_DRIVER_DUMMY 1
  7720. | #define SDL_LOADSO_DLOPEN 1
  7721. | #define SDL_AUDIO_DRIVER_OSS 1
  7722. | #define HAVE_LIBASOUND 1
  7723. | #define SDL_AUDIO_DRIVER_ALSA 1
  7724. | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  7725. | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  7726. | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  7727. | #define SDL_AUDIO_DRIVER_SNDIO 1
  7728. | #define SDL_VIDEO_DRIVER_X11 1
  7729. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  7730. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  7731. | #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  7732. | #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  7733. | #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  7734. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  7735. | #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  7736. | #define SDL_VIDEO_DRIVER_X11_XDBE 1
  7737. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  7738. | #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  7739. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  7740. | #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  7741. | #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  7742. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  7743. | #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  7744. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  7745. | #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  7746. | #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  7747. | #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  7748. | #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  7749. | #define SDL_VIDEO_DRIVER_KMSDRM 1
  7750. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  7751. | #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  7752. | #define HAVE_KMSDRM_SHARED "TRUE"
  7753. | #define SDL_VIDEO_OPENGL_EGL 1
  7754. | #define SDL_VIDEO_OPENGL_ES 1
  7755. | #define SDL_VIDEO_RENDER_OGL_ES 1
  7756. | #define SDL_VIDEO_OPENGL_ES2 1
  7757. | #define SDL_VIDEO_RENDER_OGL_ES2 1
  7758. | #define SDL_VIDEO_VULKAN 1
  7759. | #define SDL_VIDEO_DRIVER_WAYLAND 1
  7760. | #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  7761. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  7762. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  7763. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  7764. | #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  7765. | #define HAVE_LIBUDEV_H 1
  7766. | #define SDL_UDEV_DYNAMIC "libudev.so.1"
  7767. | #define HAVE_DBUS_DBUS_H 1
  7768. | #define SDL_USE_IME 1
  7769. | #define HAVE_IBUS_IBUS_H 1
  7770. | #define SDL_INPUT_LINUXEV 1
  7771. | #define SDL_INPUT_LINUXKD 1
  7772. | #define SDL_THREAD_PTHREAD 1
  7773. | #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
  7774. | #define HAVE_SEM_TIMEDWAIT 1
  7775. | #define HAVE_PTHREAD_SETNAME_NP 1
  7776. | #define HAVE_CLOCK_GETTIME 1
  7777. | /* end confdefs.h. */
  7778. |
  7779. | #define LINUX
  7780. | #define EGL_API_FB
  7781. | #include <EGL/eglvivante.h>
  7782. |
  7783. | int
  7784. | main ()
  7785. | {
  7786. |
  7787. |
  7788. | ;
  7789. | return 0;
  7790. | }
  7791. configure:21197: result: no
  7792. configure:24787: checking for linker option --enable-new-dtags
  7793. configure:24805: gcc -o conftest -g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Wl,--enable-new-dtags conftest.c -lm >&5
  7794. configure:24805: $? = 0
  7795. configure:24814: result: yes
  7796. configure:25045: creating ./config.status
  7797.  
  7798. ## ---------------------- ##
  7799. ## Running config.status. ##
  7800. ## ---------------------- ##
  7801.  
  7802. This file was extended by config.status, which was
  7803. generated by GNU Autoconf 2.69. Invocation command line was
  7804.  
  7805. CONFIG_FILES =
  7806. CONFIG_HEADERS =
  7807. CONFIG_LINKS =
  7808. CONFIG_COMMANDS =
  7809. $ ./config.status
  7810.  
  7811. on odroid
  7812.  
  7813. config.status:1365: creating Makefile
  7814. config.status:1365: creating sdl2-config
  7815. config.status:1365: creating sdl2-config.cmake
  7816. config.status:1365: creating SDL2.spec
  7817. config.status:1365: creating sdl2.pc
  7818. config.status:1365: creating include/SDL_config.h
  7819. config.status:1525: include/SDL_config.h is unchanged
  7820. config.status:1539: executing libtool commands
  7821. config.status:1539: executing sdl2_config commands
  7822. config.status:1539: executing summary commands
  7823.  
  7824. ## ---------------- ##
  7825. ## Cache variables. ##
  7826. ## ---------------- ##
  7827.  
  7828. ac_cv_build=armv7l-unknown-linux-gnueabihf
  7829. ac_cv_c_compiler_gnu=yes
  7830. ac_cv_c_const=yes
  7831. ac_cv_c_inline=inline
  7832. ac_cv_c_volatile=yes
  7833. ac_cv_cxx_compiler_gnu=yes
  7834. ac_cv_define_M_PI=yes
  7835. ac_cv_env_CCC_set=
  7836. ac_cv_env_CCC_value=
  7837. ac_cv_env_CC_set=
  7838. ac_cv_env_CC_value=
  7839. ac_cv_env_CFLAGS_set=
  7840. ac_cv_env_CFLAGS_value=
  7841. ac_cv_env_CPPFLAGS_set=
  7842. ac_cv_env_CPPFLAGS_value=
  7843. ac_cv_env_CPP_set=
  7844. ac_cv_env_CPP_value=
  7845. ac_cv_env_CXXCPP_set=
  7846. ac_cv_env_CXXCPP_value=
  7847. ac_cv_env_CXXFLAGS_set=
  7848. ac_cv_env_CXXFLAGS_value=
  7849. ac_cv_env_CXX_set=
  7850. ac_cv_env_CXX_value=
  7851. ac_cv_env_LDFLAGS_set=
  7852. ac_cv_env_LDFLAGS_value=
  7853. ac_cv_env_LIBS_set=
  7854. ac_cv_env_LIBS_value=
  7855. ac_cv_env_XMKMF_set=
  7856. ac_cv_env_XMKMF_value=
  7857. ac_cv_env_build_alias_set=
  7858. ac_cv_env_build_alias_value=
  7859. ac_cv_env_host_alias_set=
  7860. ac_cv_env_host_alias_value=
  7861. ac_cv_env_target_alias_set=
  7862. ac_cv_env_target_alias_value=
  7863. ac_cv_func__i64toa=no
  7864. ac_cv_func__ltoa=no
  7865. ac_cv_func__stricmp=no
  7866. ac_cv_func__strlwr=no
  7867. ac_cv_func__strnicmp=no
  7868. ac_cv_func__strrev=no
  7869. ac_cv_func__strupr=no
  7870. ac_cv_func__ui64toa=no
  7871. ac_cv_func__uitoa=no
  7872. ac_cv_func__ultoa=no
  7873. ac_cv_func_abs=yes
  7874. ac_cv_func_acos=yes
  7875. ac_cv_func_acosf=yes
  7876. ac_cv_func_alloca_works=yes
  7877. ac_cv_func_asin=yes
  7878. ac_cv_func_asinf=yes
  7879. ac_cv_func_atan2=yes
  7880. ac_cv_func_atan2f=yes
  7881. ac_cv_func_atan=yes
  7882. ac_cv_func_atanf=yes
  7883. ac_cv_func_atof=yes
  7884. ac_cv_func_atoi=yes
  7885. ac_cv_func_bcopy=yes
  7886. ac_cv_func_calloc=yes
  7887. ac_cv_func_ceil=yes
  7888. ac_cv_func_ceilf=yes
  7889. ac_cv_func_connect=yes
  7890. ac_cv_func_copysign=yes
  7891. ac_cv_func_copysignf=yes
  7892. ac_cv_func_cos=yes
  7893. ac_cv_func_cosf=yes
  7894. ac_cv_func_fabs=yes
  7895. ac_cv_func_fabsf=yes
  7896. ac_cv_func_floor=yes
  7897. ac_cv_func_floorf=yes
  7898. ac_cv_func_fmod=yes
  7899. ac_cv_func_fmodf=yes
  7900. ac_cv_func_fopen64=yes
  7901. ac_cv_func_free=yes
  7902. ac_cv_func_fseeko64=yes
  7903. ac_cv_func_fseeko=yes
  7904. ac_cv_func_getauxval=yes
  7905. ac_cv_func_getenv=yes
  7906. ac_cv_func_gethostbyname=yes
  7907. ac_cv_func_iconv=yes
  7908. ac_cv_func_itoa=no
  7909. ac_cv_func_log10=yes
  7910. ac_cv_func_log10f=yes
  7911. ac_cv_func_log=yes
  7912. ac_cv_func_logf=yes
  7913. ac_cv_func_malloc=yes
  7914. ac_cv_func_memcmp_working=yes
  7915. ac_cv_func_memcpy=yes
  7916. ac_cv_func_memmove=yes
  7917. ac_cv_func_memset=yes
  7918. ac_cv_func_mprotect=yes
  7919. ac_cv_func_nanosleep=yes
  7920. ac_cv_func_poll=yes
  7921. ac_cv_func_pow=yes
  7922. ac_cv_func_powf=yes
  7923. ac_cv_func_putenv=yes
  7924. ac_cv_func_qsort=yes
  7925. ac_cv_func_realloc=yes
  7926. ac_cv_func_remove=yes
  7927. ac_cv_func_scalbn=yes
  7928. ac_cv_func_scalbnf=yes
  7929. ac_cv_func_setenv=yes
  7930. ac_cv_func_setjmp=yes
  7931. ac_cv_func_shmat=yes
  7932. ac_cv_func_sigaction=yes
  7933. ac_cv_func_sin=yes
  7934. ac_cv_func_sinf=yes
  7935. ac_cv_func_sqrt=yes
  7936. ac_cv_func_sqrtf=yes
  7937. ac_cv_func_strcasecmp=yes
  7938. ac_cv_func_strchr=yes
  7939. ac_cv_func_strcmp=yes
  7940. ac_cv_func_strlcat=no
  7941. ac_cv_func_strlcpy=no
  7942. ac_cv_func_strlen=yes
  7943. ac_cv_func_strncasecmp=yes
  7944. ac_cv_func_strncmp=yes
  7945. ac_cv_func_strrchr=yes
  7946. ac_cv_func_strstr=yes
  7947. ac_cv_func_strtod=yes
  7948. ac_cv_func_strtol=yes
  7949. ac_cv_func_strtoll=yes
  7950. ac_cv_func_strtoul=yes
  7951. ac_cv_func_strtoull=yes
  7952. ac_cv_func_sysconf=yes
  7953. ac_cv_func_sysctlbyname=no
  7954. ac_cv_func_tan=yes
  7955. ac_cv_func_tanf=yes
  7956. ac_cv_func_unsetenv=yes
  7957. ac_cv_func_vsnprintf=yes
  7958. ac_cv_func_vsscanf=yes
  7959. ac_cv_func_wcscmp=yes
  7960. ac_cv_func_wcslen=yes
  7961. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  7962. ac_cv_header_X11_Xcursor_Xcursor_h=yes
  7963. ac_cv_header_X11_extensions_XInput2_h=yes
  7964. ac_cv_header_X11_extensions_Xdbe_h=yes
  7965. ac_cv_header_X11_extensions_Xext_h=yes
  7966. ac_cv_header_X11_extensions_Xinerama_h=yes
  7967. ac_cv_header_X11_extensions_scrnsaver_h=yes
  7968. ac_cv_header_X11_extensions_shape_h=yes
  7969. ac_cv_header_X11_extensions_xf86vmode_h=yes
  7970. ac_cv_header_audio_audiolib_h=no
  7971. ac_cv_header_ctype_h=yes
  7972. ac_cv_header_dbus_dbus_h=yes
  7973. ac_cv_header_dlfcn_h=yes
  7974. ac_cv_header_fcitx_frontend_h=no
  7975. ac_cv_header_float_h=yes
  7976. ac_cv_header_ibus_1_0_ibus_h=yes
  7977. ac_cv_header_iconv_h=yes
  7978. ac_cv_header_immintrin_h=no
  7979. ac_cv_header_inttypes_h=yes
  7980. ac_cv_header_libudev_h=yes
  7981. ac_cv_header_libunwind_h=no
  7982. ac_cv_header_limits_h=yes
  7983. ac_cv_header_linux_version_h=yes
  7984. ac_cv_header_malloc_h=yes
  7985. ac_cv_header_math_h=yes
  7986. ac_cv_header_memory_h=yes
  7987. ac_cv_header_pthread_np_h=no
  7988. ac_cv_header_samplerate_h=no
  7989. ac_cv_header_signal_h=yes
  7990. ac_cv_header_sndio_h=yes
  7991. ac_cv_header_stdarg_h=yes
  7992. ac_cv_header_stdc=yes
  7993. ac_cv_header_stddef_h=yes
  7994. ac_cv_header_stdint_h=yes
  7995. ac_cv_header_stdio_h=yes
  7996. ac_cv_header_stdlib_h=yes
  7997. ac_cv_header_string_h=yes
  7998. ac_cv_header_strings_h=yes
  7999. ac_cv_header_sys_inotify_h=yes
  8000. ac_cv_header_sys_stat_h=yes
  8001. ac_cv_header_sys_types_h=yes
  8002. ac_cv_header_unistd_h=yes
  8003. ac_cv_header_wchar_h=yes
  8004. ac_cv_host=armv7l-unknown-linux-gnueabihf
  8005. ac_cv_lib_ICE_IceConnectionNumber=yes
  8006. ac_cv_lib_X11_XkbKeycodeToKeysym=yes
  8007. ac_cv_lib_asound_snd_ctl_open=yes
  8008. ac_cv_lib_audio_AuOpenServer=no
  8009. ac_cv_lib_c_dlopen=no
  8010. ac_cv_lib_dl_dlopen=yes
  8011. ac_cv_lib_iconv_iconv_open=no
  8012. ac_cv_lib_m_pow=yes
  8013. ac_cv_lib_rt_clock_gettime=yes
  8014. ac_cv_lib_sndio_sio_open=yes
  8015. ac_cv_member_struct_sigaction_sa_sigaction=yes
  8016. ac_cv_objext=o
  8017. ac_cv_path_EGREP='/bin/grep -E'
  8018. ac_cv_path_ESD_CONFIG=no
  8019. ac_cv_path_FGREP='/bin/grep -F'
  8020. ac_cv_path_GREP=/bin/grep
  8021. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  8022. ac_cv_path_SED=/bin/sed
  8023. ac_cv_path_install='/usr/bin/install -c'
  8024. ac_cv_prog_AWK=gawk
  8025. ac_cv_prog_CPP='gcc -E'
  8026. ac_cv_prog_CXXCPP='g++ -E'
  8027. ac_cv_prog_ac_ct_AR=ar
  8028. ac_cv_prog_ac_ct_CC=gcc
  8029. ac_cv_prog_ac_ct_CXX=g++
  8030. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  8031. ac_cv_prog_ac_ct_OBJDUMP=objdump
  8032. ac_cv_prog_ac_ct_RANLIB=ranlib
  8033. ac_cv_prog_ac_ct_STRIP=strip
  8034. ac_cv_prog_cc_c89=
  8035. ac_cv_prog_cc_g=yes
  8036. ac_cv_prog_cxx_g=yes
  8037. ac_cv_prog_make_make_set=yes
  8038. ac_cv_type_size_t=yes
  8039. ac_cv_working_alloca_h=yes
  8040. lt_cv_ar_at_file=@
  8041. lt_cv_archive_cmds_need_lc=no
  8042. lt_cv_deplibs_check_method=pass_all
  8043. lt_cv_file_magic_cmd='$MAGIC_CMD'
  8044. lt_cv_file_magic_test_file=
  8045. lt_cv_ld_reload_flag=-r
  8046. lt_cv_nm_interface='BSD nm'
  8047. lt_cv_objdir=.libs
  8048. lt_cv_path_LD=/usr/bin/arm-linux-gnueabihf-ld
  8049. lt_cv_path_LDCXX=/usr/bin/arm-linux-gnueabihf-ld
  8050. lt_cv_path_NM='/usr/bin/nm -B'
  8051. lt_cv_path_mainfest_tool=no
  8052. lt_cv_prog_compiler_c_o=yes
  8053. lt_cv_prog_compiler_c_o_CXX=yes
  8054. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  8055. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  8056. lt_cv_prog_compiler_pic_works=yes
  8057. lt_cv_prog_compiler_pic_works_CXX=yes
  8058. lt_cv_prog_compiler_rtti_exceptions=no
  8059. lt_cv_prog_compiler_static_works=yes
  8060. lt_cv_prog_compiler_static_works_CXX=yes
  8061. lt_cv_prog_gnu_ld=yes
  8062. lt_cv_prog_gnu_ldcxx=yes
  8063. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  8064. lt_cv_shlibpath_overrides_runpath=yes
  8065. 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'\'''
  8066. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  8067. 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'\'''
  8068. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  8069. lt_cv_sys_max_cmd_len=1572864
  8070. lt_cv_to_host_file_cmd=func_convert_file_noop
  8071. lt_cv_to_tool_file_cmd=func_convert_file_noop
  8072.  
  8073. ## ----------------- ##
  8074. ## Output variables. ##
  8075. ## ----------------- ##
  8076.  
  8077. ALLOCA=''
  8078. ALSA_CFLAGS=''
  8079. ALSA_LIBS=' -lasound -lm -ldl -lpthread'
  8080. AR='ar'
  8081. ARTSCONFIG=''
  8082. AS='as'
  8083. AWK='gawk'
  8084. BUILD_CFLAGS='-g -O3 -DUSING_GENERATED_CONFIG_H'
  8085. BUILD_LDFLAGS=''
  8086. CC='gcc'
  8087. CFLAGS='-g -O2 -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos '
  8088. CPP='gcc -E'
  8089. CPPFLAGS=' -Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos '
  8090. CXX='g++'
  8091. CXXCPP='g++ -E'
  8092. CXXFLAGS='-g -O2'
  8093. DEFS='-DHAVE_CONFIG_H'
  8094. DIRECTFBCONFIG=''
  8095. DLLTOOL='false'
  8096. DSYMUTIL=''
  8097. DUMPBIN=''
  8098. ECHO_C=''
  8099. ECHO_N='-n'
  8100. ECHO_T=''
  8101. EGREP='/bin/grep -E'
  8102. ENABLE_SHARED_FALSE='#'
  8103. ENABLE_SHARED_TRUE=''
  8104. ENABLE_STATIC_FALSE='#'
  8105. ENABLE_STATIC_TRUE=''
  8106. ESD_CFLAGS=''
  8107. ESD_CONFIG='no'
  8108. ESD_LIBS=''
  8109. EXEEXT=''
  8110. EXTRA_CFLAGS='-Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos -Wall -fvisibility=hidden -Wdeclaration-after-statement -Werror=declaration-after-statement -D_REENTRANT -I/usr/include/libdrm -I$(gen) -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -D_REENTRANT -DHAVE_LINUX_VERSION_H'
  8111. EXTRA_LDFLAGS=' -Wl,--no-undefined -lm -ldl -lsndio -lpthread -lrt'
  8112. FGREP='/bin/grep -F'
  8113. GEN_HEADERS=' $(gen)/wayland-client-protocol.h $(gen)/relative-pointer-unstable-v1-client-protocol.h $(gen)/pointer-constraints-unstable-v1-client-protocol.h $(gen)/xdg-shell-unstable-v6-client-protocol.h'
  8114. GEN_OBJECTS=' $(objects)/wayland-protocol.lo $(objects)/relative-pointer-unstable-v1-protocol.lo $(objects)/pointer-constraints-unstable-v1-protocol.lo $(objects)/xdg-shell-unstable-v6-protocol.lo'
  8115. GREP='/bin/grep'
  8116. INCLUDE='-Iinclude -I/home/odroid/Desktop/is2/SDL2-2.0.8/include -idirafter /home/odroid/Desktop/is2/SDL2-2.0.8/src/video/khronos'
  8117. INSTALL_DATA='${INSTALL} -m 644'
  8118. INSTALL_PROGRAM='${INSTALL}'
  8119. INSTALL_SCRIPT='${INSTALL}'
  8120. LD='/usr/bin/arm-linux-gnueabihf-ld'
  8121. LDFLAGS=' '
  8122. LIBOBJS=''
  8123. LIBS=' -lm'
  8124. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  8125. LIPO=''
  8126. LN_S='ln -s'
  8127. LTLIBOBJS=''
  8128. LT_AGE='8'
  8129. LT_CURRENT='8'
  8130. LT_RELEASE='2.0'
  8131. LT_REVISION='0'
  8132. MANIFEST_TOOL=':'
  8133. NM='/usr/bin/nm -B'
  8134. NMEDIT=''
  8135. OBJDUMP='objdump'
  8136. OBJECTS='$(objects)/SDL.lo $(objects)/SDL_assert.lo $(objects)/SDL_dataqueue.lo $(objects)/SDL_error.lo $(objects)/SDL_hints.lo $(objects)/SDL_log.lo $(objects)/SDL_atomic.lo $(objects)/SDL_spinlock.lo $(objects)/SDL_audio.lo $(objects)/SDL_audiocvt.lo $(objects)/SDL_audiodev.lo $(objects)/SDL_audiotypecvt.lo $(objects)/SDL_mixer.lo $(objects)/SDL_wave.lo $(objects)/SDL_cpuinfo.lo $(objects)/SDL_dynapi.lo $(objects)/SDL_clipboardevents.lo $(objects)/SDL_dropevents.lo $(objects)/SDL_events.lo $(objects)/SDL_gesture.lo $(objects)/SDL_keyboard.lo $(objects)/SDL_mouse.lo $(objects)/SDL_quit.lo $(objects)/SDL_touch.lo $(objects)/SDL_windowevents.lo $(objects)/SDL_rwops.lo $(objects)/SDL_haptic.lo $(objects)/SDL_gamecontroller.lo $(objects)/SDL_joystick.lo $(objects)/e_atan2.lo $(objects)/e_fmod.lo $(objects)/e_log.lo $(objects)/e_log10.lo $(objects)/e_pow.lo $(objects)/e_rem_pio2.lo $(objects)/e_sqrt.lo $(objects)/k_cos.lo $(objects)/k_rem_pio2.lo $(objects)/k_sin.lo $(objects)/k_tan.lo $(objects)/s_atan.lo $(objects)/s_copysign.lo $(objects)/s_cos.lo $(objects)/s_fabs.lo $(objects)/s_floor.lo $(objects)/s_scalbn.lo $(objects)/s_sin.lo $(objects)/s_tan.lo $(objects)/SDL_power.lo $(objects)/SDL_d3dmath.lo $(objects)/SDL_render.lo $(objects)/SDL_yuv_sw.lo $(objects)/SDL_render_d3d.lo $(objects)/SDL_shaders_d3d.lo $(objects)/SDL_render_d3d11.lo $(objects)/SDL_shaders_d3d11.lo $(objects)/SDL_render_gl.lo $(objects)/SDL_shaders_gl.lo $(objects)/SDL_render_gles.lo $(objects)/SDL_render_gles2.lo $(objects)/SDL_shaders_gles2.lo $(objects)/SDL_render_psp.lo $(objects)/SDL_blendfillrect.lo $(objects)/SDL_blendline.lo $(objects)/SDL_blendpoint.lo $(objects)/SDL_drawline.lo $(objects)/SDL_drawpoint.lo $(objects)/SDL_render_sw.lo $(objects)/SDL_rotate.lo $(objects)/SDL_getenv.lo $(objects)/SDL_iconv.lo $(objects)/SDL_malloc.lo $(objects)/SDL_qsort.lo $(objects)/SDL_stdlib.lo $(objects)/SDL_string.lo $(objects)/SDL_thread.lo $(objects)/SDL_timer.lo $(objects)/SDL_RLEaccel.lo $(objects)/SDL_blit.lo $(objects)/SDL_blit_0.lo $(objects)/SDL_blit_1.lo $(objects)/SDL_blit_A.lo $(objects)/SDL_blit_N.lo $(objects)/SDL_blit_auto.lo $(objects)/SDL_blit_copy.lo $(objects)/SDL_blit_slow.lo $(objects)/SDL_bmp.lo $(objects)/SDL_clipboard.lo $(objects)/SDL_egl.lo $(objects)/SDL_fillrect.lo $(objects)/SDL_pixels.lo $(objects)/SDL_rect.lo $(objects)/SDL_shape.lo $(objects)/SDL_stretch.lo $(objects)/SDL_surface.lo $(objects)/SDL_video.lo $(objects)/SDL_vulkan_utils.lo $(objects)/SDL_yuv.lo $(objects)/yuv_rgb.lo $(objects)/SDL_nullevents.lo $(objects)/SDL_nullframebuffer.lo $(objects)/SDL_nullvideo.lo $(objects)/SDL_diskaudio.lo $(objects)/SDL_dummyaudio.lo $(objects)/SDL_sysloadso.lo $(objects)/SDL_dspaudio.lo $(objects)/SDL_alsa_audio.lo $(objects)/SDL_pulseaudio.lo $(objects)/SDL_sndioaudio.lo $(objects)/SDL_x11clipboard.lo $(objects)/SDL_x11dyn.lo $(objects)/SDL_x11events.lo $(objects)/SDL_x11framebuffer.lo $(objects)/SDL_x11keyboard.lo $(objects)/SDL_x11messagebox.lo $(objects)/SDL_x11modes.lo $(objects)/SDL_x11mouse.lo $(objects)/SDL_x11opengl.lo $(objects)/SDL_x11opengles.lo $(objects)/SDL_x11shape.lo $(objects)/SDL_x11touch.lo $(objects)/SDL_x11video.lo $(objects)/SDL_x11vulkan.lo $(objects)/SDL_x11window.lo $(objects)/SDL_x11xinput2.lo $(objects)/edid-parse.lo $(objects)/imKStoUCS.lo $(objects)/SDL_kmsdrmdyn.lo $(objects)/SDL_kmsdrmevents.lo $(objects)/SDL_kmsdrmmouse.lo $(objects)/SDL_kmsdrmopengles.lo $(objects)/SDL_kmsdrmvideo.lo $(objects)/SDL_waylandclipboard.lo $(objects)/SDL_waylanddatamanager.lo $(objects)/SDL_waylanddyn.lo $(objects)/SDL_waylandevents.lo $(objects)/SDL_waylandmouse.lo $(objects)/SDL_waylandopengles.lo $(objects)/SDL_waylandtouch.lo $(objects)/SDL_waylandvideo.lo $(objects)/SDL_waylandvulkan.lo $(objects)/SDL_waylandwindow.lo $(objects)/SDL_dbus.lo $(objects)/SDL_ime.lo $(objects)/SDL_ibus.lo $(objects)/SDL_systhread.lo $(objects)/SDL_syssem.lo $(objects)/SDL_sysmutex.lo $(objects)/SDL_syscond.lo $(objects)/SDL_systls.lo $(objects)/SDL_sysjoystick.lo $(objects)/SDL_steamcontroller.lo $(objects)/SDL_syshaptic.lo $(objects)/SDL_syspower.lo $(objects)/SDL_sysfilesystem.lo $(objects)/SDL_systimer.lo $(objects)/SDL_udev.lo $(objects)/SDL_evdev.lo $(objects)/SDL_evdev_kbd.lo $(objects)/SDL_poll.lo'
  8137. OBJEXT='o'
  8138. OTOOL64=''
  8139. OTOOL=''
  8140. PACKAGE_BUGREPORT=''
  8141. PACKAGE_NAME=''
  8142. PACKAGE_STRING=''
  8143. PACKAGE_TARNAME=''
  8144. PACKAGE_URL=''
  8145. PACKAGE_VERSION=''
  8146. PATH_SEPARATOR=':'
  8147. PKG_CONFIG='/usr/bin/pkg-config'
  8148. POW_LIB=''
  8149. RANLIB='ranlib'
  8150. SDLMAIN_OBJECTS='$(objects)/SDL_dummy_main.lo'
  8151. SDLTEST_OBJECTS='$(objects)/SDL_test_assert.lo $(objects)/SDL_test_common.lo $(objects)/SDL_test_compare.lo $(objects)/SDL_test_crc32.lo $(objects)/SDL_test_font.lo $(objects)/SDL_test_fuzzer.lo $(objects)/SDL_test_harness.lo $(objects)/SDL_test_imageBlit.lo $(objects)/SDL_test_imageBlitBlend.lo $(objects)/SDL_test_imageFace.lo $(objects)/SDL_test_imagePrimitives.lo $(objects)/SDL_test_imagePrimitivesBlend.lo $(objects)/SDL_test_log.lo $(objects)/SDL_test_md5.lo $(objects)/SDL_test_memory.lo $(objects)/SDL_test_random.lo'
  8152. SDL_BINARY_AGE='8'
  8153. SDL_CFLAGS=' -D_REENTRANT'
  8154. SDL_INTERFACE_AGE='0'
  8155. SDL_LIBS='-lSDL2 '
  8156. SDL_MAJOR_VERSION='2'
  8157. SDL_MICRO_VERSION='8'
  8158. SDL_MINOR_VERSION='0'
  8159. SDL_RLD_FLAGS='-Wl,-rpath,${libdir} -Wl,--enable-new-dtags'
  8160. SDL_STATIC_LIBS='-lSDL2 -Wl,--no-undefined -lm -ldl -lsndio -lpthread -lrt'
  8161. SDL_VERSION='2.0.8'
  8162. SED='/bin/sed'
  8163. SET_MAKE=''
  8164. SHELL='/bin/bash'
  8165. STRIP='strip'
  8166. VERSION_OBJECTS=''
  8167. WAYLAND_SCANNER='/usr/bin/wayland-scanner'
  8168. WINDRES=':'
  8169. XMKMF=''
  8170. X_CFLAGS=''
  8171. X_EXTRA_LIBS=''
  8172. X_LIBS=''
  8173. X_PRE_LIBS=' -lSM -lICE'
  8174. ac_aux_dir='build-scripts'
  8175. ac_ct_AR='ar'
  8176. ac_ct_CC='gcc'
  8177. ac_ct_CXX='g++'
  8178. ac_ct_DUMPBIN=''
  8179. bindir='${exec_prefix}/bin'
  8180. build='armv7l-unknown-linux-gnueabihf'
  8181. build_alias=''
  8182. build_cpu='armv7l'
  8183. build_os='linux-gnueabihf'
  8184. build_vendor='unknown'
  8185. datadir='${datarootdir}'
  8186. datarootdir='${prefix}/share'
  8187. docdir='${datarootdir}/doc/${PACKAGE}'
  8188. dvidir='${docdir}'
  8189. exec_prefix='${prefix}'
  8190. host='armv7l-unknown-linux-gnueabihf'
  8191. host_alias=''
  8192. host_cpu='armv7l'
  8193. host_os='linux-gnueabihf'
  8194. host_vendor='unknown'
  8195. htmldir='${docdir}'
  8196. includedir='${prefix}/include'
  8197. infodir='${datarootdir}/info'
  8198. libdir='${exec_prefix}/lib'
  8199. libexecdir='${exec_prefix}/libexec'
  8200. localedir='${datarootdir}/locale'
  8201. localstatedir='${prefix}/var'
  8202. mandir='${datarootdir}/man'
  8203. oldincludedir='/usr/include'
  8204. pdfdir='${docdir}'
  8205. prefix='/usr/local'
  8206. program_transform_name='s,x,x,'
  8207. psdir='${docdir}'
  8208. runstatedir='${localstatedir}/run'
  8209. sbindir='${exec_prefix}/sbin'
  8210. sharedstatedir='${prefix}/com'
  8211. sysconfdir='${prefix}/etc'
  8212. target_alias=''
  8213.  
  8214. ## ----------- ##
  8215. ## confdefs.h. ##
  8216. ## ----------- ##
  8217.  
  8218. /* confdefs.h */
  8219. #define PACKAGE_NAME ""
  8220. #define PACKAGE_TARNAME ""
  8221. #define PACKAGE_VERSION ""
  8222. #define PACKAGE_STRING ""
  8223. #define PACKAGE_BUGREPORT ""
  8224. #define PACKAGE_URL ""
  8225. #define STDC_HEADERS 1
  8226. #define HAVE_SYS_TYPES_H 1
  8227. #define HAVE_SYS_STAT_H 1
  8228. #define HAVE_STDLIB_H 1
  8229. #define HAVE_STRING_H 1
  8230. #define HAVE_MEMORY_H 1
  8231. #define HAVE_STRINGS_H 1
  8232. #define HAVE_INTTYPES_H 1
  8233. #define HAVE_STDINT_H 1
  8234. #define HAVE_UNISTD_H 1
  8235. #define HAVE_DLFCN_H 1
  8236. #define LT_OBJDIR ".libs/"
  8237. #define HAVE_LIBC 1
  8238. #define STDC_HEADERS 1
  8239. #define HAVE_SYS_TYPES_H 1
  8240. #define HAVE_STDIO_H 1
  8241. #define HAVE_STDLIB_H 1
  8242. #define HAVE_STDDEF_H 1
  8243. #define HAVE_STDARG_H 1
  8244. #define HAVE_MALLOC_H 1
  8245. #define HAVE_MEMORY_H 1
  8246. #define HAVE_STRING_H 1
  8247. #define HAVE_STRINGS_H 1
  8248. #define HAVE_WCHAR_H 1
  8249. #define HAVE_INTTYPES_H 1
  8250. #define HAVE_STDINT_H 1
  8251. #define HAVE_LIMITS_H 1
  8252. #define HAVE_CTYPE_H 1
  8253. #define HAVE_MATH_H 1
  8254. #define HAVE_FLOAT_H 1
  8255. #define HAVE_ICONV_H 1
  8256. #define HAVE_SIGNAL_H 1
  8257. #define HAVE_M_PI /**/
  8258. #define HAVE_ALLOCA_H 1
  8259. #define HAVE_ALLOCA 1
  8260. #define HAVE_MEMCMP 1
  8261. #define HAVE_STRTOD 1
  8262. #define HAVE_MPROTECT 1
  8263. #define HAVE_MALLOC 1
  8264. #define HAVE_CALLOC 1
  8265. #define HAVE_REALLOC 1
  8266. #define HAVE_FREE 1
  8267. #define HAVE_GETENV 1
  8268. #define HAVE_SETENV 1
  8269. #define HAVE_PUTENV 1
  8270. #define HAVE_UNSETENV 1
  8271. #define HAVE_QSORT 1
  8272. #define HAVE_ABS 1
  8273. #define HAVE_BCOPY 1
  8274. #define HAVE_MEMSET 1
  8275. #define HAVE_MEMCPY 1
  8276. #define HAVE_MEMMOVE 1
  8277. #define HAVE_WCSLEN 1
  8278. #define HAVE_WCSCMP 1
  8279. #define HAVE_STRLEN 1
  8280. #define HAVE_STRCHR 1
  8281. #define HAVE_STRRCHR 1
  8282. #define HAVE_STRSTR 1
  8283. #define HAVE_STRTOL 1
  8284. #define HAVE_STRTOUL 1
  8285. #define HAVE_STRTOLL 1
  8286. #define HAVE_STRTOULL 1
  8287. #define HAVE_ATOI 1
  8288. #define HAVE_ATOF 1
  8289. #define HAVE_STRCMP 1
  8290. #define HAVE_STRNCMP 1
  8291. #define HAVE_STRCASECMP 1
  8292. #define HAVE_STRNCASECMP 1
  8293. #define HAVE_VSSCANF 1
  8294. #define HAVE_VSNPRINTF 1
  8295. #define HAVE_FOPEN64 1
  8296. #define HAVE_FSEEKO 1
  8297. #define HAVE_FSEEKO64 1
  8298. #define HAVE_SIGACTION 1
  8299. #define HAVE_SETJMP 1
  8300. #define HAVE_NANOSLEEP 1
  8301. #define HAVE_SYSCONF 1
  8302. #define HAVE_GETAUXVAL 1
  8303. #define HAVE_POLL 1
  8304. #define HAVE_ACOS 1
  8305. #define HAVE_ACOSF 1
  8306. #define HAVE_ASIN 1
  8307. #define HAVE_ASINF 1
  8308. #define HAVE_ATAN 1
  8309. #define HAVE_ATANF 1
  8310. #define HAVE_ATAN2 1
  8311. #define HAVE_ATAN2F 1
  8312. #define HAVE_CEIL 1
  8313. #define HAVE_CEILF 1
  8314. #define HAVE_COPYSIGN 1
  8315. #define HAVE_COPYSIGNF 1
  8316. #define HAVE_COS 1
  8317. #define HAVE_COSF 1
  8318. #define HAVE_FABS 1
  8319. #define HAVE_FABSF 1
  8320. #define HAVE_FLOOR 1
  8321. #define HAVE_FLOORF 1
  8322. #define HAVE_FMOD 1
  8323. #define HAVE_FMODF 1
  8324. #define HAVE_LOG 1
  8325. #define HAVE_LOGF 1
  8326. #define HAVE_LOG10 1
  8327. #define HAVE_LOG10F 1
  8328. #define HAVE_POW 1
  8329. #define HAVE_POWF 1
  8330. #define HAVE_SCALBN 1
  8331. #define HAVE_SCALBNF 1
  8332. #define HAVE_SIN 1
  8333. #define HAVE_SINF 1
  8334. #define HAVE_SQRT 1
  8335. #define HAVE_SQRTF 1
  8336. #define HAVE_TAN 1
  8337. #define HAVE_TANF 1
  8338. #define HAVE_ICONV 1
  8339. #define HAVE_SA_SIGACTION 1
  8340. #define HAVE_GCC_ATOMICS 1
  8341. #define SDL_ASSEMBLY_ROUTINES 1
  8342. #define SDL_VIDEO_DRIVER_DUMMY 1
  8343. #define SDL_AUDIO_DRIVER_DISK 1
  8344. #define SDL_AUDIO_DRIVER_DUMMY 1
  8345. #define SDL_LOADSO_DLOPEN 1
  8346. #define SDL_AUDIO_DRIVER_OSS 1
  8347. #define HAVE_LIBASOUND 1
  8348. #define SDL_AUDIO_DRIVER_ALSA 1
  8349. #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
  8350. #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  8351. #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
  8352. #define SDL_AUDIO_DRIVER_SNDIO 1
  8353. #define SDL_VIDEO_DRIVER_X11 1
  8354. #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
  8355. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
  8356. #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  8357. #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  8358. #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  8359. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
  8360. #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  8361. #define SDL_VIDEO_DRIVER_X11_XDBE 1
  8362. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
  8363. #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  8364. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
  8365. #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  8366. #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  8367. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
  8368. #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  8369. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
  8370. #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  8371. #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  8372. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
  8373. #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  8374. #define SDL_VIDEO_DRIVER_KMSDRM 1
  8375. #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2"
  8376. #define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1"
  8377. #define HAVE_KMSDRM_SHARED "TRUE"
  8378. #define SDL_VIDEO_OPENGL_EGL 1
  8379. #define SDL_VIDEO_OPENGL_ES 1
  8380. #define SDL_VIDEO_RENDER_OGL_ES 1
  8381. #define SDL_VIDEO_OPENGL_ES2 1
  8382. #define SDL_VIDEO_RENDER_OGL_ES2 1
  8383. #define SDL_VIDEO_VULKAN 1
  8384. #define SDL_VIDEO_DRIVER_WAYLAND 1
  8385. #define SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1
  8386. #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0"
  8387. #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1"
  8388. #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0"
  8389. #define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0"
  8390. #define HAVE_LIBUDEV_H 1
  8391. #define SDL_UDEV_DYNAMIC "libudev.so.1"
  8392. #define HAVE_DBUS_DBUS_H 1
  8393. #define SDL_USE_IME 1
  8394. #define HAVE_IBUS_IBUS_H 1
  8395. #define SDL_INPUT_LINUXEV 1
  8396. #define SDL_INPUT_LINUXKD 1
  8397. #define SDL_THREAD_PTHREAD 1
  8398. #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
  8399. #define HAVE_SEM_TIMEDWAIT 1
  8400. #define HAVE_PTHREAD_SETNAME_NP 1
  8401. #define HAVE_CLOCK_GETTIME 1
  8402. #define SDL_JOYSTICK_LINUX 1
  8403. #define SDL_HAPTIC_LINUX 1
  8404. #define SDL_POWER_LINUX 1
  8405. #define SDL_FILESYSTEM_UNIX 1
  8406. #define SDL_TIMER_UNIX 1
  8407.  
  8408. configure: exit 0
Add Comment
Please, Sign In to add comment