Advertisement
EnnioEvo

config.log

Mar 1st, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.73 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 mfoc configure 0.10.7, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = kali
  14. uname -m = x86_64
  15. uname -r = 4.19.0-kali1-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 4.19.13-1kali1 (2019-01-03)
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = x86_64
  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/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2313: checking for a BSD-compatible install
  43. configure:2381: result: /usr/bin/install -c
  44. configure:2392: checking whether build environment is sane
  45. configure:2447: result: yes
  46. configure:2596: checking for a thread-safe mkdir -p
  47. configure:2635: result: /usr/bin/mkdir -p
  48. configure:2642: checking for gawk
  49. configure:2658: found /usr/bin/gawk
  50. configure:2669: result: gawk
  51. configure:2680: checking whether make sets $(MAKE)
  52. configure:2702: result: yes
  53. configure:2731: checking whether make supports nested variables
  54. configure:2748: result: yes
  55. configure:2923: checking for gcc
  56. configure:2939: found /usr/bin/gcc
  57. configure:2950: result: gcc
  58. configure:3179: checking for C compiler version
  59. configure:3188: gcc --version >&5
  60. gcc (Debian 8.2.0-14) 8.2.0
  61. Copyright (C) 2018 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions.  There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:3199: $? = 0
  66. configure:3188: gcc -v >&5
  67. Using built-in specs.
  68. COLLECT_GCC=gcc
  69. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
  70. OFFLOAD_TARGET_NAMES=nvptx-none
  71. OFFLOAD_TARGET_DEFAULT=1
  72. Target: x86_64-linux-gnu
  73. Configured with: ../src/configure -v --with-pkgversion='Debian 8.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  74. Thread model: posix
  75. gcc version 8.2.0 (Debian 8.2.0-14)
  76. configure:3199: $? = 0
  77. configure:3188: gcc -V >&5
  78. gcc: error: unrecognized command line option '-V'
  79. gcc: fatal error: no input files
  80. compilation terminated.
  81. configure:3199: $? = 1
  82. configure:3188: gcc -qversion >&5
  83. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:3199: $? = 1
  87. configure:3219: checking whether the C compiler works
  88. configure:3241: gcc    conftest.c  >&5
  89. configure:3245: $? = 0
  90. configure:3293: result: yes
  91. configure:3296: checking for C compiler default output file name
  92. configure:3298: result: a.out
  93. configure:3304: checking for suffix of executables
  94. configure:3311: gcc -o conftest    conftest.c  >&5
  95. configure:3315: $? = 0
  96. configure:3337: result:
  97. configure:3359: checking whether we are cross compiling
  98. configure:3367: gcc -o conftest    conftest.c  >&5
  99. configure:3371: $? = 0
  100. configure:3378: ./conftest
  101. configure:3382: $? = 0
  102. configure:3370: result: no
  103. configure:3375: checking for suffix of object files
  104. configure:3397: gcc -c   conftest.c >&5
  105. configure:3401: $? = 0
  106. configure:3422: result: o
  107. configure:3426: checking whether we are using the GNU C compiler
  108. configure:3445: gcc -c   conftest.c >&5
  109. configure:3445: $? = 0
  110. configure:3454: result: yes
  111. configure:3463: checking whether gcc accepts -g
  112. configure:3483: gcc -c -g  conftest.c >&5
  113. configure:3483: $? = 0
  114. configure:3524: result: yes
  115. configure:3541: checking for gcc option to accept ISO C89
  116. configure:3604: gcc  -c -g -O2  conftest.c >&5
  117. configure:3604: $? = 0
  118. configure:3617: result: none needed
  119. configure:3642: checking whether gcc understands -c and -o together
  120. configure:3664: gcc -c conftest.c -o conftest2.o
  121. configure:3667: $? = 0
  122. configure:3664: gcc -c conftest.c -o conftest2.o
  123. configure:3667: $? = 0
  124. configure:3679: result: yes
  125. configure:3699: checking whether make supports the include directive
  126. configure:3714: make -f confmf.GNU && cat confinc.out
  127. this is the am__doit target
  128. configure:3717: $? = 0
  129. configure:3736: result: yes (GNU style)
  130. configure:3761: checking dependency style of gcc
  131. configure:3872: result: gcc3
  132. configure:3899: checking whether make supports nested variables
  133. configure:3916: result: yes
  134.  
  135. ## ---------------- ##
  136. ## Cache variables. ##
  137. ## ---------------- ##
  138.  
  139. ac_cv_c_compiler_gnu=yes
  140. ac_cv_env_CC_set=
  141. ac_cv_env_CC_value=
  142. ac_cv_env_CFLAGS_set=
  143. ac_cv_env_CFLAGS_value=
  144. ac_cv_env_CPPFLAGS_set=
  145. ac_cv_env_CPPFLAGS_value=
  146. ac_cv_env_CPP_set=
  147. ac_cv_env_CPP_value=
  148. ac_cv_env_LDFLAGS_set=
  149. ac_cv_env_LDFLAGS_value=
  150. ac_cv_env_LIBS_set=
  151. ac_cv_env_LIBS_value=
  152. ac_cv_env_build_alias_set=
  153. ac_cv_env_build_alias_value=
  154. ac_cv_env_host_alias_set=
  155. ac_cv_env_host_alias_value=
  156. ac_cv_env_target_alias_set=
  157. ac_cv_env_target_alias_value=
  158. ac_cv_objext=o
  159. ac_cv_path_install='/usr/bin/install -c'
  160. ac_cv_path_mkdir=/usr/bin/mkdir
  161. ac_cv_prog_AWK=gawk
  162. ac_cv_prog_ac_ct_CC=gcc
  163. ac_cv_prog_cc_c89=
  164. ac_cv_prog_cc_g=yes
  165. ac_cv_prog_make_make_set=yes
  166. am_cv_CC_dependencies_compiler_type=gcc3
  167. am_cv_make_support_nested_variables=yes
  168. am_cv_prog_cc_c_o=yes
  169.  
  170. ## ----------------- ##
  171. ## Output variables. ##
  172. ## ----------------- ##
  173.  
  174. ACLOCAL='${SHELL} /root/mfoc/missing aclocal-1.16'
  175. AMDEPBACKSLASH='\'
  176. AMDEP_FALSE='#'
  177. AMDEP_TRUE=''
  178. AMTAR='$${TAR-tar}'
  179. AM_BACKSLASH='\'
  180. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  181. AM_DEFAULT_VERBOSITY='0'
  182. AM_V='$(V)'
  183. AUTOCONF='${SHELL} /root/mfoc/missing autoconf'
  184. AUTOHEADER='${SHELL} /root/mfoc/missing autoheader'
  185. AUTOMAKE='${SHELL} /root/mfoc/missing automake-1.16'
  186. AWK='gawk'
  187. CC='gcc'
  188. CCDEPMODE='depmode=gcc3'
  189. CFLAGS='-g -O2'
  190. CPP=''
  191. CPPFLAGS=''
  192. CYGPATH_W='echo'
  193. DEFS=''
  194. DEPDIR='.deps'
  195. ECHO_C=''
  196. ECHO_N='-n'
  197. ECHO_T=''
  198. EGREP=''
  199. EXEEXT=''
  200. GREP=''
  201. INSTALL_DATA='${INSTALL} -m 644'
  202. INSTALL_PROGRAM='${INSTALL}'
  203. INSTALL_SCRIPT='${INSTALL}'
  204. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  205. LDFLAGS=''
  206. LIBOBJS=''
  207. LIBS=''
  208. LTLIBOBJS=''
  209. MAKEINFO='${SHELL} /root/mfoc/missing makeinfo'
  210. MKDIR_P='/usr/bin/mkdir -p'
  211. OBJEXT='o'
  212. PACKAGE='mfoc'
  213. PACKAGE_BUGREPORT='[email protected]'
  214. PACKAGE_NAME='mfoc'
  215. PACKAGE_STRING='mfoc 0.10.7'
  216. PACKAGE_TARNAME='mfoc'
  217. PACKAGE_URL=''
  218. PACKAGE_VERSION='0.10.7'
  219. PATH_SEPARATOR=':'
  220. PKG_CONFIG_REQUIRES=''
  221. SET_MAKE=''
  222. SHELL='/bin/bash'
  223. STRIP=''
  224. VERSION='0.10.7'
  225. ac_ct_CC='gcc'
  226. am__EXEEXT_FALSE=''
  227. am__EXEEXT_TRUE=''
  228. am__fastdepCC_FALSE='#'
  229. am__fastdepCC_TRUE=''
  230. am__include='include'
  231. am__isrc=''
  232. am__leading_dot='.'
  233. am__nodep='_no'
  234. am__quote=''
  235. am__tar='$${TAR-tar} chof - "$$tardir"'
  236. am__untar='$${TAR-tar} xf -'
  237. bindir='${exec_prefix}/bin'
  238. build_alias=''
  239. datadir='${datarootdir}'
  240. datarootdir='${prefix}/share'
  241. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  242. dvidir='${docdir}'
  243. exec_prefix='NONE'
  244. host_alias=''
  245. htmldir='${docdir}'
  246. includedir='${prefix}/include'
  247. infodir='${datarootdir}/info'
  248. install_sh='${SHELL} /root/mfoc/install-sh'
  249. libdir='${exec_prefix}/lib'
  250. libexecdir='${exec_prefix}/libexec'
  251. localedir='${datarootdir}/locale'
  252. localstatedir='${prefix}/var'
  253. mandir='${datarootdir}/man'
  254. mkdir_p='$(MKDIR_P)'
  255. oldincludedir='/usr/include'
  256. pdfdir='${docdir}'
  257. prefix='NONE'
  258. program_transform_name='s,x,x,'
  259. psdir='${docdir}'
  260. runstatedir='${localstatedir}/run'
  261. sbindir='${exec_prefix}/sbin'
  262. sharedstatedir='${prefix}/com'
  263. sysconfdir='${prefix}/etc'
  264. target_alias=''
  265.  
  266. ## ----------- ##
  267. ## confdefs.h. ##
  268. ## ----------- ##
  269.  
  270. /* confdefs.h */
  271. #define PACKAGE_NAME "mfoc"
  272. #define PACKAGE_TARNAME "mfoc"
  273. #define PACKAGE_VERSION "0.10.7"
  274. #define PACKAGE_STRING "mfoc 0.10.7"
  275. #define PACKAGE_BUGREPORT "[email protected]"
  276. #define PACKAGE_URL ""
  277. #define PACKAGE "mfoc"
  278. #define VERSION "0.10.7"
  279.  
  280. configure: exit 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement