Advertisement
Guest User

Untitled

a guest
May 5th, 2017
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 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 kbd configure 1.15.1, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ ./configure --datadir=/share/kbd --enable-klibc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Slackware
  14. uname -m = i686
  15. uname -r = 2.6.32.3-smp
  16. uname -s = Linux
  17. uname -v = #2 SMP Thu Jan 7 20:10:41 CST 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  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: /sbin
  31. PATH: /bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/local/bin
  36. PATH: /usr/X11R7/bin
  37. PATH: /opt/lxde/sbin
  38. PATH: /opt/lxde/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2246: checking for a BSD-compatible install
  46. configure:2314: result: /bin/install -c
  47. configure:2325: checking whether build environment is sane
  48. configure:2375: result: yes
  49. configure:2516: checking for a thread-safe mkdir -p
  50. configure:2555: result: /bin/mkdir -p
  51. configure:2568: checking for gawk
  52. configure:2584: found /usr/bin/gawk
  53. configure:2595: result: gawk
  54. configure:2606: checking whether make sets $(MAKE)
  55. configure:2628: result: yes
  56. configure:2747: checking build system type
  57. configure:2761: result: i686-pc-linux-gnu
  58. configure:2781: checking host system type
  59. configure:2794: result: i686-pc-linux-gnu
  60. configure:2892: checking for klcc
  61. configure:2908: found /usr/bin/klcc
  62. configure:2919: result: klcc
  63. configure:2978: checking for bison
  64. configure:2994: found /usr/bin/bison
  65. configure:3005: result: bison -y
  66. configure:3065: checking for gcc
  67. configure:3092: result: klcc
  68. configure:3321: checking for C compiler version
  69. configure:3330: klcc --version >&5
  70. gcc (GCC for Cross-LFS 4.4.1.20090722) 4.4.1
  71. Copyright (C) 2009 Free Software Foundation, Inc.
  72. This is free software; see the source for copying conditions. There is NO
  73. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  74.  
  75. configure:3341: $? = 0
  76. configure:3330: klcc -v >&5
  77. /usr/bin/klcc: No input files!
  78. configure:3341: $? = 25
  79. configure:3330: klcc -V >&5
  80. /usr/bin/klcc: unknown option: -V
  81. configure:3341: $? = 25
  82. configure:3330: klcc -qversion >&5
  83. /usr/bin/klcc: unknown option: -qversion
  84. configure:3341: $? = 25
  85. configure:3363: checking for C compiler default output file name
  86. configure:3385: klcc -Os -D__klibc__ conftest.c >&5
  87. conftest.o: In function `main':
  88. /packages/Base/klibc-kbd-1.15.1/kbd-1.15.1/conftest.c:16: undefined reference to `ferror'
  89. configure:3389: $? = 1
  90. configure:3426: result:
  91. configure: failed program was:
  92. | /* confdefs.h */
  93. | #define PACKAGE_NAME "kbd"
  94. | #define PACKAGE_TARNAME "kbd"
  95. | #define PACKAGE_VERSION "1.15.1"
  96. | #define PACKAGE_STRING "kbd 1.15.1"
  97. | #define PACKAGE_BUGREPORT "gladkov.alexey@gmail.com"
  98. | #define PACKAGE_URL ""
  99. | #define PACKAGE "kbd"
  100. | #define VERSION "1.15.1"
  101. | /* end confdefs.h. */
  102. | #include <stdio.h>
  103. | int
  104. | main ()
  105. | {
  106. | FILE *f = fopen ("conftest.out", "w");
  107. | return ferror (f) || fclose (f) != 0;
  108. |
  109. | ;
  110. | return 0;
  111. | }
  112. configure:3432: error: in `/packages/Base/klibc-kbd-1.15.1/kbd-1.15.1':
  113. configure:3436: error: C compiler cannot create executables
  114. See `config.log' for more details.
  115.  
  116. ## ---------------- ##
  117. ## Cache variables. ##
  118. ## ---------------- ##
  119.  
  120. ac_cv_build=i686-pc-linux-gnu
  121. ac_cv_env_CC_set=
  122. ac_cv_env_CC_value=
  123. ac_cv_env_CFLAGS_set=
  124. ac_cv_env_CFLAGS_value=
  125. ac_cv_env_CPPFLAGS_set=
  126. ac_cv_env_CPPFLAGS_value=
  127. ac_cv_env_CPP_set=
  128. ac_cv_env_CPP_value=
  129. ac_cv_env_LDFLAGS_set=
  130. ac_cv_env_LDFLAGS_value=
  131. ac_cv_env_LIBS_set=
  132. ac_cv_env_LIBS_value=
  133. ac_cv_env_YACC_set=
  134. ac_cv_env_YACC_value=
  135. ac_cv_env_YFLAGS_set=
  136. ac_cv_env_YFLAGS_value=
  137. ac_cv_env_build_alias_set=
  138. ac_cv_env_build_alias_value=
  139. ac_cv_env_host_alias_set=
  140. ac_cv_env_host_alias_value=
  141. ac_cv_env_target_alias_set=
  142. ac_cv_env_target_alias_value=
  143. ac_cv_host=i686-pc-linux-gnu
  144. ac_cv_path_install='/bin/install -c'
  145. ac_cv_path_mkdir=/bin/mkdir
  146. ac_cv_prog_AWK=gawk
  147. ac_cv_prog_KLCC=klcc
  148. ac_cv_prog_YACC='bison -y'
  149. ac_cv_prog_ac_ct_CC=klcc
  150. ac_cv_prog_make_make_set=yes
  151.  
  152. ## ----------------- ##
  153. ## Output variables. ##
  154. ## ----------------- ##
  155.  
  156. ACLOCAL='aclocal -I /usr/X11R7/share/aclocal'
  157. AMDEPBACKSLASH=''
  158. AMDEP_FALSE=''
  159. AMDEP_TRUE=''
  160. AMTAR='${SHELL} /packages/Base/klibc-kbd-1.15.1/kbd-1.15.1/missing --run tar'
  161. AUTOCONF='${SHELL} /packages/Base/klibc-kbd-1.15.1/kbd-1.15.1/missing --run autoconf'
  162. AUTOHEADER='${SHELL} /packages/Base/klibc-kbd-1.15.1/kbd-1.15.1/missing --run autoheader'
  163. AUTOMAKE='${SHELL} /packages/Base/klibc-kbd-1.15.1/kbd-1.15.1/missing --run automake-1.11'
  164. AWK='gawk'
  165. CC='klcc'
  166. CCDEPMODE=''
  167. CFLAGS='-Os -D__klibc__'
  168. CPP=''
  169. CPPFLAGS=''
  170. CYGPATH_W='echo'
  171. DEFS=''
  172. DEPDIR=''
  173. ECHO_C=''
  174. ECHO_N='-n'
  175. ECHO_T=''
  176. EGREP=''
  177. EXEEXT=''
  178. FOREIGN=''
  179. GREP=''
  180. HAVE_XGETTEXT=''
  181. INSTALL_DATA='${INSTALL} -m 644'
  182. INSTALL_PROGRAM='${INSTALL}'
  183. INSTALL_SCRIPT='${INSTALL}'
  184. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  185. KEYCODES_PROGS_FALSE=''
  186. KEYCODES_PROGS_TRUE=''
  187. KLCC='klcc'
  188. KLIBC='yes'
  189. KLIBC_FALSE='#'
  190. KLIBC_TRUE=''
  191. LDFLAGS=''
  192. LEX=''
  193. LEXLIB=''
  194. LEX_OUTPUT_ROOT=''
  195. LIBOBJS=''
  196. LIBS=''
  197. LN_S=''
  198. LTLIBOBJS=''
  199. MAKEINFO='${SHELL} /packages/Base/klibc-kbd-1.15.1/kbd-1.15.1/missing --run makeinfo'
  200. MKDIR_P='/bin/mkdir -p'
  201. OBJEXT=''
  202. OPTIONAL_PROGS_FALSE=''
  203. OPTIONAL_PROGS_TRUE=''
  204. PACKAGE='kbd'
  205. PACKAGE_BUGREPORT='gladkov.alexey@gmail.com'
  206. PACKAGE_NAME='kbd'
  207. PACKAGE_STRING='kbd 1.15.1'
  208. PACKAGE_TARNAME='kbd'
  209. PACKAGE_URL=''
  210. PACKAGE_VERSION='1.15.1'
  211. PATH_SEPARATOR=':'
  212. RESIZECONS_PROGS_FALSE=''
  213. RESIZECONS_PROGS_TRUE=''
  214. SED=''
  215. SET_MAKE=''
  216. SHELL='/bin/sh'
  217. STRIP=''
  218. VERSION='1.15.1'
  219. YACC='bison -y'
  220. YFLAGS=''
  221. ac_ct_CC='klcc'
  222. am__EXEEXT_FALSE=''
  223. am__EXEEXT_TRUE=''
  224. am__fastdepCC_FALSE=''
  225. am__fastdepCC_TRUE=''
  226. am__include=''
  227. am__isrc=''
  228. am__leading_dot='.'
  229. am__quote=''
  230. am__tar='${AMTAR} chof - "$$tardir"'
  231. am__untar='${AMTAR} xf -'
  232. bindir='/usr/lib/klibc/bin'
  233. build='i686-pc-linux-gnu'
  234. build_alias=''
  235. build_cpu='i686'
  236. build_os='linux-gnu'
  237. build_vendor='pc'
  238. datadir='/share/kbd'
  239. datarootdir='${prefix}/share'
  240. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  241. dvidir='${docdir}'
  242. exec_prefix='NONE'
  243. host='i686-pc-linux-gnu'
  244. host_alias=''
  245. host_cpu='i686'
  246. host_os='linux-gnu'
  247. host_vendor='pc'
  248. htmldir='${docdir}'
  249. includedir='/usr/lib/klibc/include'
  250. infodir='${datarootdir}/info'
  251. install_sh='${SHELL} /packages/Base/klibc-kbd-1.15.1/kbd-1.15.1/install-sh'
  252. libdir='/usr/lib/klibc/lib'
  253. libexecdir='${exec_prefix}/libexec'
  254. localedir='${datarootdir}/locale'
  255. localstatedir='${prefix}/var'
  256. mandir='${datarootdir}/man'
  257. mkdir_p='/bin/mkdir -p'
  258. oldincludedir='/usr/include'
  259. pdfdir='${docdir}'
  260. prefix='/usr/lib/klibc'
  261. program_transform_name='s,x,x,'
  262. psdir='${docdir}'
  263. sbindir='/usr/lib/klibc/sbin'
  264. sharedstatedir='${prefix}/com'
  265. sysconfdir='${prefix}/etc'
  266. target_alias=''
  267.  
  268. ## ----------- ##
  269. ## confdefs.h. ##
  270. ## ----------- ##
  271.  
  272. /* confdefs.h */
  273. #define PACKAGE_NAME "kbd"
  274. #define PACKAGE_TARNAME "kbd"
  275. #define PACKAGE_VERSION "1.15.1"
  276. #define PACKAGE_STRING "kbd 1.15.1"
  277. #define PACKAGE_BUGREPORT "gladkov.alexey@gmail.com"
  278. #define PACKAGE_URL ""
  279. #define PACKAGE "kbd"
  280. #define VERSION "1.15.1"
  281.  
  282. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement