Advertisement
EXLMOTODEV

Untitled

Mar 4th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.15 KB | None | 0 0
  1. exl@exl-Lenovo-G560e:~/Downloads/SDL2-2.0.1 > ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking how to print strings... printf
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking for a sed that does not truncate output... /bin/sed
  15. checking for grep that handles long lines and -e... /bin/grep
  16. checking for egrep... /bin/grep -E
  17. checking for fgrep... /bin/grep -F
  18. checking for ld used by gcc... /usr/bin/ld
  19. checking if the linker (/usr/bin/ld) is GNU ld... yes
  20. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  21. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  22. checking whether ln -s works... yes
  23. checking the maximum length of command line arguments... 1572864
  24. checking whether the shell understands some XSI constructs... yes
  25. checking whether the shell understands "+="... yes
  26. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  27. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  28. checking for /usr/bin/ld option to reload object files... -r
  29. checking for objdump... objdump
  30. checking how to recognize dependent libraries... pass_all
  31. checking for dlltool... no
  32. checking how to associate runtime and link libraries... printf %s\n
  33. checking for ar... ar
  34. checking for archiver @FILE support... @
  35. checking for strip... strip
  36. checking for ranlib... ranlib
  37. checking for gawk... gawk
  38. checking command to parse /usr/bin/nm -B output from gcc object... ok
  39. checking for sysroot... no
  40. checking for mt... mt
  41. checking if mt is a manifest tool... no
  42. checking how to run the C preprocessor... gcc -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking for dlfcn.h... yes
  54. checking for objdir... .libs
  55. checking if gcc supports -fno-rtti -fno-exceptions... no
  56. checking for gcc option to produce PIC... -fPIC -DPIC
  57. checking if gcc PIC flag -fPIC -DPIC works... yes
  58. checking if gcc static flag -static works... yes
  59. checking if gcc supports -c -o file.o... yes
  60. checking if gcc supports -c -o file.o... (cached) yes
  61. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  62. checking whether -lc should be explicitly linked in... no
  63. checking dynamic linker characteristics... GNU/Linux ld.so
  64. checking how to hardcode library paths into programs... immediate
  65. checking whether stripping libraries is possible... yes
  66. checking if libtool supports shared libraries... yes
  67. checking whether to build shared libraries... yes
  68. checking whether to build static libraries... yes
  69. checking for gcc... (cached) gcc
  70. checking whether we are using the GNU C compiler... (cached) yes
  71. checking whether gcc accepts -g... (cached) yes
  72. checking for gcc option to accept ISO C89... (cached) none needed
  73. checking for g++... g++
  74. checking whether we are using the GNU C++ compiler... yes
  75. checking whether g++ accepts -g... yes
  76. checking how to run the C++ preprocessor... g++ -E
  77. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  78. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  79. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  80. checking for g++ option to produce PIC... -fPIC -DPIC
  81. checking if g++ PIC flag -fPIC -DPIC works... yes
  82. checking if g++ static flag -static works... yes
  83. checking if g++ supports -c -o file.o... yes
  84. checking if g++ supports -c -o file.o... (cached) yes
  85. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  86. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  87. checking how to hardcode library paths into programs... immediate
  88. checking for a BSD-compatible install... /usr/bin/install -c
  89. checking whether make sets $(MAKE)... yes
  90. checking for windres... no
  91. checking for an ANSI C-conforming const... yes
  92. checking for inline... inline
  93. checking for working volatile... yes
  94. checking for GCC -MMD -MT option... yes
  95. checking for ANSI C header files... (cached) yes
  96. checking for sys/types.h... (cached) yes
  97. checking stdio.h usability... yes
  98. checking stdio.h presence... yes
  99. checking for stdio.h... yes
  100. checking for stdlib.h... (cached) yes
  101. checking stddef.h usability... yes
  102. checking stddef.h presence... yes
  103. checking for stddef.h... yes
  104. checking stdarg.h usability... yes
  105. checking stdarg.h presence... yes
  106. checking for stdarg.h... yes
  107. checking malloc.h usability... yes
  108. checking malloc.h presence... yes
  109. checking for malloc.h... yes
  110. checking for memory.h... (cached) yes
  111. checking for string.h... (cached) yes
  112. checking for strings.h... (cached) yes
  113. checking for inttypes.h... (cached) yes
  114. checking for stdint.h... (cached) yes
  115. checking ctype.h usability... yes
  116. checking ctype.h presence... yes
  117. checking for ctype.h... yes
  118. checking math.h usability... yes
  119. checking math.h presence... yes
  120. checking for math.h... yes
  121. checking iconv.h usability... yes
  122. checking iconv.h presence... yes
  123. checking for iconv.h... yes
  124. checking signal.h usability... yes
  125. checking signal.h presence... yes
  126. checking for signal.h... yes
  127. checking for size_t... yes
  128. checking for M_PI in math.h... yes
  129. checking for working alloca.h... yes
  130. checking for alloca... yes
  131. checking for working memcmp... yes
  132. checking for working strtod... yes
  133. checking for mprotect... yes
  134. checking for malloc... yes
  135. checking for calloc... yes
  136. checking for realloc... yes
  137. checking for free... yes
  138. checking for getenv... yes
  139. checking for setenv... yes
  140. checking for putenv... yes
  141. checking for unsetenv... yes
  142. checking for qsort... yes
  143. checking for abs... yes
  144. checking for bcopy... yes
  145. checking for memset... yes
  146. checking for memcpy... yes
  147. checking for memmove... yes
  148. checking for strlen... yes
  149. checking for strlcpy... no
  150. checking for strlcat... no
  151. checking for strdup... yes
  152. checking for _strrev... no
  153. checking for _strupr... no
  154. checking for _strlwr... no
  155. checking for strchr... yes
  156. checking for strrchr... yes
  157. checking for strstr... yes
  158. checking for itoa... no
  159. checking for _ltoa... no
  160. checking for _uitoa... no
  161. checking for _ultoa... no
  162. checking for strtol... yes
  163. checking for strtoul... yes
  164. checking for _i64toa... no
  165. checking for _ui64toa... no
  166. checking for strtoll... yes
  167. checking for strtoull... yes
  168. checking for atoi... yes
  169. checking for atof... yes
  170. checking for strcmp... yes
  171. checking for strncmp... yes
  172. checking for _stricmp... no
  173. checking for strcasecmp... yes
  174. checking for _strnicmp... no
  175. checking for strncasecmp... yes
  176. checking for sscanf... yes
  177. checking for snprintf... yes
  178. checking for vsnprintf... yes
  179. checking for fseeko... yes
  180. checking for fseeko64... yes
  181. checking for sigaction... yes
  182. checking for setjmp... yes
  183. checking for nanosleep... yes
  184. checking for sysconf... yes
  185. checking for sysctlbyname... no
  186. checking for pow in -lm... yes
  187. checking for atan... yes
  188. checking for atan2... yes
  189. checking for ceil... yes
  190. checking for copysign... yes
  191. checking for cos... yes
  192. checking for cosf... yes
  193. checking for fabs... yes
  194. checking for floor... yes
  195. checking for log... yes
  196. checking for pow... yes
  197. checking for scalbn... yes
  198. checking for sin... yes
  199. checking for sinf... yes
  200. checking for sqrt... yes
  201. checking for iconv_open in -liconv... no
  202. checking for iconv... yes
  203. checking for struct sigaction.sa_sigaction... yes
  204. checking for GCC builtin atomic operations... yes
  205. checking for GCC -mmmx option... yes
  206. checking for GCC -m3dnow option... yes
  207. checking for GCC -msse option... yes
  208. checking for GCC -msse2 option... yes
  209. checking for Altivec with GCC altivec.h and -maltivec option... no
  210. checking for Altivec with GCC -maltivec option... no
  211. checking for Altivec with GCC altivec.h and -faltivec option... no
  212. checking for Altivec with GCC -faltivec option... no
  213. checking for GCC -fvisibility=hidden option... yes
  214. checking for dlopen... yes
  215. checking for dlopen in -lc... no
  216. checking for dlopen in -ldl... yes
  217. checking for OSS audio support... yes
  218. checking for ALSA CFLAGS...
  219. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  220. checking for libasound headers version >= 0.9.0... found.
  221. checking for snd_ctl_open in -lasound... yes
  222. -- dynamic libasound -> libasound.so.2
  223. checking for pkg-config... /usr/bin/pkg-config
  224. checking for PulseAudio 0.9 support... yes
  225. -- dynamic libpulse-simple -> libpulse-simple.so.0
  226. checking for artsc-config... no
  227. checking for esd-config... no
  228. checking for ESD - version >= 0.2.8... no
  229. *** The esd-config script installed by ESD could not be found
  230. *** If ESD was installed in PREFIX, make sure PREFIX/bin is in
  231. *** your path, or set the ESD_CONFIG environment variable to the
  232. *** full path to esd-config.
  233. checking audio/audiolib.h usability... no
  234. checking audio/audiolib.h presence... no
  235. checking for audio/audiolib.h... no
  236. checking for AuOpenServer in -laudio... no
  237. checking for NAS audio support... no
  238. checking sndio.h usability... no
  239. checking sndio.h presence... no
  240. checking for sndio.h... no
  241. checking for sio_open in -lsndio... no
  242. checking for sndio audio support... no
  243. checking for X... libraries , headers
  244. checking for gethostbyname... yes
  245. checking for connect... yes
  246. checking for remove... yes
  247. checking for shmat... yes
  248. checking for IceConnectionNumber in -lICE... yes
  249. checking for X11/extensions/Xext.h... yes
  250. -- dynamic libX11 -> libX11.so.6
  251. -- dynamic libX11ext -> libXext.so.6
  252. checking for const parameter to XextAddDisplay... yes
  253. checking for const parameter to _XData32... no
  254. checking for XGenericEvent... yes
  255. checking for XkbKeycodeToKeysym in -lX11... yes
  256. checking for X11/Xcursor/Xcursor.h... yes
  257. -- dynamic libXcursor -> libXcursor.so.1
  258. checking for X11/extensions/Xinerama.h... yes
  259. -- dynamic libXinerama -> libXinerama.so.1
  260. checking for X11/extensions/XInput2.h... yes
  261. -- dynamic libXi -> libXi.so.6
  262. checking for xinput2 multitouch... yes
  263. checking for X11/extensions/Xrandr.h... yes
  264. -- dynamic libXrandr -> libXrandr.so.2
  265. checking for X11/extensions/scrnsaver.h... no
  266. checking for X11/extensions/shape.h... yes
  267. checking for X11/extensions/xf86vmode.h... yes
  268. -- dynamic libXxf86vm -> libXxf86vm.so.1
  269. checking for OpenGL (GLX) support... yes
  270. checking for EGL support... no
  271. checking for OpenGL ES v1 headers... no
  272. checking for OpenGL ES v2 headers... no
  273. checking libudev.h usability... no
  274. checking libudev.h presence... no
  275. checking for libudev.h... no
  276. checking for pkg-config... (cached) /usr/bin/pkg-config
  277. checking dbus/dbus.h usability... yes
  278. checking dbus/dbus.h presence... no
  279. configure: WARNING: dbus/dbus.h: accepted by the compiler, rejected by the preprocessor!
  280. configure: WARNING: dbus/dbus.h: proceeding with the compiler's result
  281. checking for dbus/dbus.h... yes
  282. checking for Linux 2.4 unified input interface... yes
  283. checking for Linux kd.h... yes
  284. checking for Touchscreen library support... no
  285. checking for pthreads... yes
  286. checking for recursive mutexes... yes
  287. checking for pthread semaphores... yes
  288. checking for sem_timedwait... yes
  289. checking for pthread_spin_trylock... yes
  290. checking for pthread_np.h... no
  291. checking for pthread_setname_np... yes
  292. checking for pthread_set_name_np... no
  293. checking for clock_gettime in -lrt... yes
  294. checking linux/version.h usability... yes
  295. checking linux/version.h presence... yes
  296. checking for linux/version.h... yes
  297. checking for GCC -Wall option... yes
  298. checking for necessary GCC -Wno-multichar option... no
  299. configure: creating ./config.status
  300. config.status: creating Makefile
  301. config.status: creating sdl2-config
  302. config.status: creating SDL2.spec
  303. config.status: creating sdl2.pc
  304. config.status: creating include/SDL_config.h
  305. config.status: include/SDL_config.h is unchanged
  306. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement