Guest User

Untitled

a guest
Dec 5th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.12 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 Eggdrop configure 1.6.21, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = slitaz
  14. uname -m = i686
  15. uname -r = 2.6.37-slitaz
  16. uname -s = Linux
  17. uname -v = #2 SMP Wed Mar 7 10:36:39 CET 2012
  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: /usr/sbin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /bin
  34. PATH: /usr/games
  35. PATH: /usr/local/sbin
  36. PATH: /usr/local/bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2543: result:
  44. configure:2545: result: This is Eggdrop's GNU configure script.
  45. configure:2547: result: It's going to run a bunch of tests to hopefully make your compile
  46. configure:2549: result: work without much twiddling.
  47. configure:2551: result:
  48. configure:2635: checking for gcc
  49. configure:2651: found /usr/bin/gcc
  50. configure:2662: result: gcc
  51. configure:2891: checking for C compiler version
  52. configure:2900: gcc --version >&5
  53. gcc (SliTaz) 4.5.2
  54. Copyright (C) 2010 Free Software Foundation, Inc.
  55. This is free software; see the source for copying conditions. There is NO
  56. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  57.  
  58. configure:2911: $? = 0
  59. configure:2900: gcc -v >&5
  60. Using built-in specs.
  61. COLLECT_GCC=gcc
  62. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-slitaz-linux/4.5.2/lto-wrapper
  63. Target: i486-slitaz-linux
  64. Configured with: /home/slitaz/wok/gcc/source/gcc-4.5.2/configure --libexecdir=/usr/lib --enable-nls --enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit --enable-lto --enable-threads=posix --disable-bootstrap --with-pkgversion=SliTaz --with-tune=i486 --build=i486-slitaz-linux --host=i486-slitaz-linux
  65. Thread model: posix
  66. gcc version 4.5.2 (SliTaz)
  67. configure:2911: $? = 0
  68. configure:2900: gcc -V >&5
  69. gcc: '-V' option must have argument
  70. configure:2911: $? = 1
  71. configure:2900: gcc -qversion >&5
  72. gcc: unrecognized option '-qversion'
  73. gcc: no input files
  74. configure:2911: $? = 1
  75. configure:2931: checking whether the C compiler works
  76. configure:2953: gcc conftest.c >&5
  77. configure:2957: $? = 0
  78. configure:3005: result: yes
  79. configure:3008: checking for C compiler default output file name
  80. configure:3010: result: a.out
  81. configure:3016: checking for suffix of executables
  82. configure:3023: gcc -o conftest conftest.c >&5
  83. configure:3027: $? = 0
  84. configure:3049: result:
  85. configure:3071: checking whether we are cross compiling
  86. configure:3079: gcc -o conftest conftest.c >&5
  87. configure:3083: $? = 0
  88. configure:3090: ./conftest
  89. configure:3094: $? = 0
  90. configure:3109: result: no
  91. configure:3114: checking for suffix of object files
  92. configure:3136: gcc -c conftest.c >&5
  93. configure:3140: $? = 0
  94. configure:3161: result: o
  95. configure:3165: checking whether we are using the GNU C compiler
  96. configure:3184: gcc -c conftest.c >&5
  97. configure:3184: $? = 0
  98. configure:3193: result: yes
  99. configure:3202: checking whether gcc accepts -g
  100. configure:3222: gcc -c -g conftest.c >&5
  101. configure:3222: $? = 0
  102. configure:3263: result: yes
  103. configure:3280: checking for gcc option to accept ISO C89
  104. configure:3344: gcc -c -g -O2 conftest.c >&5
  105. configure:3344: $? = 0
  106. configure:3357: result: none needed
  107. configure:3397: checking how to run the C preprocessor
  108. configure:3428: gcc -E conftest.c
  109. In file included from /usr/include/bits/posix1_lim.h:157:0,
  110. from /usr/include/limits.h:145,
  111. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:169,
  112. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/syslimits.h:7,
  113. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:34,
  114. from conftest.c:11:
  115. /usr/include/bits/local_lim.h:39:26: fatal error: linux/limits.h: No such file or directory
  116. compilation terminated.
  117. configure:3428: $? = 1
  118. configure: failed program was:
  119. | /* confdefs.h */
  120. | #define PACKAGE_NAME "Eggdrop"
  121. | #define PACKAGE_TARNAME "eggdrop"
  122. | #define PACKAGE_VERSION "1.6.21"
  123. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  124. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  125. | #define PACKAGE_URL ""
  126. | #define EGG_AC_ARGS ""
  127. | /* end confdefs.h. */
  128. | #ifdef __STDC__
  129. | # include <limits.h>
  130. | #else
  131. | # include <assert.h>
  132. | #endif
  133. | Syntax error
  134. configure:3428: gcc -E conftest.c
  135. In file included from /usr/include/bits/posix1_lim.h:157:0,
  136. from /usr/include/limits.h:145,
  137. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:169,
  138. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/syslimits.h:7,
  139. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:34,
  140. from conftest.c:11:
  141. /usr/include/bits/local_lim.h:39:26: fatal error: linux/limits.h: No such file or directory
  142. compilation terminated.
  143. configure:3428: $? = 1
  144. configure: failed program was:
  145. | /* confdefs.h */
  146. | #define PACKAGE_NAME "Eggdrop"
  147. | #define PACKAGE_TARNAME "eggdrop"
  148. | #define PACKAGE_VERSION "1.6.21"
  149. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  150. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  151. | #define PACKAGE_URL ""
  152. | #define EGG_AC_ARGS ""
  153. | /* end confdefs.h. */
  154. | #ifdef __STDC__
  155. | # include <limits.h>
  156. | #else
  157. | # include <assert.h>
  158. | #endif
  159. | Syntax error
  160. configure:3428: gcc -E -traditional-cpp conftest.c
  161. In file included from /usr/include/features.h:358:0,
  162. from /usr/include/assert.h:38,
  163. from conftest.c:14:
  164. /usr/include/sys/cdefs.h:32:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  165. configure:3428: $? = 1
  166. configure: failed program was:
  167. | /* confdefs.h */
  168. | #define PACKAGE_NAME "Eggdrop"
  169. | #define PACKAGE_TARNAME "eggdrop"
  170. | #define PACKAGE_VERSION "1.6.21"
  171. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  172. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  173. | #define PACKAGE_URL ""
  174. | #define EGG_AC_ARGS ""
  175. | /* end confdefs.h. */
  176. | #ifdef __STDC__
  177. | # include <limits.h>
  178. | #else
  179. | # include <assert.h>
  180. | #endif
  181. | Syntax error
  182. configure:3428: gcc -E -traditional-cpp conftest.c
  183. In file included from /usr/include/features.h:358:0,
  184. from /usr/include/assert.h:38,
  185. from conftest.c:14:
  186. /usr/include/sys/cdefs.h:32:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  187. configure:3428: $? = 1
  188. configure: failed program was:
  189. | /* confdefs.h */
  190. | #define PACKAGE_NAME "Eggdrop"
  191. | #define PACKAGE_TARNAME "eggdrop"
  192. | #define PACKAGE_VERSION "1.6.21"
  193. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  194. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  195. | #define PACKAGE_URL ""
  196. | #define EGG_AC_ARGS ""
  197. | /* end confdefs.h. */
  198. | #ifdef __STDC__
  199. | # include <limits.h>
  200. | #else
  201. | # include <assert.h>
  202. | #endif
  203. | Syntax error
  204. configure:3428: /lib/cpp conftest.c
  205. In file included from /usr/include/bits/posix1_lim.h:157:0,
  206. from /usr/include/limits.h:145,
  207. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:169,
  208. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/syslimits.h:7,
  209. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:34,
  210. from conftest.c:11:
  211. /usr/include/bits/local_lim.h:39:26: fatal error: linux/limits.h: No such file or directory
  212. compilation terminated.
  213. configure:3428: $? = 1
  214. configure: failed program was:
  215. | /* confdefs.h */
  216. | #define PACKAGE_NAME "Eggdrop"
  217. | #define PACKAGE_TARNAME "eggdrop"
  218. | #define PACKAGE_VERSION "1.6.21"
  219. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  220. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  221. | #define PACKAGE_URL ""
  222. | #define EGG_AC_ARGS ""
  223. | /* end confdefs.h. */
  224. | #ifdef __STDC__
  225. | # include <limits.h>
  226. | #else
  227. | # include <assert.h>
  228. | #endif
  229. | Syntax error
  230. configure:3428: /lib/cpp conftest.c
  231. In file included from /usr/include/bits/posix1_lim.h:157:0,
  232. from /usr/include/limits.h:145,
  233. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:169,
  234. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/syslimits.h:7,
  235. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:34,
  236. from conftest.c:11:
  237. /usr/include/bits/local_lim.h:39:26: fatal error: linux/limits.h: No such file or directory
  238. compilation terminated.
  239. configure:3428: $? = 1
  240. configure: failed program was:
  241. | /* confdefs.h */
  242. | #define PACKAGE_NAME "Eggdrop"
  243. | #define PACKAGE_TARNAME "eggdrop"
  244. | #define PACKAGE_VERSION "1.6.21"
  245. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  246. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  247. | #define PACKAGE_URL ""
  248. | #define EGG_AC_ARGS ""
  249. | /* end confdefs.h. */
  250. | #ifdef __STDC__
  251. | # include <limits.h>
  252. | #else
  253. | # include <assert.h>
  254. | #endif
  255. | Syntax error
  256. configure:3467: result: /lib/cpp
  257. configure:3487: /lib/cpp conftest.c
  258. In file included from /usr/include/bits/posix1_lim.h:157:0,
  259. from /usr/include/limits.h:145,
  260. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:169,
  261. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/syslimits.h:7,
  262. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:34,
  263. from conftest.c:11:
  264. /usr/include/bits/local_lim.h:39:26: fatal error: linux/limits.h: No such file or directory
  265. compilation terminated.
  266. configure:3487: $? = 1
  267. configure: failed program was:
  268. | /* confdefs.h */
  269. | #define PACKAGE_NAME "Eggdrop"
  270. | #define PACKAGE_TARNAME "eggdrop"
  271. | #define PACKAGE_VERSION "1.6.21"
  272. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  273. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  274. | #define PACKAGE_URL ""
  275. | #define EGG_AC_ARGS ""
  276. | /* end confdefs.h. */
  277. | #ifdef __STDC__
  278. | # include <limits.h>
  279. | #else
  280. | # include <assert.h>
  281. | #endif
  282. | Syntax error
  283. configure:3487: /lib/cpp conftest.c
  284. In file included from /usr/include/bits/posix1_lim.h:157:0,
  285. from /usr/include/limits.h:145,
  286. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:169,
  287. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/syslimits.h:7,
  288. from /usr/lib/gcc/i486-slitaz-linux/4.5.2/include-fixed/limits.h:34,
  289. from conftest.c:11:
  290. /usr/include/bits/local_lim.h:39:26: fatal error: linux/limits.h: No such file or directory
  291. compilation terminated.
  292. configure:3487: $? = 1
  293. configure: failed program was:
  294. | /* confdefs.h */
  295. | #define PACKAGE_NAME "Eggdrop"
  296. | #define PACKAGE_TARNAME "eggdrop"
  297. | #define PACKAGE_VERSION "1.6.21"
  298. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  299. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  300. | #define PACKAGE_URL ""
  301. | #define EGG_AC_ARGS ""
  302. | /* end confdefs.h. */
  303. | #ifdef __STDC__
  304. | # include <limits.h>
  305. | #else
  306. | # include <assert.h>
  307. | #endif
  308. | Syntax error
  309. configure:3517: error: in `/home/tux/Desktop/eggdrop1.6.21':
  310. configure:3520: error: C preprocessor "/lib/cpp" fails sanity check
  311. See `config.log' for more details
  312.  
  313. ## ---------------- ##
  314. ## Cache variables. ##
  315. ## ---------------- ##
  316.  
  317. ac_cv_c_compiler_gnu='yes'
  318. ac_cv_env_CC_set=''
  319. ac_cv_env_CC_value=''
  320. ac_cv_env_CFLAGS_set=''
  321. ac_cv_env_CFLAGS_value=''
  322. ac_cv_env_CPPFLAGS_set=''
  323. ac_cv_env_CPPFLAGS_value=''
  324. ac_cv_env_CPP_set=''
  325. ac_cv_env_CPP_value=''
  326. ac_cv_env_LDFLAGS_set=''
  327. ac_cv_env_LDFLAGS_value=''
  328. ac_cv_env_LIBS_set=''
  329. ac_cv_env_LIBS_value=''
  330. ac_cv_env_build_alias_set=''
  331. ac_cv_env_build_alias_value=''
  332. ac_cv_env_host_alias_set=''
  333. ac_cv_env_host_alias_value=''
  334. ac_cv_env_target_alias_set=''
  335. ac_cv_env_target_alias_value=''
  336. ac_cv_objext='o'
  337. ac_cv_prog_CPP='/lib/cpp'
  338. ac_cv_prog_ac_ct_CC='gcc'
  339. ac_cv_prog_cc_c89=''
  340. ac_cv_prog_cc_g='yes'
  341.  
  342. ## ----------------- ##
  343. ## Output variables. ##
  344. ## ----------------- ##
  345.  
  346. AWK=''
  347. BASENAME=''
  348. CC='gcc'
  349. CFLAGS='-g -O2'
  350. CFLGS=''
  351. CPP='/lib/cpp'
  352. CPPFLAGS=''
  353. DEBCFLGS=''
  354. DEFAULT_MAKE=''
  355. DEFS=''
  356. DEST=''
  357. ECHO_C=''
  358. ECHO_N='-n'
  359. ECHO_T=''
  360. EGGEXEC=''
  361. EGGVERSION=''
  362. EGREP=''
  363. EXEEXT=''
  364. GREP=''
  365. HEAD_1=''
  366. INSTALL_DATA=''
  367. INSTALL_PROGRAM=''
  368. INSTALL_SCRIPT=''
  369. LDFLAGS=''
  370. LIBOBJS=''
  371. LIBS=''
  372. LN_S=''
  373. LTLIBOBJS=''
  374. MODULE_XLIBS=''
  375. MOD_CC=''
  376. MOD_EXT=''
  377. MOD_LD=''
  378. MOD_STRIP=''
  379. MOD_UPDIR=''
  380. OBJEXT='o'
  381. PACKAGE_BUGREPORT='bugs@eggheads.org'
  382. PACKAGE_NAME='Eggdrop'
  383. PACKAGE_STRING='Eggdrop 1.6.21'
  384. PACKAGE_TARNAME='eggdrop'
  385. PACKAGE_URL=''
  386. PACKAGE_VERSION='1.6.21'
  387. PATH_SEPARATOR=':'
  388. RANLIB=''
  389. SET_MAKE=''
  390. SHELL='/bin/sh'
  391. SHLIB_CC=''
  392. SHLIB_LD=''
  393. SHLIB_STRIP=''
  394. STRIP=''
  395. TCLINC=''
  396. TCLINCFN=''
  397. TCLLIB=''
  398. TCLLIBFN=''
  399. TCL_LIBS=''
  400. TCL_REQS=''
  401. UNAME=''
  402. ac_ct_CC='gcc'
  403. bindir='${exec_prefix}/bin'
  404. build=''
  405. build_alias=''
  406. build_cpu=''
  407. build_os=''
  408. build_vendor=''
  409. datadir='${datarootdir}'
  410. datarootdir='${prefix}/share'
  411. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  412. dvidir='${docdir}'
  413. egg_ac_parameters=''
  414. exec_prefix='NONE'
  415. host=''
  416. host_alias=''
  417. host_cpu=''
  418. host_os=''
  419. host_vendor=''
  420. htmldir='${docdir}'
  421. includedir='${prefix}/include'
  422. infodir='${datarootdir}/info'
  423. libdir='${exec_prefix}/lib'
  424. libexecdir='${exec_prefix}/libexec'
  425. localedir='${datarootdir}/locale'
  426. localstatedir='${prefix}/var'
  427. mandir='${datarootdir}/man'
  428. oldincludedir='/usr/include'
  429. pdfdir='${docdir}'
  430. prefix='NONE'
  431. program_transform_name='s,x,x,'
  432. psdir='${docdir}'
  433. sbindir='${exec_prefix}/sbin'
  434. sharedstatedir='${prefix}/com'
  435. sysconfdir='${prefix}/etc'
  436. target=''
  437. target_alias=''
  438. target_cpu=''
  439. target_os=''
  440. target_vendor=''
  441.  
  442. ## ----------- ##
  443. ## confdefs.h. ##
  444. ## ----------- ##
  445.  
  446. /* confdefs.h */
  447. #define PACKAGE_NAME "Eggdrop"
  448. #define PACKAGE_TARNAME "eggdrop"
  449. #define PACKAGE_VERSION "1.6.21"
  450. #define PACKAGE_STRING "Eggdrop 1.6.21"
  451. #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  452. #define PACKAGE_URL ""
  453. #define EGG_AC_ARGS ""
  454.  
  455. configure: exit 1
Add Comment
Please, Sign In to add comment