Advertisement
Guest User

Untitled

a guest
Sep 16th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.93 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.59. Invocation command line was
  6.  
  7. $ ./configure --enable-gmcp
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Renshai
  14. uname -m = x86_64
  15. uname -r = 1.7.25(0.270/5/3)
  16. uname -s = CYGWIN_NT-6.2
  17. uname -v = 2013-08-31 20:37
  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. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /cygdrive/c/Program Files (x86)/AMD APP/bin/x86_64
  33. PATH: /cygdrive/c/Program Files (x86)/AMD APP/bin/x86
  34. PATH: /cygdrive/c/Windows/system32
  35. PATH: /cygdrive/c/Windows
  36. PATH: /cygdrive/c/Windows/System32/Wbem
  37. PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
  38. PATH: /cygdrive/c/Program Files (x86)/Windows Live/Shared
  39. PATH: /cygdrive/c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static
  40. PATH: /usr/lib/lapack
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:1346: Configuring TinyFugue version 5.0 beta 8
  48. configure:1520:
  49. configure:1610: Core dumps disabled.
  50. configure:1673: checking for gcc
  51. configure:1689: found /usr/bin/gcc
  52. configure:1699: result: gcc
  53. configure:1943: checking for C compiler version
  54. configure:1946: gcc --version </dev/null >&5
  55. gcc (GCC) 4.8.1
  56. Copyright (C) 2013 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:1949: $? = 0
  61. configure:1951: gcc -v </dev/null >&5
  62. Using built-in specs.
  63. COLLECT_GCC=gcc
  64. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/lto-wrapper.exe
  65. Target: x86_64-pc-cygwin
  66. Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8.1/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8.1 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
  67. Thread model: posix
  68. gcc version 4.8.1 (GCC)
  69. configure:1954: $? = 0
  70. configure:1956: gcc -V </dev/null >&5
  71. gcc: error: unrecognized command line option '-V'
  72. gcc: fatal error: no input files
  73. compilation terminated.
  74. configure:1959: $? = 1
  75. configure:1982: checking for C compiler default output file name
  76. configure:1985: gcc conftest.c >&5
  77. configure:1988: $? = 0
  78. configure:2034: result: a.exe
  79. configure:2039: checking whether the C compiler works
  80. configure:2045: ./a.exe
  81. configure:2048: $? = 0
  82. configure:2065: result: yes
  83. configure:2072: checking whether we are cross compiling
  84. configure:2074: result: no
  85. configure:2077: checking for suffix of executables
  86. configure:2079: gcc -o conftest.exe conftest.c >&5
  87. configure:2082: $? = 0
  88. configure:2107: result: .exe
  89. configure:2113: checking for suffix of object files
  90. configure:2134: gcc -c conftest.c >&5
  91. configure:2137: $? = 0
  92. configure:2159: result: o
  93. configure:2163: checking whether we are using the GNU C compiler
  94. configure:2187: gcc -c conftest.c >&5
  95. configure:2193: $? = 0
  96. configure:2197: test -z
  97. || test ! -s conftest.err
  98. configure:2200: $? = 0
  99. configure:2203: test -s conftest.o
  100. configure:2206: $? = 0
  101. configure:2219: result: yes
  102. configure:2225: checking whether gcc accepts -g
  103. configure:2246: gcc -c -g conftest.c >&5
  104. configure:2252: $? = 0
  105. configure:2256: test -z
  106. || test ! -s conftest.err
  107. configure:2259: $? = 0
  108. configure:2262: test -s conftest.o
  109. configure:2265: $? = 0
  110. configure:2276: result: yes
  111. configure:2293: checking for gcc option to accept ANSI C
  112. configure:2363: gcc -c -g -O2 conftest.c >&5
  113. configure:2369: $? = 0
  114. configure:2373: test -z
  115. || test ! -s conftest.err
  116. configure:2376: $? = 0
  117. configure:2379: test -s conftest.o
  118. configure:2382: $? = 0
  119. configure:2400: result: none needed
  120. configure:2418: gcc -c -g -O2 conftest.c >&5
  121. conftest.c:2:3: error: unknown type name 'choke'
  122. choke me
  123. ^
  124. conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  125. configure:2424: $? = 1
  126. configure: failed program was:
  127. | #ifndef __cplusplus
  128. | choke me
  129. | #endif
  130. configure:2563: checking how to run the C preprocessor
  131. configure:2598: gcc -E conftest.c
  132. configure:2604: $? = 0
  133. configure:2636: gcc -E conftest.c
  134. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  135. #include <ac_nonexistent.h>
  136. ^
  137. compilation terminated.
  138. configure:2642: $? = 1
  139. configure: failed program was:
  140. | /* confdefs.h. */
  141. |
  142. | #define PACKAGE_NAME ""
  143. | #define PACKAGE_TARNAME ""
  144. | #define PACKAGE_VERSION ""
  145. | #define PACKAGE_STRING ""
  146. | #define PACKAGE_BUGREPORT ""
  147. | #define NDEBUG 1
  148. | #define DISABLE_CORE 1
  149. | /* end confdefs.h. */
  150. | #include <ac_nonexistent.h>
  151. configure:2681: result: gcc -E
  152. configure:2705: gcc -E conftest.c
  153. configure:2711: $? = 0
  154. configure:2743: gcc -E conftest.c
  155. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  156. #include <ac_nonexistent.h>
  157. ^
  158. compilation terminated.
  159. configure:2749: $? = 1
  160. configure: failed program was:
  161. | /* confdefs.h. */
  162. |
  163. | #define PACKAGE_NAME ""
  164. | #define PACKAGE_TARNAME ""
  165. | #define PACKAGE_VERSION ""
  166. | #define PACKAGE_STRING ""
  167. | #define PACKAGE_BUGREPORT ""
  168. | #define NDEBUG 1
  169. | #define DISABLE_CORE 1
  170. | /* end confdefs.h. */
  171. | #include <ac_nonexistent.h>
  172. configure:2793: checking for egrep
  173. configure:2803: result: grep -E
  174. configure:2809: checking whether gcc needs -traditional
  175. conftest.c:11:19: fatal error: sgtty.h: No such file or directory
  176. #include <sgtty.h>
  177. ^
  178. compilation terminated.
  179. configure:2851: result: no
  180. configure:2861: checking whether make sets $(MAKE)
  181. configure:2881: result: yes
  182. configure:2898: checking for ranlib
  183. configure:2914: found /usr/bin/ranlib
  184. configure:2925: result: ranlib
  185. configure:2935: checking for ANSI C header files
  186. configure:2960: gcc -c -g -O2 conftest.c >&5
  187. configure:2966: $? = 0
  188. configure:2970: test -z
  189. || test ! -s conftest.err
  190. configure:2973: $? = 0
  191. configure:2976: test -s conftest.o
  192. configure:2979: $? = 0
  193. configure:3068: gcc -o conftest.exe -g -O2 conftest.c >&5
  194. conftest.c: In function 'main':
  195. conftest.c:28:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
  196. exit(2);
  197. ^
  198. configure:3071: $? = 0
  199. configure:3073: ./conftest.exe
  200. ./configure: line 3074: ./conftest.exe: No such file or directory
  201. configure:3076: $? = 127
  202. configure: program exited with status 127
  203. configure: failed program was:
  204. | /* confdefs.h. */
  205. |
  206. | #define PACKAGE_NAME ""
  207. | #define PACKAGE_TARNAME ""
  208. | #define PACKAGE_VERSION ""
  209. | #define PACKAGE_STRING ""
  210. | #define PACKAGE_BUGREPORT ""
  211. | #define NDEBUG 1
  212. | #define DISABLE_CORE 1
  213. | /* end confdefs.h. */
  214. | #include <ctype.h>
  215. | #if ((' ' & 0x0FF) == 0x020)
  216. | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  217. | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  218. | #else
  219. | # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') || ('j' <= (c) && (c) <= 'r') || ('s' <= (c) && (c) <= 'z'))
  220. | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  221. | #endif
  222. |
  223. | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  224. | int
  225. | main ()
  226. | {
  227. | int i;
  228. | for (i = 0; i < 256; i++)
  229. | if (XOR (islower (i), ISLOWER (i))
  230. | || toupper (i) != TOUPPER (i))
  231. | exit(2);
  232. | exit (0);
  233. | }
  234. configure:3091: result: no
  235. configure:3115: checking for sys/types.h
  236. configure:3131: gcc -c -g -O2 conftest.c >&5
  237. configure:3137: $? = 0
  238. configure:3141: test -z
  239. || test ! -s conftest.err
  240. configure:3144: $? = 0
  241. configure:3147: test -s conftest.o
  242. configure:3150: $? = 0
  243. configure:3161: result: yes
  244. configure:3115: checking for sys/stat.h
  245. configure:3131: gcc -c -g -O2 conftest.c >&5
  246. configure:3137: $? = 0
  247. configure:3141: test -z
  248. || test ! -s conftest.err
  249. configure:3144: $? = 0
  250. configure:3147: test -s conftest.o
  251. configure:3150: $? = 0
  252. configure:3161: result: yes
  253. configure:3115: checking for stdlib.h
  254. configure:3131: gcc -c -g -O2 conftest.c >&5
  255. configure:3137: $? = 0
  256. configure:3141: test -z
  257. || test ! -s conftest.err
  258. configure:3144: $? = 0
  259. configure:3147: test -s conftest.o
  260. configure:3150: $? = 0
  261. configure:3161: result: yes
  262. configure:3115: checking for string.h
  263. configure:3131: gcc -c -g -O2 conftest.c >&5
  264. configure:3137: $? = 0
  265. configure:3141: test -z
  266. || test ! -s conftest.err
  267. configure:3144: $? = 0
  268. configure:3147: test -s conftest.o
  269. configure:3150: $? = 0
  270. configure:3161: result: yes
  271. configure:3115: checking for memory.h
  272. configure:3131: gcc -c -g -O2 conftest.c >&5
  273. configure:3137: $? = 0
  274. configure:3141: test -z
  275. || test ! -s conftest.err
  276. configure:3144: $? = 0
  277. configure:3147: test -s conftest.o
  278. configure:3150: $? = 0
  279. configure:3161: result: yes
  280. configure:3115: checking for strings.h
  281. configure:3131: gcc -c -g -O2 conftest.c >&5
  282. configure:3137: $? = 0
  283. configure:3141: test -z
  284. || test ! -s conftest.err
  285. configure:3144: $? = 0
  286. configure:3147: test -s conftest.o
  287. configure:3150: $? = 0
  288. configure:3161: result: yes
  289. configure:3115: checking for inttypes.h
  290. configure:3131: gcc -c -g -O2 conftest.c >&5
  291. configure:3137: $? = 0
  292. configure:3141: test -z
  293. || test ! -s conftest.err
  294. configure:3144: $? = 0
  295. configure:3147: test -s conftest.o
  296. configure:3150: $? = 0
  297. configure:3161: result: yes
  298. configure:3115: checking for stdint.h
  299. configure:3131: gcc -c -g -O2 conftest.c >&5
  300. configure:3137: $? = 0
  301. configure:3141: test -z
  302. || test ! -s conftest.err
  303. configure:3144: $? = 0
  304. configure:3147: test -s conftest.o
  305. configure:3150: $? = 0
  306. configure:3161: result: yes
  307. configure:3115: checking for unistd.h
  308. configure:3131: gcc -c -g -O2 conftest.c >&5
  309. configure:3137: $? = 0
  310. configure:3141: test -z
  311. || test ! -s conftest.err
  312. configure:3144: $? = 0
  313. configure:3147: test -s conftest.o
  314. configure:3150: $? = 0
  315. configure:3161: result: yes
  316. configure:3173: checking for short
  317. configure:3197: gcc -c -g -O2 conftest.c >&5
  318. configure:3203: $? = 0
  319. configure:3207: test -z
  320. || test ! -s conftest.err
  321. configure:3210: $? = 0
  322. configure:3213: test -s conftest.o
  323. configure:3216: $? = 0
  324. configure:3227: result: yes
  325. configure:3230: checking size of short
  326. configure:3549: gcc -o conftest.exe -g -O2 conftest.c >&5
  327. configure:3552: $? = 0
  328. configure:3554: ./conftest.exe
  329. ./configure: line 3555: ./conftest.exe: No such file or directory
  330. configure:3557: $? = 127
  331. configure: program exited with status 127
  332. configure: failed program was:
  333. | /* confdefs.h. */
  334. |
  335. | #define PACKAGE_NAME ""
  336. | #define PACKAGE_TARNAME ""
  337. | #define PACKAGE_VERSION ""
  338. | #define PACKAGE_STRING ""
  339. | #define PACKAGE_BUGREPORT ""
  340. | #define NDEBUG 1
  341. | #define DISABLE_CORE 1
  342. | #define HAVE_SYS_TYPES_H 1
  343. | #define HAVE_SYS_STAT_H 1
  344. | #define HAVE_STDLIB_H 1
  345. | #define HAVE_STRING_H 1
  346. | #define HAVE_MEMORY_H 1
  347. | #define HAVE_STRINGS_H 1
  348. | #define HAVE_INTTYPES_H 1
  349. | #define HAVE_STDINT_H 1
  350. | #define HAVE_UNISTD_H 1
  351. | /* end confdefs.h. */
  352. | #include <stdio.h>
  353. | #if HAVE_SYS_TYPES_H
  354. | # include <sys/types.h>
  355. | #endif
  356. | #if HAVE_SYS_STAT_H
  357. | # include <sys/stat.h>
  358. | #endif
  359. | #if STDC_HEADERS
  360. | # include <stdlib.h>
  361. | # include <stddef.h>
  362. | #else
  363. | # if HAVE_STDLIB_H
  364. | # include <stdlib.h>
  365. | # endif
  366. | #endif
  367. | #if HAVE_STRING_H
  368. | # if !STDC_HEADERS && HAVE_MEMORY_H
  369. | # include <memory.h>
  370. | # endif
  371. | # include <string.h>
  372. | #endif
  373. | #if HAVE_STRINGS_H
  374. | # include <strings.h>
  375. | #endif
  376. | #if HAVE_INTTYPES_H
  377. | # include <inttypes.h>
  378. | #else
  379. | # if HAVE_STDINT_H
  380. | # include <stdint.h>
  381. | # endif
  382. | #endif
  383. | #if HAVE_UNISTD_H
  384. | # include <unistd.h>
  385. | #endif
  386. | long longval () { return (long) (sizeof (short)); }
  387. | unsigned long ulongval () { return (long) (sizeof (short)); }
  388. | #include <stdio.h>
  389. | #include <stdlib.h>
  390. | int
  391. | main ()
  392. | {
  393. |
  394. | FILE *f = fopen ("conftest.val", "w");
  395. | if (! f)
  396. | exit (1);
  397. | if (((long) (sizeof (short))) < 0)
  398. | {
  399. | long i = longval ();
  400. | if (i != ((long) (sizeof (short))))
  401. | exit (1);
  402. | fprintf (f, "%ld\n", i);
  403. | }
  404. | else
  405. | {
  406. | unsigned long i = ulongval ();
  407. | if (i != ((long) (sizeof (short))))
  408. | exit (1);
  409. | fprintf (f, "%lu\n", i);
  410. | }
  411. | exit (ferror (f) || fclose (f) != 0);
  412. |
  413. | ;
  414. | return 0;
  415. | }
  416. configure:3567: error: cannot compute sizeof (short), 77
  417. See `config.log' for more details.
  418.  
  419. ## ---------------- ##
  420. ## Cache variables. ##
  421. ## ---------------- ##
  422.  
  423. ac_cv_c_compiler_gnu=yes
  424. ac_cv_env_CC_set=
  425. ac_cv_env_CC_value=
  426. ac_cv_env_CFLAGS_set=
  427. ac_cv_env_CFLAGS_value=
  428. ac_cv_env_CPPFLAGS_set=
  429. ac_cv_env_CPPFLAGS_value=
  430. ac_cv_env_CPP_set=
  431. ac_cv_env_CPP_value=
  432. ac_cv_env_LDFLAGS_set=
  433. ac_cv_env_LDFLAGS_value=
  434. ac_cv_env_build_alias_set=
  435. ac_cv_env_build_alias_value=
  436. ac_cv_env_host_alias_set=
  437. ac_cv_env_host_alias_value=
  438. ac_cv_env_target_alias_set=
  439. ac_cv_env_target_alias_value=
  440. ac_cv_exeext=.exe
  441. ac_cv_header_inttypes_h=yes
  442. ac_cv_header_memory_h=yes
  443. ac_cv_header_stdc=no
  444. ac_cv_header_stdint_h=yes
  445. ac_cv_header_stdlib_h=yes
  446. ac_cv_header_string_h=yes
  447. ac_cv_header_strings_h=yes
  448. ac_cv_header_sys_stat_h=yes
  449. ac_cv_header_sys_types_h=yes
  450. ac_cv_header_unistd_h=yes
  451. ac_cv_objext=o
  452. ac_cv_prog_CPP='gcc -E'
  453. ac_cv_prog_RANLIB=ranlib
  454. ac_cv_prog_ac_ct_CC=gcc
  455. ac_cv_prog_cc_g=yes
  456. ac_cv_prog_cc_stdc=
  457. ac_cv_prog_egrep='grep -E'
  458. ac_cv_prog_gcc_traditional=no
  459. ac_cv_prog_make_make_set=yes
  460. ac_cv_type_short=yes
  461.  
  462. ## ----------------- ##
  463. ## Output variables. ##
  464. ## ----------------- ##
  465.  
  466. CC='gcc'
  467. CFLAGS='-g -O2'
  468. CPP='gcc -E'
  469. CPPFLAGS=''
  470. DEFS=''
  471. ECHO_C=''
  472. ECHO_N='-n'
  473. ECHO_T=''
  474. EGREP='grep -E'
  475. EXEEXT='.exe'
  476. EXENAME=''
  477. LDFLAGS=''
  478. LIBNAME=''
  479. LIBOBJS=''
  480. LIBS=''
  481. LTLIBOBJS=''
  482. MODE=''
  483. OBJEXT='o'
  484. OTHER_OBJS=''
  485. PACKAGE_BUGREPORT=''
  486. PACKAGE_NAME=''
  487. PACKAGE_STRING=''
  488. PACKAGE_TARNAME=''
  489. PACKAGE_VERSION=''
  490. PATH_SEPARATOR=':'
  491. PCRE=''
  492. RANLIB='ranlib'
  493. SET_MAKE=''
  494. SHELL='/bin/sh'
  495. STRIP=''
  496. SYMLINK=''
  497. TFVERSION='TinyFugue version 5.0 beta 8'
  498. UNAME='CYGWIN_NT-6.2 2013-08-31 20:37 1.7.25(0.270/5/3)'
  499. ac_ct_CC='gcc'
  500. bindir='${exec_prefix}/bin'
  501. build_alias=''
  502. datadir='${prefix}/share'
  503. exec_prefix='NONE'
  504. host_alias=''
  505. includedir='${prefix}/include'
  506. infodir='${prefix}/info'
  507. libdir='${exec_prefix}/lib'
  508. libexecdir='${exec_prefix}/libexec'
  509. localstatedir='${prefix}/var'
  510. mandir='${prefix}/man'
  511. oldincludedir='/usr/include'
  512. prefix='NONE'
  513. program_transform_name='s,x,x,'
  514. sbindir='${exec_prefix}/sbin'
  515. sharedstatedir='${prefix}/com'
  516. sysconfdir='${prefix}/etc'
  517. target_alias=''
  518.  
  519. ## ----------- ##
  520. ## confdefs.h. ##
  521. ## ----------- ##
  522.  
  523. #define DISABLE_CORE 1
  524. #define HAVE_INTTYPES_H 1
  525. #define HAVE_MEMORY_H 1
  526. #define HAVE_STDINT_H 1
  527. #define HAVE_STDLIB_H 1
  528. #define HAVE_STRINGS_H 1
  529. #define HAVE_STRING_H 1
  530. #define HAVE_SYS_STAT_H 1
  531. #define HAVE_SYS_TYPES_H 1
  532. #define HAVE_UNISTD_H 1
  533. #define NDEBUG 1
  534. #define PACKAGE_BUGREPORT ""
  535. #define PACKAGE_NAME ""
  536. #define PACKAGE_STRING ""
  537. #define PACKAGE_TARNAME ""
  538. #define PACKAGE_VERSION ""
  539.  
  540. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement