Advertisement
Guest User

Untitled

a guest
Oct 28th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.84 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.64. Invocation command line was
  6.  
  7. $ ../gcc-4.9.1/configure --target=i386-elf --prefix=/usr/local/i386elfgcc --disable-nls --disable-libssp --enable-languages=c --without-headers
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = kali
  14. uname -m = x86_64
  15. uname -r = 4.18.0-kali2-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 4.18.10-2kali1 (2018-10-09)
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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/i386elfgcc/bin
  31. PATH: /usr/local/i386elfgcc/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2322: checking build system type
  45. configure:2336: result: x86_64-unknown-linux-gnu
  46. configure:2383: checking host system type
  47. configure:2396: result: x86_64-unknown-linux-gnu
  48. configure:2416: checking target system type
  49. configure:2429: result: i386-pc-elf
  50. configure:2483: checking for a BSD-compatible install
  51. configure:2551: result: /usr/bin/install -c
  52. configure:2562: checking whether ln works
  53. configure:2584: result: yes
  54. configure:2588: checking whether ln -s works
  55. configure:2592: result: yes
  56. configure:2599: checking for a sed that does not truncate output
  57. configure:2663: result: /usr/bin/sed
  58. configure:2672: checking for gawk
  59. configure:2688: found /usr/bin/gawk
  60. configure:2699: result: gawk
  61. configure:3154: checking for libatomic support
  62. configure:3160: result: no
  63. configure:3173: checking for libcilkrts support
  64. configure:3179: result: no
  65. configure:3192: checking for libitm support
  66. configure:3198: result: no
  67. configure:3211: checking for libsanitizer support
  68. configure:3217: result: no
  69. configure:3230: checking for libvtv support
  70. configure:3236: result: no
  71. configure:3970: checking for gcc
  72. configure:3986: found /usr/bin/gcc
  73. configure:3997: result: gcc
  74. configure:4226: checking for C compiler version
  75. configure:4235: gcc --version >&5
  76. gcc (Debian 8.2.0-8) 8.2.0
  77. Copyright (C) 2018 Free Software Foundation, Inc.
  78. This is free software; see the source for copying conditions. There is NO
  79. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  80.  
  81. configure:4246: $? = 0
  82. configure:4235: gcc -v >&5
  83. Using built-in specs.
  84. COLLECT_GCC=gcc
  85. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
  86. OFFLOAD_TARGET_NAMES=nvptx-none
  87. OFFLOAD_TARGET_DEFAULT=1
  88. Target: x86_64-linux-gnu
  89. Configured with: ../src/configure -v --with-pkgversion='Debian 8.2.0-8' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  90. Thread model: posix
  91. gcc version 8.2.0 (Debian 8.2.0-8)
  92. configure:4246: $? = 0
  93. configure:4235: gcc -V >&5
  94. gcc: error: unrecognized command line option '-V'
  95. gcc: fatal error: no input files
  96. compilation terminated.
  97. configure:4246: $? = 1
  98. configure:4235: gcc -qversion >&5
  99. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  100. gcc: fatal error: no input files
  101. compilation terminated.
  102. configure:4246: $? = 1
  103. configure:4266: checking for C compiler default output file name
  104. configure:4288: gcc conftest.c >&5
  105. /usr/bin/ld: this linker was not configured to use sysroots
  106. collect2: error: ld returned 1 exit status
  107. configure:4292: $? = 1
  108. configure:4329: result:
  109. configure: failed program was:
  110. | /* confdefs.h */
  111. | #define PACKAGE_NAME ""
  112. | #define PACKAGE_TARNAME ""
  113. | #define PACKAGE_VERSION ""
  114. | #define PACKAGE_STRING ""
  115. | #define PACKAGE_BUGREPORT ""
  116. | #define PACKAGE_URL ""
  117. | /* end confdefs.h. */
  118. |
  119. | int
  120. | main ()
  121. | {
  122. |
  123. | ;
  124. | return 0;
  125. | }
  126. configure:4335: error: in `/tmp/src/gcc-build':
  127. configure:4339: error: C compiler cannot create executables
  128. See `config.log' for more details.
  129.  
  130. ## ---------------- ##
  131. ## Cache variables. ##
  132. ## ---------------- ##
  133.  
  134. ac_cv_build=x86_64-unknown-linux-gnu
  135. ac_cv_env_AR_FOR_TARGET_set=
  136. ac_cv_env_AR_FOR_TARGET_value=
  137. ac_cv_env_AR_set=
  138. ac_cv_env_AR_value=
  139. ac_cv_env_AS_FOR_TARGET_set=
  140. ac_cv_env_AS_FOR_TARGET_value=
  141. ac_cv_env_AS_set=
  142. ac_cv_env_AS_value=
  143. ac_cv_env_CCC_set=
  144. ac_cv_env_CCC_value=
  145. ac_cv_env_CC_FOR_TARGET_set=
  146. ac_cv_env_CC_FOR_TARGET_value=
  147. ac_cv_env_CC_set=
  148. ac_cv_env_CC_value=
  149. ac_cv_env_CFLAGS_set=
  150. ac_cv_env_CFLAGS_value=
  151. ac_cv_env_CPPFLAGS_set=
  152. ac_cv_env_CPPFLAGS_value=
  153. ac_cv_env_CXXFLAGS_set=
  154. ac_cv_env_CXXFLAGS_value=
  155. ac_cv_env_CXX_FOR_TARGET_set=
  156. ac_cv_env_CXX_FOR_TARGET_value=
  157. ac_cv_env_CXX_set=
  158. ac_cv_env_CXX_value=
  159. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  160. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  161. ac_cv_env_DLLTOOL_set=
  162. ac_cv_env_DLLTOOL_value=
  163. ac_cv_env_GCC_FOR_TARGET_set=
  164. ac_cv_env_GCC_FOR_TARGET_value=
  165. ac_cv_env_GCJ_FOR_TARGET_set=
  166. ac_cv_env_GCJ_FOR_TARGET_value=
  167. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  168. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  169. ac_cv_env_GOC_FOR_TARGET_set=
  170. ac_cv_env_GOC_FOR_TARGET_value=
  171. ac_cv_env_LDFLAGS_set=
  172. ac_cv_env_LDFLAGS_value=
  173. ac_cv_env_LD_FOR_TARGET_set=
  174. ac_cv_env_LD_FOR_TARGET_value=
  175. ac_cv_env_LD_set=
  176. ac_cv_env_LD_value=
  177. ac_cv_env_LIBS_set=
  178. ac_cv_env_LIBS_value=
  179. ac_cv_env_LIPO_FOR_TARGET_set=
  180. ac_cv_env_LIPO_FOR_TARGET_value=
  181. ac_cv_env_LIPO_set=
  182. ac_cv_env_LIPO_value=
  183. ac_cv_env_NM_FOR_TARGET_set=
  184. ac_cv_env_NM_FOR_TARGET_value=
  185. ac_cv_env_NM_set=
  186. ac_cv_env_NM_value=
  187. ac_cv_env_OBJCOPY_set=
  188. ac_cv_env_OBJCOPY_value=
  189. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  190. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  191. ac_cv_env_OBJDUMP_set=
  192. ac_cv_env_OBJDUMP_value=
  193. ac_cv_env_RANLIB_FOR_TARGET_set=
  194. ac_cv_env_RANLIB_FOR_TARGET_value=
  195. ac_cv_env_RANLIB_set=
  196. ac_cv_env_RANLIB_value=
  197. ac_cv_env_READELF_FOR_TARGET_set=
  198. ac_cv_env_READELF_FOR_TARGET_value=
  199. ac_cv_env_READELF_set=
  200. ac_cv_env_READELF_value=
  201. ac_cv_env_STRIP_FOR_TARGET_set=
  202. ac_cv_env_STRIP_FOR_TARGET_value=
  203. ac_cv_env_STRIP_set=
  204. ac_cv_env_STRIP_value=
  205. ac_cv_env_WINDMC_FOR_TARGET_set=
  206. ac_cv_env_WINDMC_FOR_TARGET_value=
  207. ac_cv_env_WINDMC_set=
  208. ac_cv_env_WINDMC_value=
  209. ac_cv_env_WINDRES_FOR_TARGET_set=
  210. ac_cv_env_WINDRES_FOR_TARGET_value=
  211. ac_cv_env_WINDRES_set=
  212. ac_cv_env_WINDRES_value=
  213. ac_cv_env_build_alias_set=
  214. ac_cv_env_build_alias_value=
  215. ac_cv_env_build_configargs_set=
  216. ac_cv_env_build_configargs_value=
  217. ac_cv_env_host_alias_set=
  218. ac_cv_env_host_alias_value=
  219. ac_cv_env_host_configargs_set=
  220. ac_cv_env_host_configargs_value=
  221. ac_cv_env_target_alias_set=set
  222. ac_cv_env_target_alias_value=i386-elf
  223. ac_cv_env_target_configargs_set=
  224. ac_cv_env_target_configargs_value=
  225. ac_cv_host=x86_64-unknown-linux-gnu
  226. ac_cv_path_SED=/usr/bin/sed
  227. ac_cv_path_install='/usr/bin/install -c'
  228. ac_cv_prog_AWK=gawk
  229. ac_cv_prog_ac_ct_CC=gcc
  230. ac_cv_target=i386-pc-elf
  231. acx_cv_prog_LN=ln
  232.  
  233. ## ----------------- ##
  234. ## Output variables. ##
  235. ## ----------------- ##
  236.  
  237. AR=''
  238. AR_FOR_BUILD='$(AR)'
  239. AR_FOR_TARGET=''
  240. AS=''
  241. AS_FOR_BUILD='$(AS)'
  242. AS_FOR_TARGET=''
  243. AWK='gawk'
  244. BISON=''
  245. BUILD_CONFIG=''
  246. CC='gcc'
  247. CC_FOR_BUILD='$(CC)'
  248. CC_FOR_TARGET=''
  249. CFLAGS=''
  250. CFLAGS_FOR_BUILD=''
  251. CFLAGS_FOR_TARGET=''
  252. COMPILER_AS_FOR_TARGET=''
  253. COMPILER_LD_FOR_TARGET=''
  254. COMPILER_NM_FOR_TARGET=''
  255. CONFIGURE_GDB_TK=''
  256. CPPFLAGS=''
  257. CXX=''
  258. CXXFLAGS=''
  259. CXXFLAGS_FOR_BUILD=''
  260. CXXFLAGS_FOR_TARGET=''
  261. CXX_FOR_BUILD='$(CXX)'
  262. CXX_FOR_TARGET=''
  263. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  264. DEFS=''
  265. DLLTOOL=''
  266. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  267. DLLTOOL_FOR_TARGET=''
  268. ECHO_C=''
  269. ECHO_N='-n'
  270. ECHO_T=''
  271. EXEEXT=''
  272. EXPECT=''
  273. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  274. FLAGS_FOR_TARGET=''
  275. FLEX=''
  276. GCC_FOR_TARGET=''
  277. GCC_SHLIB_SUBDIR=''
  278. GCJ_FOR_BUILD='$(GCJ)'
  279. GCJ_FOR_TARGET=''
  280. GDB_TK=''
  281. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  282. GFORTRAN_FOR_TARGET=''
  283. GNATBIND=''
  284. GNATMAKE=''
  285. GOC_FOR_BUILD='$(GOC)'
  286. GOC_FOR_TARGET=''
  287. INSTALL_DATA='${INSTALL} -m 644'
  288. INSTALL_GDB_TK=''
  289. INSTALL_PROGRAM='${INSTALL}'
  290. INSTALL_SCRIPT='${INSTALL}'
  291. LD=''
  292. LDFLAGS=''
  293. LDFLAGS_FOR_BUILD=''
  294. LDFLAGS_FOR_TARGET=''
  295. LD_FOR_BUILD='$(LD)'
  296. LD_FOR_TARGET=''
  297. LEX=''
  298. LIBOBJS=''
  299. LIBS=''
  300. LIPO=''
  301. LIPO_FOR_TARGET=''
  302. LN='ln'
  303. LN_S='ln -s'
  304. LTLIBOBJS=''
  305. M4=''
  306. MAINT=''
  307. MAINTAINER_MODE_FALSE=''
  308. MAINTAINER_MODE_TRUE=''
  309. MAKEINFO=''
  310. NM=''
  311. NM_FOR_BUILD='$(NM)'
  312. NM_FOR_TARGET=''
  313. OBJCOPY=''
  314. OBJDUMP=''
  315. OBJDUMP_FOR_TARGET=''
  316. OBJEXT=''
  317. PACKAGE_BUGREPORT=''
  318. PACKAGE_NAME=''
  319. PACKAGE_STRING=''
  320. PACKAGE_TARNAME=''
  321. PACKAGE_URL=''
  322. PACKAGE_VERSION=''
  323. PATH_SEPARATOR=':'
  324. RANLIB=''
  325. RANLIB_FOR_BUILD='$(RANLIB)'
  326. RANLIB_FOR_TARGET=''
  327. RAW_CXX_FOR_TARGET=''
  328. READELF=''
  329. READELF_FOR_TARGET=''
  330. RPATH_ENVVAR=''
  331. RUNTEST=''
  332. SED='/usr/bin/sed'
  333. SHELL='/bin/bash'
  334. STRIP=''
  335. STRIP_FOR_TARGET=''
  336. SYSROOT_CFLAGS_FOR_TARGET=''
  337. TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.9.1/configure --target=i386-elf --prefix=/usr/local/i386elfgcc --disable-nls --disable-libssp --enable-languages=c --without-headers'
  338. WINDMC=''
  339. WINDMC_FOR_BUILD='$(WINDMC)'
  340. WINDMC_FOR_TARGET=''
  341. WINDRES=''
  342. WINDRES_FOR_BUILD='$(WINDRES)'
  343. WINDRES_FOR_TARGET=''
  344. YACC=''
  345. ac_ct_CC='gcc'
  346. ac_ct_CXX=''
  347. bindir='${exec_prefix}/bin'
  348. build='x86_64-unknown-linux-gnu'
  349. build_alias=''
  350. build_configargs=''
  351. build_configdirs='build-libiberty build-texinfo build-flex build-bison build-m4 build-fixincludes'
  352. build_cpu='x86_64'
  353. build_libsubdir='build-x86_64-unknown-linux-gnu'
  354. build_noncanonical='x86_64-unknown-linux-gnu'
  355. build_os='linux-gnu'
  356. build_subdir='build-x86_64-unknown-linux-gnu'
  357. build_tooldir=''
  358. build_vendor='unknown'
  359. clooginc=''
  360. clooglibs=''
  361. compare_exclusions=''
  362. configdirs='intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools'
  363. datadir='${datarootdir}'
  364. datarootdir='${prefix}/share'
  365. do_compare=''
  366. docdir='${datarootdir}/doc/${PACKAGE}'
  367. dvidir='${docdir}'
  368. exec_prefix='NONE'
  369. extra_host_libiberty_configure_flags=''
  370. extra_isl_gmp_configure_flags=''
  371. extra_mpc_gmp_configure_flags=''
  372. extra_mpc_mpfr_configure_flags=''
  373. extra_mpfr_configure_flags=''
  374. gmpinc=''
  375. gmplibs=''
  376. host='x86_64-unknown-linux-gnu'
  377. host_alias=''
  378. host_configargs=''
  379. host_cpu='x86_64'
  380. host_noncanonical='x86_64-unknown-linux-gnu'
  381. host_os='linux-gnu'
  382. host_shared=''
  383. host_subdir='.'
  384. host_vendor='unknown'
  385. htmldir='${docdir}'
  386. includedir='${prefix}/include'
  387. infodir='${datarootdir}/info'
  388. islinc=''
  389. libdir='${exec_prefix}/lib'
  390. libexecdir='${exec_prefix}/libexec'
  391. localedir='${datarootdir}/locale'
  392. localstatedir='${prefix}/var'
  393. mandir='${datarootdir}/man'
  394. oldincludedir='/usr/include'
  395. pdfdir='${docdir}'
  396. poststage1_ldflags=''
  397. poststage1_libs=''
  398. prefix='/usr/local/i386elfgcc'
  399. program_transform_name='s&^&i386-elf-&'
  400. psdir='${docdir}'
  401. sbindir='${exec_prefix}/sbin'
  402. sharedstatedir='${prefix}/com'
  403. stage1_cflags=''
  404. stage1_checking=''
  405. stage1_languages=''
  406. stage1_ldflags=''
  407. stage1_libs=''
  408. stage2_werror_flag=''
  409. sysconfdir='${prefix}/etc'
  410. target='i386-pc-elf'
  411. target_alias='i386-elf'
  412. target_configargs=''
  413. target_configdirs='target-libgcc target-libbacktrace target-libgloss target-newlib target-libgomp target-libcilkrts target-libatomic target-libitm target-libstdc++-v3 target-libsanitizer target-libvtv target-libssp target-libquadmath target-libgfortran target-boehm-gc target-libffi target-zlib target-libjava target-libobjc target-libada target-libgo target-rda'
  414. target_cpu='i386'
  415. target_noncanonical='i386-elf'
  416. target_os='elf'
  417. target_subdir='i386-elf'
  418. target_vendor='pc'
  419. tooldir=''
  420.  
  421. ## ------------------- ##
  422. ## File substitutions. ##
  423. ## ------------------- ##
  424.  
  425. alphaieee_frag=''
  426. host_makefile_frag='/dev/null'
  427. ospace_frag=''
  428. serialization_dependencies=''
  429. target_makefile_frag=''
  430.  
  431. ## ----------- ##
  432. ## confdefs.h. ##
  433. ## ----------- ##
  434.  
  435. /* confdefs.h */
  436. #define PACKAGE_NAME ""
  437. #define PACKAGE_TARNAME ""
  438. #define PACKAGE_VERSION ""
  439. #define PACKAGE_STRING ""
  440. #define PACKAGE_BUGREPORT ""
  441. #define PACKAGE_URL ""
  442.  
  443. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement