Advertisement
Guest User

guid12434r31r1rsss

a guest
Sep 22nd, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --enable-phalcon
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = peter-linux
  14. uname -m = x86_64
  15. uname -r = 3.13.0-35-generic
  16. uname -s = Linux
  17. uname -v = #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/local/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2127: checking for grep that handles long lines and -e
  45. configure:2185: result: /bin/grep
  46. configure:2190: checking for egrep
  47. configure:2252: result: /bin/grep -E
  48. configure:2257: checking for a sed that does not truncate output
  49. configure:2321: result: /bin/sed
  50. configure:2455: checking for cc
  51. configure:2471: found /usr/bin/cc
  52. configure:2482: result: cc
  53. configure:2513: checking for C compiler version
  54. configure:2522: cc --version >&5
  55. cc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  56. Copyright (C) 2013 Free Software Foundation, Inc.
  57. This is free software; see the source for copying conditions. There is NO
  58. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  59.  
  60. configure:2533: $? = 0
  61. configure:2522: cc -v >&5
  62. Using built-in specs.
  63. COLLECT_GCC=cc
  64. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  65. Target: x86_64-linux-gnu
  66. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  67. Thread model: posix
  68. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  69. configure:2533: $? = 0
  70. configure:2522: cc -V >&5
  71. cc: error: unrecognized command line option '-V'
  72. cc: fatal error: no input files
  73. compilation terminated.
  74. configure:2533: $? = 4
  75. configure:2522: cc -qversion >&5
  76. cc: error: unrecognized command line option '-qversion'
  77. cc: fatal error: no input files
  78. compilation terminated.
  79. configure:2533: $? = 4
  80. configure:2553: checking whether the C compiler works
  81. configure:2575: cc -02 --fvisibility=hidden conftest.c >&5
  82. cc: error: unrecognized command line option '-02'
  83. cc: error: unrecognized command line option '--fvisibility=hidden'
  84. configure:2579: $? = 1
  85. configure:2617: result: no
  86. configure: failed program was:
  87. | /* confdefs.h */
  88. | #define PACKAGE_NAME ""
  89. | #define PACKAGE_TARNAME ""
  90. | #define PACKAGE_VERSION ""
  91. | #define PACKAGE_STRING ""
  92. | #define PACKAGE_BUGREPORT ""
  93. | #define PACKAGE_URL ""
  94. | /* end confdefs.h. */
  95. |
  96. | int
  97. | main ()
  98. | {
  99. |
  100. | ;
  101. | return 0;
  102. | }
  103. configure:2622: error: in `/home/peter/cphalcon/build/64bits':
  104. configure:2624: error: C compiler cannot create executables
  105. See `config.log' for more details
  106.  
  107. ## ---------------- ##
  108. ## Cache variables. ##
  109. ## ---------------- ##
  110.  
  111. ac_cv_env_CC_set=
  112. ac_cv_env_CC_value=
  113. ac_cv_env_CFLAGS_set=set
  114. ac_cv_env_CFLAGS_value='-02 --fvisibility=hidden'
  115. ac_cv_env_CPPFLAGS_set=
  116. ac_cv_env_CPPFLAGS_value=
  117. ac_cv_env_CPP_set=
  118. ac_cv_env_CPP_value=
  119. ac_cv_env_LDFLAGS_set=
  120. ac_cv_env_LDFLAGS_value=
  121. ac_cv_env_LIBS_set=
  122. ac_cv_env_LIBS_value=
  123. ac_cv_env_build_alias_set=
  124. ac_cv_env_build_alias_value=
  125. ac_cv_env_host_alias_set=
  126. ac_cv_env_host_alias_value=
  127. ac_cv_env_target_alias_set=
  128. ac_cv_env_target_alias_value=
  129. ac_cv_path_EGREP='/bin/grep -E'
  130. ac_cv_path_GREP=/bin/grep
  131. ac_cv_path_SED=/bin/sed
  132. ac_cv_prog_ac_ct_CC=cc
  133.  
  134. ## ----------------- ##
  135. ## Output variables. ##
  136. ## ----------------- ##
  137.  
  138. AR=''
  139. AWK=''
  140. CC='cc'
  141. CFLAGS='-02 --fvisibility=hidden'
  142. CONFIGURE_COMMAND=' '\''./configure'\'' '\''--enable-phalcon'\'''
  143. CONFIGURE_OPTIONS=' '\''--enable-phalcon'\'''
  144. CPP=''
  145. CPPFLAGS=''
  146. DEFS=''
  147. DLLTOOL=''
  148. DSYMUTIL=''
  149. DUMPBIN=''
  150. ECHO_C=''
  151. ECHO_N='-n'
  152. ECHO_T=''
  153. EGREP='/bin/grep -E'
  154. EXEEXT=''
  155. FGREP=''
  156. GENHTML=''
  157. GREP='/bin/grep'
  158. LCOV=''
  159. LD=''
  160. LDFLAGS=''
  161. LIBOBJS=''
  162. LIBS=''
  163. LIBTOOL=''
  164. LIPO=''
  165. LN_S=''
  166. LTLIBOBJS=''
  167. MANIFEST_TOOL=''
  168. NM=''
  169. NMEDIT=''
  170. OBJDUMP=''
  171. OBJEXT=''
  172. OTOOL64=''
  173. OTOOL=''
  174. PACKAGE_BUGREPORT=''
  175. PACKAGE_NAME=''
  176. PACKAGE_STRING=''
  177. PACKAGE_TARNAME=''
  178. PACKAGE_URL=''
  179. PACKAGE_VERSION=''
  180. PATH_SEPARATOR=':'
  181. RANLIB=''
  182. RE2C=''
  183. SED='/bin/sed'
  184. SHELL='/bin/bash'
  185. SHLIB_DL_SUFFIX_NAME=''
  186. SHLIB_SUFFIX_NAME=''
  187. STRIP=''
  188. ac_ct_AR=''
  189. ac_ct_CC='cc'
  190. ac_ct_DUMPBIN=''
  191. bindir='${exec_prefix}/bin'
  192. build=''
  193. build_alias=''
  194. build_cpu=''
  195. build_os=''
  196. build_vendor=''
  197. datadir='${datarootdir}'
  198. datarootdir='${prefix}/share'
  199. docdir='${datarootdir}/doc/${PACKAGE}'
  200. dvidir='${docdir}'
  201. exec_prefix='NONE'
  202. host=''
  203. host_alias=''
  204. host_cpu=''
  205. host_os=''
  206. host_vendor=''
  207. htmldir='${docdir}'
  208. includedir='${prefix}/include'
  209. infodir='${datarootdir}/info'
  210. libdir='${exec_prefix}/lib'
  211. libexecdir='${exec_prefix}/libexec'
  212. localedir='${datarootdir}/locale'
  213. localstatedir='${prefix}/var'
  214. mandir='${datarootdir}/man'
  215. oldincludedir='/usr/include'
  216. pdfdir='${docdir}'
  217. prefix='NONE'
  218. program_transform_name='s,x,x,'
  219. psdir='${docdir}'
  220. sbindir='${exec_prefix}/sbin'
  221. sharedstatedir='${prefix}/com'
  222. sysconfdir='${prefix}/etc'
  223. target=''
  224. target_alias=''
  225. target_cpu=''
  226. target_os=''
  227. target_vendor=''
  228.  
  229. ## ----------- ##
  230. ## confdefs.h. ##
  231. ## ----------- ##
  232.  
  233. /* confdefs.h */
  234. #define PACKAGE_NAME ""
  235. #define PACKAGE_TARNAME ""
  236. #define PACKAGE_VERSION ""
  237. #define PACKAGE_STRING ""
  238. #define PACKAGE_BUGREPORT ""
  239. #define PACKAGE_URL ""
  240.  
  241. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement