LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1058|回复: 6

[已解决。。。。搞到烦了,直接到 sid ]ntfs-3g需要libc6 2.5!

[复制链接]
发表于 2007-4-28 09:43:16 | 显示全部楼层 |阅读模式
要安装ntfs-3g需要libc6 2.5  (主要是fuse需要)
可是自带的只有2.3吧!
请问如何安全升级!

还有用ntfs-3g会出现中文文件不显示的问题!请问如何解决,谢谢!

etch
  1. http://packages.debian.org/unstable/otherosfs/ntfs-3g
复制代码




由于一次失误,需要卸载xen,把libc6-xen换成了libc6-i686
结果我几乎重装一了一次!汗。。。。。

结果现在系统不怎么完整了!也趁这个机会学习一下
configure.log下下面,谢谢了
发表于 2007-4-28 10:16:16 | 显示全部楼层
我在etch上安装完全没有什么libc6.5的问题,充其量就是fuse的版本不够而已。
回复 支持 反对

使用道具 举报

发表于 2007-4-28 10:18:47 | 显示全部楼层
自己编译的话应该不会有问题。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-28 10:21:41 | 显示全部楼层
我下的是deb
ntfs-3g_1.328-2_i386.deb
安装fuse的时候出现的!
  1. debian:/home/loading/Desktop# dpkg -i fuse-utils_2.6.3-4_i386.deb
  2. 选中了曾被取消选择的软件包 fuse-utils。
  3. (正在读取数据库 ... 系统当前总共安装有 82987 个文件和目录。)
  4. 正在解压缩 fuse-utils (从 fuse-utils_2.6.3-4_i386.deb) ...
  5. dpkg:依赖关系问题使得 fuse-utils 的配置工作不能继续:
  6. fuse-utils 依赖于 libc6 (>= 2.5);然而:
  7. 系统中 libc6 的版本为 2.3.6.ds1-13。
  8. dpkg:处理 fuse-utils (--install)时出错:
  9. 依赖关系问题 - 仍未被配置
  10. 在处理时有错误发生:
  11. fuse-utils
复制代码
的确是fuse的问题!不过还是libc6太底啊!
自己编译试一下,谢谢了

现在我的系统有点问题了!不会解决!   主要是由于上一次卸载xen时,把libc6-xen卸载了!重装了libc6-686

现在编译时出错!编译歌词插件时就出现了!希望高手解答!
下面是我ntfs-3g的configure.log


