a2r

Untitled

a2r
May 28th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 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 Wine configure 1.5.4, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ../wine1.5-1.5.4/configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = arthur-Aspire-5820TG
  14. uname -m = x86_64
  15. uname -r = 3.2.0-24-generic
  16. uname -s = Linux
  17. uname -v = #39-Ubuntu SMP Mon May 21 16:52:17 UTC 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/lib/lightdm/lightdm
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2799: checking build system type
  45. configure:2813: result: x86_64-unknown-linux-gnu
  46. configure:2833: checking host system type
  47. configure:2846: result: x86_64-unknown-linux-gnu
  48. configure:2876: checking whether make sets $(MAKE)
  49. configure:2898: result: yes
  50. configure:2955: checking for gcc
  51. configure:2971: found /usr/bin/gcc
  52. configure:2982: result: gcc
  53. configure:3211: checking for C compiler version
  54. configure:3220: gcc --version >&5
  55. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  56. Copyright (C) 2011 Free Software Foundation, Inc.
  57. This is free software; see the source for copying conditions. There is NO
  58. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  59.  
  60. configure:3231: $? = 0
  61. configure:3220: gcc -v >&5
  62. Using built-in specs.
  63. COLLECT_GCC=gcc
  64. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  65. Target: x86_64-linux-gnu
  66. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  67. Thread model: posix
  68. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  69. configure:3231: $? = 0
  70. configure:3220: gcc -V >&5
  71. gcc: error: unrecognized option '-V'
  72. gcc: fatal error: no input files
  73. compilation terminated.
  74. configure:3231: $? = 4
  75. configure:3220: gcc -qversion >&5
  76. gcc: error: unrecognized option '-qversion'
  77. gcc: fatal error: no input files
  78. compilation terminated.
  79. configure:3231: $? = 4
  80. configure:3251: checking whether the C compiler works
  81. configure:3273: gcc conftest.c >&5
  82. configure:3277: $? = 0
  83. configure:3325: result: yes
  84. configure:3328: checking for C compiler default output file name
  85. configure:3330: result: a.out
  86. configure:3336: checking for suffix of executables
  87. configure:3343: gcc -o conftest conftest.c >&5
  88. configure:3347: $? = 0
  89. configure:3369: result:
  90. configure:3391: checking whether we are cross compiling
  91. configure:3399: gcc -o conftest conftest.c >&5
  92. configure:3403: $? = 0
  93. configure:3410: ./conftest
  94. configure:3414: $? = 0
  95. configure:3429: result: no
  96. configure:3434: checking for suffix of object files
  97. configure:3456: gcc -c conftest.c >&5
  98. configure:3460: $? = 0
  99. configure:3481: result: o
  100. configure:3485: checking whether we are using the GNU C compiler
  101. configure:3504: gcc -c conftest.c >&5
  102. configure:3504: $? = 0
  103. configure:3513: result: yes
  104. configure:3522: checking whether gcc accepts -g
  105. configure:3542: gcc -c -g conftest.c >&5
  106. configure:3542: $? = 0
  107. configure:3583: result: yes
  108. configure:3600: checking for gcc option to accept ISO C89
  109. configure:3664: gcc -c -g -O2 conftest.c >&5
  110. configure:3664: $? = 0
  111. configure:3677: result: none needed
  112. configure:3755: checking for g++
  113. configure:3771: found /usr/bin/g++
  114. configure:3782: result: g++
  115. configure:3809: checking for C++ compiler version
  116. configure:3818: g++ --version >&5
  117. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  118. Copyright (C) 2011 Free Software Foundation, Inc.
  119. This is free software; see the source for copying conditions. There is NO
  120. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  121.  
  122. configure:3829: $? = 0
  123. configure:3818: g++ -v >&5
  124. Using built-in specs.
  125. COLLECT_GCC=g++
  126. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  127. Target: x86_64-linux-gnu
  128. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  129. Thread model: posix
  130. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  131. configure:3829: $? = 0
  132. configure:3818: g++ -V >&5
  133. g++: error: unrecognized option '-V'
  134. g++: fatal error: no input files
  135. compilation terminated.
  136. configure:3829: $? = 4
  137. configure:3818: g++ -qversion >&5
  138. g++: error: unrecognized option '-qversion'
  139. g++: fatal error: no input files
  140. compilation terminated.
  141. configure:3829: $? = 4
  142. configure:3833: checking whether we are using the GNU C++ compiler
  143. configure:3852: g++ -c conftest.cpp >&5
  144. configure:3852: $? = 0
  145. configure:3861: result: yes
  146. configure:3870: checking whether g++ accepts -g
  147. configure:3890: g++ -c -g conftest.cpp >&5
  148. configure:3890: $? = 0
  149. configure:3931: result: yes
  150. configure:3997: checking for cpp
  151. configure:4013: found /usr/bin/cpp
  152. configure:4024: result: cpp
  153. configure:4078: checking whether gcc -m32 works
  154. configure:4092: gcc -m32 -o conftest -g -O2 conftest.c >&5
  155. /usr/bin/ld: cannot find crt1.o: No such file or directory
  156. /usr/bin/ld: cannot find crti.o: No such file or directory
  157. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc.a when searching for -lgcc
  158. /usr/bin/ld: cannot find -lgcc
  159. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc_s.so when searching for -lgcc_s
  160. /usr/bin/ld: cannot find -lgcc_s
  161. /usr/bin/ld: cannot find -lc
  162. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc.a when searching for -lgcc
  163. /usr/bin/ld: cannot find -lgcc
  164. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc_s.so when searching for -lgcc_s
  165. /usr/bin/ld: cannot find -lgcc_s
  166. /usr/bin/ld: cannot find crtn.o: No such file or directory
  167. collect2: ld returned 1 exit status
  168. configure:4092: $? = 1
  169. configure: failed program was:
  170. | /* confdefs.h */
  171. | #define PACKAGE_NAME "Wine"
  172. | #define PACKAGE_TARNAME "wine"
  173. | #define PACKAGE_VERSION "1.5.4"
  174. | #define PACKAGE_STRING "Wine 1.5.4"
  175. | #define PACKAGE_BUGREPORT "[email protected]"
  176. | #define PACKAGE_URL "http://www.winehq.org"
  177. | #define EXEEXT ""
  178. | /* end confdefs.h. */
  179. |
  180. | int
  181. | main ()
  182. | {
  183. |
  184. | ;
  185. | return 0;
  186. | }
  187. configure:4096: result: no
  188. configure:4098: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
  189.  
  190. ## ---------------- ##
  191. ## Cache variables. ##
  192. ## ---------------- ##
  193.  
  194. ac_cv_build=x86_64-unknown-linux-gnu
  195. ac_cv_c_compiler_gnu=yes
  196. ac_cv_cxx_compiler_gnu=yes
  197. ac_cv_env_CCC_set=
  198. ac_cv_env_CCC_value=
  199. ac_cv_env_CC_set=
  200. ac_cv_env_CC_value=
  201. ac_cv_env_CFLAGS_set=
  202. ac_cv_env_CFLAGS_value=
  203. ac_cv_env_CPPFLAGS_set=
  204. ac_cv_env_CPPFLAGS_value=
  205. ac_cv_env_CPP_set=
  206. ac_cv_env_CPP_value=
  207. ac_cv_env_CXXFLAGS_set=
  208. ac_cv_env_CXXFLAGS_value=
  209. ac_cv_env_CXX_set=
  210. ac_cv_env_CXX_value=
  211. ac_cv_env_LDFLAGS_set=
  212. ac_cv_env_LDFLAGS_value=
  213. ac_cv_env_LIBS_set=
  214. ac_cv_env_LIBS_value=
  215. ac_cv_env_XMKMF_set=
  216. ac_cv_env_XMKMF_value=
  217. ac_cv_env_build_alias_set=
  218. ac_cv_env_build_alias_value=
  219. ac_cv_env_host_alias_set=
  220. ac_cv_env_host_alias_value=
  221. ac_cv_env_target_alias_set=
  222. ac_cv_env_target_alias_value=
  223. ac_cv_host=x86_64-unknown-linux-gnu
  224. ac_cv_objext=o
  225. ac_cv_prog_ac_ct_CC=gcc
  226. ac_cv_prog_ac_ct_CPPBIN=cpp
  227. ac_cv_prog_ac_ct_CXX=g++
  228. ac_cv_prog_cc_c89=
  229. ac_cv_prog_cc_g=yes
  230. ac_cv_prog_cxx_g=yes
  231. ac_cv_prog_make_make_set=yes
  232.  
  233. ## ----------------- ##
  234. ## Output variables. ##
  235. ## ----------------- ##
  236.  
  237. ALL_TEST_RESOURCES=''
  238. ALSALIBS=''
  239. APPLICATIONSERVICESLIB=''
  240. AR=''
  241. ARFLAGS=''
  242. BISON=''
  243. BUILTINFLAG=''
  244. CARBONLIB=''
  245. CC='gcc -m32'
  246. CFLAGS='-g -O2'
  247. CONVERT=''
  248. COREAUDIO=''
  249. COREFOUNDATIONLIB=''
  250. CORESERVICESLIB=''
  251. CPP=''
  252. CPPBIN='cpp'
  253. CPPFLAGS=''
  254. CROSSCC=''
  255. CROSSTARGET=''
  256. CROSSTEST_DISABLE=''
  257. CRTLIBS=''
  258. CUPSINCL=''
  259. CXX='g++ -m32'
  260. CXXFLAGS='-g -O2'
  261. DBUSINCL=''
  262. DEFS=''
  263. DISKARBITRATIONLIB=''
  264. DLLEXT=''
  265. DLLFLAGS=''
  266. DLLTOOL=''
  267. DLLWRAP=''
  268. ECHO_C=''
  269. ECHO_N='-n'
  270. ECHO_T=''
  271. EGREP=''
  272. EXEEXT=''
  273. EXTRACFLAGS=''
  274. EXTRA_BINARIES=''
  275. FLEX=''
  276. FONTCONFIGINCL=''
  277. FONTFORGE=''
  278. FRAMEWORK_OPENAL=''
  279. FREETYPEINCL=''
  280. FREETYPELIBS=''
  281. GNUTLSINCL=''
  282. GPHOTO2INCL=''
  283. GPHOTO2LIBS=''
  284. GREP=''
  285. GSTREAMER_INCL=''
  286. GSTREAMER_LIBS=''
  287. HALINCL=''
  288. ICOTOOL=''
  289. IMPLIBEXT=''
  290. INSTALL_DATA=''
  291. INSTALL_PROGRAM=''
  292. INSTALL_SCRIPT=''
  293. IOKITLIB=''
  294. LCMSLIBS=''
  295. LDAPLIBS=''
  296. LDCONFIG=''
  297. LDD=''
  298. LDDLLFLAGS=''
  299. LDEXECFLAGS=''
  300. LDFLAGS=''
  301. LDPATH=''
  302. LDRPATH_INSTALL=''
  303. LDRPATH_LOCAL=''
  304. LDSHARED=''
  305. LIBDL=''
  306. LIBEXT=''
  307. LIBGETTEXTPO=''
  308. LIBKSTAT=''
  309. LIBMPG123=''
  310. LIBOBJS=''
  311. LIBOPENAL=''
  312. LIBOPENCL=''
  313. LIBPOLL=''
  314. LIBPTHREAD=''
  315. LIBS=''
  316. LINGUAS=''
  317. LINT=''
  318. LINTFLAGS=''
  319. LN_S=''
  320. LTLIBOBJS=''
  321. MAINTAINER_MODE=''
  322. MAIN_BINARY=''
  323. MSGFMT=''
  324. OBJEXT='o'
  325. OPENGL_LIBS=''
  326. OSS4INCL=''
  327. PACKAGE_BUGREPORT='[email protected]'
  328. PACKAGE_NAME='Wine'
  329. PACKAGE_STRING='Wine 1.5.4'
  330. PACKAGE_TARNAME='wine'
  331. PACKAGE_URL='http://www.winehq.org'
  332. PACKAGE_VERSION='1.5.4'
  333. PATH_SEPARATOR=':'
  334. PKG_CONFIG=''
  335. PNGINCL=''
  336. PORCFLAGS=''
  337. PRELINK=''
  338. PULSEINCL=''
  339. PULSELIBS=''
  340. QUICKTIMELIB=''
  341. RANLIB=''
  342. RESOLVLIBS=''
  343. RSVG=''
  344. SANEINCL=''
  345. SECURITYLIB=''
  346. SET_MAKE=''
  347. SHELL='/bin/bash'
  348. SOCKETLIBS=''
  349. TARGETFLAGS=''
  350. TOOLSDIR=''
  351. TOOLSEXT=''
  352. UNWINDFLAGS=''
  353. WOW64_DISABLE=''
  354. XLIB=''
  355. XMKMF=''
  356. XML2INCL=''
  357. XML2LIBS=''
  358. XSLTINCL=''
  359. X_CFLAGS=''
  360. X_EXTRA_LIBS=''
  361. X_LIBS=''
  362. X_PRE_LIBS=''
  363. ZLIB=''
  364. ac_ct_AR=''
  365. ac_ct_CC='gcc'
  366. ac_ct_CXX='g++'
  367. bindir='${exec_prefix}/bin'
  368. build='x86_64-unknown-linux-gnu'
  369. build_alias=''
  370. build_cpu='x86_64'
  371. build_os='linux-gnu'
  372. build_vendor='unknown'
  373. datadir='${datarootdir}'
  374. datarootdir='${prefix}/share'
  375. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  376. dvidir='${docdir}'
  377. exec_prefix='NONE'
  378. ft_devel=''
  379. gphoto2_devel=''
  380. gphoto2port_devel=''
  381. host='x86_64-unknown-linux-gnu'
  382. host_alias=''
  383. host_cpu='x86_64'
  384. host_os='linux-gnu'
  385. host_vendor='unknown'
  386. htmldir='${docdir}'
  387. includedir='${prefix}/include'
  388. infodir='${datarootdir}/info'
  389. libdir='${exec_prefix}/lib'
  390. libexecdir='${exec_prefix}/libexec'
  391. localedir='${datarootdir}/locale'
  392. localstatedir='${prefix}/var'
  393. mandir='${datarootdir}/man'
  394. oldincludedir='/usr/include'
  395. pdfdir='${docdir}'
  396. prefix='NONE'
  397. program_transform_name='s,x,x,'
  398. psdir='${docdir}'
  399. sane_devel=''
  400. sbindir='${exec_prefix}/sbin'
  401. sharedstatedir='${prefix}/com'
  402. sysconfdir='${prefix}/etc'
  403. target_alias=''
  404.  
  405. ## ------------------- ##
  406. ## File substitutions. ##
  407. ## ------------------- ##
  408.  
  409. MAKE_DLL_RULES=''
  410. MAKE_IMPLIB_RULES=''
  411. MAKE_PROG_RULES=''
  412. MAKE_RULES=''
  413. MAKE_TEST_RULES=''
  414.  
  415. ## ----------- ##
  416. ## confdefs.h. ##
  417. ## ----------- ##
  418.  
  419. /* confdefs.h */
  420. #define PACKAGE_NAME "Wine"
  421. #define PACKAGE_TARNAME "wine"
  422. #define PACKAGE_VERSION "1.5.4"
  423. #define PACKAGE_STRING "Wine 1.5.4"
  424. #define PACKAGE_BUGREPORT "[email protected]"
  425. #define PACKAGE_URL "http://www.winehq.org"
  426. #define EXEEXT ""
  427.  
  428. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment