Guest User

Untitled

a guest
Jul 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.20 KB | None | 0 0
  1. lfs@ackit /mnt/lfs/sources/bin $ CC="$LFS_TGT-gcc -B/tools/lib/" \
  2. > AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \
  3. > ../binutils-2.18/configigure           configure --prefix=/tools \
  4. > --disable-nls --with-lib-path=/tools/lib
  5. checking build system type... i686-pc-linux-gnu
  6. checking host system type... i686-pc-linux-gnu
  7. checking target system type... i686-pc-linux-gnu
  8. checking for a BSD-compatible install... /usr/bin/install -c
  9. checking whether ln works... yes
  10. checking whether ln -s works... yes
  11. checking for gcc... i686-lfs-linux-gnu-gcc -B/tools/lib/
  12. checking for C compiler default output file name... a.out
  13. checking whether the C compiler works... configure: error: cannot run C compiled programs.
  14. If you meant to cross compile, use `--host'.
  15. See `config.log' for more details.
  16.  
  17.  
  18.  
  19.  
  20. ----config.log----
  21. This file contains any messages produced by compilers while
  22. running configure, to aid debugging if configure makes a mistake.
  23.  
  24. It was created by configure, which was
  25. generated by GNU Autoconf 2.59. Invocation command line was
  26.  
  27. $ ../binutils-2.18/configure --prefix=/tools --disable-nls --with-lib-path=/tools/lib
  28.  
  29. ## --------- ##
  30. ## Platform. ##
  31. ## --------- ##
  32.  
  33. hostname = ackit
  34. uname -m = i686
  35. uname -r = 2.6.25-gentoo-r7
  36. uname -s = Linux
  37. uname -v = #5 Tue Mar 24 11:16:36 EDT 2009
  38.  
  39. /usr/bin/uname -p = Intel(R) Celeron(R) CPU 2.00GHz
  40. /bin/uname -X = unknown
  41.  
  42. /bin/arch = unknown
  43. /usr/bin/arch -k = unknown
  44. /usr/convex/getsysinfo = unknown
  45. hostinfo = unknown
  46. /bin/machine = unknown
  47. /usr/bin/oslevel = unknown
  48. /bin/universe = unknown
  49.  
  50. PATH: /tools/bin
  51. PATH: /bin
  52. PATH: /usr/bin
  53.  
  54.  
  55. ## ----------- ##
  56. ## Core tests. ##
  57. ## ----------- ##
  58.  
  59. configure:1501: checking build system type
  60. configure:1519: result: i686-pc-linux-gnu
  61. configure:1554: checking host system type
  62. configure:1568: result: i686-pc-linux-gnu
  63. configure:1576: checking target system type
  64. configure:1590: result: i686-pc-linux-gnu
  65. configure:1633: checking for a BSD-compatible install
  66. configure:1688: result: /usr/bin/install -c
  67. configure:1699: checking whether ln works
  68. configure:1721: result: yes
  69. configure:1725: checking whether ln -s works
  70. configure:1729: result: yes
  71. configure:2820: checking for gcc
  72. configure:2846: result: i686-lfs-linux-gnu-gcc -B/tools/lib/
  73. configure:3090: checking for C compiler version
  74. configure:3093: i686-lfs-linux-gnu-gcc -B/tools/lib/ --version </dev/null >&5
  75. i686-lfs-linux-gnu-gcc (GCC) 4.3.2
  76. Copyright (C) 2008 Free Software Foundation, Inc.
  77. This is free software; see the source for copying conditions. There is NO
  78. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  79.  
  80. configure:3096: $? = 0
  81. configure:3098: i686-lfs-linux-gnu-gcc -B/tools/lib/ -v </dev/null >&5
  82. Reading specs from /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.3.2/specs
  83. Target: i686-lfs-linux-gnu
  84. Configured with: ../sources/gcc-4.3.2/configure --target=i686-lfs-linux-gnu --prefix=/tools --disable-nls --disable-shared --disable-mutilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --enable-languages=c
  85. Thread model: single
  86. gcc version 4.3.2 (GCC)
  87. configure:3101: $? = 0
  88. configure:3103: i686-lfs-linux-gnu-gcc -B/tools/lib/ -V </dev/null >&5
  89. i686-lfs-linux-gnu-gcc: '-V' must come at the start of the command line
  90. configure:3106: $? = 1
  91. configure:3129: checking for C compiler default output file name
  92. configure:3132: i686-lfs-linux-gnu-gcc -B/tools/lib/ conftest.c >&5
  93. configure:3135: $? = 0
  94. configure:3181: result: a.out
  95. configure:3186: checking whether the C compiler works
  96. configure:3192: ./a.out
  97. FATAL: kernel too old
  98. configure:3195: $? = 1
  99. configure:3204: error: cannot run C compiled programs.
  100. If you meant to cross compile, use `--host'.
  101. See `config.log' for more details.
  102.  
  103. ## ---------------- ##
  104. ## Cache variables. ##
  105. ## ---------------- ##
  106.  
  107. ac_cv_build=i686-pc-linux-gnu
  108. ac_cv_build_alias=i686-pc-linux-gnu
  109. ac_cv_env_AR_FOR_TARGET_set=
  110. ac_cv_env_AR_FOR_TARGET_value=
  111. ac_cv_env_AR_set=set
  112. ac_cv_env_AR_value=i686-lfs-linux-gnu-ar
  113. ac_cv_env_AS_FOR_TARGET_set=
  114. ac_cv_env_AS_FOR_TARGET_value=
  115. ac_cv_env_AS_set=
  116. ac_cv_env_AS_value=
  117. ac_cv_env_CC_FOR_TARGET_set=
  118. ac_cv_env_CC_FOR_TARGET_value=
  119. ac_cv_env_CC_set=set
  120. ac_cv_env_CC_value='i686-lfs-linux-gnu-gcc -B/tools/lib/'
  121. ac_cv_env_CFLAGS_set=
  122. ac_cv_env_CFLAGS_value=
  123. ac_cv_env_CPPFLAGS_set=
  124. ac_cv_env_CPPFLAGS_value=
  125. ac_cv_env_CXXFLAGS_set=
  126. ac_cv_env_CXXFLAGS_value=
  127. ac_cv_env_CXX_FOR_TARGET_set=
  128. ac_cv_env_CXX_FOR_TARGET_value=
  129. ac_cv_env_CXX_set=
  130. ac_cv_env_CXX_value=
  131. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  132. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  133. ac_cv_env_DLLTOOL_set=
  134. ac_cv_env_DLLTOOL_value=
  135. ac_cv_env_GCC_FOR_TARGET_set=
  136. ac_cv_env_GCC_FOR_TARGET_value=
  137. ac_cv_env_GCJ_FOR_TARGET_set=
  138. ac_cv_env_GCJ_FOR_TARGET_value=
  139. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  140. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  141. ac_cv_env_LDFLAGS_set=
  142. ac_cv_env_LDFLAGS_value=
  143. ac_cv_env_LD_FOR_TARGET_set=
  144. ac_cv_env_LD_FOR_TARGET_value=
  145. ac_cv_env_LD_set=
  146. ac_cv_env_LD_value=
  147. ac_cv_env_LIPO_FOR_TARGET_set=
  148. ac_cv_env_LIPO_FOR_TARGET_value=
  149. ac_cv_env_LIPO_set=
  150. ac_cv_env_LIPO_value=
  151. ac_cv_env_NM_FOR_TARGET_set=
  152. ac_cv_env_NM_FOR_TARGET_value=
  153. ac_cv_env_NM_set=
  154. ac_cv_env_NM_value=
  155. ac_cv_env_OBJCOPY_set=
  156. ac_cv_env_OBJCOPY_value=
  157. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  158. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  159. ac_cv_env_OBJDUMP_set=
  160. ac_cv_env_OBJDUMP_value=
  161. ac_cv_env_RANLIB_FOR_TARGET_set=
  162. ac_cv_env_RANLIB_FOR_TARGET_value=
  163. ac_cv_env_RANLIB_set=set
  164. ac_cv_env_RANLIB_value=i686-lfs-linux-gnu-ranlib
  165. ac_cv_env_STRIP_FOR_TARGET_set=
  166. ac_cv_env_STRIP_FOR_TARGET_value=
  167. ac_cv_env_STRIP_set=
  168. ac_cv_env_STRIP_value=
  169. ac_cv_env_WINDMC_FOR_TARGET_set=
  170. ac_cv_env_WINDMC_FOR_TARGET_value=
  171. ac_cv_env_WINDMC_set=
  172. ac_cv_env_WINDMC_value=
  173. ac_cv_env_WINDRES_FOR_TARGET_set=
  174. ac_cv_env_WINDRES_FOR_TARGET_value=
  175. ac_cv_env_WINDRES_set=
  176. ac_cv_env_WINDRES_value=
  177. ac_cv_env_build_alias_set=
  178. ac_cv_env_build_alias_value=
  179. ac_cv_env_host_alias_set=
  180. ac_cv_env_host_alias_value=
  181. ac_cv_env_target_alias_set=
  182. ac_cv_env_target_alias_value=
  183. ac_cv_exeext=
  184. ac_cv_host=i686-pc-linux-gnu
  185. ac_cv_host_alias=i686-pc-linux-gnu
  186. ac_cv_path_install='/usr/bin/install -c'
  187. ac_cv_prog_ac_ct_CC='i686-lfs-linux-gnu-gcc -B/tools/lib/'
  188. ac_cv_target=i686-pc-linux-gnu
  189. ac_cv_target_alias=i686-pc-linux-gnu
  190. acx_cv_prog_LN=ln
  191.  
  192. ## ----------------- ##
  193. ## Output variables. ##
  194. ## ----------------- ##
  195.  
  196. AR='i686-lfs-linux-gnu-ar'
  197. AR_FOR_TARGET=''
  198. AS=''
  199. AS_FOR_TARGET=''
  200. BISON=''
  201. CC='i686-lfs-linux-gnu-gcc -B/tools/lib/'
  202. CC_FOR_BUILD='$(CC)'
  203. CC_FOR_TARGET=''
  204. CFLAGS=''
  205. CFLAGS_FOR_BUILD=''
  206. COMPILER_AS_FOR_TARGET=''
  207. COMPILER_LD_FOR_TARGET=''
  208. COMPILER_NM_FOR_TARGET=''
  209. CONFIGURE_GDB_TK=''
  210. CPPFLAGS=''
  211. CXX=''
  212. CXXFLAGS=''
  213. CXX_FOR_TARGET=''
  214. DEFS=''
  215. DLLTOOL=''
  216. DLLTOOL_FOR_TARGET=''
  217. ECHO_C=''
  218. ECHO_N='-n'
  219. ECHO_T=''
  220. EXEEXT=''
  221. EXPECT=''
  222. FLAGS_FOR_TARGET=''
  223. FLEX=''
  224. GCC_FOR_TARGET=''
  225. GCJ_FOR_TARGET=''
  226. GDB_TK=''
  227. GFORTRAN_FOR_TARGET=''
  228. GNATBIND=''
  229. GNATMAKE=''
  230. INSTALL_DATA='${INSTALL} -m 644'
  231. INSTALL_GDB_TK=''
  232. INSTALL_PROGRAM='${INSTALL}'
  233. INSTALL_SCRIPT='${INSTALL}'
  234. LD=''
  235. LDFLAGS=''
  236. LD_FOR_TARGET=''
  237. LEX=''
  238. LIBOBJS=''
  239. LIBS=''
  240. LIPO=''
  241. LIPO_FOR_TARGET=''
  242. LN='ln'
  243. LN_S='ln -s'
  244. LTLIBOBJS=''
  245. M4=''
  246. MAINT=''
  247. MAINTAINER_MODE_FALSE=''
  248. MAINTAINER_MODE_TRUE=''
  249. MAKEINFO=''
  250. NM=''
  251. NM_FOR_TARGET=''
  252. OBJCOPY=''
  253. OBJDUMP=''
  254. OBJDUMP_FOR_TARGET=''
  255. OBJEXT=''
  256. PACKAGE_BUGREPORT=''
  257. PACKAGE_NAME=''
  258. PACKAGE_STRING=''
  259. PACKAGE_TARNAME=''
  260. PACKAGE_VERSION=''
  261. PATH_SEPARATOR=':'
  262. RANLIB='i686-lfs-linux-gnu-ranlib'
  263. RANLIB_FOR_TARGET=''
  264. RAW_CXX_FOR_TARGET=''
  265. RPATH_ENVVAR=''
  266. RUNTEST=''
  267. SHELL='/bin/sh'
  268. STRIP=''
  269. STRIP_FOR_TARGET=''
  270. SYSROOT_CFLAGS_FOR_TARGET=''
  271. TOPLEVEL_CONFIGURE_ARGUMENTS='../binutils-2.18/configure --prefix=/tools --disable-nls --with-lib-path=/tools/lib'
  272. WINDMC=''
  273. WINDMC_FOR_TARGET=''
  274. WINDRES=''
  275. WINDRES_FOR_TARGET=''
  276. YACC=''
  277. ac_ct_CC='i686-lfs-linux-gnu-gcc -B/tools/lib/'
  278. ac_ct_CXX=''
  279. ac_ct_GNATBIND=''
  280. ac_ct_GNATMAKE=''
  281. bindir='${exec_prefix}/bin'
  282. build='i686-pc-linux-gnu'
  283. build_alias=''
  284. build_configargs=''
  285. build_configdirs='build-libiberty build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes'
  286. build_cpu='i686'
  287. build_libsubdir='build-i686-pc-linux-gnu'
  288. build_noncanonical='i686-pc-linux-gnu'
  289. build_os='linux-gnu'
  290. build_subdir='build-i686-pc-linux-gnu'
  291. build_tooldir=''
  292. build_vendor='pc'
  293. config_shell='/bin/sh'
  294. configdirs='intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools'
  295. datadir='${prefix}/share'
  296. datarootdir=''
  297. do_compare=''
  298. docdir=''
  299. exec_prefix='NONE'
  300. gmpinc=''
  301. gmplibs=''
  302. host='i686-pc-linux-gnu'
  303. host_alias=''
  304. host_configargs=''
  305. host_cpu='i686'
  306. host_noncanonical='i686-pc-linux-gnu'
  307. host_os='linux-gnu'
  308. host_subdir='.'
  309. host_vendor='pc'
  310. htmldir=''
  311. includedir='${prefix}/include'
  312. infodir='${prefix}/info'
  313. libdir='${exec_prefix}/lib'
  314. libexecdir='${exec_prefix}/libexec'
  315. localstatedir='${prefix}/var'
  316. mandir='${prefix}/man'
  317. oldincludedir='/usr/include'
  318. pdfdir=''
  319. prefix='/tools'
  320. program_transform_name='s,y,y,'
  321. sbindir='${exec_prefix}/sbin'
  322. sharedstatedir='${prefix}/com'
  323. stage1_cflags=''
  324. stage1_checking=''
  325. stage1_languages=''
  326. stage2_werror_flag=''
  327. sysconfdir='${prefix}/etc'
  328. target='i686-pc-linux-gnu'
  329. target_alias=''
  330. target_configargs=''
  331. target_cpu='i686'
  332. target_noncanonical='i686-pc-linux-gnu'
  333. target_os='linux-gnu'
  334. target_subdir='i686-pc-linux-gnu'
  335. target_vendor='pc'
  336. tooldir=''
  337.  
  338. ## ------------- ##
  339. ## Output files. ##
  340. ## ------------- ##
  341.  
  342. alphaieee_frag=''
  343. host_makefile_frag='config/mh-x86omitfp'
  344. ospace_frag=''
  345. serialization_dependencies=''
  346. target_makefile_frag=''
  347.  
  348. ## ----------- ##
  349. ## confdefs.h. ##
  350. ## ----------- ##
  351.  
  352. #define PACKAGE_BUGREPORT ""
  353. #define PACKAGE_NAME ""
  354. #define PACKAGE_STRING ""
  355. #define PACKAGE_TARNAME ""
  356. #define PACKAGE_VERSION ""
  357.  
  358. configure: exit 1
Add Comment
Please, Sign In to add comment