Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.69 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 Protocol Buffers configure 2.5.0, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = RaRemoz-8
  14. uname -m = i686
  15. uname -r = 1.0.18(0.48/3/2)
  16. uname -s = MINGW32_NT-6.2
  17. uname -v = 2012-11-21 22:34
  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: .
  31. PATH: /usr/local/bin
  32. PATH: /mingw/bin
  33. PATH: /bin
  34. PATH: /c/Program Files (x86)/NVIDIA Corporation/PhysX/Common
  35. PATH: /c/Windows/system32
  36. PATH: /c/Windows
  37. PATH: /c/Windows/System32/Wbem
  38. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  39. PATH: /c/Ruby200-x64/bin
  40. PATH: /e/apache-maven-3.2.1/bin
  41. PATH: /mingw/libexec/gcc/mingw32/3.4.5
  42. PATH: /mingw/lib/bin
  43. PATH: /mingw/bin
  44.  
  45.  
  46. ## ----------- ##
  47. ## Core tests. ##
  48. ## ----------- ##
  49.  
  50. configure:2455: checking whether to enable maintainer-specific portions of Makefiles
  51. configure:2464: result: yes
  52. configure:2525: checking build system type
  53. configure:2539: result: i686-pc-mingw32
  54. configure:2559: checking host system type
  55. configure:2572: result: i686-pc-mingw32
  56. configure:2592: checking target system type
  57. configure:2605: result: i686-pc-mingw32
  58. configure:2648: checking for a BSD-compatible install
  59. configure:2716: result: /bin/install -c
  60. configure:2727: checking whether build environment is sane
  61. configure:2777: result: yes
  62. configure:2918: checking for a thread-safe mkdir -p
  63. configure:2957: result: /bin/mkdir -p
  64. configure:2970: checking for gawk
  65. configure:2986: found /bin/gawk
  66. configure:2997: result: gawk
  67. configure:3008: checking whether make sets $(MAKE)
  68. configure:3030: result: yes
  69. configure:3178: checking for gcc
  70. configure:3194: found /mingw/bin/gcc
  71. configure:3205: result: gcc
  72. configure:3434: checking for C compiler version
  73. configure:3443: gcc --version >&5
  74. gcc.exe (GCC) 4.8.1
  75. Copyright (C) 2013 Free Software Foundation, Inc.
  76. This is free software; see the source for copying conditions. There is NO
  77. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  78.  
  79. configure:3454: $? = 0
  80. configure:3443: gcc -v >&5
  81. Using built-in specs.
  82. COLLECT_GCC=E:\MinGW\bin\gcc.exe
  83. Target: mingw32
  84. Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
  85. Thread model: win32
  86. gcc version 4.8.1 (GCC)
  87. configure:3454: $? = 0
  88. configure:3443: gcc -V >&5
  89. gcc.exe: error: unrecognized command line option '-V'
  90. gcc.exe: fatal error: no input files
  91. compilation terminated.
  92. configure:3454: $? = 1
  93. configure:3443: gcc -qversion >&5
  94. gcc.exe: error: unrecognized command line option '-qversion'
  95. gcc.exe: fatal error: no input files
  96. compilation terminated.
  97. configure:3454: $? = 1
  98. configure:3474: checking whether the C compiler works
  99. configure:3496: gcc conftest.c >&5
  100. gcc.exe: error: CreateProcess: No such file or directory
  101. configure:3500: $? = 1
  102. configure:3538: result: no
  103. configure: failed program was:
  104. | /* confdefs.h */
  105. | #define PACKAGE_NAME "Protocol Buffers"
  106. | #define PACKAGE_TARNAME "protobuf"
  107. | #define PACKAGE_VERSION "2.5.0"
  108. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  109. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  110. | #define PACKAGE_URL ""
  111. | #define PACKAGE "protobuf"
  112. | #define VERSION "2.5.0"
  113. | /* end confdefs.h. */
  114. |
  115. | int
  116. | main ()
  117. | {
  118. |
  119. | ;
  120. | return 0;
  121. | }
  122. configure:3543: error: in `/e/workspace/protobuf-2.5.0':
  123. configure:3545: error: C compiler cannot create executables
  124. See `config.log' for more details
  125.  
  126. ## ---------------- ##
  127. ## Cache variables. ##
  128. ## ---------------- ##
  129.  
  130. ac_cv_build=i686-pc-mingw32
  131. ac_cv_env_CCC_set=
  132. ac_cv_env_CCC_value=
  133. ac_cv_env_CC_set=
  134. ac_cv_env_CC_value=
  135. ac_cv_env_CFLAGS_set=
  136. ac_cv_env_CFLAGS_value=
  137. ac_cv_env_CPPFLAGS_set=
  138. ac_cv_env_CPPFLAGS_value=
  139. ac_cv_env_CXXCPP_set=
  140. ac_cv_env_CXXCPP_value=
  141. ac_cv_env_CXXFLAGS_set=
  142. ac_cv_env_CXXFLAGS_value=
  143. ac_cv_env_CXX_set=
  144. ac_cv_env_CXX_value=
  145. ac_cv_env_LDFLAGS_set=
  146. ac_cv_env_LDFLAGS_value=
  147. ac_cv_env_LIBS_set=
  148. ac_cv_env_LIBS_value=
  149. ac_cv_env_build_alias_set=
  150. ac_cv_env_build_alias_value=
  151. ac_cv_env_host_alias_set=
  152. ac_cv_env_host_alias_value=
  153. ac_cv_env_target_alias_set=
  154. ac_cv_env_target_alias_value=
  155. ac_cv_host=i686-pc-mingw32
  156. ac_cv_path_install='/bin/install -c'
  157. ac_cv_path_mkdir=/bin/mkdir
  158. ac_cv_prog_AWK=gawk
  159. ac_cv_prog_ac_ct_CC=gcc
  160. ac_cv_prog_make_make_set=yes
  161. ac_cv_target=i686-pc-mingw32
  162.  
  163. ## ----------------- ##
  164. ## Output variables. ##
  165. ## ----------------- ##
  166.  
  167. ACLOCAL='${SHELL} /e/workspace/protobuf-2.5.0/missing --run aclocal-1.11'
  168. AMDEPBACKSLASH=''
  169. AMDEP_FALSE=''
  170. AMDEP_TRUE=''
  171. AMTAR='$${TAR-tar}'
  172. AR=''
  173. AUTOCONF='${SHELL} /e/workspace/protobuf-2.5.0/missing --run autoconf'
  174. AUTOHEADER='${SHELL} /e/workspace/protobuf-2.5.0/missing --run autoheader'
  175. AUTOMAKE='${SHELL} /e/workspace/protobuf-2.5.0/missing --run automake-1.11'
  176. AWK='gawk'
  177. CC='gcc'
  178. CCDEPMODE=''
  179. CFLAGS=''
  180. CPPFLAGS=''
  181. CXX=''
  182. CXXCPP=''
  183. CXXDEPMODE=''
  184. CXXFLAGS=''
  185. CYGPATH_W='echo'
  186. DEFS=''
  187. DEPDIR=''
  188. DLLTOOL=''
  189. DSYMUTIL=''
  190. DUMPBIN=''
  191. ECHO_C=''
  192. ECHO_N='-n'
  193. ECHO_T=''
  194. EGREP=''
  195. EXEEXT=''
  196. FGREP=''
  197. GCC_FALSE=''
  198. GCC_TRUE=''
  199. GREP=''
  200. HAVE_ZLIB_FALSE=''
  201. HAVE_ZLIB_TRUE=''
  202. INSTALL_DATA='${INSTALL} -m 644'
  203. INSTALL_PROGRAM='${INSTALL}'
  204. INSTALL_SCRIPT='${INSTALL}'
  205. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  206. ISAINFO=''
  207. LD=''
  208. LDFLAGS=''
  209. LIBOBJS=''
  210. LIBS=''
  211. LIBTOOL=''
  212. LIPO=''
  213. LN_S=''
  214. LTLIBOBJS=''
  215. MAINT=''
  216. MAINTAINER_MODE_FALSE='#'
  217. MAINTAINER_MODE_TRUE=''
  218. MAKEINFO='${SHELL} /e/workspace/protobuf-2.5.0/missing --run makeinfo'
  219. MANIFEST_TOOL=''
  220. MKDIR_P='/bin/mkdir -p'
  221. NM=''
  222. NMEDIT=''
  223. OBJDUMP=''
  224. OBJEXT=''
  225. OTOOL64=''
  226. OTOOL=''
  227. PACKAGE='protobuf'
  228. PACKAGE_BUGREPORT='protobuf@googlegroups.com'
  229. PACKAGE_NAME='Protocol Buffers'
  230. PACKAGE_STRING='Protocol Buffers 2.5.0'
  231. PACKAGE_TARNAME='protobuf'
  232. PACKAGE_URL=''
  233. PACKAGE_VERSION='2.5.0'
  234. PATH_SEPARATOR=':'
  235. POW_LIB=''
  236. PROTOBUF_OPT_FLAG=''
  237. PROTOC=''
  238. PTHREAD_CC=''
  239. PTHREAD_CFLAGS=''
  240. PTHREAD_LIBS=''
  241. RANLIB=''
  242. SED=''
  243. SET_MAKE=''
  244. SHELL='/bin/sh'
  245. STRIP=''
  246. USE_EXTERNAL_PROTOC_FALSE=''
  247. USE_EXTERNAL_PROTOC_TRUE=''
  248. VERSION='2.5.0'
  249. ac_ct_AR=''
  250. ac_ct_CC='gcc'
  251. ac_ct_CXX=''
  252. ac_ct_DUMPBIN=''
  253. acx_pthread_config=''
  254. am__EXEEXT_FALSE=''
  255. am__EXEEXT_TRUE=''
  256. am__fastdepCC_FALSE=''
  257. am__fastdepCC_TRUE=''
  258. am__fastdepCXX_FALSE=''
  259. am__fastdepCXX_TRUE=''
  260. am__include=''
  261. am__isrc=''
  262. am__leading_dot='.'
  263. am__nodep=''
  264. am__quote=''
  265. am__tar='$${TAR-tar} chof - "$$tardir"'
  266. am__untar='$${TAR-tar} xf -'
  267. bindir='${exec_prefix}/bin'
  268. build='i686-pc-mingw32'
  269. build_alias=''
  270. build_cpu='i686'
  271. build_os='mingw32'
  272. build_vendor='pc'
  273. datadir='${datarootdir}'
  274. datarootdir='${prefix}/share'
  275. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  276. dvidir='${docdir}'
  277. exec_prefix='NONE'
  278. host='i686-pc-mingw32'
  279. host_alias=''
  280. host_cpu='i686'
  281. host_os='mingw32'
  282. host_vendor='pc'
  283. htmldir='${docdir}'
  284. includedir='${prefix}/include'
  285. infodir='${datarootdir}/info'
  286. install_sh='${SHELL} /e/workspace/protobuf-2.5.0/install-sh'
  287. libdir='${exec_prefix}/lib'
  288. libexecdir='${exec_prefix}/libexec'
  289. localedir='${datarootdir}/locale'
  290. localstatedir='${prefix}/var'
  291. mandir='${datarootdir}/man'
  292. mkdir_p='/bin/mkdir -p'
  293. oldincludedir='/usr/include'
  294. pdfdir='${docdir}'
  295. prefix='NONE'
  296. program_transform_name='s,x,x,'
  297. psdir='${docdir}'
  298. sbindir='${exec_prefix}/sbin'
  299. sharedstatedir='${prefix}/com'
  300. subdirs=''
  301. sysconfdir='${prefix}/etc'
  302. target='i686-pc-mingw32'
  303. target_alias=''
  304. target_cpu='i686'
  305. target_os='mingw32'
  306. target_vendor='pc'
  307.  
  308. ## ----------- ##
  309. ## confdefs.h. ##
  310. ## ----------- ##
  311.  
  312. /* confdefs.h */
  313. #define PACKAGE_NAME "Protocol Buffers"
  314. #define PACKAGE_TARNAME "protobuf"
  315. #define PACKAGE_VERSION "2.5.0"
  316. #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  317. #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  318. #define PACKAGE_URL ""
  319. #define PACKAGE "protobuf"
  320. #define VERSION "2.5.0"
  321.  
  322. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement