Advertisement
Guest User

motion-3.2.12 ./configure

a guest
Dec 7th, 2011
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. motion-3.2.12]# cat configure.log
  2. checking for Darwin... no
  3. checking for *BSD... no
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking threads... yes
  14. checking for libjpeg-mmx... skipping
  15. checking for libjpeg...
  16. checking for jpeg_set_defaults in -ljpeg... yes
  17. checking for ffmpeg autodetecting... found in /usr/local/lib
  18. checking for ffmpeg headers in /usr/local... found /usr/local/include/libavformat/avformat.h
  19. checking file_protocol is defined in ffmpeg ?... no
  20. checking for mysql support... testing
  21. checking autodect mysql headers... yes
  22. checking autodect mysql libs... /usr/lib64/mysql
  23. checking for mysql_init in -lmysqlclient... yes
  24. checking for PostgreSQL... testing
  25. checking autodect pgsql headers... yes /usr/include
  26. checking autodect pgsql libs... /usr/lib64
  27. checking for PQconnectStart in -lpq... yes
  28. checking how to run the C preprocessor... gcc -E
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking stdio.h usability... yes
  42. checking stdio.h presence... yes
  43. checking for stdio.h... yes
  44. checking for unistd.h... (cached) yes
  45. checking for stdint.h... (cached) yes
  46. checking fcntl.h usability... yes
  47. checking fcntl.h presence... yes
  48. checking for fcntl.h... yes
  49. checking time.h usability... yes
  50. checking time.h presence... yes
  51. checking for time.h... yes
  52. checking signal.h usability... yes
  53. checking signal.h presence... yes
  54. checking for signal.h... yes
  55. checking sys/ioctl.h usability... yes
  56. checking sys/ioctl.h presence... yes
  57. checking for sys/ioctl.h... yes
  58. checking sys/mman.h usability... yes
  59. checking sys/mman.h presence... yes
  60. checking for sys/mman.h... yes
  61. checking linux/videodev.h usability... yes
  62. checking linux/videodev.h presence... yes
  63. checking for linux/videodev.h... yes
  64. checking linux/videodev2.h usability... yes
  65. checking linux/videodev2.h presence... yes
  66. checking for linux/videodev2.h... yes
  67. checking sys/param.h usability... yes
  68. checking sys/param.h presence... yes
  69. checking for sys/param.h... yes
  70. checking for sys/types.h... (cached) yes
  71. checking for get_current_dir_name... yes
  72. checking for struct v4l2_buffer... yes
  73. checking for V42L support... yes
  74. checking size of short... 2
  75. checking size of int... 4
  76. checking size of long int... 8
  77. checking size of long long... 8
  78. checking size of int *... 8
  79. checking size of void *... 8
  80. checking for an ANSI C-conforming const... yes
  81. Detected CPU: AMD Athlon(tm) 64 Processor 3500+
  82. CPU optimization:
  83. checking for bswap instruction... yes
  84. configure: creating ./config.status
  85. config.status: creating thread1.conf
  86. config.status: creating thread2.conf
  87. config.status: creating thread3.conf
  88. config.status: creating thread4.conf
  89. config.status: creating motion-dist.conf
  90. config.status: creating motion.init-FreeBSD.sh
  91. config.status: creating motion.init-Debian
  92. config.status: creating motion.init-Fedora
  93. config.status: creating motion.spec
  94. config.status: creating Makefile
  95. config.status: creating config.h
  96. config.status: config.h is unchanged
  97.  
  98. *******************************
  99. Configure status
  100. motion 3.2.12
  101. *******************************
  102.  
  103. OS : Linux
  104. pthread Support: Yes
  105. jpeg Support: Yes
  106. V4L included: Yes
  107. V4L2 supported: Yes
  108. FFmpeg Support: Yes
  109. MYSQL Support: Yes
  110. PostgreSQL Support: Yes
  111.  
  112. CFLAGS: -g -O2 -D_REENTRANT -DHAVE_FFMPEG -I/usr/local/include -DFFMPEG_NEW_INCLUDES -DHAVE_FFMPEG_NEW -I/usr/include/mysql -I/usr/include -DMOTION_V4L2 -DTYPE_32BIT="int" -DHAVE_BSWAP
  113. LIBS: -lm -lpthread -ljpeg -L/usr/local/lib -lavformat -lavcodec -lavutil -lm -lz -L/usr/lib64/mysql -lmysqlclient -lz -L/usr/lib64 -lpq
  114. LDFLAGS: -L/usr/local/lib
  115.  
  116. Install prefix: /usr/local
  117.  
  118.  
  119.  
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement