Advertisement
mesmariusz

./configure (motion)

Sep 25th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. root@raspberrypi:~/motion# ./configure
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking how to run the C preprocessor... gcc -E
  12. checking for grep that handles long lines and -e... /bin/grep
  13. checking for egrep... /bin/grep -E
  14. checking for ANSI C header files... yes
  15. checking for sys/types.h... yes
  16. checking for sys/stat.h... yes
  17. checking for stdlib.h... yes
  18. checking for string.h... yes
  19. checking for memory.h... yes
  20. checking for strings.h... yes
  21. checking for inttypes.h... yes
  22. checking for stdint.h... yes
  23. checking for unistd.h... yes
  24. checking minix/config.h usability... no
  25. checking minix/config.h presence... no
  26. checking for minix/config.h... no
  27. checking whether it is safe to define __EXTENSIONS__... yes
  28. checking for gcc... (cached) gcc
  29. checking whether we are using the GNU C compiler... (cached) yes
  30. checking whether gcc accepts -g... (cached) yes
  31. checking for gcc option to accept ISO C89... (cached) none needed
  32. checking for Darwin... no
  33. checking for *BSD... no
  34. checking for gcc... (cached) gcc
  35. checking whether we are using the GNU C compiler... (cached) yes
  36. checking whether gcc accepts -g... (cached) yes
  37. checking for gcc option to accept ISO C89... (cached) none needed
  38. checking threads... yes
  39. checking for sdl... no
  40. checking for libjpeg-turbo... skipping
  41. checking for libjpeg-mmx... skipping
  42. checking for jpeg_set_defaults in -ljpeg... yes
  43. checking for ffmpeg autodetecting libraries... found in /usr/local/lib
  44. checking for ffmpeg headers in /usr/local... found /usr/local/include/libavformat/avformat.h
  45. checking file_protocol is defined in ffmpeg ?... no
  46. checking for sqlite3.c... no
  47. checking for sqlite3_open in -lsqlite3... no
  48. checking for mysql support... testing
  49. checking autodect mysql headers... not found
  50. Invalid MySQL directory - unable to find mysql.h.
  51. checking for PostgreSQL... testing
  52. checking autodect pgsql headers... not found
  53. Invalid PostgreSQL directory - unable to find libpq-fe.h.
  54. checking for ANSI C header files... (cached) yes
  55. checking stdio.h usability... yes
  56. checking stdio.h presence... yes
  57. checking for stdio.h... yes
  58. checking for unistd.h... (cached) yes
  59. checking for stdint.h... (cached) yes
  60. checking fcntl.h usability... yes
  61. checking fcntl.h presence... yes
  62. checking for fcntl.h... yes
  63. checking time.h usability... yes
  64. checking time.h presence... yes
  65. checking for time.h... yes
  66. checking signal.h usability... yes
  67. checking signal.h presence... yes
  68. checking for signal.h... yes
  69. checking sys/ioctl.h usability... yes
  70. checking sys/ioctl.h presence... yes
  71. checking for sys/ioctl.h... yes
  72. checking sys/mman.h usability... yes
  73. checking sys/mman.h presence... yes
  74. checking for sys/mman.h... yes
  75. checking linux/videodev.h usability... no
  76. checking linux/videodev.h presence... no
  77. checking for linux/videodev.h... no
  78. checking linux/videodev2.h usability... yes
  79. checking linux/videodev2.h presence... yes
  80. checking for linux/videodev2.h... yes
  81. checking sys/param.h usability... yes
  82. checking sys/param.h presence... yes
  83. checking for sys/param.h... yes
  84. checking for sys/types.h... (cached) yes
  85. checking sys/videoio.h usability... no
  86. checking sys/videoio.h presence... no
  87. checking for sys/videoio.h... no
  88. checking for get_current_dir_name... yes
  89. checking for struct v4l2_buffer... no
  90. checking for V42L support... no
  91. checking for V42L *old* support... testing
  92. checking for linux/videodev2.h... (cached) yes
  93. checking size of short... 2
  94. checking size of int... 4
  95. checking size of long int... 4
  96. checking size of long long... 8
  97. checking size of int *... 4
  98. checking size of void *... 4
  99. checking for an ANSI C-conforming const... yes
  100. Detected CPU: ARMv6-compatible processor rev 7 (v6l)
  101. CPU optimization: -march=native -mtune=native
  102. checking for bswap instruction... yes
  103. configure: creating ./config.status
  104. config.status: creating thread1.conf
  105. config.status: creating thread2.conf
  106. config.status: creating thread3.conf
  107. config.status: creating thread4.conf
  108. config.status: creating motion-dist.conf
  109. config.status: creating motion.init-FreeBSD.sh
  110. config.status: creating motion.init-Debian
  111. config.status: creating motion.init-Fedora
  112. config.status: creating motion.spec
  113. config.status: creating Makefile
  114. config.status: creating config.h
  115. config.status: config.h is unchanged
  116.  
  117. **************************
  118. Configure status
  119. motion Unofficial-Git-21994e4
  120. **************************
  121.  
  122. OS : Linux
  123. pthread support: Yes
  124. jpeg support: Yes
  125. V4L support: Yes
  126. V4L2 support: Yes
  127. SDL support: No
  128. FFmpeg support: Yes
  129. SQLite3 support: No
  130. MYSQL support: No
  131. PostgreSQL support: No
  132.  
  133. CFLAGS: -g -O2 -D_REENTRANT -DHAVE_FFMPEG -I/usr/local/include -DFFMPEG_NEW_INCLUDES -DHAVE_FFMPEG_NEW -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native
  134. LIBS: -lm -lpthread -ljpeg -L/usr/local/lib -lavformat -lavcodec -lavutil -lm -lz -lswscale
  135. LDFLAGS: -L/usr/local/lib
  136.  
  137. Install prefix: /usr/local
  138.  
  139. root@raspberrypi:~/motion#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement