Advertisement
Guest User

umarzuki

a guest
Jun 27th, 2009
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.96 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 CFLAGS=-m32 --enable-opengl --disable-cpucheck --enable-release --disable-debugger --disable-libao force_arch=i486
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ctrl
  14. uname -m = x86_64
  15. uname -r = 2.6.26-2-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Thu May 28 21:28:49 UTC 2009
  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/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:1806: checking build system type
  43. configure:1824: result: x86_64-unknown-linux-gnu
  44. configure:1846: checking host system type
  45. configure:1861: result: x86_64-unknown-linux-gnu
  46. configure:1883: checking target system type
  47. configure:1898: result: x86_64-unknown-linux-gnu
  48. configure:1939: checking for a BSD-compatible install
  49. configure:1995: result: /usr/bin/install -c
  50. configure:2054: checking for gcc
  51. configure:2070: found /usr/bin/gcc
  52. configure:2081: result: gcc
  53. configure:2319: checking for C compiler version
  54. configure:2326: gcc --version >&5
  55. gcc (Debian 4.3.3-10) 4.3.3
  56. Copyright (C) 2008 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:2329: $? = 0
  61. configure:2336: gcc -v >&5
  62. Using built-in specs.
  63. Target: x86_64-linux-gnu
  64. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-10' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  65. Thread model: posix
  66. gcc version 4.3.3 (Debian 4.3.3-10)
  67. configure:2339: $? = 0
  68. configure:2346: gcc -V >&5
  69. gcc: '-V' option must have argument
  70. configure:2349: $? = 1
  71. configure:2372: checking for C compiler default output file name
  72. configure:2399: gcc -m32 -pipe -I. -I/usr/local/include -I/usr/include -L../lib -L/usr/local/lib -L/usr/lib conftest.c >&5
  73. /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
  74. /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
  75. configure:2402: $? = 0
  76. configure:2440: result: a.out
  77. configure:2457: checking whether the C compiler works
  78. configure:2467: ./a.out
  79. configure:2470: $? = 0
  80. configure:2487: result: yes
  81. configure:2494: checking whether we are cross compiling
  82. configure:2496: result: no
  83. configure:2499: checking for suffix of executables
  84. configure:2506: gcc -o conftest -m32 -pipe -I. -I/usr/local/include -I/usr/include -L../lib -L/usr/local/lib -L/usr/lib conftest.c >&5
  85. /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
  86. /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
  87. configure:2509: $? = 0
  88. configure:2533: result:
  89. configure:2539: checking for suffix of object files
  90. configure:2565: gcc -c -m32 -pipe -I. -I/usr/local/include -I/usr/include conftest.c >&5
  91. configure:2568: $? = 0
  92. configure:2591: result: o
  93. configure:2595: checking whether we are using the GNU C compiler
  94. configure:2624: gcc -c -m32 -pipe -I. -I/usr/local/include -I/usr/include conftest.c >&5
  95. configure:2630: $? = 0
  96. configure:2647: result: yes
  97. configure:2652: checking whether gcc accepts -g
  98. configure:2682: gcc -c -g conftest.c >&5
  99. configure:2688: $? = 0
  100. configure:2787: result: yes
  101. configure:2804: checking for gcc option to accept ISO C89
  102. configure:2878: gcc -c -m32 -pipe -I. -I/usr/local/include -I/usr/include conftest.c >&5
  103. configure:2884: $? = 0
  104. configure:2907: result: none needed
  105. configure:2983: checking for g++
  106. configure:2999: found /usr/bin/g++
  107. configure:3010: result: g++
  108. configure:3041: checking for C++ compiler version
  109. configure:3048: g++ --version >&5
  110. g++ (Debian 4.3.3-10) 4.3.3
  111. Copyright (C) 2008 Free Software Foundation, Inc.
  112. This is free software; see the source for copying conditions. There is NO
  113. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  114.  
  115. configure:3051: $? = 0
  116. configure:3058: g++ -v >&5
  117. Using built-in specs.
  118. Target: x86_64-linux-gnu
  119. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-10' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  120. Thread model: posix
  121. gcc version 4.3.3 (Debian 4.3.3-10)
  122. configure:3061: $? = 0
  123. configure:3068: g++ -V >&5
  124. g++: '-V' option must have argument
  125. configure:3071: $? = 1
  126. configure:3074: checking whether we are using the GNU C++ compiler
  127. configure:3103: g++ -c -g -O2 conftest.cpp >&5
  128. configure:3109: $? = 0
  129. configure:3126: result: yes
  130. configure:3131: checking whether g++ accepts -g
  131. configure:3161: g++ -c -g conftest.cpp >&5
  132. configure:3167: $? = 0
  133. configure:3266: result: yes
  134. configure:3342: checking for nasm
  135. configure:3359: found /usr/bin/nasm
  136. configure:3370: result: nasm
  137. configure:3497: checking for sdl-config
  138. configure:3515: found /usr/bin/sdl-config
  139. configure:3528: result: /usr/bin/sdl-config
  140. configure:3537: checking for SDL - version >= 1.2.0
  141. configure:3634: gcc -o conftest -m32 -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -L../lib -L/usr/local/lib -L/usr/lib conftest.c -L/usr/lib -lSDL >&5
  142. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL
  143. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL
  144. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL
  145. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL
  146. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../libSDL.so when searching for -lSDL
  147. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../libSDL.a when searching for -lSDL
  148. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL
  149. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL
  150. /usr/bin/ld: cannot find -lSDL
  151. collect2: ld returned 1 exit status
  152. configure:3637: $? = 1
  153. configure: program exited with status 1
  154. configure: failed program was:
  155. | /* confdefs.h. */
  156. | #define PACKAGE_NAME ""
  157. | #define PACKAGE_TARNAME ""
  158. | #define PACKAGE_VERSION ""
  159. | #define PACKAGE_STRING ""
  160. | #define PACKAGE_BUGREPORT ""
  161. | /* end confdefs.h. */
  162. |
  163. | #include <stdio.h>
  164. | #include <stdlib.h>
  165. | #include <string.h>
  166. | #include "SDL.h"
  167. |
  168. | char*
  169. | my_strdup (char *str)
  170. | {
  171. | char *new_str;
  172. |
  173. | if (str)
  174. | {
  175. | new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
  176. | strcpy (new_str, str);
  177. | }
  178. | else
  179. | new_str = NULL;
  180. |
  181. | return new_str;
  182. | }
  183. |
  184. | int main (int argc, char *argv[])
  185. | {
  186. | int major, minor, micro;
  187. | char *tmp_version;
  188. |
  189. | /* This hangs on some systems (?)
  190. | system ("touch conf.sdltest");
  191. | */
  192. | { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
  193. |
  194. | /* HP/UX 9 (%@#!) writes to sscanf strings */
  195. | tmp_version = my_strdup("1.2.0");
  196. | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  197. | printf("%s, bad version string\n", "1.2.0");
  198. | exit(1);
  199. | }
  200. |
  201. | if ((1 > major) ||
  202. | ((1 == major) && (2 > minor)) ||
  203. | ((1 == major) && (2 == minor) && (13 >= micro)))
  204. | {
  205. | return 0;
  206. | }
  207. | else
  208. | {
  209. | printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", 1, 2, 13);
  210. | printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
  211. | printf("*** best to upgrade to the required version.\n");
  212. | printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
  213. | printf("*** to point to the correct copy of sdl-config, and remove the file\n");
  214. | printf("*** config.cache before re-running configure\n");
  215. | return 1;
  216. | }
  217. | }
  218. |
  219. |
  220. configure:3671: result: no
  221. configure:3715: gcc -o conftest -m32 -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -L../lib -L/usr/local/lib -L/usr/lib conftest.c -L/usr/lib -lSDL >&5
  222. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL
  223. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL
  224. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL
  225. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL
  226. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../libSDL.so when searching for -lSDL
  227. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../libSDL.a when searching for -lSDL
  228. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL
  229. /usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL
  230. /usr/bin/ld: cannot find -lSDL
  231. collect2: ld returned 1 exit status
  232. configure:3721: $? = 1
  233. configure: failed program was:
  234. | /* confdefs.h. */
  235. | #define PACKAGE_NAME ""
  236. | #define PACKAGE_TARNAME ""
  237. | #define PACKAGE_VERSION ""
  238. | #define PACKAGE_STRING ""
  239. | #define PACKAGE_BUGREPORT ""
  240. | /* end confdefs.h. */
  241. |
  242. | #include <stdio.h>
  243. | #include "SDL.h"
  244. |
  245. | int main(int argc, char *argv[])
  246. | { return 0; }
  247. | #undef main
  248. | #define main K_and_R_C_main
  249. |
  250. | int
  251. | main ()
  252. | {
  253. | return 0;
  254. | ;
  255. | return 0;
  256. | }
  257. configure:3755: error: SDL >= 1.2.0 is required
  258.  
  259. ## ---------------- ##
  260. ## Cache variables. ##
  261. ## ---------------- ##
  262.  
  263. ac_cv_build=x86_64-unknown-linux-gnu
  264. ac_cv_c_compiler_gnu=yes
  265. ac_cv_cxx_compiler_gnu=yes
  266. ac_cv_env_CCC_set=
  267. ac_cv_env_CCC_value=
  268. ac_cv_env_CC_set=
  269. ac_cv_env_CC_value=
  270. ac_cv_env_CFLAGS_set=set
  271. ac_cv_env_CFLAGS_value=-m32
  272. ac_cv_env_CPPFLAGS_set=set
  273. ac_cv_env_CPPFLAGS_value=
  274. ac_cv_env_CPP_set=
  275. ac_cv_env_CPP_value=
  276. ac_cv_env_CXXFLAGS_set=set
  277. ac_cv_env_CXXFLAGS_value='-g -O2'
  278. ac_cv_env_CXX_set=
  279. ac_cv_env_CXX_value=
  280. ac_cv_env_LDFLAGS_set=set
  281. ac_cv_env_LDFLAGS_value=-L../lib
  282. ac_cv_env_LIBS_set=
  283. ac_cv_env_LIBS_value=
  284. ac_cv_env_XMKMF_set=
  285. ac_cv_env_XMKMF_value=
  286. ac_cv_env_build_alias_set=
  287. ac_cv_env_build_alias_value=
  288. ac_cv_env_force_arch_set=set
  289. ac_cv_env_force_arch_value=i486
  290. ac_cv_env_host_alias_set=
  291. ac_cv_env_host_alias_value=
  292. ac_cv_env_target_alias_set=
  293. ac_cv_env_target_alias_value=
  294. ac_cv_host=x86_64-unknown-linux-gnu
  295. ac_cv_objext=o
  296. ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
  297. ac_cv_path_install='/usr/bin/install -c'
  298. ac_cv_prog_ac_ct_CC=gcc
  299. ac_cv_prog_ac_ct_CXX=g++
  300. ac_cv_prog_ac_ct_NASMPATH=nasm
  301. ac_cv_prog_cc_c89=
  302. ac_cv_prog_cc_g=yes
  303. ac_cv_prog_cxx_g=yes
  304. ac_cv_target=x86_64-unknown-linux-gnu
  305.  
  306. ## ----------------- ##
  307. ## Output variables. ##
  308. ## ----------------- ##
  309.  
  310. ARCH_INFO=''
  311. CC='gcc'
  312. CFLAGS='-m32 -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__'
  313. CPP=''
  314. CPPFLAGS=''
  315. CXX='g++'
  316. CXXFLAGS='-g -O2'
  317. DEBUGGER_FILES=''
  318. DEFS=''
  319. ECHO_C=''
  320. ECHO_N='-n'
  321. ECHO_T=''
  322. EGREP=''
  323. EXEEXT=''
  324. GL_DRAW=''
  325. GREP=''
  326. INSTALL_DATA='${INSTALL} -m 644'
  327. INSTALL_PROGRAM='${INSTALL}'
  328. INSTALL_SCRIPT='${INSTALL}'
  329. JMA_FILES=''
  330. LDFLAGS='-L../lib -L/usr/local/lib -L/usr/lib'
  331. LIBOBJS=''
  332. LIBPNG_CFLAGS=''
  333. LIBPNG_LIBS=''
  334. LIBPNG_VERSION=''
  335. LIBS=''
  336. LTLIBOBJS=''
  337. MMLIB_FILES='$(MMLIB_D)/mm.o $(MMLIB_D)/linux.o'
  338. NASMPATH='nasm'
  339. NFLAGS=' -w-orphan-labels -D__UNIXSDL__ -f elf -DELF'
  340. OBJEXT='o'
  341. PACKAGE_BUGREPORT=''
  342. PACKAGE_NAME=''
  343. PACKAGE_STRING=''
  344. PACKAGE_TARNAME=''
  345. PACKAGE_VERSION=''
  346. PATH_SEPARATOR=':'
  347. PSRFLAGS=' -D__UNIXSDL__'
  348. PSR_TEMP=''
  349. SDL_CFLAGS=''
  350. SDL_CONFIG='/usr/bin/sdl-config'
  351. SDL_LIBS=''
  352. SHELL='/bin/sh'
  353. VERSION='1.51'
  354. XMKMF=''
  355. ZC=''
  356. ZCFLAGS=''
  357. ZLIB_CFLAGS=''
  358. ZLIB_LIBS=''
  359. ZLIB_VERSION=''
  360. ZSNESEXE=''
  361. ac_ct_CC='gcc'
  362. ac_ct_CXX='g++'
  363. bindir='${exec_prefix}/bin'
  364. build='x86_64-unknown-linux-gnu'
  365. build_alias=''
  366. build_cpu='x86_64'
  367. build_os='linux-gnu'
  368. build_vendor='unknown'
  369. datadir='${datarootdir}'
  370. datarootdir='${prefix}/share'
  371. docdir='${datarootdir}/doc/${PACKAGE}'
  372. dvidir='${docdir}'
  373. exec_prefix='NONE'
  374. force_arch='i486'
  375. host='x86_64-unknown-linux-gnu'
  376. host_alias=''
  377. host_cpu='x86_64'
  378. host_os='linux-gnu'
  379. host_vendor='unknown'
  380. htmldir='${docdir}'
  381. includedir='${prefix}/include'
  382. infodir='${datarootdir}/info'
  383. libdir='${exec_prefix}/lib'
  384. libexecdir='${exec_prefix}/libexec'
  385. localedir='${datarootdir}/locale'
  386. localstatedir='${prefix}/var'
  387. mandir='${datarootdir}/man'
  388. oldincludedir='/usr/include'
  389. pdfdir='${docdir}'
  390. prefix='NONE'
  391. program_transform_name='s,x,x,'
  392. psdir='${docdir}'
  393. sbindir='${exec_prefix}/sbin'
  394. sharedstatedir='${prefix}/com'
  395. sysconfdir='${prefix}/etc'
  396. target='x86_64-unknown-linux-gnu'
  397. target_alias=''
  398. target_cpu='x86_64'
  399. target_os='linux-gnu'
  400. target_vendor='unknown'
  401.  
  402. ## ----------- ##
  403. ## confdefs.h. ##
  404. ## ----------- ##
  405.  
  406. #define PACKAGE_NAME ""
  407. #define PACKAGE_TARNAME ""
  408. #define PACKAGE_VERSION ""
  409. #define PACKAGE_STRING ""
  410. #define PACKAGE_BUGREPORT ""
  411.  
  412. configure: exit 1
  413.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement