Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.63 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.61.  Invocation command line was
  6.  
  7.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = kingkong
  14. uname -m = i686
  15. uname -r = 2.6.33-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Thu May 13 12:06:25 CEST 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: /bin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin/perlbin/site
  35. PATH: /usr/bin/perlbin/vendor
  36. PATH: /usr/bin/perlbin/core
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2145: checking build system type
  44. configure:2163: result: i686-pc-linux-gnu
  45. configure:2185: checking host system type
  46. configure:2200: result: i686-pc-linux-gnu
  47. configure:2222: checking target system type
  48. configure:2237: result: i686-pc-linux-gnu
  49. configure:2280: checking for a BSD-compatible install
  50. configure:2336: result: /bin/install -c
  51. configure:2347: checking whether build environment is sane
  52. configure:2390: result: yes
  53. configure:2418: checking for a thread-safe mkdir -p
  54. configure:2457: result: /bin/mkdir -p
  55. configure:2470: checking for gawk
  56. configure:2486: found /bin/gawk
  57. configure:2497: result: gawk
  58. configure:2508: checking whether make sets $(MAKE)
  59. configure:2529: result: yes
  60. configure:2724: checking for gawk
  61. configure:2751: result: gawk
  62. configure:2810: checking for gcc
  63. configure:2837: result: gcc
  64. configure:3075: checking for C compiler version
  65. configure:3082: gcc --version >&5
  66. gcc (GCC) 4.5.0 20100610 (prerelease)
  67. Copyright (C) 2010 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions.  There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:3085: $? = 0
  72. configure:3092: gcc -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=gcc
  75. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.0/lto-wrapper
  76. Target: i686-pc-linux-gnu
  77. Configured with: ../configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
  78. Thread model: posix
  79. gcc version 4.5.0 20100610 (prerelease) (GCC)
  80. configure:3095: $? = 0
  81. configure:3102: gcc -V >&5
  82. gcc: '-V' option must have argument
  83. configure:3105: $? = 1
  84. configure:3128: checking for C compiler default output file name
  85. configure:3155: gcc    conftest.c  >&5
  86. /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
  87. configure:3158: $? = 1
  88. configure:3196: result:
  89. configure: failed program was:
  90. | /* confdefs.h.  */
  91. | #define PACKAGE_NAME ""
  92. | #define PACKAGE_TARNAME ""
  93. | #define PACKAGE_VERSION ""
  94. | #define PACKAGE_STRING ""
  95. | #define PACKAGE_BUGREPORT ""
  96. | #define PACKAGE "netatalk"
  97. | #define VERSION "2.1.2"
  98. | /* end confdefs.h.  */
  99. |
  100. | int
  101. | main ()
  102. | {
  103. |
  104. |   ;
  105. |   return 0;
  106. | }
  107. configure:3203: error: C compiler cannot create executables
  108. See `config.log' for more details.
  109.  
  110. ## ---------------- ##
  111. ## Cache variables. ##
  112. ## ---------------- ##
  113.  
  114. ac_cv_build=i686-pc-linux-gnu
  115. ac_cv_env_CCC_set=
  116. ac_cv_env_CCC_value=
  117. ac_cv_env_CC_set=set
  118. ac_cv_env_CC_value=gcc
  119. ac_cv_env_CFLAGS_set=
  120. ac_cv_env_CFLAGS_value=
  121. ac_cv_env_CPPFLAGS_set=
  122. ac_cv_env_CPPFLAGS_value=
  123. ac_cv_env_CPP_set=
  124. ac_cv_env_CPP_value=
  125. ac_cv_env_CXXCPP_set=
  126. ac_cv_env_CXXCPP_value=
  127. ac_cv_env_CXXFLAGS_set=
  128. ac_cv_env_CXXFLAGS_value=
  129. ac_cv_env_CXX_set=
  130. ac_cv_env_CXX_value=
  131. ac_cv_env_F77_set=
  132. ac_cv_env_F77_value=
  133. ac_cv_env_FFLAGS_set=
  134. ac_cv_env_FFLAGS_value=
  135. ac_cv_env_LDFLAGS_set=
  136. ac_cv_env_LDFLAGS_value=
  137. ac_cv_env_LIBS_set=
  138. ac_cv_env_LIBS_value=
  139. ac_cv_env_build_alias_set=
  140. ac_cv_env_build_alias_value=
  141. ac_cv_env_host_alias_set=
  142. ac_cv_env_host_alias_value=
  143. ac_cv_env_target_alias_set=
  144. ac_cv_env_target_alias_value=
  145. ac_cv_host=i686-pc-linux-gnu
  146. ac_cv_path_install='/bin/install -c'
  147. ac_cv_path_mkdir=/bin/mkdir
  148. ac_cv_prog_AWK=gawk
  149. ac_cv_prog_ac_ct_CC=gcc
  150. ac_cv_prog_make_make_set=yes
  151. ac_cv_target=i686-pc-linux-gnu
  152.  
  153. ## ----------------- ##
  154. ## Output variables. ##
  155. ## ----------------- ##
  156.  
  157. ACLOCAL='${SHELL} /home/thnee/netatalk/temp/netatalk-2.1.2/missing --run aclocal-1.10'
  158. AFS_CFLAGS=''
  159. AFS_LIBS=''
  160. AMDEPBACKSLASH=''
  161. AMDEP_FALSE=''
  162. AMDEP_TRUE=''
  163. AMTAR='${SHELL} /home/thnee/netatalk/temp/netatalk-2.1.2/missing --run tar'
  164. AR=''
  165. AUTOCONF='${SHELL} /home/thnee/netatalk/temp/netatalk-2.1.2/missing --run autoconf'
  166. AUTOHEADER='${SHELL} /home/thnee/netatalk/temp/netatalk-2.1.2/missing --run autoheader'
  167. AUTOMAKE='${SHELL} /home/thnee/netatalk/temp/netatalk-2.1.2/missing --run automake-1.10'
  168. AWK='gawk'
  169. BDB_BIN=''
  170. BDB_CFLAGS=''
  171. BDB_LIBS=''
  172. BDB_PATH=''
  173. BUILD_DBD_DAEMON_FALSE=''
  174. BUILD_DBD_DAEMON_TRUE=''
  175. BUILD_PAM_FALSE=''
  176. BUILD_PAM_TRUE=''
  177. CC='gcc'
  178. CCDEPMODE=''
  179. CFLAGS=''
  180. COMPILE_64BIT_KMODULE=''
  181. COMPILE_A2BOOT_FALSE=''
  182. COMPILE_A2BOOT_TRUE=''
  183. COMPILE_KERNEL_GCC=''
  184. COMPILE_TIMELORD_FALSE=''
  185. COMPILE_TIMELORD_TRUE=''
  186. CPP=''
  187. CPPFLAGS=''
  188. CRYPT_LIBS=''
  189. CUPS_CFLAGS=''
  190. CUPS_CONFIG=''
  191. CUPS_LDFLAGS=''
  192. CUPS_LIBS=''
  193. CXX=''
  194. CXXCPP=''
  195. CXXDEPMODE=''
  196. CXXFLAGS=''
  197. CYGPATH_W='echo'
  198. DEFAULT_CNID_SCHEME=''
  199. DEFAULT_HOOK_FALSE=''
  200. DEFAULT_HOOK_TRUE=''
  201. DEFS=''
  202. DEPDIR=''
  203. DSYMUTIL=''
  204. ECHO='echo'
  205. ECHO_C=''
  206. ECHO_N='-n'
  207. ECHO_T=''
  208. EGREP=''
  209. EXEEXT=''
  210. F77=''
  211. FFLAGS=''
  212. GREP=''
  213. GSSAPI_CFLAGS=''
  214. GSSAPI_LIBS=''
  215. HAVE_LIBGCRYPT_FALSE=''
  216. HAVE_LIBGCRYPT_TRUE=''
  217. HAVE_OPENSSL_FALSE=''
  218. HAVE_OPENSSL_TRUE=''
  219. ICONV_CFLAGS=''
  220. ICONV_LIBS=''
  221. INSTALL_DATA='${INSTALL} -m 644'
  222. INSTALL_PROGRAM='${INSTALL}'
  223. INSTALL_SCRIPT='${INSTALL}'
  224. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  225. KCFLAGS=''
  226. KLDFLAGS=''
  227. KRB5_CONFIG=''
  228. LDFLAGS=''
  229. LIBADD_DL=''
  230. LIBATALK_ACLS=''
  231. LIBGCRYPT_CFLAGS=''
  232. LIBGCRYPT_CONFIG=''
  233. LIBGCRYPT_LIBS=''
  234. LIBOBJS=''
  235. LIBS=''
  236. LIBTOOL=''
  237. LN_S=''
  238. LTLIBOBJS=''
  239. MAKEINFO='${SHELL} /home/thnee/netatalk/temp/netatalk-2.1.2/missing --run makeinfo'
  240. NETATALK_VERSION='2.1.2'
  241. NMEDIT=''
  242. OBJEXT=''
  243. OVERWRITE_CONFIG=''
  244. PACKAGE='netatalk'
  245. PACKAGE_BUGREPORT=''
  246. PACKAGE_NAME=''
  247. PACKAGE_STRING=''
  248. PACKAGE_TARNAME=''
  249. PACKAGE_VERSION=''
  250. PAMDIR=''
  251. PAM_ACCOUNT=''
  252. PAM_AUTH=''
  253. PAM_CFLAGS=''
  254. PAM_DIRECTIVE=''
  255. PAM_LIBS=''
  256. PAM_PASSWORD=''
  257. PAM_SESSION=''
  258. PATH_SEPARATOR=':'
  259. PERL=''
  260. PKGCONFDIR=''
  261. PS=''
  262. QUOTA_LIBS=''
  263. RANLIB=''
  264. SED=''
  265. SERVERTEXT=''
  266. SET_MAKE=''
  267. SHELL='/bin/sh'
  268. SLP_CFLAGS=''
  269. SLP_LIBS=''
  270. SOLARIS_MODULE_FALSE=''
  271. SOLARIS_MODULE_TRUE=''
  272. SPOOLDIR=''
  273. SSL_CFLAGS=''
  274. SSL_LIBS=''
  275. STRIP=''
  276. UAMS_PATH=''
  277. USE_BDB_FALSE=''
  278. USE_BDB_TRUE=''
  279. USE_CDB_BACKEND_FALSE=''
  280. USE_CDB_BACKEND_TRUE=''
  281. USE_COBALT_FALSE=''
  282. USE_COBALT_TRUE=''
  283. USE_DEBIAN_FALSE=''
  284. USE_DEBIAN_TRUE=''
  285. USE_DHX2_FALSE=''
  286. USE_DHX2_TRUE=''
  287. USE_DHX_FALSE=''
  288. USE_DHX_TRUE=''
  289. USE_GENTOO_FALSE=''
  290. USE_GENTOO_TRUE=''
  291. USE_GSSAPI_FALSE=''
  292. USE_GSSAPI_TRUE=''
  293. USE_KERBEROS_FALSE=''
  294. USE_KERBEROS_TRUE=''
  295. USE_LAST_BACKEND_FALSE=''
  296. USE_LAST_BACKEND_TRUE=''
  297. USE_NETBSD_FALSE=''
  298. USE_NETBSD_TRUE=''
  299. USE_NFSv4_ACLS_FALSE=''
  300. USE_NFSv4_ACLS_TRUE=''
  301. USE_PAM_FALSE=''
  302. USE_PAM_SO_FALSE=''
  303. USE_PAM_SO_TRUE=''
  304. USE_PAM_TRUE=''
  305. USE_PGP_FALSE=''
  306. USE_PGP_TRUE=''
  307. USE_RANDNUM_FALSE=''
  308. USE_RANDNUM_TRUE=''
  309. USE_REDHAT_FALSE=''
  310. USE_REDHAT_TRUE=''
  311. USE_SHADOWPW_FALSE=''
  312. USE_SHADOWPW_TRUE=''
  313. USE_SOLARIS_FALSE=''
  314. USE_SOLARIS_TRUE=''
  315. USE_SPOOLDIR_FALSE=''
  316. USE_SPOOLDIR_TRUE=''
  317. USE_SUSE_FALSE=''
  318. USE_SUSE_TRUE=''
  319. USE_TDB_BACKEND_FALSE=''
  320. USE_TDB_BACKEND_TRUE=''
  321. USE_TRU64_FALSE=''
  322. USE_TRU64_TRUE=''
  323. USE_UNDEF_FALSE=''
  324. USE_UNDEF_TRUE=''
  325. VERSION='2.1.2'
  326. WEBMIN_PASS=''
  327. WEBMIN_PATH=''
  328. WEBMIN_PORT=''
  329. WEBMIN_USER=''
  330. WEBMIN_VERSION=''
  331. WRAP_LIBS=''
  332. ac_ct_CC='gcc'
  333. ac_ct_CXX=''
  334. ac_ct_F77=''
  335. am__fastdepCC_FALSE=''
  336. am__fastdepCC_TRUE=''
  337. am__fastdepCXX_FALSE=''
  338. am__fastdepCXX_TRUE=''
  339. am__include=''
  340. am__isrc=''
  341. am__leading_dot='.'
  342. am__quote=''
  343. am__tar='${AMTAR} chof - "$$tardir"'
  344. am__untar='${AMTAR} xf -'
  345. bindir='${exec_prefix}/bin'
  346. build='i686-pc-linux-gnu'
  347. build_alias=''
  348. build_cpu='i686'
  349. build_os='linux-gnu'
  350. build_vendor='pc'
  351. compiled_backends=''
  352. datadir='${datarootdir}'
  353. datarootdir='${prefix}/share'
  354. docdir='${datarootdir}/doc/${PACKAGE}'
  355. dvidir='${docdir}'
  356. exec_prefix='NONE'
  357. host='i686-pc-linux-gnu'
  358. host_alias=''
  359. host_cpu='i686'
  360. host_os='linux-gnu'
  361. host_vendor='pc'
  362. htmldir='${docdir}'
  363. includedir='${prefix}/include'
  364. infodir='${datarootdir}/info'
  365. install_sh='$(SHELL) /home/thnee/netatalk/temp/netatalk-2.1.2/install-sh'
  366. libdir='${exec_prefix}/lib'
  367. libexecdir='${exec_prefix}/libexec'
  368. localedir='${datarootdir}/locale'
  369. localstatedir='${prefix}/var'
  370. mandir='${datarootdir}/man'
  371. mkdir_p='/bin/mkdir -p'
  372. oldincludedir='/usr/include'
  373. pdfdir='${docdir}'
  374. prefix='NONE'
  375. program_transform_name='s,x,x,'
  376. psdir='${docdir}'
  377. sbindir='${exec_prefix}/sbin'
  378. sharedstatedir='${prefix}/com'
  379. sysconfdir='${prefix}/etc'
  380. target='i686-pc-linux-gnu'
  381. target_alias=''
  382. target_cpu='i686'
  383. target_os='linux-gnu'
  384. target_vendor='pc'
  385.  
  386. ## ----------- ##
  387. ## confdefs.h. ##
  388. ## ----------- ##
  389.  
  390. #define PACKAGE_NAME ""
  391. #define PACKAGE_TARNAME ""
  392. #define PACKAGE_VERSION ""
  393. #define PACKAGE_STRING ""
  394. #define PACKAGE_BUGREPORT ""
  395. #define PACKAGE "netatalk"
  396. #define VERSION "2.1.2"
  397.  
  398. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement