Advertisement
Guest User

Untitled

a guest
Apr 1st, 2021
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 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. $ ../gcc-10.2.0/configure --target=i686-elf --prefix=/home/morticia/opt/cross --disable-nls --enable-languages=c,c++ --without-headers
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = morticia
  14. uname -m = x86_64
  15. uname -r = 5.10.19-1-MANJARO
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Fri Feb 26 11:38:34 UTC 2021
  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: /home/morticia/opt/cross/bin
  31. PATH: /home/morticia/opt/cross/bin
  32. PATH: /home/morticia/.local/bin
  33. PATH: /usr/local/bin
  34. PATH: /usr/bin
  35. PATH: /bin
  36. PATH: /usr/local/sbin
  37. PATH: /opt/cuda/bin
  38. PATH: /opt/cuda/integration/nsight-compute
  39. PATH: /opt/cuda/integration/nsight-systems
  40. PATH: /usr/lib/jvm/default/bin
  41. PATH: /usr/bin/site_perl
  42. PATH: /usr/bin/vendor_perl
  43. PATH: /usr/bin/core_perl
  44. PATH: /var/lib/snapd/snap/bin
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:2356: checking build system type
  52. configure:2370: result: x86_64-pc-linux-gnu
  53. configure:2417: checking host system type
  54. configure:2430: result: x86_64-pc-linux-gnu
  55. configure:2450: checking target system type
  56. configure:2463: result: i686-pc-elf
  57. configure:2517: checking for a BSD-compatible install
  58. configure:2585: result: /usr/bin/install -c
  59. configure:2596: checking whether ln works
  60. configure:2618: result: yes
  61. configure:2622: checking whether ln -s works
  62. configure:2626: result: yes
  63. configure:2633: checking for a sed that does not truncate output
  64. configure:2697: result: /usr/bin/sed
  65. configure:2706: checking for gawk
  66. configure:2722: found /usr/bin/gawk
  67. configure:2733: result: gawk
  68. configure:3227: checking for libatomic support
  69. configure:3233: result: no
  70. configure:3265: checking for libitm support
  71. configure:3271: result: no
  72. configure:3284: checking for libsanitizer support
  73. configure:3290: result: no
  74. configure:3303: checking for libvtv support
  75. configure:3309: result: no
  76. configure:3323: checking for libhsail-rt support
  77. configure:3329: result: no
  78. configure:3459: checking for libphobos support
  79. configure:3465: result: no
  80. configure:4169: checking for gcc
  81. configure:4185: found /usr/bin/gcc
  82. configure:4196: result: gcc
  83. configure:4425: checking for C compiler version
  84. configure:4434: gcc --version >&5
  85. gcc (GCC) 10.2.0
  86. Copyright (C) 2020 Free Software Foundation, Inc.
  87. This is free software; see the source for copying conditions. There is NO
  88. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  89.  
  90. configure:4445: $? = 0
  91. configure:4434: gcc -v >&5
  92. Using built-in specs.
  93. COLLECT_GCC=gcc
  94. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
  95. Target: x86_64-pc-linux-gnu
  96. Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
  97. Thread model: posix
  98. Supported LTO compression algorithms: zlib zstd
  99. gcc version 10.2.0 (GCC)
  100. configure:4445: $? = 0
  101. configure:4434: gcc -V >&5
  102. gcc: error: unrecognized command-line option '-V'
  103. gcc: fatal error: no input files
  104. compilation terminated.
  105. configure:4445: $? = 1
  106. configure:4434: gcc -qversion >&5
  107. gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  108. gcc: fatal error: no input files
  109. compilation terminated.
  110. configure:4445: $? = 1
  111. configure:4465: checking whether the C compiler works
  112. configure:4487: gcc conftest.c >&5
  113. Assembler messages:
  114. Fatal error: no compiled in support for x86_64
  115. configure:4491: $? = 1
  116. configure:4529: result: no
  117. configure: failed program was:
  118. | /* confdefs.h */
  119. | #define PACKAGE_NAME ""
  120. | #define PACKAGE_TARNAME ""
  121. | #define PACKAGE_VERSION ""
  122. | #define PACKAGE_STRING ""
  123. | #define PACKAGE_BUGREPORT ""
  124. | #define PACKAGE_URL ""
  125. | /* end confdefs.h. */
  126. |
  127. | int
  128. | main ()
  129. | {
  130. |
  131. | ;
  132. | return 0;
  133. | }
  134. configure:4534: error: in `/home/morticia/src/build-gcc':
  135. configure:4536: error: C compiler cannot create executables
  136. See `config.log' for more details
  137.  
  138. ## ---------------- ##
  139. ## Cache variables. ##
  140. ## ---------------- ##
  141.  
  142. ac_cv_build=x86_64-pc-linux-gnu
  143. ac_cv_env_AR_FOR_TARGET_set=
  144. ac_cv_env_AR_FOR_TARGET_value=
  145. ac_cv_env_AR_set=
  146. ac_cv_env_AR_value=
  147. ac_cv_env_AS_FOR_TARGET_set=
  148. ac_cv_env_AS_FOR_TARGET_value=
  149. ac_cv_env_AS_set=
  150. ac_cv_env_AS_value=
  151. ac_cv_env_CCC_set=
  152. ac_cv_env_CCC_value=
  153. ac_cv_env_CC_FOR_TARGET_set=
  154. ac_cv_env_CC_FOR_TARGET_value=
  155. ac_cv_env_CC_set=
  156. ac_cv_env_CC_value=
  157. ac_cv_env_CFLAGS_set=
  158. ac_cv_env_CFLAGS_value=
  159. ac_cv_env_CPPFLAGS_set=
  160. ac_cv_env_CPPFLAGS_value=
  161. ac_cv_env_CXXFLAGS_set=
  162. ac_cv_env_CXXFLAGS_value=
  163. ac_cv_env_CXX_FOR_TARGET_set=
  164. ac_cv_env_CXX_FOR_TARGET_value=
  165. ac_cv_env_CXX_set=
  166. ac_cv_env_CXX_value=
  167. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  168. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  169. ac_cv_env_DLLTOOL_set=
  170. ac_cv_env_DLLTOOL_value=
  171. ac_cv_env_GCC_FOR_TARGET_set=
  172. ac_cv_env_GCC_FOR_TARGET_value=
  173. ac_cv_env_GDC_FOR_TARGET_set=
  174. ac_cv_env_GDC_FOR_TARGET_value=
  175. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  176. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  177. ac_cv_env_GOC_FOR_TARGET_set=
  178. ac_cv_env_GOC_FOR_TARGET_value=
  179. ac_cv_env_LDFLAGS_set=
  180. ac_cv_env_LDFLAGS_value=
  181. ac_cv_env_LD_FOR_TARGET_set=
  182. ac_cv_env_LD_FOR_TARGET_value=
  183. ac_cv_env_LD_set=
  184. ac_cv_env_LD_value=
  185. ac_cv_env_LIBS_set=
  186. ac_cv_env_LIBS_value=
  187. ac_cv_env_LIPO_FOR_TARGET_set=
  188. ac_cv_env_LIPO_FOR_TARGET_value=
  189. ac_cv_env_LIPO_set=
  190. ac_cv_env_LIPO_value=
  191. ac_cv_env_NM_FOR_TARGET_set=
  192. ac_cv_env_NM_FOR_TARGET_value=
  193. ac_cv_env_NM_set=
  194. ac_cv_env_NM_value=
  195. ac_cv_env_OBJCOPY_FOR_TARGET_set=
  196. ac_cv_env_OBJCOPY_FOR_TARGET_value=
  197. ac_cv_env_OBJCOPY_set=
  198. ac_cv_env_OBJCOPY_value=
  199. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  200. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  201. ac_cv_env_OBJDUMP_set=
  202. ac_cv_env_OBJDUMP_value=
  203. ac_cv_env_OTOOL_FOR_TARGET_set=
  204. ac_cv_env_OTOOL_FOR_TARGET_value=
  205. ac_cv_env_OTOOL_set=
  206. ac_cv_env_OTOOL_value=
  207. ac_cv_env_RANLIB_FOR_TARGET_set=
  208. ac_cv_env_RANLIB_FOR_TARGET_value=
  209. ac_cv_env_RANLIB_set=
  210. ac_cv_env_RANLIB_value=
  211. ac_cv_env_READELF_FOR_TARGET_set=
  212. ac_cv_env_READELF_FOR_TARGET_value=
  213. ac_cv_env_READELF_set=
  214. ac_cv_env_READELF_value=
  215. ac_cv_env_STRIP_FOR_TARGET_set=
  216. ac_cv_env_STRIP_FOR_TARGET_value=
  217. ac_cv_env_STRIP_set=
  218. ac_cv_env_STRIP_value=
  219. ac_cv_env_WINDMC_FOR_TARGET_set=
  220. ac_cv_env_WINDMC_FOR_TARGET_value=
  221. ac_cv_env_WINDMC_set=
  222. ac_cv_env_WINDMC_value=
  223. ac_cv_env_WINDRES_FOR_TARGET_set=
  224. ac_cv_env_WINDRES_FOR_TARGET_value=
  225. ac_cv_env_WINDRES_set=
  226. ac_cv_env_WINDRES_value=
  227. ac_cv_env_build_alias_set=
  228. ac_cv_env_build_alias_value=
  229. ac_cv_env_build_configargs_set=
  230. ac_cv_env_build_configargs_value=
  231. ac_cv_env_host_alias_set=
  232. ac_cv_env_host_alias_value=
  233. ac_cv_env_host_configargs_set=
  234. ac_cv_env_host_configargs_value=
  235. ac_cv_env_target_alias_set=set
  236. ac_cv_env_target_alias_value=i686-elf
  237. ac_cv_env_target_configargs_set=
  238. ac_cv_env_target_configargs_value=
  239. ac_cv_host=x86_64-pc-linux-gnu
  240. ac_cv_path_SED=/usr/bin/sed
  241. ac_cv_path_install='/usr/bin/install -c'
  242. ac_cv_prog_AWK=gawk
  243. ac_cv_prog_ac_ct_CC=gcc
  244. ac_cv_target=i686-pc-elf
  245. acx_cv_prog_LN=ln
  246.  
  247. ## ----------------- ##
  248. ## Output variables. ##
  249. ## ----------------- ##
  250.  
  251. AR=''
  252. AR_FOR_BUILD='$(AR)'
  253. AR_FOR_TARGET=''
  254. AS=''
  255. AS_FOR_BUILD='$(AS)'
  256. AS_FOR_TARGET=''
  257. AWK='gawk'
  258. BISON=''
  259. BUILD_CONFIG=''
  260. CC='gcc'
  261. CC_FOR_BUILD='$(CC)'
  262. CC_FOR_TARGET=''
  263. CFLAGS=''
  264. CFLAGS_FOR_BUILD=''
  265. CFLAGS_FOR_TARGET=''
  266. COMPILER_AS_FOR_TARGET=''
  267. COMPILER_LD_FOR_TARGET=''
  268. COMPILER_NM_FOR_TARGET=''
  269. CONFIGURE_GDB_TK=''
  270. CPPFLAGS=''
  271. CXX=''
  272. CXXFLAGS=''
  273. CXXFLAGS_FOR_BUILD=''
  274. CXXFLAGS_FOR_TARGET=''
  275. CXX_FOR_BUILD='$(CXX)'
  276. CXX_FOR_TARGET=''
  277. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  278. DEFS=''
  279. DLLTOOL=''
  280. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  281. DLLTOOL_FOR_TARGET=''
  282. ECHO_C=''
  283. ECHO_N='-n'
  284. ECHO_T=''
  285. EXEEXT=''
  286. EXPECT=''
  287. FLAGS_FOR_TARGET=''
  288. FLEX=''
  289. GCC_FOR_TARGET=''
  290. GCC_SHLIB_SUBDIR=''
  291. GDB_TK=''
  292. GDC_FOR_BUILD='$(GDC)'
  293. GDC_FOR_TARGET=''
  294. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  295. GFORTRAN_FOR_TARGET=''
  296. GNATBIND=''
  297. GNATMAKE=''
  298. GOC_FOR_BUILD='$(GOC)'
  299. GOC_FOR_TARGET=''
  300. INSTALL_DATA='${INSTALL} -m 644'
  301. INSTALL_GDB_TK=''
  302. INSTALL_PROGRAM='${INSTALL}'
  303. INSTALL_SCRIPT='${INSTALL}'
  304. LD=''
  305. LDFLAGS=''
  306. LDFLAGS_FOR_BUILD=''
  307. LDFLAGS_FOR_TARGET=''
  308. LD_FOR_BUILD='$(LD)'
  309. LD_FOR_TARGET=''
  310. LEX=''
  311. LIBOBJS=''
  312. LIBS=''
  313. LIPO=''
  314. LIPO_FOR_TARGET=''
  315. LN='ln'
  316. LN_S='ln -s'
  317. LTLIBOBJS=''
  318. M4=''
  319. MAINT=''
  320. MAINTAINER_MODE_FALSE=''
  321. MAINTAINER_MODE_TRUE=''
  322. MAKEINFO=''
  323. NM=''
  324. NM_FOR_BUILD='$(NM)'
  325. NM_FOR_TARGET=''
  326. OBJCOPY=''
  327. OBJCOPY_FOR_TARGET=''
  328. OBJDUMP=''
  329. OBJDUMP_FOR_TARGET=''
  330. OBJEXT=''
  331. OTOOL=''
  332. OTOOL_FOR_TARGET=''
  333. PACKAGE_BUGREPORT=''
  334. PACKAGE_NAME=''
  335. PACKAGE_STRING=''
  336. PACKAGE_TARNAME=''
  337. PACKAGE_URL=''
  338. PACKAGE_VERSION=''
  339. PATH_SEPARATOR=':'
  340. RANLIB=''
  341. RANLIB_FOR_BUILD='$(RANLIB)'
  342. RANLIB_FOR_TARGET=''
  343. RAW_CXX_FOR_TARGET=''
  344. READELF=''
  345. READELF_FOR_TARGET=''
  346. RPATH_ENVVAR=''
  347. RUNTEST=''
  348. SED='/usr/bin/sed'
  349. SHELL='/bin/sh'
  350. STRIP=''
  351. STRIP_FOR_TARGET=''
  352. SYSROOT_CFLAGS_FOR_TARGET=''
  353. TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-10.2.0/configure --target=i686-elf --prefix=/home/morticia/opt/cross --disable-nls --enable-languages=c,c++ --without-headers'
  354. WINDMC=''
  355. WINDMC_FOR_BUILD='$(WINDMC)'
  356. WINDMC_FOR_TARGET=''
  357. WINDRES=''
  358. WINDRES_FOR_BUILD='$(WINDRES)'
  359. WINDRES_FOR_TARGET=''
  360. YACC=''
  361. ac_ct_CC='gcc'
  362. ac_ct_CXX=''
  363. bindir='${exec_prefix}/bin'
  364. build='x86_64-pc-linux-gnu'
  365. build_alias=''
  366. build_configargs=''
  367. build_configdirs='build-libiberty build-libcpp build-texinfo build-flex build-bison build-m4 build-fixincludes'
  368. build_cpu='x86_64'
  369. build_libsubdir='build-x86_64-pc-linux-gnu'
  370. build_noncanonical='x86_64-pc-linux-gnu'
  371. build_os='linux-gnu'
  372. build_subdir='build-x86_64-pc-linux-gnu'
  373. build_tooldir=''
  374. build_vendor='pc'
  375. compare_exclusions=''
  376. configdirs='intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv libctf texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gdbserver gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools'
  377. datadir='${datarootdir}'
  378. datarootdir='${prefix}/share'
  379. do_compare=''
  380. docdir='${datarootdir}/doc/${PACKAGE}'
  381. dvidir='${docdir}'
  382. exec_prefix='NONE'
  383. extra_host_libiberty_configure_flags=''
  384. extra_host_zlib_configure_flags=''
  385. extra_isl_gmp_configure_flags=''
  386. extra_liboffloadmic_configure_flags=''
  387. extra_linker_plugin_configure_flags=''
  388. extra_linker_plugin_flags=''
  389. extra_mpc_gmp_configure_flags=''
  390. extra_mpc_mpfr_configure_flags=''
  391. extra_mpfr_configure_flags=''
  392. get_gcc_base_ver=''
  393. gmpinc=''
  394. gmplibs=''
  395. host='x86_64-pc-linux-gnu'
  396. host_alias=''
  397. host_configargs=''
  398. host_cpu='x86_64'
  399. host_noncanonical='x86_64-pc-linux-gnu'
  400. host_os='linux-gnu'
  401. host_shared=''
  402. host_subdir='.'
  403. host_vendor='pc'
  404. htmldir='${docdir}'
  405. includedir='${prefix}/include'
  406. infodir='${datarootdir}/info'
  407. islinc=''
  408. isllibs=''
  409. libdir='${exec_prefix}/lib'
  410. libexecdir='${exec_prefix}/libexec'
  411. localedir='${datarootdir}/locale'
  412. localstatedir='${prefix}/var'
  413. mandir='${datarootdir}/man'
  414. oldincludedir='/usr/include'
  415. pdfdir='${docdir}'
  416. poststage1_ldflags=''
  417. poststage1_libs=''
  418. prefix='/home/morticia/opt/cross'
  419. program_transform_name='s&^&i686-elf-&'
  420. psdir='${docdir}'
  421. sbindir='${exec_prefix}/sbin'
  422. sharedstatedir='${prefix}/com'
  423. stage1_cflags=''
  424. stage1_checking=''
  425. stage1_languages=''
  426. stage1_ldflags=''
  427. stage1_libs=''
  428. stage2_werror_flag=''
  429. sysconfdir='${prefix}/etc'
  430. target='i686-pc-elf'
  431. target_alias='i686-elf'
  432. target_configargs=''
  433. target_configdirs='target-libgcc target-libbacktrace target-libgloss target-newlib target-libgomp target-liboffloadmic target-libhsail-rt target-libatomic target-libitm target-libstdc++-v3 target-libsanitizer target-libvtv target-libssp target-libquadmath target-libgfortran target-libffi target-libobjc target-libada target-libgo target-libphobos target-zlib target-rda'
  434. target_cpu='i686'
  435. target_noncanonical='i686-elf'
  436. target_os='elf'
  437. target_subdir='i686-elf'
  438. target_vendor='pc'
  439. tooldir=''
  440.  
  441. ## ------------------- ##
  442. ## File substitutions. ##
  443. ## ------------------- ##
  444.  
  445. alphaieee_frag=''
  446. host_makefile_frag='/dev/null'
  447. ospace_frag=''
  448. serialization_dependencies=''
  449. target_makefile_frag=''
  450.  
  451. ## ----------- ##
  452. ## confdefs.h. ##
  453. ## ----------- ##
  454.  
  455. /* confdefs.h */
  456. #define PACKAGE_NAME ""
  457. #define PACKAGE_TARNAME ""
  458. #define PACKAGE_VERSION ""
  459. #define PACKAGE_STRING ""
  460. #define PACKAGE_BUGREPORT ""
  461. #define PACKAGE_URL ""
  462.  
  463. configure: exit 77
  464.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement