Advertisement
fo1k

face_detect building

Jan 20th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 KB | None | 0 0
  1. root@stas-master2:/usr/src/PHP-Facedetect-master# phpize
  2. Configuring for:
  3. PHP Api Version: 20090626
  4. Zend Module Api No: 20090626
  5. Zend Extension Api No: 220090626
  6.  
  7. root@stas-master2:/usr/src/PHP-Facedetect-master# ./configure
  8. checking for grep that handles long lines and -e... /bin/grep
  9. checking for egrep... /bin/grep -E
  10. checking for a sed that does not truncate output... /bin/sed
  11. checking for cc... cc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether cc accepts -g... yes
  19. checking for cc option to accept ISO C89... none needed
  20. checking how to run the C preprocessor... cc -E
  21. checking for icc... no
  22. checking for suncc... no
  23. checking whether cc understands -c and -o together... yes
  24. checking for system library directory... lib
  25. checking if compiler supports -R... no
  26. checking if compiler supports -Wl,-rpath,... yes
  27. checking build system type... i686-pc-linux-gnu
  28. checking host system type... i686-pc-linux-gnu
  29. checking target system type... i686-pc-linux-gnu
  30. checking for PHP prefix... /usr
  31. checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  32. checking for PHP extension directory... /usr/lib/php5/20090626+lfs
  33. checking for PHP installed headers prefix... /usr/include/php5
  34. checking if debug is enabled... no
  35. checking if zts is enabled... no
  36. checking for re2c... re2c
  37. checking for re2c version... 0.13.5 (ok)
  38. checking for gawk... no
  39. checking for nawk... nawk
  40. checking if nawk is broken... no
  41. checking for facedetect support... yes, shared
  42. checking for facedetect in default path... found in /usr/local
  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 /usr/local/include/opencv/cv.h usability... yes
  54. checking /usr/local/include/opencv/cv.h presence... yes
  55. checking for /usr/local/include/opencv/cv.h... yes
  56. checking /usr/local/include/opencv/highgui.h usability... yes
  57. checking /usr/local/include/opencv/highgui.h presence... yes
  58. checking for /usr/local/include/opencv/highgui.h... yes
  59. checking for cvLoad in -lopencv_objdetect... yes
  60. checking for a sed that does not truncate output... (cached) /bin/sed
  61. checking for fgrep... /bin/grep -F
  62. checking for ld used by cc... /usr/bin/ld
  63. checking if the linker (/usr/bin/ld) is GNU ld... yes
  64. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  65. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  66. checking whether ln -s works... yes
  67. checking the maximum length of command line arguments... 1572864
  68. checking whether the shell understands some XSI constructs... yes
  69. checking whether the shell understands "+="... yes
  70. checking for /usr/bin/ld option to reload object files... -r
  71. checking for objdump... objdump
  72. checking how to recognize dependent libraries... pass_all
  73. checking for ar... ar
  74. checking for strip... strip
  75. checking for ranlib... ranlib
  76. checking command to parse /usr/bin/nm -B output from cc object... ok
  77. checking for dlfcn.h... yes
  78. checking for objdir... .libs
  79. checking if cc supports -fno-rtti -fno-exceptions... no
  80. checking for cc option to produce PIC... -fPIC -DPIC
  81. checking if cc PIC flag -fPIC -DPIC works... yes
  82. checking if cc static flag -static works... yes
  83. checking if cc supports -c -o file.o... yes
  84. checking if cc supports -c -o file.o... (cached) yes
  85. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  86. checking whether -lc should be explicitly linked in... no
  87. checking dynamic linker characteristics... GNU/Linux ld.so
  88. checking how to hardcode library paths into programs... immediate
  89. checking whether stripping libraries is possible... yes
  90. checking if libtool supports shared libraries... yes
  91. checking whether to build shared libraries... yes
  92. checking whether to build static libraries... no
  93. configure: creating ./config.status
  94. config.status: creating config.h
  95. config.status: executing libtool commands
  96.  
  97. root@stas-master2:/usr/src/PHP-Facedetect-master# make
  98. /bin/bash /usr/src/PHP-Facedetect-master/libtool --mode=compile cc -I. -I/usr/src/PHP-Facedetect-master -DPHP_ATOM_INC -I/usr/src/PHP-Facedetect-master/include -I/usr/src/PHP-Facedetect-master/main -I/usr/src/PHP-Facedetect-master -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /usr/src/PHP-Facedetect-master/facedetect.c -o facedetect.lo
  99. libtool: compile: cc -I. -I/usr/src/PHP-Facedetect-master -DPHP_ATOM_INC -I/usr/src/PHP-Facedetect-master/include -I/usr/src/PHP-Facedetect-master/main -I/usr/src/PHP-Facedetect-master -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /usr/src/PHP-Facedetect-master/facedetect.c -fPIC -DPIC -o .libs/facedetect.o
  100. /bin/bash /usr/src/PHP-Facedetect-master/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/PHP-Facedetect-master/include -I/usr/src/PHP-Facedetect-master/main -I/usr/src/PHP-Facedetect-master -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -o facedetect.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/PHP-Facedetect-master/modules facedetect.lo -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lopencv_objdetect
  101. libtool: link: cc -shared .libs/facedetect.o -L/usr/local/lib -lopencv_objdetect -Wl,-rpath -Wl,/usr/local/lib -Wl,-soname -Wl,facedetect.so -o .libs/facedetect.so
  102. libtool: link: ( cd ".libs" && rm -f "facedetect.la" && ln -s "../facedetect.la" "facedetect.la" )
  103. /bin/bash /usr/src/PHP-Facedetect-master/libtool --mode=install cp ./facedetect.la /usr/src/PHP-Facedetect-master/modules
  104. libtool: install: cp ./.libs/facedetect.so /usr/src/PHP-Facedetect-master/modules/facedetect.so
  105. libtool: install: cp ./.libs/facedetect.lai /usr/src/PHP-Facedetect-master/modules/facedetect.la
  106. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/src/PHP-Facedetect-master/modules
  107. ----------------------------------------------------------------------
  108. Libraries have been installed in:
  109. /usr/src/PHP-Facedetect-master/modules
  110.  
  111. If you ever happen to want to link against installed libraries
  112. in a given directory, LIBDIR, you must either use libtool, and
  113. specify the full pathname of the library, or use the `-LLIBDIR'
  114. flag during linking and do at least one of the following:
  115. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  116. during execution
  117. - add LIBDIR to the `LD_RUN_PATH' environment variable
  118. during linking
  119. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  120. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  121.  
  122. See any operating system documentation about shared libraries for
  123. more information, such as the ld(1) and ld.so(8) manual pages.
  124. ----------------------------------------------------------------------
  125.  
  126. Build complete.
  127. Don't forget to run 'make test'.
  128.  
  129.  
  130. root@stas-master2:/usr/src/PHP-Facedetect-master# make install
  131. Installing shared extensions: /usr/lib/php5/20090626+lfs/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement