|
|

楼主 |
发表于 2007-4-28 10:21:41
|
显示全部楼层
我下的是deb
ntfs-3g_1.328-2_i386.deb
安装fuse的时候出现的!
- debian:/home/loading/Desktop# dpkg -i fuse-utils_2.6.3-4_i386.deb
- 选中了曾被取消选择的软件包 fuse-utils。
- (正在读取数据库 ... 系统当前总共安装有 82987 个文件和目录。)
- 正在解压缩 fuse-utils (从 fuse-utils_2.6.3-4_i386.deb) ...
- dpkg:依赖关系问题使得 fuse-utils 的配置工作不能继续:
- fuse-utils 依赖于 libc6 (>= 2.5);然而:
- 系统中 libc6 的版本为 2.3.6.ds1-13。
- dpkg:处理 fuse-utils (--install)时出错:
- 依赖关系问题 - 仍未被配置
- 在处理时有错误发生:
- 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
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by configure, which was
- generated by GNU Autoconf 2.59. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = debian
- uname -m = i686
- uname -r = 2.6.18-4-686
- uname -s = Linux
- uname -v = #1 SMP Mon Mar 26 17:17:36 UTC 2007
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = i686
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- PATH: /usr/bin/X11
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:1547: checking for a BSD-compatible install
- configure:1602: result: /usr/bin/install -c
- configure:1613: checking whether build environment is sane
- configure:1656: result: yes
- configure:1690: checking for gawk
- configure:1706: found /usr/bin/gawk
- configure:1716: result: gawk
- configure:1726: checking whether make sets $(MAKE)
- configure:1746: result: yes
- configure:1853: checking whether to enable maintainer-specific portions of Makefiles
- configure:1862: result: no
- configure:1922: checking for gcc
- configure:1938: found /usr/bin/gcc
- configure:1948: result: gcc
- configure:2192: checking for C compiler version
- configure:2195: gcc --version </dev/null >&5
- gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
- Copyright (C) 2006 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:2198: $? = 0
- configure:2200: gcc -v </dev/null >&5
- Using built-in specs.
- Target: i486-linux-gnu
- 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
- Thread model: posix
- gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
- configure:2203: $? = 0
- configure:2205: gcc -V </dev/null >&5
- gcc: '-V' option must have argument
- configure:2208: $? = 1
- configure:2231: checking for C compiler default output file name
- configure:2234: gcc conftest.c >&5
- configure:2237: $? = 0
- configure:2283: result: a.out
- configure:2288: checking whether the C compiler works
- configure:2294: ./a.out
- configure:2297: $? = 0
- configure:2314: result: yes
- configure:2321: checking whether we are cross compiling
- configure:2323: result: no
- configure:2326: checking for suffix of executables
- configure:2328: gcc -o conftest conftest.c >&5
- configure:2331: $? = 0
- configure:2356: result:
- configure:2362: checking for suffix of object files
- configure:2383: gcc -c conftest.c >&5
- configure:2386: $? = 0
- configure:2408: result: o
- configure:2412: checking whether we are using the GNU C compiler
- configure:2436: gcc -c conftest.c >&5
- configure:2442: $? = 0
- configure:2446: test -z
- || test ! -s conftest.err
- configure:2449: $? = 0
- configure:2452: test -s conftest.o
- configure:2455: $? = 0
- configure:2468: result: yes
- configure:2474: checking whether gcc accepts -g
- configure:2495: gcc -c -g conftest.c >&5
- configure:2501: $? = 0
- configure:2505: test -z
- || test ! -s conftest.err
- configure:2508: $? = 0
- configure:2511: test -s conftest.o
- configure:2514: $? = 0
- configure:2525: result: yes
- configure:2542: checking for gcc option to accept ANSI C
- configure:2612: gcc -c -g -O2 conftest.c >&5
- configure:2618: $? = 0
- configure:2622: test -z
- || test ! -s conftest.err
- configure:2625: $? = 0
- configure:2628: test -s conftest.o
- configure:2631: $? = 0
- configure:2649: result: none needed
- configure:2667: gcc -c -g -O2 conftest.c >&5
- conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
- configure:2673: $? = 1
- configure: failed program was:
- | #ifndef __cplusplus
- | choke me
- | #endif
- configure:2814: checking for style of include used by make
- configure:2842: result: GNU
- configure:2849: checking dependency style of gcc
- configure:2911: result: gcc3
- configure:2968: checking for g++
- configure:2984: found /usr/bin/g++
- configure:2994: result: g++
- configure:3010: checking for C++ compiler version
- configure:3013: g++ --version </dev/null >&5
- g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
- Copyright (C) 2006 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:3016: $? = 0
- configure:3018: g++ -v </dev/null >&5
- Using built-in specs.
- Target: i486-linux-gnu
- 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
- Thread model: posix
- gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
- configure:3021: $? = 0
- configure:3023: g++ -V </dev/null >&5
- g++: '-V' option must have argument
- configure:3026: $? = 1
- configure:3029: checking whether we are using the GNU C++ compiler
- configure:3053: g++ -c conftest.cc >&5
- configure:3059: $? = 0
- configure:3063: test -z
- || test ! -s conftest.err
- configure:3066: $? = 0
- configure:3069: test -s conftest.o
- configure:3072: $? = 0
- configure:3085: result: yes
- configure:3091: checking whether g++ accepts -g
- configure:3112: g++ -c -g conftest.cc >&5
- configure:3118: $? = 0
- configure:3122: test -z
- || test ! -s conftest.err
- configure:3125: $? = 0
- configure:3128: test -s conftest.o
- configure:3131: $? = 0
- configure:3142: result: yes
- configure:3184: g++ -c -g -O2 conftest.cc >&5
- configure:3190: $? = 0
- configure:3194: test -z
- || test ! -s conftest.err
- configure:3197: $? = 0
- configure:3200: test -s conftest.o
- configure:3203: $? = 0
- configure:3229: g++ -c -g -O2 conftest.cc >&5
- conftest.cc: In function 'int main()':
- conftest.cc:15: error: 'exit' was not declared in this scope
- configure:3235: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE "xlyrics"
- | #define VERSION "0.0.3"
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- | exit (42);
- | ;
- | return 0;
- | }
- configure:3184: g++ -c -g -O2 conftest.cc >&5
- configure:3190: $? = 0
- configure:3194: test -z
- || test ! -s conftest.err
- configure:3197: $? = 0
- configure:3200: test -s conftest.o
- configure:3203: $? = 0
- configure:3229: g++ -c -g -O2 conftest.cc >&5
- configure:3235: $? = 0
- configure:3239: test -z
- || test ! -s conftest.err
- configure:3242: $? = 0
- configure:3245: test -s conftest.o
- configure:3248: $? = 0
- configure:3273: checking dependency style of g++
- configure:3335: result: gcc3
- configure:3342: checking for strerror in -lcposix
- configure:3372: gcc -o conftest -g -O2 conftest.c -lcposix >&5
- /usr/bin/ld: cannot find -lcposix
- collect2: ld returned 1 exit status
- configure:3378: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE "xlyrics"
- | #define VERSION "0.0.3"
- | #ifdef __cplusplus
- | extern "C" void std::exit (int) throw (); using std::exit;
- | #endif
- | /* end confdefs.h. */
- |
- | /* Override any gcc2 internal prototype to avoid an error. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | /* We use char because int might match the return type of a gcc2
- | builtin and then its argument prototype would still apply. */
- | char strerror ();
- | int
- | main ()
- | {
- | strerror ();
- | ;
- | return 0;
- | }
- configure:3404: result: no
- configure:3417: checking how to run the C preprocessor
- configure:3452: gcc -E conftest.c
- configure:3458: $? = 0
- configure:3490: gcc -E conftest.c
- conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
- configure:3496: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE "xlyrics"
- | #define VERSION "0.0.3"
- | #ifdef __cplusplus
- | extern "C" void std::exit (int) throw (); using std::exit;
- | #endif
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3535: result: gcc -E
- configure:3559: gcc -E conftest.c
- configure:3565: $? = 0
- configure:3597: gcc -E conftest.c
- conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
- configure:3603: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE "xlyrics"
- | #define VERSION "0.0.3"
- | #ifdef __cplusplus
- | extern "C" void std::exit (int) throw (); using std::exit;
- | #endif
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3647: checking for egrep
- configure:3657: result: grep -E
- configure:3662: checking for ANSI C header files
- configure:3687: gcc -c -g -O2 conftest.c >&5
- configure:3693: $? = 0
- configure:3697: test -z
- || test ! -s conftest.err
- configure:3700: $? = 0
- configure:3703: test -s conftest.o
- configure:3706: $? = 0
- configure:3795: gcc -o conftest -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
- configure:3798: $? = 0
- configure:3800: ./conftest
- configure:3803: $? = 0
- configure:3818: result: yes
- configure:3828: checking for inline
- configure:3849: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3859: test -z
- || test ! -s conftest.err
- configure:3862: $? = 0
- configure:3865: test -s conftest.o
- configure:3868: $? = 0
- configure:3880: result: inline
- configure:3979: checking build system type
- configure:3997: result: i686-pc-linux-gnu
- configure:4005: checking host system type
- configure:4019: result: i686-pc-linux-gnu
- configure:4027: checking for a sed that does not truncate output
- configure:4081: result: /bin/sed
- configure:4095: checking for ld used by gcc
- configure:4162: result: /usr/bin/ld
- configure:4171: checking if the linker (/usr/bin/ld) is GNU ld
- configure:4186: result: yes
- configure:4191: checking for /usr/bin/ld option to reload object files
- configure:4198: result: -r
- configure:4207: checking for BSD-compatible nm
- configure:4249: result: /usr/bin/nm -B
- configure:4253: checking whether ln -s works
- configure:4257: result: yes
- configure:4264: checking how to recognise dependent libraries
- configure:4447: result: pass_all
- configure:4578: gcc -c conftest.c >&5
- configure:4581: $? = 0
- configure:4687: checking for sys/types.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4687: checking for sys/stat.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4687: checking for stdlib.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4687: checking for string.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4687: checking for memory.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4687: checking for strings.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4687: checking for inttypes.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4687: checking for stdint.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4687: checking for unistd.h
- configure:4703: gcc -c conftest.c >&5
- configure:4709: $? = 0
- configure:4713: test -z
- || test ! -s conftest.err
- configure:4716: $? = 0
- configure:4719: test -s conftest.o
- configure:4722: $? = 0
- configure:4733: result: yes
- configure:4759: checking dlfcn.h usability
- configure:4771: gcc -c conftest.c >&5
- configure:4777: $? = 0
- configure:4781: test -z
- || test ! -s conftest.err
- configure:4784: $? = 0
- configure:4787: test -s conftest.o
- configure:4790: $? = 0
- configure:4800: result: yes
- configure:4804: checking dlfcn.h presence
- configure:4814: gcc -E conftest.c
- configure:4820: $? = 0
- configure:4840: result: yes
- configure:4875: checking for dlfcn.h
- configure:4882: result: yes
- configure:4900: checking how to run the C++ preprocessor
- configure:4931: g++ -E conftest.cc
- configure:4937: $? = 0
- configure:4969: g++ -E conftest.cc
- conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
- configure:4975: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE "xlyrics"
- | #define VERSION "0.0.3"
- | #ifdef __cplusplus
- | extern "C" void std::exit (int) throw (); using std::exit;
- | #endif
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5014: result: g++ -E
- configure:5038: g++ -E conftest.cc
- configure:5044: $? = 0
- configure:5076: g++ -E conftest.cc
- conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
- configure:5082: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE "xlyrics"
- | #define VERSION "0.0.3"
- | #ifdef __cplusplus
- | extern "C" void std::exit (int) throw (); using std::exit;
- | #endif
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5177: checking for g77
- configure:5206: result: no
- configure:5177: checking for f77
- configure:5206: result: no
- configure:5177: checking for xlf
- configure:5206: result: no
- configure:5177: checking for frt
- configure:5206: result: no
- configure:5177: checking for pgf77
- configure:5206: result: no
- configure:5177: checking for fort77
- configure:5206: result: no
- configure:5177: checking for fl32
- configure:5206: result: no
- configure:5177: checking for af77
- configure:5206: result: no
- configure:5177: checking for f90
- configure:5206: result: no
- configure:5177: checking for xlf90
- configure:5206: result: no
- configure:5177: checking for pgf90
- configure:5206: result: no
- configure:5177: checking for epcf90
- configure:5206: result: no
- configure:5177: checking for f95
- configure:5206: result: no
- configure:5177: checking for fort
- configure:5206: result: no
- configure:5177: checking for xlf95
- configure:5206: result: no
- configure:5177: checking for ifc
- configure:5206: result: no
- configure:5177: checking for efc
- configure:5206: result: no
- configure:5177: checking for pgf95
- configure:5206: result: no
- configure:5177: checking for lf95
- configure:5206: result: no
- configure:5177: checking for gfortran
- configure:5206: result: no
- configure:5218: checking for Fortran 77 compiler version
- configure:5221: --version </dev/null >&5
- ./configure: line 5222: --version: command not found
- configure:5224: $? = 127
- configure:5226: -v </dev/null >&5
- ./configure: line 5227: -v: command not found
- configure:5229: $? = 127
- configure:5231: -V </dev/null >&5
- ./configure: line 5232: -V: command not found
- configure:5234: $? = 127
- configure:5242: checking whether we are using the GNU Fortran 77 compiler
- configure:5256: -c conftest.F >&5
- ./configure: line 5257: -c: command not found
- configure:5262: $? = 127
- configure: failed program was:
- | program main
- | #ifndef __GNUC__
- | choke me
- | #endif
- |
- | end
- configure:5288: result: no
- configure:5294: checking whether accepts -g
- configure:5306: -c -g conftest.f >&5
- ./configure: line 5307: -c: command not found
- configure:5312: $? = 127
- configure: failed program was:
- | program main
- |
- | end
- configure:5337: result: no
- configure:5367: checking the maximum length of command line arguments
- configure:5432: result: 32768
- configure:5443: checking command to parse /usr/bin/nm -B output from gcc object
- configure:5532: gcc -c conftest.c >&5
- configure:5535: $? = 0
- 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
- configure:5542: $? = 0
- configure:5594: gcc -o conftest conftest.c conftstm.o >&5
- configure:5597: $? = 0
- configure:5635: result: ok
- configure:5639: checking for objdir
- configure:5654: result: .libs
- configure:5744: checking for ar
- configure:5760: found /usr/bin/ar
- configure:5771: result: ar
- configure:5824: checking for ranlib
- configure:5840: found /usr/bin/ranlib
- configure:5851: result: ranlib
- configure:5904: checking for strip
- configure:5920: found /usr/bin/strip
- configure:5931: result: strip
- configure:6193: checking if gcc static flag works
- configure:6216: result: yes
- configure:6234: checking if gcc supports -fno-rtti -fno-exceptions
- configure:6252: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
- configure:6256: $? = 0
- configure:6267: result: no
- configure:6282: checking for gcc option to produce PIC
- configure:6459: result: -fPIC
- configure:6467: checking if gcc PIC flag -fPIC works
- configure:6485: gcc -c -fPIC -DPIC conftest.c >&5
- configure:6489: $? = 0
- configure:6500: result: yes
- configure:6524: checking if gcc supports -c -o file.o
- configure:6545: gcc -c -o out/conftest2.o conftest.c >&5
- configure:6549: $? = 0
- configure:6569: result: yes
- configure:6595: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
- configure:7443: result: yes
- configure:7469: checking whether -lc should be explicitly linked in
- configure:7474: gcc -c conftest.c >&5
- configure:7477: $? = 0
- configure:7491: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
- configure:7494: $? = 0
- configure:7506: result: no
- configure:7514: checking dynamic linker characteristics
- configure:8109: result: GNU/Linux ld.so
- configure:8113: checking how to hardcode library paths into programs
- configure:8138: result: immediate
- configure:8152: checking whether stripping libraries is possible
- configure:8157: result: yes
- configure:8987: checking if libtool supports shared libraries
- configure:8989: result: yes
- configure:8992: checking whether to build shared libraries
- configure:9050: result: yes
- configure:9053: checking whether to build static libraries
- configure:9057: result: yes
- configure:9149: creating libtool
- configure:9696: checking for ld used by g++
- configure:9763: result: /usr/bin/ld
- configure:9772: checking if the linker (/usr/bin/ld) is GNU ld
- configure:9787: result: yes
- configure:9838: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
- configure:10666: result: yes
- configure:10684: g++ -c conftest.cc >&5
- configure:10687: $? = 0
- configure:10783: checking for g++ option to produce PIC
- configure:11035: result: -fPIC
- configure:11043: checking if g++ PIC flag -fPIC works
- configure:11061: g++ -c -fPIC -DPIC conftest.cc >&5
- configure:11065: $? = 0
- configure:11076: result: yes
- configure:11100: checking if g++ supports -c -o file.o
- configure:11121: g++ -c -o out/conftest2.o conftest.cc >&5
- configure:11125: $? = 0
- configure:11145: result: yes
- configure:11171: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
- configure:11196: result: yes
- configure:11267: checking dynamic linker characteristics
- configure:11862: result: GNU/Linux ld.so
- configure:11866: checking how to hardcode library paths into programs
- configure:11891: result: immediate
- configure:11905: checking whether stripping libraries is possible
- configure:11910: result: yes
- configure:19286: checking for a BSD-compatible install
- configure:19341: result: /usr/bin/install -c
- configure:19366: checking whether NLS is requested
- configure:19375: result: yes
- configure:19413: checking for msgfmt
- configure:19444: result: /usr/bin/msgfmt
- configure:19453: checking for gmsgfmt
- configure:19484: result: /usr/bin/msgfmt
- configure:19523: checking for xgettext
- configure:19554: result: /usr/bin/xgettext
- configure:19594: checking for msgmerge
- configure:19624: result: /usr/bin/msgmerge
- configure:19700: checking for ranlib
- configure:19727: result: ranlib
- configure:19739: checking for an ANSI C-conforming const
- configure:19806: gcc -c conftest.c >&5
- configure:19812: $? = 0
- configure:19816: test -z
- || test ! -s conftest.err
- configure:19819: $? = 0
- configure:19822: test -s conftest.o
- configure:19825: $? = 0
- configure:19836: result: yes
- configure:19846: checking for off_t
- configure:19870: gcc -c conftest.c >&5
- configure:19876: $? = 0
- configure:19880: test -z
- || test ! -s conftest.err
- configure:19883: $? = 0
- configure:19886: test -s conftest.o
- configure:19889: $? = 0
- configure:19900: result: yes
- configure:19912: checking for size_t
- configure:19936: gcc -c conftest.c >&5
- configure:19942: $? = 0
- configure:19946: test -z
- || test ! -s conftest.err
- configure:19949: $? = 0
- configure:19952: test -s conftest.o
- configure:19955: $? = 0
- configure:19966: result: yes
- configure:19980: checking for working alloca.h
- configure:20001: gcc -o conftest conftest.c >&5
- configure:20007: $? = 0
- configure:20011: test -z
- || test ! -s conftest.err
- configure:20014: $? = 0
- configure:20017: test -s conftest
- configure:20020: $? = 0
- configure:20032: result: yes
- configure:20042: checking for alloca
- configure:20083: gcc -o conftest conftest.c >&5
- configure:20089: $? = 0
- configure:20093: test -z
- || test ! -s conftest.err
- configure:20096: $? = 0
- configure:20099: test -s conftest
- configure:20102: $? = 0
- configure:20114: result: yes
- configure:20343: checking for stdlib.h
- configure:20348: result: yes
- configure:20343: checking for unistd.h
- configure:20348: result: yes
- configure:20492: checking for getpagesize
- configure:20549: gcc -o conftest conftest.c >&5
- configure:20555: $? = 0
- configure:20559: test -z
- || test ! -s conftest.err
- configure:20562: $? = 0
- configure:20565: test -s conftest
- configure:20568: $? = 0
- configure:20580: result: yes
- configure:20590: checking for working mmap
- configure:20732: gcc -o conftest conftest.c >&5
- configure:20735: $? = 0
- configure:20737: ./conftest
- configure:20740: $? = 0
- configure:20754: result: yes
- configure:20766: checking whether we are using the GNU C Library 2.1 or newer
- configure:20797: result: yes
- configure:20805: checking whether integer division by zero raises SIGFPE
- configure:20867: gcc -o conftest conftest.c >&5
- configure:20870: $? = 0
- configure:20872: ./conftest
- configure:20875: $? = 0
- configure:20890: result: yes
- configure:20903: checking for inttypes.h
- configure:20925: gcc -c conftest.c >&5
- configure:20931: $? = 0
- configure:20935: test -z
- || test ! -s conftest.err
- configure:20938: $? = 0
- configure:20941: test -s conftest.o
- configure:20944: $? = 0
- configure:20955: result: yes
- configure:20966: checking for stdint.h
- configure:20988: gcc -c conftest.c >&5
- configure:20994: $? = 0
- configure:20998: test -z
- || test ! -s conftest.err
- configure:21001: $? = 0
- configure:21004: test -s conftest.o
- configure:21007: $? = 0
- configure:21018: result: yes
- configure:21029: checking for unsigned long long
- configure:21051: gcc -o conftest conftest.c >&5
- configure:21057: $? = 0
- configure:21061: test -z
- || test ! -s conftest.err
- configure:21064: $? = 0
- configure:21067: test -s conftest
- configure:21070: $? = 0
- configure:21082: result: yes
- configure:21114: checking for inttypes.h
- configure:21137: gcc -c conftest.c >&5
- configure:21143: $? = 0
- configure:21147: test -z
- || test ! -s conftest.err
- configure:21150: $? = 0
- configure:21153: test -s conftest.o
- configure:21156: $? = 0
- configure:21168: result: yes
- configure:21181: checking whether the inttypes.h PRIxNN macros are broken
- configure:21207: gcc -c conftest.c >&5
- configure:21213: $? = 0
- configure:21217: test -z
- || test ! -s conftest.err
- configure:21220: $? = 0
- configure:21223: test -s conftest.o
- configure:21226: $? = 0
- configure:21238: result: no
- configure:21289: checking for ld used by GCC
- configure:21352: result: /usr/bin/ld
- configure:21361: checking if the linker (/usr/bin/ld) is GNU ld
- GNU ld version 2.17 Debian GNU/Linux
- configure:21373: result: yes
- configure:21379: checking for shared library run path origin
- configure:21392: result: done
- configure:21818: checking argz.h usability
- configure:21830: gcc -c conftest.c >&5
- configure:21836: $? = 0
- configure:21840: test -z
- || test ! -s conftest.err
- configure:21843: $? = 0
- configure:21846: test -s conftest.o
- configure:21849: $? = 0
- configure:21859: result: yes
- configure:21863: checking argz.h presence
- configure:21873: gcc -E conftest.c
- configure:21879: $? = 0
- configure:21899: result: yes
- configure:21934: checking for argz.h
- configure:21941: result: yes
- configure:21818: checking limits.h usability
- configure:21830: gcc -c conftest.c >&5
- configure:21836: $? = 0
- configure:21840: test -z
- || test ! -s conftest.err
- configure:21843: $? = 0
- configure:21846: test -s conftest.o
- configure:21849: $? = 0
- configure:21859: result: yes
- configure:21863: checking limits.h presence
- configure:21873: gcc -E conftest.c
- configure:21879: $? = 0
- configure:21899: result: yes
- configure:21934: checking for limits.h
- configure:21941: result: yes
- configure:21818: checking locale.h usability
- configure:21830: gcc -c conftest.c >&5
- configure:21836: $? = 0
- configure:21840: test -z
- || test ! -s conftest.err
- configure:21843: $? = 0
- configure:21846: test -s conftest.o
- configure:21849: $? = 0
- configure:21859: result: yes
- configure:21863: checking locale.h presence
- configure:21873: gcc -E conftest.c
- configure:21879: $? = 0
- configure:21899: result: yes
- configure:21934: checking for locale.h
- configure:21941: result: yes
- configure:21818: checking nl_types.h usability
- configure:21830: gcc -c conftest.c >&5
- configure:21836: $? = 0
- configure:21840: test -z
- || test ! -s conftest.err
- configure:21843: $? = 0
- configure:21846: test -s conftest.o
- configure:21849: $? = 0
- configure:21859: result: yes
- configure:21863: checking nl_types.h presence
- configure:21873: gcc -E conftest.c
- configure:21879: $? = 0
- configure:21899: result: yes
- configure:21934: checking for nl_types.h
- configure:21941: result: yes
- configure:21818: checking malloc.h usability
- configure:21830: gcc -c conftest.c >&5
- configure:21836: $? = 0
- configure:21840: test -z
- || test ! -s conftest.err
- configure:21843: $? = 0
- configure:21846: test -s conftest.o
- configure:21849: $? = 0
- configure:21859: result: yes
- configure:21863: checking malloc.h presence
- configure:21873: gcc -E conftest.c
- configure:21879: $? = 0
- configure:21899: result: yes
- configure:21934: checking for malloc.h
- configure:21941: result: yes
- configure:21818: checking stddef.h usability
- configure:21830: gcc -c conftest.c >&5
- configure:21836: $? = 0
- configure:21840: test -z
- || test ! -s conftest.err
- configure:21843: $? = 0
- configure:21846: test -s conftest.o
- configure:21849: $? = 0
- configure:21859: result: yes
- configure:21863: checking stddef.h presence
- configure:21873: gcc -E conftest.c
- configure:21879: $? = 0
- configure:21899: result: yes
- configure:21934: checking for stddef.h
- configure:21941: result: yes
- configure:21809: checking for stdlib.h
- configure:21814: result: yes
- configure:21809: checking for string.h
- configure:21814: result: yes
- configure:21809: checking for unistd.h
- configure:21814: result: yes
- configure:21818: checking sys/param.h usability
- configure:21830: gcc -c conftest.c >&5
- configure:21836: $? = 0
- configure:21840: test -z
- || test ! -s conftest.err
- configure:21843: $? = 0
- configure:21846: test -s conftest.o
- configure:21849: $? = 0
- configure:21859: result: yes
- configure:21863: checking sys/param.h presence
- configure:21873: gcc -E conftest.c
- configure:21879: $? = 0
- configure:21899: result: yes
- configure:21934: checking for sys/param.h
- configure:21941: result: yes
- configure:21982: checking for feof_unlocked
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for fgets_unlocked
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for getc_unlocked
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for getcwd
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for getegid
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for geteuid
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for getgid
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for getuid
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for mempcpy
- configure:22039: gcc -o conftest conftest.c >&5
- conftest.c:79: warning: conflicting types for built-in function 'mempcpy'
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for munmap
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for putenv
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for setenv
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for setlocale
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for stpcpy
- configure:22039: gcc -o conftest conftest.c >&5
- conftest.c:84: warning: conflicting types for built-in function 'stpcpy'
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for strcasecmp
- configure:22039: gcc -o conftest conftest.c >&5
- conftest.c:85: warning: conflicting types for built-in function 'strcasecmp'
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for strdup
- configure:22039: gcc -o conftest conftest.c >&5
- conftest.c:86: warning: conflicting types for built-in function 'strdup'
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for strtoul
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for tsearch
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for __argz_count
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for __argz_stringify
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for __argz_next
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:21982: checking for __fsetlocking
- configure:22039: gcc -o conftest conftest.c >&5
- configure:22045: $? = 0
- configure:22049: test -z
- || test ! -s conftest.err
- configure:22052: $? = 0
- configure:22055: test -s conftest
- configure:22058: $? = 0
- configure:22070: result: yes
- configure:22111: checking for iconv
- configure:22138: gcc -o conftest conftest.c >&5
- configure:22144: $? = 0
- configure:22148: test -z
- || test ! -s conftest.err
- configure:22151: $? = 0
- configure:22154: test -s conftest
- configure:22157: $? = 0
- configure:22223: result: yes
- configure:22246: checking for iconv declaration
- configure:22280: gcc -c conftest.c >&5
- configure:22286: $? = 0
- configure:22290: test -z
- || test ! -s conftest.err
- configure:22293: $? = 0
- configure:22296: test -s conftest.o
- configure:22299: $? = 0
- configure:22314: result:
- extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- configure:22325: checking for nl_langinfo and CODESET
- configure:22346: gcc -o conftest conftest.c >&5
- configure:22352: $? = 0
- configure:22356: test -z
- || test ! -s conftest.err
- configure:22359: $? = 0
- configure:22362: test -s conftest
- configure:22365: $? = 0
- configure:22378: result: yes
- configure:22390: checking for LC_MESSAGES
- configure:22411: gcc -o conftest conftest.c >&5
- configure:22417: $? = 0
- configure:22421: test -z
- || test ! -s conftest.err
- configure:22424: $? = 0
- configure:22427: test -s conftest
- configure:22430: $? = 0
- configure:22442: result: yes
- configure:22458: checking for bison
- configure:22474: found /usr/bin/bison
- configure:22484: result: bison
- configure:22497: checking version of bison
- configure:22506: result: 2.3, ok
- configure:22528: checking whether NLS is requested
- configure:22537: result: yes
- configure:22553: checking whether included gettext is requested
- configure:22563: result: no
- configure:22574: checking for GNU gettext in libc
- configure:22598: gcc -o conftest conftest.c >&5
- configure:22604: $? = 0
- configure:22608: test -z
- || test ! -s conftest.err
- configure:22611: $? = 0
- configure:22614: test -s conftest
- configure:22617: $? = 0
- configure:22629: result: yes
- configure:23182: checking whether to use NLS
- configure:23184: result: yes
- configure:23187: checking where the gettext function comes from
- configure:23198: result: libc
- configure:23386: checking for pkg-config
- configure:23404: found /usr/bin/pkg-config
- configure:23417: result: /usr/bin/pkg-config
- configure:23434: checking for gtk+-2.0 >= 2.4.0 gdk-2.0 >= 2.4.0 glib-2.0 >= 2.4.0
- configure:23438: result: yes
- configure:23442: checking GTK2_CFLAGS
- 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
- configure:23448: checking GTK2_LIBS
- 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
- configure:23512: checking for xmms-config
- configure:23543: result: no
- configure:23652: checking for XMMS - version >= 1.0.0
- configure:23660: result: no
- configure:23687: result: *** XMMS >= 1.0.0 not installed - the plugin not included***
- configure:23767: checking for bmp >= 0.9.7
- configure:23875: checking for audacious
- configure:23879: result: yes
- configure:23883: checking AUDACIOUS_CFLAGS
- 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
- configure:23889: checking AUDACIOUS_LIBS
- 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
- configure:24052: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by config.status, which was
- generated by GNU Autoconf 2.59. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on debian
- config.status:792: creating Makefile
- config.status:792: creating src/Makefile
- config.status:792: creating src/plugins/Makefile
- config.status:792: creating src/xmmsplugin/Makefile
- config.status:792: creating src/bmpplugin/Makefile
- config.status:792: creating src/audaciousplugin/Makefile
- config.status:792: creating intl/Makefile
- config.status:792: creating po/Makefile.in
- config.status:896: creating config.h
- config.status:1160: config.h is unchanged
- config.status:1324: executing default-1 commands
- config.status:1324: executing default-2 commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=i686-pc-linux-gnu
- ac_cv_build_alias=i686-pc-linux-gnu
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_const=yes
- ac_cv_c_inline=inline
- ac_cv_cxx_compiler_gnu=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_CXXCPP_set=
- ac_cv_env_CXXCPP_value=
- ac_cv_env_CXXFLAGS_set=
- ac_cv_env_CXXFLAGS_value=
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- ac_cv_env_F77_set=
- ac_cv_env_F77_value=
- ac_cv_env_FFLAGS_set=
- ac_cv_env_FFLAGS_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_exeext=
- ac_cv_f77_compiler_gnu=no
- ac_cv_func___argz_count=yes
- ac_cv_func___argz_next=yes
- ac_cv_func___argz_stringify=yes
- ac_cv_func___fsetlocking=yes
- ac_cv_func_alloca_works=yes
- ac_cv_func_feof_unlocked=yes
- ac_cv_func_fgets_unlocked=yes
- ac_cv_func_getc_unlocked=yes
- ac_cv_func_getcwd=yes
- ac_cv_func_getegid=yes
- ac_cv_func_geteuid=yes
- ac_cv_func_getgid=yes
- ac_cv_func_getpagesize=yes
- ac_cv_func_getuid=yes
- ac_cv_func_mempcpy=yes
- ac_cv_func_mmap_fixed_mapped=yes
- ac_cv_func_munmap=yes
- ac_cv_func_putenv=yes
- ac_cv_func_setenv=yes
- ac_cv_func_setlocale=yes
- ac_cv_func_stpcpy=yes
- ac_cv_func_strcasecmp=yes
- ac_cv_func_strdup=yes
- ac_cv_func_strtoul=yes
- ac_cv_func_tsearch=yes
- ac_cv_gnu_library_2_1=yes
- ac_cv_header_argz_h=yes
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_limits_h=yes
- ac_cv_header_locale_h=yes
- ac_cv_header_malloc_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_nl_types_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stddef_h=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_param_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=i686-pc-linux-gnu
- ac_cv_host_alias=i686-pc-linux-gnu
- ac_cv_lib_cposix_strerror=no
- ac_cv_objext=o
- ac_cv_path_GMSGFMT=/usr/bin/msgfmt
- ac_cv_path_MSGFMT=/usr/bin/msgfmt
- ac_cv_path_MSGMERGE=/usr/bin/msgmerge
- ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
- ac_cv_path_XGETTEXT=/usr/bin/xgettext
- ac_cv_path_XMMS_CONFIG=no
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_CXXCPP='g++ -E'
- ac_cv_prog_INTLBISON=bison
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_stdc=
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_egrep='grep -E'
- ac_cv_prog_f77_g=no
- ac_cv_prog_make_make_set=yes
- ac_cv_type_off_t=yes
- ac_cv_type_size_t=yes
- ac_cv_type_unsigned_long_long=yes
- ac_cv_working_alloca_h=yes
- acl_cv_path_LD=/usr/bin/ld
- acl_cv_prog_gnu_ld=yes
- acl_cv_rpath=done
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_CXX_dependencies_compiler_type=gcc3
- am_cv_func_iconv=yes
- am_cv_langinfo_codeset=yes
- am_cv_lib_iconv=no
- am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
- am_cv_proto_iconv_arg1=
- am_cv_val_LC_MESSAGES=yes
- gt_cv_func_gnugettext1_libc=yes
- gt_cv_header_inttypes_h=yes
- gt_cv_int_divbyzero_sigfpe=yes
- gt_cv_inttypes_pri_broken=no
- jm_ac_cv_header_inttypes_h=yes
- jm_ac_cv_header_stdint_h=yes
- lt_cv_cc_64bit_output=no
- lt_cv_deplibs_check_method=pass_all
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.6.so'
- lt_cv_ld_reload_flag=-r
- lt_cv_objdir=.libs
- lt_cv_path_LD=/usr/bin/ld
- lt_cv_path_LDCXX=/usr/bin/ld
- lt_cv_path_NM='/usr/bin/nm -B'
- lt_cv_path_SED=/bin/sed
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_c_o_CXX=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_gnu_ld=yes
- lt_cv_prog_gnu_ldcxx=yes
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
- 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'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
- lt_cv_sys_max_cmd_len=32768
- lt_lt_cv_prog_compiler_c_o='"yes"'
- lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
- 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'\''"'
- 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'\''"'
- lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
- nls_cv_force_use_gnu_gettext=no
- nls_cv_header_intl=
- nls_cv_header_libgt=
- nls_cv_use_gnu_gettext=no
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run aclocal'
- ALLOCA=''
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run tar'
- AR='ar'
- 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 '
- AUDACIOUS_GENERAL_PLUGIN_DIR='/usr/lib/audacious/General'
- 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 '
- AUTOCONF='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run autoconf'
- AUTOHEADER='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run autoheader'
- AUTOMAKE='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run automake'
- AWK='gawk'
- BMP_CFLAGS=''
- BMP_GENERAL_PLUGIN_DIR=''
- BMP_LIBS=''
- BUILD_INCLUDED_LIBINTL='no'
- CATOBJEXT='.gmo'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS=''
- CPP='gcc -E'
- CPPFLAGS=''
- CXX='g++'
- CXXCPP='g++ -E'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS=''
- DATADIRNAME='share'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- ECHO='echo'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='grep -E'
- EXEEXT=''
- F77=''
- FFLAGS=''
- GENCAT='gencat'
- GETTEXT_PACKAGE='xlyrics'
- GLIBC21='yes'
- GMSGFMT='/usr/bin/msgfmt'
- 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 '
- 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 '
- HAVE_AMAROK_FALSE=''
- HAVE_AMAROK_TRUE='#'
- HAVE_AUDACIOUS_FALSE='#'
- HAVE_AUDACIOUS_TRUE=''
- HAVE_BMP_FALSE=''
- HAVE_BMP_TRUE='#'
- HAVE_XMMS_FALSE=''
- HAVE_XMMS_TRUE='#'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
- INSTOBJEXT='.mo'
- INTLBISON='bison'
- INTLLIBS=''
- INTLOBJS=''
- INTL_LIBTOOL_SUFFIX_PREFIX=''
- KDE_CXXFLAGS='-I/usr/include'
- KDE_LDFLAGS='-L/usr/lib'
- LDFLAGS=''
- LIBICONV=''
- LIBINTL=''
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LN_S='ln -s'
- LTLIBICONV=''
- LTLIBINTL=''
- LTLIBOBJS=''
- MAINT='#'
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE='#'
- MAKEINFO='${SHELL} /home/loading/Desktop/xlyrics-0.4.6/missing --run makeinfo'
- MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
- MSGFMT='/usr/bin/msgfmt'
- MSGMERGE='/usr/bin/msgmerge'
- NO_PREFIX_PACKAGE_DATA_DIR='share'
- NO_PREFIX_PACKAGE_DOC_DIR='doc/xlyrics'
- NO_PREFIX_PACKAGE_HELP_DIR='share/help'
- NO_PREFIX_PACKAGE_LIB_DIR='lib/xlyrics'
- NO_PREFIX_PACKAGE_MENU_DIR='share/xlyrics'
- NO_PREFIX_PACKAGE_PIXMAPS_DIR='share/pixmaps'
- OBJEXT='o'
- PACKAGE='xlyrics'
- PACKAGE_BUGREPORT=''
- PACKAGE_DATA_DIR='/usr/local/share'
- PACKAGE_DOC_DIR='/usr/local/doc/xlyrics'
- PACKAGE_HELP_DIR='/usr/local/share/help'
- PACKAGE_LIB_DIR='/usr/local/lib/xlyrics'
- PACKAGE_MENU_DIR='/usr/local/share/xlyrics'
- PACKAGE_NAME=''
- PACKAGE_PIXMAPS_DIR='/usr/local/share/pixmaps'
- PACKAGE_STRING=''
- PACKAGE_TARNAME=''
- PACKAGE_VERSION=''
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- POSUB='po'
- QT_CXXFLAGS='-I/include'
- QT_LDFLAGS='-L/lib'
- RANLIB='ranlib'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='strip'
- USE_INCLUDED_LIBINTL='no'
- USE_NLS='yes'
- VERSION='0.0.3'
- XGETTEXT='/usr/bin/xgettext'
- XMMS_CFLAGS=''
- XMMS_CONFIG='no'
- XMMS_DATA_DIR=''
- XMMS_EFFECT_PLUGIN_DIR=''
- XMMS_GENERAL_PLUGIN_DIR=''
- XMMS_INPUT_PLUGIN_DIR=''
- XMMS_LIBS=''
- XMMS_OUTPUT_PLUGIN_DIR=''
- XMMS_PLUGIN_DIR=''
- XMMS_VERSION=''
- XMMS_VISUALIZATION_PLUGIN_DIR=''
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_F77=''
- ac_ct_RANLIB='ranlib'
- ac_ct_STRIP='strip'
- am__include='include'
- am__quote=''
- bindir='${exec_prefix}/bin'
- build='i686-pc-linux-gnu'
- build_alias=''
- build_cpu='i686'
- build_os='linux-gnu'
- build_vendor='pc'
- datadir='${prefix}/share'
- exec_prefix='${prefix}'
- host='i686-pc-linux-gnu'
- host_alias=''
- host_cpu='i686'
- host_os='linux-gnu'
- host_vendor='pc'
- includedir='${prefix}/include'
- infodir='${prefix}/info'
- install_sh='/home/loading/Desktop/xlyrics-0.4.6/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localstatedir='${prefix}/var'
- mandir='${prefix}/man'
- oldincludedir='/usr/include'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- #define ENABLE_NLS 1
- #define GETTEXT_PACKAGE "xlyrics"
- #define HAVE_ALLOCA 1
- #define HAVE_ALLOCA_H 1
- #define HAVE_ARGZ_H 1
- #define HAVE_DCGETTEXT 1
- #define HAVE_DLFCN_H 1
- #define HAVE_FEOF_UNLOCKED 1
- #define HAVE_FGETS_UNLOCKED 1
- #define HAVE_GETCWD 1
- #define HAVE_GETC_UNLOCKED 1
- #define HAVE_GETEGID 1
- #define HAVE_GETEUID 1
- #define HAVE_GETGID 1
- #define HAVE_GETPAGESIZE 1
- #define HAVE_GETTEXT 1
- #define HAVE_GETUID 1
- #define HAVE_ICONV 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_INTTYPES_H_WITH_UINTMAX 1
- #define HAVE_LANGINFO_CODESET 1
- #define HAVE_LC_MESSAGES 1
- #define HAVE_LIMITS_H 1
- #define HAVE_LOCALE_H 1
- #define HAVE_MALLOC_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_MEMPCPY 1
- #define HAVE_MMAP 1
- #define HAVE_MUNMAP 1
- #define HAVE_NL_TYPES_H 1
- #define HAVE_PUTENV 1
- #define HAVE_SETENV 1
- #define HAVE_SETLOCALE 1
- #define HAVE_STDDEF_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDINT_H_WITH_UINTMAX 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STPCPY 1
- #define HAVE_STRCASECMP 1
- #define HAVE_STRDUP 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_STRING_H 1
- #define HAVE_STRTOUL 1
- #define HAVE_SYS_PARAM_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_TSEARCH 1
- #define HAVE_UINTMAX_T 1
- #define HAVE_UNISTD_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_UNSIGNED_LONG_LONG 1
- #define HAVE___ARGZ_COUNT 1
- #define HAVE___ARGZ_NEXT 1
- #define HAVE___ARGZ_STRINGIFY 1
- #define HAVE___FSETLOCKING 1
- #define ICONV_CONST
- #define INTDIV0_RAISES_SIGFPE 1
- #define PACKAGE "xlyrics"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_DATA_DIR "/usr/local/share"
- #define PACKAGE_DOC_DIR "/usr/local/doc/xlyrics"
- #define PACKAGE_HELP_DIR "/usr/local/share/help"
- #define PACKAGE_LIB_DIR "/usr/local/lib/xlyrics"
- #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
- #define PACKAGE_MENU_DIR "/usr/local/share/xlyrics"
- #define PACKAGE_NAME ""
- #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps"
- #define PACKAGE_SOURCE_DIR "/home/loading/Desktop/xlyrics-0.4.6"
- #define PACKAGE_STRING ""
- #define PACKAGE_TARNAME ""
- #define PACKAGE_VERSION ""
- #define STDC_HEADERS 1
- #define VERSION "0.0.3"
- #endif
- #ifdef __cplusplus
- extern "C" void std::exit (int) throw (); using std::exit;
- configure: exit 0
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by config.status, which was
- generated by GNU Autoconf 2.59. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS = config.h
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on debian
- config.status:896: creating config.h
- config.status:1160: config.h is unchanged
- config.status:1324: executing default-1 commands
- config.status:1324: executing default-2 commands
复制代码 |
|