出现在 configure:1853: checking whether to enable maintainer-specific portions of Makefiles
configure:1862: result: no


  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by configure, which was
  4. generated by GNU Autoconf 2.59.  Invocation command line was
  5.   $ ./configure
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = debian
  10. uname -m = i686
  11. uname -r = 2.6.18-4-686
  12. uname -s = Linux
  13. uname -v = #1 SMP Mon Mar 26 17:17:36 UTC 2007
  14. /usr/bin/uname -p = unknown
  15. /bin/uname -X     = unknown
  16. /bin/arch              = i686
  17. /usr/bin/arch -k       = unknown
  18. /usr/convex/getsysinfo = unknown
  19. hostinfo               = unknown
  20. /bin/machine           = unknown
  21. /usr/bin/oslevel       = unknown
  22. /bin/universe          = unknown
  23. PATH: /usr/local/sbin
  24. PATH: /usr/local/bin
  25. PATH: /usr/sbin
  26. PATH: /usr/bin
  27. PATH: /sbin
  28. PATH: /bin
  29. PATH: /usr/bin/X11
  30. ## ----------- ##
  31. ## Core tests. ##
  32. ## ----------- ##
  33. configure:1547: checking for a BSD-compatible install
  34. configure:1602: result: /usr/bin/install -c
  35. configure:1613: checking whether build environment is sane
  36. configure:1656: result: yes
  37. configure:1690: checking for gawk
  38. configure:1706: found /usr/bin/gawk
  39. configure:1716: result: gawk
  40. configure:1726: checking whether make sets $(MAKE)
  41. configure:1746: result: yes
  42. configure:1853: checking whether to enable maintainer-specific portions of Makefiles
  43. configure:1862: result: no
  44. configure:1922: checking for gcc
  45. configure:1938: found /usr/bin/gcc
  46. configure:1948: result: gcc
  47. configure:2192: checking for C compiler version
  48. configure:2195: gcc --version </dev/null >&5
  49. gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
  50. Copyright (C) 2006 Free Software Foundation, Inc.
  51. This is free software; see the source for copying conditions.  There is NO
  52. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  53. configure:2198: $? = 0
  54. configure:2200: gcc -v </dev/null >&5
  55. Using built-in specs.
  56. Target: i486-linux-gnu
  57. Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
  58. Thread model: posix
  59. gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
  60. configure:2203: $? = 0
  61. configure:2205: gcc -V </dev/null >&5
  62. gcc: '-V' option must have argument
  63. configure:2208: $? = 1
  64. configure:2231: checking for C compiler default output file name
  65. configure:2234: gcc    conftest.c  >&5
  66. configure:2237: $? = 0
  67. configure:2283: result: a.out
  68. configure:2288: checking whether the C compiler works
  69. configure:2294: ./a.out
  70. configure:2297: $? = 0
  71. configure:2314: result: yes
  72. configure:2321: checking whether we are cross compiling
  73. configure:2323: result: no
  74. configure:2326: checking for suffix of executables
  75. configure:2328: gcc -o conftest    conftest.c  >&5
  76. configure:2331: $? = 0
  77. configure:2356: result:
  78. configure:2362: checking for suffix of object files
  79. configure:2383: gcc -c   conftest.c >&5
  80. configure:2386: $? = 0
  81. configure:2408: result: o
  82. configure:2412: checking whether we are using the GNU C compiler
  83. configure:2436: gcc -c   conftest.c >&5
  84. configure:2442: $? = 0
  85. configure:2446: test -z
  86.                          || test ! -s conftest.err
  87. configure:2449: $? = 0
  88. configure:2452: test -s conftest.o
  89. configure:2455: $? = 0
  90. configure:2468: result: yes
  91. configure:2474: checking whether gcc accepts -g
  92. configure:2495: gcc -c -g  conftest.c >&5
  93. configure:2501: $? = 0
  94. configure:2505: test -z
  95.                          || test ! -s conftest.err
  96. configure:2508: $? = 0
  97. configure:2511: test -s conftest.o
  98. configure:2514: $? = 0
  99. configure:2525: result: yes
  100. configure:2542: checking for gcc option to accept ANSI C
  101. configure:2612: gcc  -c -g -O2  conftest.c >&5
  102. configure:2618: $? = 0
  103. configure:2622: test -z
  104.                          || test ! -s conftest.err
  105. configure:2625: $? = 0
  106. configure:2628: test -s conftest.o
  107. configure:2631: $? = 0
  108. configure:2649: result: none needed
  109. configure:2667: gcc -c -g -O2  conftest.c >&5
  110. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  111. configure:2673: $? = 1
  112. configure: failed program was:
  113. | #ifndef __cplusplus
  114. |   choke me
  115. | #endif
  116. configure:2814: checking for style of include used by make
  117. configure:2842: result: GNU
  118. configure:2849: checking dependency style of gcc
  119. configure:2911: result: gcc3
  120. configure:2968: checking for g++
  121. configure:2984: found /usr/bin/g++
  122. configure:2994: result: g++
  123. configure:3010: checking for C++ compiler version
  124. configure:3013: g++ --version </dev/null >&5
  125. g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
  126. Copyright (C) 2006 Free Software Foundation, Inc.
  127. This is free software; see the source for copying conditions.  There is NO
  128. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  129. configure:3016: $? = 0
  130. configure:3018: g++ -v </dev/null >&5
  131. Using built-in specs.
  132. Target: i486-linux-gnu
  133. Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
  134. Thread model: posix
  135. gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
  136. configure:3021: $? = 0
  137. configure:3023: g++ -V </dev/null >&5
  138. g++: '-V' option must have argument
  139. configure:3026: $? = 1
  140. configure:3029: checking whether we are using the GNU C++ compiler
  141. configure:3053: g++ -c   conftest.cc >&5
  142. configure:3059: $? = 0
  143. configure:3063: test -z
  144.                          || test ! -s conftest.err
  145. configure:3066: $? = 0
  146. configure:3069: test -s conftest.o
  147. configure:3072: $? = 0
  148. configure:3085: result: yes
  149. configure:3091: checking whether g++ accepts -g
  150. configure:3112: g++ -c -g  conftest.cc >&5
  151. configure:3118: $? = 0
  152. configure:3122: test -z
  153.                          || test ! -s conftest.err
  154. configure:3125: $? = 0
  155. configure:3128: test -s conftest.o
  156. configure:3131: $? = 0
  157. configure:3142: result: yes
  158. configure:3184: g++ -c -g -O2  conftest.cc >&5
  159. configure:3190: $? = 0
  160. configure:3194: test -z
  161.                          || test ! -s conftest.err
  162. configure:3197: $? = 0
  163. configure:3200: test -s conftest.o
  164. configure:3203: $? = 0
  165. configure:3229: g++ -c -g -O2  conftest.cc >&5
  166. conftest.cc: In function 'int main()':
  167. conftest.cc:15: error: 'exit' was not declared in this scope
  168. configure:3235: $? = 1
  169. configure: failed program was:
  170. | /* confdefs.h.  */
  171. |
  172. | #define PACKAGE_NAME ""
  173. | #define PACKAGE_TARNAME ""
  174. | #define PACKAGE_VERSION ""
  175. | #define PACKAGE_STRING ""
  176. | #define PACKAGE_BUGREPORT ""
  177. | #define PACKAGE "xlyrics"
  178. | #define VERSION "0.0.3"
  179. | /* end confdefs.h.  */
  180. |
  181. | int
  182. | main ()
  183. | {
  184. | exit (42);
  185. |   ;
  186. |   return 0;
  187. | }
  188. configure:3184: g++ -c -g -O2  conftest.cc >&5
  189. configure:3190: $? = 0
  190. configure:3194: test -z
  191.                          || test ! -s conftest.err
  192. configure:3197: $? = 0
  193. configure:3200: test -s conftest.o
  194. configure:3203: $? = 0
  195. configure:3229: g++ -c -g -O2  conftest.cc >&5
  196. configure:3235: $? = 0
  197. configure:3239: test -z
  198.                          || test ! -s conftest.err
  199. configure:3242: $? = 0
  200. configure:3245: test -s conftest.o
  201. configure:3248: $? = 0
  202. configure:3273: checking dependency style of g++
  203. configure:3335: result: gcc3
  204. configure:3342: checking for strerror in -lcposix
  205. configure:3372: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
  206. /usr/bin/ld: cannot find -lcposix
  207. collect2: ld returned 1 exit status
  208. configure:3378: $? = 1
  209. configure: failed program was:
  210. | /* confdefs.h.  */
  211. |
  212. | #define PACKAGE_NAME ""
  213. | #define PACKAGE_TARNAME ""
  214. | #define PACKAGE_VERSION ""
  215. | #define PACKAGE_STRING ""
  216. | #define PACKAGE_BUGREPORT ""
  217. | #define PACKAGE "xlyrics"
  218. | #define VERSION "0.0.3"
  219. | #ifdef __cplusplus
  220. | extern "C" void std::exit (int) throw (); using std::exit;
  221. | #endif
  222. | /* end confdefs.h.  */
  223. |
  224. | /* Override any gcc2 internal prototype to avoid an error.  */
  225. | #ifdef __cplusplus
  226. | extern "C"
  227. | #endif
  228. | /* We use char because int might match the return type of a gcc2
  229. |    builtin and then its argument prototype would still apply.  */
  230. | char strerror ();
  231. | int
  232. | main ()
  233. | {
  234. | strerror ();
  235. |   ;
  236. |   return 0;
  237. | }
  238. configure:3404: result: no
  239. configure:3417: checking how to run the C preprocessor
  240. configure:3452: gcc -E  conftest.c
  241. configure:3458: $? = 0
  242. configure:3490: gcc -E  conftest.c
  243. conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
  244. configure:3496: $? = 1
  245. configure: failed program was:
  246. | /* confdefs.h.  */
  247. |
  248. | #define PACKAGE_NAME ""
  249. | #define PACKAGE_TARNAME ""
  250. | #define PACKAGE_VERSION ""
  251. | #define PACKAGE_STRING ""
  252. | #define PACKAGE_BUGREPORT ""
  253. | #define PACKAGE "xlyrics"
  254. | #define VERSION "0.0.3"
  255. | #ifdef __cplusplus
  256. | extern "C" void std::exit (int) throw (); using std::exit;
  257. | #endif
  258. | /* end confdefs.h.  */
  259. | #include <ac_nonexistent.h>
  260. configure:3535: result: gcc -E
  261. configure:3559: gcc -E  conftest.c
  262. configure:3565: $? = 0
  263. configure:3597: gcc -E  conftest.c
  264. conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
  265. configure:3603: $? = 1
  266. configure: failed program was:
  267. | /* confdefs.h.  */
  268. |
  269. | #define PACKAGE_NAME ""
  270. | #define PACKAGE_TARNAME ""
  271. | #define PACKAGE_VERSION ""
  272. | #define PACKAGE_STRING ""
  273. | #define PACKAGE_BUGREPORT ""
  274. | #define PACKAGE "xlyrics"
  275. | #define VERSION "0.0.3"
  276. | #ifdef __cplusplus
  277. | extern "C" void std::exit (int) throw (); using std::exit;
  278. | #endif
  279. | /* end confdefs.h.  */
  280. | #include <ac_nonexistent.h>
  281. configure:3647: checking for egrep
  282. configure:3657: result: grep -E
  283. configure:3662: checking for ANSI C header files
  284. configure:3687: gcc -c -g -O2  conftest.c >&5
  285. configure:3693: $? = 0
  286. configure:3697: test -z
  287.                          || test ! -s conftest.err
  288. configure:3700: $? = 0
  289. configure:3703: test -s conftest.o
  290. configure:3706: $? = 0
  291. configure:3795: gcc -o conftest -g -O2   conftest.c  >&5
  292. conftest.c: In function 'main':
  293. conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
  294. configure:3798: $? = 0
  295. configure:3800: ./conftest
  296. configure:3803: $? = 0
  297. configure:3818: result: yes
  298. configure:3828: checking for inline
  299. configure:3849: gcc -c -g -O2  conftest.c >&5
  300. configure:3855: $? = 0
  301. configure:3859: test -z
  302.                          || test ! -s conftest.err
  303. configure:3862: $? = 0
  304. configure:3865: test -s conftest.o
  305. configure:3868: $? = 0
  306. configure:3880: result: inline
  307. configure:3979: checking build system type
  308. configure:3997: result: i686-pc-linux-gnu
  309. configure:4005: checking host system type
  310. configure:4019: result: i686-pc-linux-gnu
  311. configure:4027: checking for a sed that does not truncate output
  312. configure:4081: result: /bin/sed
  313. configure:4095: checking for ld used by gcc
  314. configure:4162: result: /usr/bin/ld
  315. configure:4171: checking if the linker (/usr/bin/ld) is GNU ld
  316. configure:4186: result: yes
  317. configure:4191: checking for /usr/bin/ld option to reload object files
  318. configure:4198: result: -r
  319. configure:4207: checking for BSD-compatible nm
  320. configure:4249: result: /usr/bin/nm -B
  321. configure:4253: checking whether ln -s works
  322. configure:4257: result: yes
  323. configure:4264: checking how to recognise dependent libraries
  324. configure:4447: result: pass_all
  325. configure:4578: gcc -c   conftest.c >&5
  326. configure:4581: $? = 0
  327. configure:4687: checking for sys/types.h
  328. configure:4703: gcc -c   conftest.c >&5
  329. configure:4709: $? = 0
  330. configure:4713: test -z
  331.                          || test ! -s conftest.err
  332. configure:4716: $? = 0
  333. configure:4719: test -s conftest.o
  334. configure:4722: $? = 0
  335. configure:4733: result: yes
  336. configure:4687: checking for sys/stat.h
  337. configure:4703: gcc -c   conftest.c >&5
  338. configure:4709: $? = 0
  339. configure:4713: test -z
  340.                          || test ! -s conftest.err
  341. configure:4716: $? = 0
  342. configure:4719: test -s conftest.o
  343. configure:4722: $? = 0
  344. configure:4733: result: yes
  345. configure:4687: checking for stdlib.h
  346. configure:4703: gcc -c   conftest.c >&5
  347. configure:4709: $? = 0
  348. configure:4713: test -z
  349.                          || test ! -s conftest.err
  350. configure:4716: $? = 0
  351. configure:4719: test -s conftest.o
  352. configure:4722: $? = 0
  353. configure:4733: result: yes
  354. configure:4687: checking for string.h
  355. configure:4703: gcc -c   conftest.c >&5
  356. configure:4709: $? = 0
  357. configure:4713: test -z
  358.                          || test ! -s conftest.err
  359. configure:4716: $? = 0
  360. configure:4719: test -s conftest.o
  361. configure:4722: $? = 0
  362. configure:4733: result: yes
  363. configure:4687: checking for memory.h
  364. configure:4703: gcc -c   conftest.c >&5
  365. configure:4709: $? = 0
  366. configure:4713: test -z
  367.                          || test ! -s conftest.err
  368. configure:4716: $? = 0
  369. configure:4719: test -s conftest.o
  370. configure:4722: $? = 0
  371. configure:4733: result: yes
  372. configure:4687: checking for strings.h
  373. configure:4703: gcc -c   conftest.c >&5
  374. configure:4709: $? = 0
  375. configure:4713: test -z
  376.                          || test ! -s conftest.err
  377. configure:4716: $? = 0
  378. configure:4719: test -s conftest.o
  379. configure:4722: $? = 0
  380. configure:4733: result: yes
  381. configure:4687: checking for inttypes.h
  382. configure:4703: gcc -c   conftest.c >&5
  383. configure:4709: $? = 0
  384. configure:4713: test -z
  385.                          || test ! -s conftest.err
  386. configure:4716: $? = 0
  387. configure:4719: test -s conftest.o
  388. configure:4722: $? = 0
  389. configure:4733: result: yes
  390. configure:4687: checking for stdint.h
  391. configure:4703: gcc -c   conftest.c >&5
  392. configure:4709: $? = 0
  393. configure:4713: test -z
  394.                          || test ! -s conftest.err
  395. configure:4716: $? = 0
  396. configure:4719: test -s conftest.o
  397. configure:4722: $? = 0
  398. configure:4733: result: yes
  399. configure:4687: checking for unistd.h
  400. configure:4703: gcc -c   conftest.c >&5
  401. configure:4709: $? = 0
  402. configure:4713: test -z
  403.                          || test ! -s conftest.err
  404. configure:4716: $? = 0
  405. configure:4719: test -s conftest.o
  406. configure:4722: $? = 0
  407. configure:4733: result: yes
  408. configure:4759: checking dlfcn.h usability
  409. configure:4771: gcc -c   conftest.c >&5
  410. configure:4777: $? = 0
  411. configure:4781: test -z
  412.                          || test ! -s conftest.err
  413. configure:4784: $? = 0
  414. configure:4787: test -s conftest.o
  415. configure:4790: $? = 0
  416. configure:4800: result: yes
  417. configure:4804: checking dlfcn.h presence
  418. configure:4814: gcc -E  conftest.c
  419. configure:4820: $? = 0
  420. configure:4840: result: yes
  421. configure:4875: checking for dlfcn.h
  422. configure:4882: result: yes
  423. configure:4900: checking how to run the C++ preprocessor
  424. configure:4931: g++ -E  conftest.cc
  425. configure:4937: $? = 0
  426. configure:4969: g++ -E  conftest.cc
  427. conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
  428. configure:4975: $? = 1
  429. configure: failed program was:
  430. | /* confdefs.h.  */
  431. |
  432. | #define PACKAGE_NAME ""
  433. | #define PACKAGE_TARNAME ""
  434. | #define PACKAGE_VERSION ""
  435. | #define PACKAGE_STRING ""
  436. | #define PACKAGE_BUGREPORT ""
  437. | #define PACKAGE "xlyrics"
  438. | #define VERSION "0.0.3"
  439. | #ifdef __cplusplus
  440. | extern "C" void std::exit (int) throw (); using std::exit;
  441. | #endif
  442. | #define STDC_HEADERS 1
  443. | #define HAVE_SYS_TYPES_H 1
  444. | #define HAVE_SYS_STAT_H 1
  445. | #define HAVE_STDLIB_H 1
  446. | #define HAVE_STRING_H 1
  447. | #define HAVE_MEMORY_H 1
  448. | #define HAVE_STRINGS_H 1
  449. | #define HAVE_INTTYPES_H 1
  450. | #define HAVE_STDINT_H 1
  451. | #define HAVE_UNISTD_H 1
  452. | #define HAVE_DLFCN_H 1
  453. | /* end confdefs.h.  */
  454. | #include <ac_nonexistent.h>
  455. configure:5014: result: g++ -E
  456. configure:5038: g++ -E  conftest.cc
  457. configure:5044: $? = 0
  458. configure:5076: g++ -E  conftest.cc
  459. conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
  460. configure:5082: $? = 1
  461. configure: failed program was:
  462. | /* confdefs.h.  */
  463. |
  464. | #define PACKAGE_NAME ""
  465. | #define PACKAGE_TARNAME ""
  466. | #define PACKAGE_VERSION ""
  467. | #define PACKAGE_STRING ""
  468. | #define PACKAGE_BUGREPORT ""
  469. | #define PACKAGE "xlyrics"
  470. | #define VERSION "0.0.3"
  471. | #ifdef __cplusplus
  472. | extern "C" void std::exit (int) throw (); using std::exit;
  473. | #endif
  474. | #define STDC_HEADERS 1
  475. | #define HAVE_SYS_TYPES_H 1
  476. | #define HAVE_SYS_STAT_H 1
  477. | #define HAVE_STDLIB_H 1
  478. | #define HAVE_STRING_H 1
  479. | #define HAVE_MEMORY_H 1
  480. | #define HAVE_STRINGS_H 1
  481. | #define HAVE_INTTYPES_H 1
  482. | #define HAVE_STDINT_H 1
  483. | #define HAVE_UNISTD_H 1
  484. | #define HAVE_DLFCN_H 1
  485. | /* end confdefs.h.  */
  486. | #include <ac_nonexistent.h>
  487. configure:5177: checking for g77
  488. configure:5206: result: no
  489. configure:5177: checking for f77
  490. configure:5206: result: no
  491. configure:5177: checking for xlf
  492. configure:5206: result: no
  493. configure:5177: checking for frt
  494. configure:5206: result: no
  495. configure:5177: checking for pgf77
  496. configure:5206: result: no
  497. configure:5177: checking for fort77
  498. configure:5206: result: no
  499. configure:5177: checking for fl32
  500. configure:5206: result: no
  501. configure:5177: checking for af77
  502. configure:5206: result: no
  503. configure:5177: checking for f90
  504. configure:5206: result: no
  505. configure:5177: checking for xlf90
  506. configure:5206: result: no
  507. configure:5177: checking for pgf90
  508. configure:5206: result: no
  509. configure:5177: checking for epcf90
  510. configure:5206: result: no
  511. configure:5177: checking for f95
  512. configure:5206: result: no
  513. configure:5177: checking for fort
  514. configure:5206: result: no
  515. configure:5177: checking for xlf95
  516. configure:5206: result: no
  517. configure:5177: checking for ifc
  518. configure:5206: result: no
  519. configure:5177: checking for efc
  520. configure:5206: result: no
  521. configure:5177: checking for pgf95
  522. configure:5206: result: no
  523. configure:5177: checking for lf95
  524. configure:5206: result: no
  525. configure:5177: checking for gfortran
  526. configure:5206: result: no
  527. configure:5218: checking for Fortran 77 compiler version
  528. configure:5221:  --version </dev/null >&5
  529. ./configure: line 5222: --version: command not found
  530. configure:5224: $? = 127
  531. configure:5226:  -v </dev/null >&5
  532. ./configure: line 5227: -v: command not found
  533. configure:5229: $? = 127
  534. configure:5231:  -V </dev/null >&5
  535. ./configure: line 5232: -V: command not found
  536. configure:5234: $? = 127
  537. configure:5242: checking whether we are using the GNU Fortran 77 compiler
  538. configure:5256:  -c  conftest.F >&5
  539. ./configure: line 5257: -c: command not found
  540. configure:5262: $? = 127
  541. configure: failed program was:
  542. |       program main
  543. | #ifndef __GNUC__
  544. |        choke me
  545. | #endif
  546. |
  547. |       end
  548. configure:5288: result: no
  549. configure:5294: checking whether  accepts -g
  550. configure:5306:  -c -g conftest.f >&5
  551. ./configure: line 5307: -c: command not found
  552. configure:5312: $? = 127
  553. configure: failed program was:
  554. |       program main
  555. |
  556. |       end
  557. configure:5337: result: no
  558. configure:5367: checking the maximum length of command line arguments
  559. configure:5432: result: 32768
  560. configure:5443: checking command to parse /usr/bin/nm -B output from gcc object
  561. configure:5532: gcc -c   conftest.c >&5
  562. configure:5535: $? = 0
  563. configure:5539: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][         ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
  564. configure:5542: $? = 0
  565. configure:5594: gcc -o conftest    conftest.c conftstm.o >&5
  566. configure:5597: $? = 0
  567. configure:5635: result: ok
  568. configure:5639: checking for objdir
  569. configure:5654: result: .libs
  570. configure:5744: checking for ar
  571. configure:5760: found /usr/bin/ar
  572. configure:5771: result: ar
  573. configure:5824: checking for ranlib
  574. configure:5840: found /usr/bin/ranlib
  575. configure:5851: result: ranlib
  576. configure:5904: checking for strip
  577. configure:5920: found /usr/bin/strip
  578. configure:5931: result: strip
  579. configure:6193: checking if gcc static flag  works
  580. configure:6216: result: yes
  581. configure:6234: checking if gcc supports -fno-rtti -fno-exceptions
  582. configure:6252: gcc -c   -fno-rtti -fno-exceptions conftest.c >&5
  583. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  584. configure:6256: $? = 0
  585. configure:6267: result: no
  586. configure:6282: checking for gcc option to produce PIC
  587. configure:6459: result: -fPIC
  588. configure:6467: checking if gcc PIC flag -fPIC works
  589. configure:6485: gcc -c   -fPIC -DPIC conftest.c >&5
  590. configure:6489: $? = 0
  591. configure:6500: result: yes
  592. configure:6524: checking if gcc supports -c -o file.o
  593. configure:6545: gcc -c   -o out/conftest2.o conftest.c >&5
  594. configure:6549: $? = 0
  595. configure:6569: result: yes
  596. configure:6595: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  597. configure:7443: result: yes
  598. configure:7469: checking whether -lc should be explicitly linked in
  599. configure:7474: gcc -c   conftest.c >&5
  600. configure:7477: $? = 0
  601. configure:7491: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
  602. configure:7494: $? = 0
  603. configure:7506: result: no
  604. configure:7514: checking dynamic linker characteristics
  605. configure:8109: result: GNU/Linux ld.so
  606. configure:8113: checking how to hardcode library paths into programs
  607. configure:8138: result: immediate
  608. configure:8152: checking whether stripping libraries is possible
  609. configure:8157: result: yes
  610. configure:8987: checking if libtool supports shared libraries
  611. configure:8989: result: yes
  612. configure:8992: checking whether to build shared libraries
  613. configure:9050: result: yes
  614. configure:9053: checking whether to build static libraries
  615. configure:9057: result: yes
  616. configure:9149: creating libtool
  617. configure:9696: checking for ld used by g++
  618. configure:9763: result: /usr/bin/ld
  619. configure:9772: checking if the linker (/usr/bin/ld) is GNU ld
  620. configure:9787: result: yes
  621. configure:9838: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  622. configure:10666: result: yes
  623. configure:10684: g++ -c   conftest.cc >&5
  624. configure:10687: $? = 0
  625. configure:10783: checking for g++ option to produce PIC
  626. configure:11035: result: -fPIC
  627. configure:11043: checking if g++ PIC flag -fPIC works
  628. configure:11061: g++ -c   -fPIC -DPIC conftest.cc >&5
  629. configure:11065: $? = 0
  630. configure:11076: result: yes
  631. configure:11100: checking if g++ supports -c -o file.o
  632. configure:11121: g++ -c   -o out/conftest2.o conftest.cc >&5
  633. configure:11125: $? = 0
  634. configure:11145: result: yes
  635. configure:11171: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  636. configure:11196: result: yes
  637. configure:11267: checking dynamic linker characteristics
  638. configure:11862: result: GNU/Linux ld.so
  639. configure:11866: checking how to hardcode library paths into programs
  640. configure:11891: result: immediate
  641. configure:11905: checking whether stripping libraries is possible
  642. configure:11910: result: yes
  643. configure:19286: checking for a BSD-compatible install
  644. configure:19341: result: /usr/bin/install -c
  645. configure:19366: checking whether NLS is requested
  646. configure:19375: result: yes
  647. configure:19413: checking for msgfmt
  648. configure:19444: result: /usr/bin/msgfmt
  649. configure:19453: checking for gmsgfmt
  650. configure:19484: result: /usr/bin/msgfmt
  651. configure:19523: checking for xgettext
  652. configure:19554: result: /usr/bin/xgettext
  653. configure:19594: checking for msgmerge
  654. configure:19624: result: /usr/bin/msgmerge
  655. configure:19700: checking for ranlib
  656. configure:19727: result: ranlib
  657. configure:19739: checking for an ANSI C-conforming const
  658. configure:19806: gcc -c   conftest.c >&5
  659. configure:19812: $? = 0
  660. configure:19816: test -z
  661.                          || test ! -s conftest.err
  662. configure:19819: $? = 0
  663. configure:19822: test -s conftest.o
  664. configure:19825: $? = 0
  665. configure:19836: result: yes
  666. configure:19846: checking for off_t
  667. configure:19870: gcc -c   conftest.c >&5
  668. configure:19876: $? = 0
  669. configure:19880: test -z
  670.                          || test ! -s conftest.err
  671. configure:19883: $? = 0
  672. configure:19886: test -s conftest.o
  673. configure:19889: $? = 0
  674. configure:19900: result: yes
  675. configure:19912: checking for size_t
  676. configure:19936: gcc -c   conftest.c >&5
  677. configure:19942: $? = 0
  678. configure:19946: test -z
  679.                          || test ! -s conftest.err
  680. configure:19949: $? = 0
  681. configure:19952: test -s conftest.o
  682. configure:19955: $? = 0
  683. configure:19966: result: yes
  684. configure:19980: checking for working alloca.h
  685. configure:20001: gcc -o conftest    conftest.c  >&5
  686. configure:20007: $? = 0
  687. configure:20011: test -z
  688.                          || test ! -s conftest.err
  689. configure:20014: $? = 0
  690. configure:20017: test -s conftest
  691. configure:20020: $? = 0
  692. configure:20032: result: yes
  693. configure:20042: checking for alloca
  694. configure:20083: gcc -o conftest    conftest.c  >&5
  695. configure:20089: $? = 0
  696. configure:20093: test -z
  697.                          || test ! -s conftest.err
  698. configure:20096: $? = 0
  699. configure:20099: test -s conftest
  700. configure:20102: $? = 0
  701. configure:20114: result: yes
  702. configure:20343: checking for stdlib.h
  703. configure:20348: result: yes
  704. configure:20343: checking for unistd.h
  705. configure:20348: result: yes
  706. configure:20492: checking for getpagesize
  707. configure:20549: gcc -o conftest    conftest.c  >&5
  708. configure:20555: $? = 0
  709. configure:20559: test -z
  710.                          || test ! -s conftest.err
  711. configure:20562: $? = 0
  712. configure:20565: test -s conftest
  713. configure:20568: $? = 0
  714. configure:20580: result: yes
  715. configure:20590: checking for working mmap
  716. configure:20732: gcc -o conftest    conftest.c  >&5
  717. configure:20735: $? = 0
  718. configure:20737: ./conftest
  719. configure:20740: $? = 0
  720. configure:20754: result: yes
  721. configure:20766: checking whether we are using the GNU C Library 2.1 or newer
  722. configure:20797: result: yes
  723. configure:20805: checking whether integer division by zero raises SIGFPE
  724. configure:20867: gcc -o conftest    conftest.c  >&5
  725. configure:20870: $? = 0
  726. configure:20872: ./conftest
  727. configure:20875: $? = 0
  728. configure:20890: result: yes
  729. configure:20903: checking for inttypes.h
  730. configure:20925: gcc -c   conftest.c >&5
  731. configure:20931: $? = 0
  732. configure:20935: test -z
  733.                          || test ! -s conftest.err
  734. configure:20938: $? = 0
  735. configure:20941: test -s conftest.o
  736. configure:20944: $? = 0
  737. configure:20955: result: yes
  738. configure:20966: checking for stdint.h
  739. configure:20988: gcc -c   conftest.c >&5
  740. configure:20994: $? = 0
  741. configure:20998: test -z
  742.                          || test ! -s conftest.err
  743. configure:21001: $? = 0
  744. configure:21004: test -s conftest.o
  745. configure:21007: $? = 0
  746. configure:21018: result: yes
  747. configure:21029: checking for unsigned long long
  748. configure:21051: gcc -o conftest    conftest.c  >&5
  749. configure:21057: $? = 0
  750. configure:21061: test -z
  751.                          || test ! -s conftest.err
  752. configure:21064: $? = 0
  753. configure:21067: test -s conftest
  754. configure:21070: $? = 0
  755. configure:21082: result: yes
  756. configure:21114: checking for inttypes.h
  757. configure:21137: gcc -c   conftest.c >&5
  758. configure:21143: $? = 0
  759. configure:21147: test -z
  760.                          || test ! -s conftest.err
  761. configure:21150: $? = 0
  762. configure:21153: test -s conftest.o
  763. configure:21156: $? = 0
  764. configure:21168: result: yes
  765. configure:21181: checking whether the inttypes.h PRIxNN macros are broken
  766. configure:21207: gcc -c   conftest.c >&5
  767. configure:21213: $? = 0
  768. configure:21217: test -z
  769.                          || test ! -s conftest.err
  770. configure:21220: $? = 0
  771. configure:21223: test -s conftest.o
  772. configure:21226: $? = 0
  773. configure:21238: result: no
  774. configure:21289: checking for ld used by GCC
  775. configure:21352: result: /usr/bin/ld
  776. configure:21361: checking if the linker (/usr/bin/ld) is GNU ld
  777. GNU ld version 2.17 Debian GNU/Linux
  778. configure:21373: result: yes
  779. configure:21379: checking for shared library run path origin
  780. configure:21392: result: done
  781. configure:21818: checking argz.h usability
  782. configure:21830: gcc -c   conftest.c >&5
  783. configure:21836: $? = 0
  784. configure:21840: test -z
  785.                          || test ! -s conftest.err
  786. configure:21843: $? = 0
  787. configure:21846: test -s conftest.o
  788. configure:21849: $? = 0
  789. configure:21859: result: yes
  790. configure:21863: checking argz.h presence
  791. configure:21873: gcc -E  conftest.c
  792. configure:21879: $? = 0
  793. configure:21899: result: yes
  794. configure:21934: checking for argz.h
  795. configure:21941: result: yes
  796. configure:21818: checking limits.h usability
  797. configure:21830: gcc -c   conftest.c >&5
  798. configure:21836: $? = 0
  799. configure:21840: test -z
  800.                          || test ! -s conftest.err
  801. configure:21843: $? = 0
  802. configure:21846: test -s conftest.o
  803. configure:21849: $? = 0
  804. configure:21859: result: yes
  805. configure:21863: checking limits.h presence
  806. configure:21873: gcc -E  conftest.c
  807. configure:21879: $? = 0
  808. configure:21899: result: yes
  809. configure:21934: checking for limits.h
  810. configure:21941: result: yes
  811. configure:21818: checking locale.h usability
  812. configure:21830: gcc -c   conftest.c >&5
  813. configure:21836: $? = 0
  814. configure:21840: test -z
  815.                          || test ! -s conftest.err
  816. configure:21843: $? = 0
  817. configure:21846: test -s conftest.o
  818. configure:21849: $? = 0
  819. configure:21859: result: yes
  820. configure:21863: checking locale.h presence
  821. configure:21873: gcc -E  conftest.c
  822. configure:21879: $? = 0
  823. configure:21899: result: yes
  824. configure:21934: checking for locale.h
  825. configure:21941: result: yes
  826. configure:21818: checking nl_types.h usability
  827. configure:21830: gcc -c   conftest.c >&5
  828. configure:21836: $? = 0
  829. configure:21840: test -z
  830.                          || test ! -s conftest.err
  831. configure:21843: $? = 0
  832. configure:21846: test -s conftest.o
  833. configure:21849: $? = 0
  834. configure:21859: result: yes
  835. configure:21863: checking nl_types.h presence
  836. configure:21873: gcc -E  conftest.c
  837. configure:21879: $? = 0
  838. configure:21899: result: yes
  839. configure:21934: checking for nl_types.h
  840. configure:21941: result: yes
  841. configure:21818: checking malloc.h usability
  842. configure:21830: gcc -c   conftest.c >&5
  843. configure:21836: $? = 0
  844. configure:21840: test -z
  845.                          || test ! -s conftest.err
  846. configure:21843: $? = 0
  847. configure:21846: test -s conftest.o
  848. configure:21849: $? = 0
  849. configure:21859: result: yes
  850. configure:21863: checking malloc.h presence
  851. configure:21873: gcc -E  conftest.c
  852. configure:21879: $? = 0
  853. configure:21899: result: yes
  854. configure:21934: checking for malloc.h
  855. configure:21941: result: yes
  856. configure:21818: checking stddef.h usability
  857. configure:21830: gcc -c   conftest.c >&5
  858. configure:21836: $? = 0
  859. configure:21840: test -z
  860.                          || test ! -s conftest.err
  861. configure:21843: $? = 0
  862. configure:21846: test -s conftest.o
  863. configure:21849: $? = 0
  864. configure:21859: result: yes
  865. configure:21863: checking stddef.h presence
  866. configure:21873: gcc -E  conftest.c
  867. configure:21879: $? = 0
  868. configure:21899: result: yes
  869. configure:21934: checking for stddef.h
  870. configure:21941: result: yes
  871. configure:21809: checking for stdlib.h
  872. configure:21814: result: yes
  873. configure:21809: checking for string.h
  874. configure:21814: result: yes
  875. configure:21809: checking for unistd.h
  876. configure:21814: result: yes
  877. configure:21818: checking sys/param.h usability
  878. configure:21830: gcc -c   conftest.c >&5
  879. configure:21836: $? = 0
  880. configure:21840: test -z
  881.                          || test ! -s conftest.err
  882. configure:21843: $? = 0
  883. configure:21846: test -s conftest.o
  884. configure:21849: $? = 0
  885. configure:21859: result: yes
  886. configure:21863: checking sys/param.h presence
  887. configure:21873: gcc -E  conftest.c
  888. configure:21879: $? = 0
  889. configure:21899: result: yes
  890. configure:21934: checking for sys/param.h
  891. configure:21941: result: yes
  892. configure:21982: checking for feof_unlocked
  893. configure:22039: gcc -o conftest    conftest.c  >&5
  894. configure:22045: $? = 0
  895. configure:22049: test -z
  896.                          || test ! -s conftest.err
  897. configure:22052: $? = 0
  898. configure:22055: test -s conftest
  899. configure:22058: $? = 0
  900. configure:22070: result: yes
  901. configure:21982: checking for fgets_unlocked
  902. configure:22039: gcc -o conftest    conftest.c  >&5
  903. configure:22045: $? = 0
  904. configure:22049: test -z
  905.                          || test ! -s conftest.err
  906. configure:22052: $? = 0
  907. configure:22055: test -s conftest
  908. configure:22058: $? = 0
  909. configure:22070: result: yes
  910. configure:21982: checking for getc_unlocked
  911. configure:22039: gcc -o conftest    conftest.c  >&5
  912. configure:22045: $? = 0
  913. configure:22049: test -z
  914.                          || test ! -s conftest.err
  915. configure:22052: $? = 0
  916. configure:22055: test -s conftest
  917. configure:22058: $? = 0
  918. configure:22070: result: yes
  919. configure:21982: checking for getcwd
  920. configure:22039: gcc -o conftest    conftest.c  >&5
  921. configure:22045: $? = 0
  922. configure:22049: test -z
  923.                          || test ! -s conftest.err
  924. configure:22052: $? = 0
  925. configure:22055: test -s conftest
  926. configure:22058: $? = 0
  927. configure:22070: result: yes
  928. configure:21982: checking for getegid
  929. configure:22039: gcc -o conftest    conftest.c  >&5
  930. configure:22045: $? = 0
  931. configure:22049: test -z
  932.                          || test ! -s conftest.err
  933. configure:22052: $? = 0
  934. configure:22055: test -s conftest
  935. configure:22058: $? = 0
  936. configure:22070: result: yes
  937. configure:21982: checking for geteuid
  938. configure:22039: gcc -o conftest    conftest.c  >&5
  939. configure:22045: $? = 0
  940. configure:22049: test -z
  941.                          || test ! -s conftest.err
  942. configure:22052: $? = 0
  943. configure:22055: test -s conftest
  944. configure:22058: $? = 0
  945. configure:22070: result: yes
  946. configure:21982: checking for getgid
  947. configure:22039: gcc -o conftest    conftest.c  >&5
  948. configure:22045: $? = 0
  949. configure:22049: test -z
  950.                          || test ! -s conftest.err
  951. configure:22052: $? = 0
  952. configure:22055: test -s conftest
  953. configure:22058: $? = 0
  954. configure:22070: result: yes
  955. configure:21982: checking for getuid
  956. configure:22039: gcc -o conftest    conftest.c  >&5
  957. configure:22045: $? = 0
  958. configure:22049: test -z
  959.                          || test ! -s conftest.err
  960. configure:22052: $? = 0
  961. configure:22055: test -s conftest
  962. configure:22058: $? = 0
  963. configure:22070: result: yes
  964. configure:21982: checking for mempcpy
  965. configure:22039: gcc -o conftest    conftest.c  >&5
  966. conftest.c:79: warning: conflicting types for built-in function 'mempcpy'
  967. configure:22045: $? = 0
  968. configure:22049: test -z
  969.                          || test ! -s conftest.err
  970. configure:22052: $? = 0
  971. configure:22055: test -s conftest
  972. configure:22058: $? = 0
  973. configure:22070: result: yes
  974. configure:21982: checking for munmap
  975. configure:22039: gcc -o conftest    conftest.c  >&5
  976. configure:22045: $? = 0
  977. configure:22049: test -z
  978.                          || test ! -s conftest.err
  979. configure:22052: $? = 0
  980. configure:22055: test -s conftest
  981. configure:22058: $? = 0
  982. configure:22070: result: yes
  983. configure:21982: checking for putenv
  984. configure:22039: gcc -o conftest    conftest.c  >&5
  985. configure:22045: $? = 0
  986. configure:22049: test -z
  987.                          || test ! -s conftest.err
  988. configure:22052: $? = 0
  989. configure:22055: test -s conftest
  990. configure:22058: $? = 0
  991. configure:22070: result: yes
  992. configure:21982: checking for setenv
  993. configure:22039: gcc -o conftest    conftest.c  >&5
  994. configure:22045: $? = 0
  995. configure:22049: test -z
  996.                          || test ! -s conftest.err
  997. configure:22052: $? = 0
  998. configure:22055: test -s conftest
  999. configure:22058: $? = 0
  1000. configure:22070: result: yes
  1001. configure:21982: checking for setlocale
  1002. configure:22039: gcc -o conftest    conftest.c  >&5
  1003. configure:22045: $? = 0
  1004. configure:22049: test -z
  1005.                          || test ! -s conftest.err
  1006. configure:22052: $? = 0
  1007. configure:22055: test -s conftest
  1008. configure:22058: $? = 0
  1009. configure:22070: result: yes
  1010. configure:21982: checking for stpcpy
  1011. configure:22039: gcc -o conftest    conftest.c  >&5
  1012. conftest.c:84: warning: conflicting types for built-in function 'stpcpy'
  1013. configure:22045: $? = 0
  1014. configure:22049: test -z
  1015.                          || test ! -s conftest.err
  1016. configure:22052: $? = 0
  1017. configure:22055: test -s conftest
  1018. configure:22058: $? = 0
  1019. configure:22070: result: yes
  1020. configure:21982: checking for strcasecmp
  1021. configure:22039: gcc -o conftest    conftest.c  >&5
  1022. conftest.c:85: warning: conflicting types for built-in function 'strcasecmp'
  1023. configure:22045: $? = 0
  1024. configure:22049: test -z
  1025.                          || test ! -s conftest.err
  1026. configure:22052: $? = 0
  1027. configure:22055: test -s conftest
  1028. configure:22058: $? = 0
  1029. configure:22070: result: yes
  1030. configure:21982: checking for strdup
  1031. configure:22039: gcc -o conftest    conftest.c  >&5
  1032. conftest.c:86: warning: conflicting types for built-in function 'strdup'
  1033. configure:22045: $? = 0
  1034. configure:22049: test -z
  1035.                          || test ! -s conftest.err
  1036. configure:22052: $? = 0
  1037. configure:22055: test -s conftest
  1038. configure:22058: $? = 0
  1039. configure:22070: result: yes
  1040. configure:21982: checking for strtoul
  1041. configure:22039: gcc -o conftest    conftest.c  >&5
  1042. configure:22045: $? = 0
  1043. configure:22049: test -z
  1044.                          || test ! -s conftest.err
  1045. configure:22052: $? = 0
  1046. configure:22055: test -s conftest
  1047. configure:22058: $? = 0
  1048. configure:22070: result: yes
  1049. configure:21982: checking for tsearch
  1050. configure:22039: gcc -o conftest    conftest.c  >&5
  1051. configure:22045: $? = 0
  1052. configure:22049: test -z
  1053.                          || test ! -s conftest.err
  1054. configure:22052: $? = 0
  1055. configure:22055: test -s conftest
  1056. configure:22058: $? = 0
  1057. configure:22070: result: yes
  1058. configure:21982: checking for __argz_count
  1059. configure:22039: gcc -o conftest    conftest.c  >&5
  1060. configure:22045: $? = 0
  1061. configure:22049: test -z
  1062.                          || test ! -s conftest.err
  1063. configure:22052: $? = 0
  1064. configure:22055: test -s conftest
  1065. configure:22058: $? = 0
  1066. configure:22070: result: yes
  1067. configure:21982: checking for __argz_stringify
  1068. configure:22039: gcc -o conftest    conftest.c  >&5
  1069. configure:22045: $? = 0
  1070. configure:22049: test -z
  1071.                          || test ! -s conftest.err
  1072. configure:22052: $? = 0
  1073. configure:22055: test -s conftest
  1074. configure:22058: $? = 0
  1075. configure:22070: result: yes
  1076. configure:21982: checking for __argz_next
  1077. configure:22039: gcc -o conftest    conftest.c  >&5
  1078. configure:22045: $? = 0
  1079. configure:22049: test -z
  1080.                          || test ! -s conftest.err
  1081. configure:22052: $? = 0
  1082. configure:22055: test -s conftest
  1083. configure:22058: $? = 0
  1084. configure:22070: result: yes
  1085. configure:21982: checking for __fsetlocking
  1086. configure:22039: gcc -o conftest    conftest.c  >&5
  1087. configure:22045: $? = 0
  1088. configure:22049: test -z
  1089.                          || test ! -s conftest.err
  1090. configure:22052: $? = 0
  1091. configure:22055: test -s conftest
  1092. configure:22058: $? = 0
  1093. configure:22070: result: yes
  1094. configure:22111: checking for iconv
  1095. configure:22138: gcc -o conftest    conftest.c  >&5
  1096. configure:22144: $? = 0
  1097. configure:22148: test -z
  1098.                          || test ! -s conftest.err
  1099. configure:22151: $? = 0
  1100. configure:22154: test -s conftest
  1101. configure:22157: $? = 0
  1102. configure:22223: result: yes
  1103. configure:22246: checking for iconv declaration
  1104. configure:22280: gcc -c   conftest.c >&5
  1105. configure:22286: $? = 0
  1106. configure:22290: test -z
  1107.                          || test ! -s conftest.err
  1108. configure:22293: $? = 0
  1109. configure:22296: test -s conftest.o
  1110. configure:22299: $? = 0
  1111. configure:22314: result:
  1112.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1113. configure:22325: checking for nl_langinfo and CODESET
  1114. configure:22346: gcc -o conftest    conftest.c  >&5
  1115. configure:22352: $? = 0
  1116. configure:22356: test -z
  1117.                          || test ! -s conftest.err
  1118. configure:22359: $? = 0
  1119. configure:22362: test -s conftest
  1120. configure:22365: $? = 0
  1121. configure:22378: result: yes
  1122. configure:22390: checking for LC_MESSAGES
  1123. configure:22411: gcc -o conftest    conftest.c  >&5
  1124. configure:22417: $? = 0
  1125. configure:22421: test -z
  1126.                          || test ! -s conftest.err
  1127. configure:22424: $? = 0
  1128. configure:22427: test -s conftest
  1129. configure:22430: $? = 0
  1130. configure:22442: result: yes
  1131. configure:22458: checking for bison
  1132. configure:22474: found /usr/bin/bison
  1133. configure:22484: result: bison
  1134. configure:22497: checking version of bison
  1135. configure:22506: result: 2.3, ok
  1136. configure:22528: checking whether NLS is requested
  1137. configure:22537: result: yes
  1138. configure:22553: checking whether included gettext is requested
  1139. configure:22563: result: no
  1140. configure:22574: checking for GNU gettext in libc
  1141. configure:22598: gcc -o conftest    conftest.c  >&5
  1142. configure:22604: $? = 0
  1143. configure:22608: test -z
  1144.                          || test ! -s conftest.err
  1145. configure:22611: $? = 0
  1146. configure:22614: test -s conftest
  1147. configure:22617: $? = 0
  1148. configure:22629: result: yes
  1149. configure:23182: checking whether to use NLS
  1150. configure:23184: result: yes
  1151. configure:23187: checking where the gettext function comes from
  1152. configure:23198: result: libc
  1153. configure:23386: checking for pkg-config
  1154. configure:23404: found /usr/bin/pkg-config
  1155. configure:23417: result: /usr/bin/pkg-config
  1156. configure:23434: checking for gtk+-2.0 >= 2.4.0 gdk-2.0 >= 2.4.0  glib-2.0 >= 2.4.0
  1157. configure:23438: result: yes
  1158. configure:23442: checking GTK2_CFLAGS
  1159. configure:23445: result: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  
  1160. configure:23448: checking GTK2_LIBS
  1161. configure:23451: result: -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lX11 -lglib-2.0  
  1162. configure:23512: checking for xmms-config
  1163. configure:23543: result: no
  1164. configure:23652: checking for XMMS - version >= 1.0.0
  1165. configure:23660: result: no
  1166. configure:23687: result: *** XMMS >= 1.0.0 not installed - the plugin not included***
  1167. configure:23767: checking for bmp >= 0.9.7
  1168. configure:23875: checking for audacious
  1169. configure:23879: result: yes
  1170. configure:23883: checking AUDACIOUS_CFLAGS
  1171. configure:23886: result: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12  
  1172. configure:23889: checking AUDACIOUS_LIBS
  1173. configure:23892: result: -laudacious -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
  1174. configure:24052: creating ./config.status
  1175. ## ---------------------- ##
  1176. ## Running config.status. ##
  1177. ## ---------------------- ##
  1178. This file was extended by config.status, which was
  1179. generated by GNU Autoconf 2.59.  Invocation command line was
  1180.   CONFIG_FILES    =
  1181.   CONFIG_HEADERS  =
  1182.   CONFIG_LINKS    =
  1183.   CONFIG_COMMANDS =
  1184.   $ ./config.status
  1185. on debian
  1186. config.status:792: creating Makefile
  1187. config.status:792: creating src/Makefile
  1188. config.status:792: creating src/plugins/Makefile
  1189. config.status:792: creating src/xmmsplugin/Makefile
  1190. config.status:792: creating src/bmpplugin/Makefile
  1191. config.status:792: creating src/audaciousplugin/Makefile
  1192. config.status:792: creating intl/Makefile
  1193. config.status:792: creating po/Makefile.in
  1194. config.status:896: creating config.h
  1195. config.status:1160: config.h is unchanged
  1196. config.status:1324: executing default-1 commands
  1197. config.status:1324: executing default-2 commands
  1198. ## ---------------- ##
  1199. ## Cache variables. ##
  1200. ## ---------------- ##
  1201. ac_cv_build=i686-pc-linux-gnu
  1202. ac_cv_build_alias=i686-pc-linux-gnu
  1203. ac_cv_c_compiler_gnu=yes
  1204. ac_cv_c_const=yes
  1205. ac_cv_c_inline=inline
  1206. ac_cv_cxx_compiler_gnu=yes
  1207. ac_cv_env_CC_set=
  1208. ac_cv_env_CC_value=
  1209. ac_cv_env_CFLAGS_set=
  1210. ac_cv_env_CFLAGS_value=
  1211. ac_cv_env_CPPFLAGS_set=
  1212. ac_cv_env_CPPFLAGS_value=
  1213. ac_cv_env_CPP_set=
  1214. ac_cv_env_CPP_value=
  1215. ac_cv_env_CXXCPP_set=
  1216. ac_cv_env_CXXCPP_value=
  1217. ac_cv_env_CXXFLAGS_set=
  1218. ac_cv_env_CXXFLAGS_value=
  1219. ac_cv_env_CXX_set=
  1220. ac_cv_env_CXX_value=
  1221. ac_cv_env_F77_set=
  1222. ac_cv_env_F77_value=
  1223. ac_cv_env_FFLAGS_set=
  1224. ac_cv_env_FFLAGS_value=
  1225. ac_cv_env_LDFLAGS_set=
  1226. ac_cv_env_LDFLAGS_value=
  1227. ac_cv_env_build_alias_set=
  1228. ac_cv_env_build_alias_value=
  1229. ac_cv_env_host_alias_set=
  1230. ac_cv_env_host_alias_value=
  1231. ac_cv_env_target_alias_set=
  1232. ac_cv_env_target_alias_value=
  1233. ac_cv_exeext=
  1234. ac_cv_f77_compiler_gnu=no
  1235. ac_cv_func___argz_count=yes
  1236. ac_cv_func___argz_next=yes
  1237. ac_cv_func___argz_stringify=yes
  1238. ac_cv_func___fsetlocking=yes
  1239. ac_cv_func_alloca_works=yes
  1240. ac_cv_func_feof_unlocked=yes
  1241. ac_cv_func_fgets_unlocked=yes
  1242. ac_cv_func_getc_unlocked=yes
  1243. ac_cv_func_getcwd=yes
  1244. ac_cv_func_getegid=yes
  1245. ac_cv_func_geteuid=yes
  1246. ac_cv_func_getgid=yes
  1247. ac_cv_func_getpagesize=yes
  1248. ac_cv_func_getuid=yes
  1249. ac_cv_func_mempcpy=yes
  1250. ac_cv_func_mmap_fixed_mapped=yes
  1251. ac_cv_func_munmap=yes
  1252. ac_cv_func_putenv=yes
  1253. ac_cv_func_setenv=yes
  1254. ac_cv_func_setlocale=yes
  1255. ac_cv_func_stpcpy=yes
  1256. ac_cv_func_strcasecmp=yes
  1257. ac_cv_func_strdup=yes
  1258. ac_cv_func_strtoul=yes
  1259. ac_cv_func_tsearch=yes
  1260. ac_cv_gnu_library_2_1=yes
  1261. ac_cv_header_argz_h=yes
  1262. ac_cv_header_dlfcn_h=yes
  1263. ac_cv_header_inttypes_h=yes
  1264. ac_cv_header_limits_h=yes
  1265. ac_cv_header_locale_h=yes
  1266. ac_cv_header_malloc_h=yes
  1267. ac_cv_header_memory_h=yes
  1268. ac_cv_header_nl_types_h=yes
  1269. ac_cv_header_stdc=yes
  1270. ac_cv_header_stddef_h=yes
  1271. ac_cv_header_stdint_h=yes
  1272. ac_cv_header_stdlib_h=yes
  1273. ac_cv_header_string_h=yes
  1274. ac_cv_header_strings_h=yes
  1275. ac_cv_header_sys_param_h=yes
  1276. ac_cv_header_sys_stat_h=yes
  1277. ac_cv_header_sys_types_h=yes
  1278. ac_cv_header_unistd_h=yes
  1279. ac_cv_host=i686-pc-linux-gnu
  1280. ac_cv_host_alias=i686-pc-linux-gnu
  1281. ac_cv_lib_cposix_strerror=no
  1282. ac_cv_objext=o
  1283. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  1284. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1285. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  1286. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  1287. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1288. ac_cv_path_XMMS_CONFIG=no
  1289. ac_cv_path_install='/usr/bin/install -c'
  1290. ac_cv_prog_AWK=gawk
  1291. ac_cv_prog_CPP='gcc -E'
  1292. ac_cv_prog_CXXCPP='g++ -E'
  1293. ac_cv_prog_INTLBISON=bison
  1294. ac_cv_prog_ac_ct_AR=ar
  1295. ac_cv_prog_ac_ct_CC=gcc
  1296. ac_cv_prog_ac_ct_CXX=g++
  1297. ac_cv_prog_ac_ct_RANLIB=ranlib
  1298. ac_cv_prog_ac_ct_STRIP=strip
  1299. ac_cv_prog_cc_g=yes
  1300. ac_cv_prog_cc_stdc=
  1301. ac_cv_prog_cxx_g=yes
  1302. ac_cv_prog_egrep='grep -E'
  1303. ac_cv_prog_f77_g=no
  1304. ac_cv_prog_make_make_set=yes
  1305. ac_cv_type_off_t=yes
  1306. ac_cv_type_size_t=yes
  1307. ac_cv_type_unsigned_long_long=yes
  1308. ac_cv_working_alloca_h=yes
  1309. acl_cv_path_LD=/usr/bin/ld
  1310. acl_cv_prog_gnu_ld=yes
  1311. acl_cv_rpath=done
  1312. am_cv_CC_dependencies_compiler_type=gcc3
  1313. am_cv_CXX_dependencies_compiler_type=gcc3
  1314. am_cv_func_iconv=yes
  1315. am_cv_langinfo_codeset=yes
  1316. am_cv_lib_iconv=no
  1317. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  1318. am_cv_proto_iconv_arg1=
  1319. am_cv_val_LC_MESSAGES=yes
  1320. gt_cv_func_gnugettext1_libc=yes
  1321. gt_cv_header_inttypes_h=yes
  1322. gt_cv_int_divbyzero_sigfpe=yes
  1323. gt_cv_inttypes_pri_broken=no
  1324. jm_ac_cv_header_inttypes_h=yes
  1325. jm_ac_cv_header_stdint_h=yes
  1326. lt_cv_cc_64bit_output=no
  1327. lt_cv_deplibs_check_method=pass_all
  1328. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1329. lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.6.so'
  1330. lt_cv_ld_reload_flag=-r
  1331. lt_cv_objdir=.libs
  1332. lt_cv_path_LD=/usr/bin/ld
  1333. lt_cv_path_LDCXX=/usr/bin/ld
  1334. lt_cv_path_NM='/usr/bin/nm -B'
  1335. lt_cv_path_SED=/bin/sed
  1336. lt_cv_prog_compiler_c_o=yes
  1337. lt_cv_prog_compiler_c_o_CXX=yes
  1338. lt_cv_prog_compiler_rtti_exceptions=no
  1339. lt_cv_prog_gnu_ld=yes
  1340. lt_cv_prog_gnu_ldcxx=yes
  1341. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][         ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
  1342. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {"\1", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
  1343. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  1344. lt_cv_sys_max_cmd_len=32768
  1345. lt_lt_cv_prog_compiler_c_o='"yes"'
  1346. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  1347. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[         ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[         ][         ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
  1348. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\"\\1\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {"\\2", (lt_ptr) \\&\\2},/p'\''"'
  1349. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  1350. nls_cv_force_use_gnu_gettext=no
  1351. nls_cv_header_intl=
  1352. nls_cv_header_libgt=
  1353. nls_cv_use_gnu_gettext=no
  1354. ## ----------------- ##
  1355. ## Output variables. ##
  1356. ## ----------------- ##
  1357. ACLOCAL='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run aclocal'
  1358. ALLOCA=''
  1359. AMDEPBACKSLASH='\'
  1360. AMDEP_FALSE='#'
  1361. AMDEP_TRUE=''
  1362. AMTAR='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run tar'
  1363. AR='ar'
  1364. AUDACIOUS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12  '
  1365. AUDACIOUS_GENERAL_PLUGIN_DIR='/usr/lib/audacious/General'
  1366. AUDACIOUS_LIBS='-laudacious -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
  1367. AUTOCONF='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run autoconf'
  1368. AUTOHEADER='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run autoheader'
  1369. AUTOMAKE='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run automake'
  1370. AWK='gawk'
  1371. BMP_CFLAGS=''
  1372. BMP_GENERAL_PLUGIN_DIR=''
  1373. BMP_LIBS=''
  1374. BUILD_INCLUDED_LIBINTL='no'
  1375. CATOBJEXT='.gmo'
  1376. CC='gcc'
  1377. CCDEPMODE='depmode=gcc3'
  1378. CFLAGS=''
  1379. CPP='gcc -E'
  1380. CPPFLAGS=''
  1381. CXX='g++'
  1382. CXXCPP='g++ -E'
  1383. CXXDEPMODE='depmode=gcc3'
  1384. CXXFLAGS=''
  1385. DATADIRNAME='share'
  1386. DEFS='-DHAVE_CONFIG_H'
  1387. DEPDIR='.deps'
  1388. ECHO='echo'
  1389. ECHO_C=''
  1390. ECHO_N='-n'
  1391. ECHO_T=''
  1392. EGREP='grep -E'
  1393. EXEEXT=''
  1394. F77=''
  1395. FFLAGS=''
  1396. GENCAT='gencat'
  1397. GETTEXT_PACKAGE='xlyrics'
  1398. GLIBC21='yes'
  1399. GMSGFMT='/usr/bin/msgfmt'
  1400. GTK2_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
  1401. GTK2_LIBS='-lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lX11 -lglib-2.0  '
  1402. HAVE_AMAROK_FALSE=''
  1403. HAVE_AMAROK_TRUE='#'
  1404. HAVE_AUDACIOUS_FALSE='#'
  1405. HAVE_AUDACIOUS_TRUE=''
  1406. HAVE_BMP_FALSE=''
  1407. HAVE_BMP_TRUE='#'
  1408. HAVE_XMMS_FALSE=''
  1409. HAVE_XMMS_TRUE='#'
  1410. INSTALL_DATA='${INSTALL} -m 644'
  1411. INSTALL_PROGRAM='${INSTALL}'
  1412. INSTALL_SCRIPT='${INSTALL}'
  1413. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  1414. INSTOBJEXT='.mo'
  1415. INTLBISON='bison'
  1416. INTLLIBS=''
  1417. INTLOBJS=''
  1418. INTL_LIBTOOL_SUFFIX_PREFIX=''
  1419. KDE_CXXFLAGS='-I/usr/include'
  1420. KDE_LDFLAGS='-L/usr/lib'
  1421. LDFLAGS=''
  1422. LIBICONV=''
  1423. LIBINTL=''
  1424. LIBOBJS=''
  1425. LIBS=''
  1426. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1427. LN_S='ln -s'
  1428. LTLIBICONV=''
  1429. LTLIBINTL=''
  1430. LTLIBOBJS=''
  1431. MAINT='#'
  1432. MAINTAINER_MODE_FALSE=''
  1433. MAINTAINER_MODE_TRUE='#'
  1434. MAKEINFO='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run makeinfo'
  1435. MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
  1436. MSGFMT='/usr/bin/msgfmt'
  1437. MSGMERGE='/usr/bin/msgmerge'
  1438. NO_PREFIX_PACKAGE_DATA_DIR='share'
  1439. NO_PREFIX_PACKAGE_DOC_DIR='doc/xlyrics'
  1440. NO_PREFIX_PACKAGE_HELP_DIR='share/help'
  1441. NO_PREFIX_PACKAGE_LIB_DIR='lib/xlyrics'
  1442. NO_PREFIX_PACKAGE_MENU_DIR='share/xlyrics'
  1443. NO_PREFIX_PACKAGE_PIXMAPS_DIR='share/pixmaps'
  1444. OBJEXT='o'
  1445. PACKAGE='xlyrics'
  1446. PACKAGE_BUGREPORT=''
  1447. PACKAGE_DATA_DIR='/usr/local/share'
  1448. PACKAGE_DOC_DIR='/usr/local/doc/xlyrics'
  1449. PACKAGE_HELP_DIR='/usr/local/share/help'
  1450. PACKAGE_LIB_DIR='/usr/local/lib/xlyrics'
  1451. PACKAGE_MENU_DIR='/usr/local/share/xlyrics'
  1452. PACKAGE_NAME=''
  1453. PACKAGE_PIXMAPS_DIR='/usr/local/share/pixmaps'
  1454. PACKAGE_STRING=''
  1455. PACKAGE_TARNAME=''
  1456. PACKAGE_VERSION=''
  1457. PATH_SEPARATOR=':'
  1458. PKG_CONFIG='/usr/bin/pkg-config'
  1459. POSUB='po'
  1460. QT_CXXFLAGS='-I/include'
  1461. QT_LDFLAGS='-L/lib'
  1462. RANLIB='ranlib'
  1463. SET_MAKE=''
  1464. SHELL='/bin/sh'
  1465. STRIP='strip'
  1466. USE_INCLUDED_LIBINTL='no'
  1467. USE_NLS='yes'
  1468. VERSION='0.0.3'
  1469. XGETTEXT='/usr/bin/xgettext'
  1470. XMMS_CFLAGS=''
  1471. XMMS_CONFIG='no'
  1472. XMMS_DATA_DIR=''
  1473. XMMS_EFFECT_PLUGIN_DIR=''
  1474. XMMS_GENERAL_PLUGIN_DIR=''
  1475. XMMS_INPUT_PLUGIN_DIR=''
  1476. XMMS_LIBS=''
  1477. XMMS_OUTPUT_PLUGIN_DIR=''
  1478. XMMS_PLUGIN_DIR=''
  1479. XMMS_VERSION=''
  1480. XMMS_VISUALIZATION_PLUGIN_DIR=''
  1481. ac_ct_AR='ar'
  1482. ac_ct_CC='gcc'
  1483. ac_ct_CXX='g++'
  1484. ac_ct_F77=''
  1485. ac_ct_RANLIB='ranlib'
  1486. ac_ct_STRIP='strip'
  1487. am__include='include'
  1488. am__quote=''
  1489. bindir='${exec_prefix}/bin'
  1490. build='i686-pc-linux-gnu'
  1491. build_alias=''
  1492. build_cpu='i686'
  1493. build_os='linux-gnu'
  1494. build_vendor='pc'
  1495. datadir='${prefix}/share'
  1496. exec_prefix='${prefix}'
  1497. host='i686-pc-linux-gnu'
  1498. host_alias=''
  1499. host_cpu='i686'
  1500. host_os='linux-gnu'
  1501. host_vendor='pc'
  1502. includedir='${prefix}/include'
  1503. infodir='${prefix}/info'
  1504. install_sh='/home/loading/Desktop/xlyrics-0.4.6/install-sh'
  1505. libdir='${exec_prefix}/lib'
  1506. libexecdir='${exec_prefix}/libexec'
  1507. localstatedir='${prefix}/var'
  1508. mandir='${prefix}/man'
  1509. oldincludedir='/usr/include'
  1510. prefix='/usr/local'
  1511. program_transform_name='s,x,x,'
  1512. sbindir='${exec_prefix}/sbin'
  1513. sharedstatedir='${prefix}/com'
  1514. sysconfdir='${prefix}/etc'
  1515. target_alias=''
  1516. ## ----------- ##
  1517. ## confdefs.h. ##
  1518. ## ----------- ##
  1519. #define ENABLE_NLS 1
  1520. #define GETTEXT_PACKAGE "xlyrics"
  1521. #define HAVE_ALLOCA 1
  1522. #define HAVE_ALLOCA_H 1
  1523. #define HAVE_ARGZ_H 1
  1524. #define HAVE_DCGETTEXT 1
  1525. #define HAVE_DLFCN_H 1
  1526. #define HAVE_FEOF_UNLOCKED 1
  1527. #define HAVE_FGETS_UNLOCKED 1
  1528. #define HAVE_GETCWD 1
  1529. #define HAVE_GETC_UNLOCKED 1
  1530. #define HAVE_GETEGID 1
  1531. #define HAVE_GETEUID 1
  1532. #define HAVE_GETGID 1
  1533. #define HAVE_GETPAGESIZE 1
  1534. #define HAVE_GETTEXT 1
  1535. #define HAVE_GETUID 1
  1536. #define HAVE_ICONV 1
  1537. #define HAVE_INTTYPES_H 1
  1538. #define HAVE_INTTYPES_H 1
  1539. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1540. #define HAVE_LANGINFO_CODESET 1
  1541. #define HAVE_LC_MESSAGES 1
  1542. #define HAVE_LIMITS_H 1
  1543. #define HAVE_LOCALE_H 1
  1544. #define HAVE_MALLOC_H 1
  1545. #define HAVE_MEMORY_H 1
  1546. #define HAVE_MEMPCPY 1
  1547. #define HAVE_MMAP 1
  1548. #define HAVE_MUNMAP 1
  1549. #define HAVE_NL_TYPES_H 1
  1550. #define HAVE_PUTENV 1
  1551. #define HAVE_SETENV 1
  1552. #define HAVE_SETLOCALE 1
  1553. #define HAVE_STDDEF_H 1
  1554. #define HAVE_STDINT_H 1
  1555. #define HAVE_STDINT_H_WITH_UINTMAX 1
  1556. #define HAVE_STDLIB_H 1
  1557. #define HAVE_STDLIB_H 1
  1558. #define HAVE_STDLIB_H 1
  1559. #define HAVE_STPCPY 1
  1560. #define HAVE_STRCASECMP 1
  1561. #define HAVE_STRDUP 1
  1562. #define HAVE_STRINGS_H 1
  1563. #define HAVE_STRING_H 1
  1564. #define HAVE_STRING_H 1
  1565. #define HAVE_STRTOUL 1
  1566. #define HAVE_SYS_PARAM_H 1
  1567. #define HAVE_SYS_STAT_H 1
  1568. #define HAVE_SYS_TYPES_H 1
  1569. #define HAVE_TSEARCH 1
  1570. #define HAVE_UINTMAX_T 1
  1571. #define HAVE_UNISTD_H 1
  1572. #define HAVE_UNISTD_H 1
  1573. #define HAVE_UNISTD_H 1
  1574. #define HAVE_UNSIGNED_LONG_LONG 1
  1575. #define HAVE___ARGZ_COUNT 1
  1576. #define HAVE___ARGZ_NEXT 1
  1577. #define HAVE___ARGZ_STRINGIFY 1
  1578. #define HAVE___FSETLOCKING 1
  1579. #define ICONV_CONST
  1580. #define INTDIV0_RAISES_SIGFPE 1
  1581. #define PACKAGE "xlyrics"
  1582. #define PACKAGE_BUGREPORT ""
  1583. #define PACKAGE_DATA_DIR "/usr/local/share"
  1584. #define PACKAGE_DOC_DIR "/usr/local/doc/xlyrics"
  1585. #define PACKAGE_HELP_DIR "/usr/local/share/help"
  1586. #define PACKAGE_LIB_DIR "/usr/local/lib/xlyrics"
  1587. #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
  1588. #define PACKAGE_MENU_DIR "/usr/local/share/xlyrics"
  1589. #define PACKAGE_NAME ""
  1590. #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps"
  1591. #define PACKAGE_SOURCE_DIR "/home/loading/Desktop/xlyrics-0.4.6"
  1592. #define PACKAGE_STRING ""
  1593. #define PACKAGE_TARNAME ""
  1594. #define PACKAGE_VERSION ""
  1595. #define STDC_HEADERS 1
  1596. #define VERSION "0.0.3"
  1597. #endif
  1598. #ifdef __cplusplus
  1599. extern "C" void std::exit (int) throw (); using std::exit;
  1600. configure: exit 0
  1601. ## ---------------------- ##
  1602. ## Running config.status. ##
  1603. ## ---------------------- ##
  1604. This file was extended by config.status, which was
  1605. generated by GNU Autoconf 2.59.  Invocation command line was
  1606.   CONFIG_FILES    =
  1607.   CONFIG_HEADERS  = config.h
  1608.   CONFIG_LINKS    =
  1609.   CONFIG_COMMANDS =
  1610.   $ ./config.status
  1611. on debian
  1612. config.status:896: creating config.h
  1613. config.status:1160: config.h is unchanged
  1614. config.status:1324: executing default-1 commands
  1615. config.status:1324: executing default-2 commands
复制代码
回复 支持 反对

使用道具 举报

发表于 2007-4-28 11:00:08 | 显示全部楼层
没什么问题吧,看你的configure结果很正常,那个 maintainer-specific portions of Makefiles 不是必须的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-28 11:34:53 | 显示全部楼层
  1. debian:/home/loading/Desktop/ntfs-3g-1.417# make
  2. make: *** 没有指明目标并且找不到 makefile。 停止。
复制代码



靠,依赖关系太复杂了!搞烦躁了!

现在是apt-get dist-upgrade   直接换成sid


谢谢bufferfly的帮助!
回复 支持 反对

使用道具 举报

发表于 2007-4-28 22:37:11 | 显示全部楼层
我的本子还没完全升级到etch呢,fuse+ntfs-3g照样用的好好的。
不是自己编译的, 直接用的源里面的。ustc的源
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表