Advertisement
Guest User

Untitled

a guest
Dec 13th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.37 KB | None | 0 0
  1. # sudo ./install
  2. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  3. find . -name \*.lo -o -name \*.o | xargs rm -f
  4. find . -name \*.la -o -name \*.a | xargs rm -f
  5. find . -name \*.so | xargs rm -f
  6. find . -name .libs -a -type d|xargs rm -rf
  7. rm -f libphp.la   modules/* libs/*
  8. Cleaning..
  9. Configuring for:
  10. PHP Api Version:         20090626
  11. Zend Module Api No:      20090626
  12. Zend Extension Api No:   220090626
  13. checking for grep that handles long lines and -e... /bin/grep
  14. checking for egrep... /bin/grep -E
  15. checking for a sed that does not truncate output... /bin/sed
  16. checking for C compiler default output file name... a.out
  17. checking whether the C compiler works... yes
  18. checking whether we are cross compiling... no
  19. checking for suffix of executables...
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking how to run the C preprocessor... gcc -E
  25. checking for icc... no
  26. checking for suncc... no
  27. checking whether gcc and cc understand -c and -o together... yes
  28. checking for system library directory... lib
  29. checking if compiler supports -R... no
  30. checking if compiler supports -Wl,-rpath,... yes
  31. checking build system type... x86_64-unknown-linux-gnu
  32. checking host system type... x86_64-unknown-linux-gnu
  33. checking target system type... x86_64-unknown-linux-gnu
  34. checking for PHP prefix... /usr
  35. checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
  36. checking for PHP extension directory... /usr/lib64/php/modules
  37. checking for PHP installed headers prefix... /usr/include/php
  38. checking if debug is enabled... no
  39. checking if zts is enabled... no
  40. checking for re2c... no
  41. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  42. checking for gawk... gawk
  43. checking whether to enable phalcon... yes, shared
  44. checking whether HAVE_BUNDLED_PCRE is declared... no
  45. checking whether HAVE_JSON is declared... yes
  46. checking for ext/json/php_json.h... yes
  47. checking for a sed that does not truncate output... (cached) /bin/sed
  48. checking for fgrep... /bin/grep -F
  49. checking for ld used by gcc... /usr/bin/ld
  50. checking if the linker (/usr/bin/ld) is GNU ld... yes
  51. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  52. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  53. checking whether ln -s works... yes
  54. checking the maximum length of command line arguments... 1966080
  55. checking whether the shell understands some XSI constructs... yes
  56. checking whether the shell understands "+="... yes
  57. checking for /usr/bin/ld option to reload object files... -r
  58. checking for objdump... objdump
  59. checking how to recognize dependent libraries... pass_all
  60. checking for ar... ar
  61. checking for strip... strip
  62. checking for ranlib... ranlib
  63. checking command to parse /usr/bin/nm -B output from gcc object... ok
  64. checking for ANSI C header files... yes
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking for dlfcn.h... yes
  75. checking for objdir... .libs
  76. checking if gcc supports -fno-rtti -fno-exceptions... no
  77. checking for gcc option to produce PIC... -fPIC -DPIC
  78. checking if gcc PIC flag -fPIC -DPIC works... yes
  79. checking if gcc static flag -static works... no
  80. checking if gcc supports -c -o file.o... yes
  81. checking if gcc supports -c -o file.o... (cached) yes
  82. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  83. checking whether -lc should be explicitly linked in... no
  84. checking dynamic linker characteristics... GNU/Linux ld.so
  85. checking how to hardcode library paths into programs... immediate
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... no
  90. configure: creating ./config.status
  91. config.status: creating config.h
  92. config.status: executing libtool commands
  93. /bin/sh /root/cphalcon/build/64bits/libtool --mode=compile gcc  -I. -I/root/cphalcon/build/64bits -DPHP_ATOM_INC -I/root/cphalcon/build/64bits/include -I/root/cphalcon/build/64bits/main -I/root/cphalcon/build/64bits -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib  -DPHALCON_RELEASE -DHAVE_CONFIG_H  -march=native -mtune=native -O2 -fomit-frame-pointer -fvisibility=hidden   -c /root/cphalcon/build/64bits/phalcon.zep.c -o phalcon.lo
  94. libtool: compile:  gcc -I. -I/root/cphalcon/build/64bits -DPHP_ATOM_INC -I/root/cphalcon/build/64bits/include -I/root/cphalcon/build/64bits/main -I/root/cphalcon/build/64bits -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native -mtune=native -O2 -fomit-frame-pointer -fvisibility=hidden -c /root/cphalcon/build/64bits/phalcon.zep.c  -fPIC -DPIC -o .libs/phalcon.o
  95. /root/cphalcon/build/64bits/phalcon.zep.c: In function ‘zephir_fetch_static_property_ce’:
  96. /root/cphalcon/build/64bits/phalcon.zep.c:6791: warning: passing argument 2 of ‘zend_read_static_property’ discards qualifiers from pointer target type
  97. /usr/include/php/Zend/zend_API.h:321: note: expected ‘char *’ but argument is of type ‘const char *
  98. /root/cphalcon/build/64bits/phalcon.zep.c: In function ‘zephir_update_static_property_ex’:
  99. /root/cphalcon/build/64bits/phalcon.zep.c:6901: warning: passing argument 2 of ‘zend_std_get_static_property’ discards qualifiers from pointer target type
  100. /usr/include/php/Zend/zend_object_handlers.h:147: note: expected ‘char *’ but argument is of type ‘const char *
  101. /root/cphalcon/build/64bits/phalcon.zep.c: In function ‘zephir_require_ret’:
  102. /root/cphalcon/build/64bits/phalcon.zep.c:12511: warning: assignment discards qualifiers from pointer target type
  103. /root/cphalcon/build/64bits/phalcon.zep.c: At top level:
  104. /root/cphalcon/build/64bits/phalcon.zep.c:140044: error: ‘ZEND_FE_END’ undeclared here (not in a function)
  105. make: *** [phalcon.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement