已经安装了 Python 仍然报错 no suitable Python interpreter found 如何解决?

时间:2022-02-26 17:07:36
我最近刚刚接触 Linux,练习从源文件安装程序,可能这是太基础的东西,所以在网上搜索很久也没找到答案,所以才来麻烦各位高手给详细解释一下。
红旗 Linux Desktop 5.0 下安装 Scribes-0.3.2.8 或者 gEdit 2.18.0,执行 ./configure 编译总不能通过,最后报错:
Python >= 2.4
no suitable Python interpreter found
实际上已经安装了 Python 2.5.1,但仍然报上面的错。请问是什么原因,怎么解决?
详细的配置日志 config.log 文件的内容如下:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by scribes configure 0.3.2.8, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --with-python-dir=/usr/python --prefix=/usr/local/

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = i686
uname -r = 2.6.9-5.34DT
uname -s = Linux
uname -v = #1 Mon Jan 23 16:32:34 CST 2006

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/share/jre/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1883: checking for a BSD-compatible install
configure:1939: result: /usr/bin/install -c
configure:1950: checking whether build environment is sane
configure:1993: result: yes
configure:2058: checking for gawk
configure:2074: found /bin/gawk
configure:2085: result: gawk
configure:2096: checking whether make sets $(MAKE)
configure:2117: result: yes
configure:2301: checking whether to enable maintainer-specific portions of Makefiles
configure:2310: result: no
configure:2341: checking for style of include used by make
configure:2369: result: GNU
configure:2442: checking for gcc
configure:2458: found /usr/bin/gcc
configure:2469: result: gcc
configure:2707: checking for C compiler version
configure:2714: gcc --version >&5
gcc (GCC) 3.4.3 20041212 (Asianux 2.0 3.4.3-9.EL4.2)
Copyright (C) 2004 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:2717: $? = 0
configure:2724: gcc -v >&5
Reading specs from /usr/lib/gcc/i386-redflag-linux/3.4.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,java,f77 --disable-libgcj --host=i386-redflag-linux
Thread model: posix
gcc version 3.4.3 20041212 (Asianux 2.0 3.4.3-9.EL4.2)
configure:2727: $? = 0
configure:2734: gcc -V >&5
gcc: `-V' option must have argument
configure:2737: $? = 1
configure:2760: checking for C compiler default output file name
configure:2787: gcc    conftest.c  >&5
configure:2790: $? = 0
configure:2828: result: a.out
configure:2845: checking whether the C compiler works
configure:2855: ./a.out
configure:2858: $? = 0
configure:2875: result: yes
configure:2882: checking whether we are cross compiling
configure:2884: result: no
configure:2887: checking for suffix of executables
configure:2894: gcc -o conftest    conftest.c  >&5
configure:2897: $? = 0
configure:2921: result: 
configure:2927: checking for suffix of object files
configure:2953: gcc -c   conftest.c >&5
configure:2956: $? = 0
configure:2979: result: o
configure:2983: checking whether we are using the GNU C compiler
configure:3012: gcc -c   conftest.c >&5
configure:3018: $? = 0

3 个解决方案

#1


configure:3035: result: yes
configure:3040: checking whether gcc accepts -g
configure:3070: gcc -c -g  conftest.c >&5
configure:3076: $? = 0
configure:3175: result: yes
configure:3192: checking for gcc option to accept ISO C89
configure:3266: gcc  -c -g -O2  conftest.c >&5
configure:3272: $? = 0
configure:3295: result: none needed
configure:3315: checking dependency style of gcc
configure:3405: result: none
configure:3435: checking for intltool >= 0.35.0
configure:3442: result: 0.35.5 found
configure:3498: checking for perl
configure:3516: found /usr/bin/perl
configure:3528: result: /usr/bin/perl
configure:3547: checking for XML::Parser
configure:3550: result: ok
configure:3561: checking for iconv
configure:3579: found /usr/bin/iconv
configure:3592: result: /usr/bin/iconv
configure:3602: checking for msgfmt
configure:3620: found /usr/bin/msgfmt
configure:3633: result: /usr/bin/msgfmt
configure:3643: checking for msgmerge
configure:3661: found /usr/bin/msgmerge
configure:3674: result: /usr/bin/msgmerge
configure:3684: checking for xgettext
configure:3702: found /usr/bin/xgettext
configure:3715: result: /usr/bin/xgettext
configure:3752: gcc -o conftest -g -O2   conftest.c  >&5
configure:3758: $? = 0
configure:3892: checking how to run the C preprocessor
configure:3932: gcc -E  conftest.c
configure:3938: $? = 0
configure:3969: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3975: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "scribes"
| #define PACKAGE_TARNAME "scribes"
| #define PACKAGE_VERSION "0.3.2.8"
| #define PACKAGE_STRING "scribes 0.3.2.8"
| #define PACKAGE_BUGREPORT "<mystilleef@gmail.com>"
| #define PACKAGE "scribes"
| #define VERSION "0.3.2.8"
| #define GETTEXT_PACKAGE "scribes"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4008: result: gcc -E
configure:4037: gcc -E  conftest.c
configure:4043: $? = 0
configure:4074: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4080: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "scribes"
| #define PACKAGE_TARNAME "scribes"
| #define PACKAGE_VERSION "0.3.2.8"
| #define PACKAGE_STRING "scribes 0.3.2.8"
| #define PACKAGE_BUGREPORT "<mystilleef@gmail.com>"
| #define PACKAGE "scribes"
| #define VERSION "0.3.2.8"
| #define GETTEXT_PACKAGE "scribes"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4118: checking for grep that handles long lines and -e
configure:4192: result: /bin/grep
configure:4197: checking for egrep
configure:4275: result: /bin/grep -E
configure:4280: checking for ANSI C header files
configure:4310: gcc -c -g -O2  conftest.c >&5
configure:4316: $? = 0
configure:4415: gcc -o conftest -g -O2   conftest.c  >&5
configure:4418: $? = 0
configure:4424: ./conftest
configure:4427: $? = 0
configure:4444: result: yes
configure:4468: checking for sys/types.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for sys/stat.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for stdlib.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for string.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for memory.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes

#2


configure:4468: checking for strings.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for inttypes.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for stdint.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for unistd.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4529: checking build system type
configure:4547: result: i686-pc-linux-gnu
configure:4569: checking host system type
configure:4584: result: i686-pc-linux-gnu
configure:4622: checking locale.h usability
configure:4639: gcc -c -g -O2  conftest.c >&5
configure:4645: $? = 0
configure:4659: result: yes
configure:4663: checking locale.h presence
configure:4678: gcc -E  conftest.c
configure:4684: $? = 0
configure:4698: result: yes
configure:4731: checking for locale.h
configure:4739: result: yes
configure:4753: checking for LC_MESSAGES
configure:4779: gcc -o conftest -g -O2   conftest.c  >&5
configure:4785: $? = 0
configure:4802: result: yes
configure:4831: checking libintl.h usability
configure:4848: gcc -c -g -O2  conftest.c >&5
configure:4854: $? = 0
configure:4868: result: yes
configure:4872: checking libintl.h presence
configure:4887: gcc -E  conftest.c
configure:4893: $? = 0
configure:4907: result: yes
configure:4940: checking for libintl.h
configure:4947: result: yes
configure:4958: checking for ngettext in libc
configure:4986: gcc -o conftest -g -O2   conftest.c  >&5
configure:4992: $? = 0
configure:5010: result: yes
configure:5014: checking for dgettext in libc
configure:5042: gcc -o conftest -g -O2   conftest.c  >&5
configure:5048: $? = 0
configure:5066: result: yes
configure:5075: checking for bind_textdomain_codeset
configure:5131: gcc -o conftest -g -O2   conftest.c  >&5
configure:5137: $? = 0
configure:5155: result: yes
configure:5642: checking for msgfmt
configure:5669: result: /usr/bin/msgfmt
configure:5682: checking for dcgettext
configure:5738: gcc -o conftest -g -O2   conftest.c   >&5
conftest.c:48: warning: conflicting types for built-in function 'dcgettext'
configure:5744: $? = 0
configure:5762: result: yes
configure:5773: checking if msgfmt accepts -c
configure:5788: msgfmt -c -o /dev/null conftest.foo
configure:5791: $? = 0
configure:5793: result: yes
configure:5803: checking for gmsgfmt
configure:5834: result: /usr/bin/msgfmt
configure:5844: checking for xgettext
configure:5871: result: /usr/bin/xgettext
configure:5900: gcc -o conftest -g -O2   conftest.c   >&5
configure:5906: $? = 0
configure:6075: checking for catalogs to be installed
configure:6100: result:  de fr nl it pt_BR sv
configure:6136: checking for sed
configure:6154: found /bin/sed
configure:6166: result: /bin/sed
configure:6176: checking for gconftool-2
configure:6194: found /usr/bin/gconftool-2
configure:6206: result: /usr/bin/gconftool-2
configure:6216: checking for yelp
configure:6234: found /usr/bin/yelp
configure:6246: result: /usr/bin/yelp
configure:6303: checking for pkg-config
configure:6321: found /usr/bin/pkg-config
configure:6333: result: /usr/bin/pkg-config
configure:6362: checking pkg-config is at least version 0.9.0
configure:6365: result: yes
configure:6378: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
configure:6381: $? = 0
configure:6475: result: Using config source xml::/etc/gconf/gconf.xml.defaults for schema installation
configure:6490: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:6547: checking for a Python interpreter with version >= 2.4
configure:6562: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2.5 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.5: command not found
configure:6565: $? = 127
configure:6562: python2.4 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.4: command not found
configure:6565: $? = 127
configure:6562: python2.3 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2.2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.2: command not found
configure:6565: $? = 127
configure:6562: python2.1 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.1: command not found
configure:6565: $? = 127
configure:6562: python2.0 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.0: command not found
configure:6565: $? = 127
configure:6562: python1.6 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python1.6: command not found
configure:6565: $? = 127
configure:6562: python1.5 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python1.5: command not found
configure:6565: $? = 127
configure:6572: result: none
configure:6624: error: no suitable Python interpreter found

#3


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_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_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_YELP=/usr/bin/yelp
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_pathless_PYTHON=none
am_cv_val_LC_MESSAGES=yes
gdu_cv_have_gdu=yes
gdu_cv_version_required=0.3.2
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes

#1


configure:3035: result: yes
configure:3040: checking whether gcc accepts -g
configure:3070: gcc -c -g  conftest.c >&5
configure:3076: $? = 0
configure:3175: result: yes
configure:3192: checking for gcc option to accept ISO C89
configure:3266: gcc  -c -g -O2  conftest.c >&5
configure:3272: $? = 0
configure:3295: result: none needed
configure:3315: checking dependency style of gcc
configure:3405: result: none
configure:3435: checking for intltool >= 0.35.0
configure:3442: result: 0.35.5 found
configure:3498: checking for perl
configure:3516: found /usr/bin/perl
configure:3528: result: /usr/bin/perl
configure:3547: checking for XML::Parser
configure:3550: result: ok
configure:3561: checking for iconv
configure:3579: found /usr/bin/iconv
configure:3592: result: /usr/bin/iconv
configure:3602: checking for msgfmt
configure:3620: found /usr/bin/msgfmt
configure:3633: result: /usr/bin/msgfmt
configure:3643: checking for msgmerge
configure:3661: found /usr/bin/msgmerge
configure:3674: result: /usr/bin/msgmerge
configure:3684: checking for xgettext
configure:3702: found /usr/bin/xgettext
configure:3715: result: /usr/bin/xgettext
configure:3752: gcc -o conftest -g -O2   conftest.c  >&5
configure:3758: $? = 0
configure:3892: checking how to run the C preprocessor
configure:3932: gcc -E  conftest.c
configure:3938: $? = 0
configure:3969: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3975: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "scribes"
| #define PACKAGE_TARNAME "scribes"
| #define PACKAGE_VERSION "0.3.2.8"
| #define PACKAGE_STRING "scribes 0.3.2.8"
| #define PACKAGE_BUGREPORT "<mystilleef@gmail.com>"
| #define PACKAGE "scribes"
| #define VERSION "0.3.2.8"
| #define GETTEXT_PACKAGE "scribes"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4008: result: gcc -E
configure:4037: gcc -E  conftest.c
configure:4043: $? = 0
configure:4074: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4080: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "scribes"
| #define PACKAGE_TARNAME "scribes"
| #define PACKAGE_VERSION "0.3.2.8"
| #define PACKAGE_STRING "scribes 0.3.2.8"
| #define PACKAGE_BUGREPORT "<mystilleef@gmail.com>"
| #define PACKAGE "scribes"
| #define VERSION "0.3.2.8"
| #define GETTEXT_PACKAGE "scribes"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4118: checking for grep that handles long lines and -e
configure:4192: result: /bin/grep
configure:4197: checking for egrep
configure:4275: result: /bin/grep -E
configure:4280: checking for ANSI C header files
configure:4310: gcc -c -g -O2  conftest.c >&5
configure:4316: $? = 0
configure:4415: gcc -o conftest -g -O2   conftest.c  >&5
configure:4418: $? = 0
configure:4424: ./conftest
configure:4427: $? = 0
configure:4444: result: yes
configure:4468: checking for sys/types.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for sys/stat.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for stdlib.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for string.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for memory.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes

#2


configure:4468: checking for strings.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for inttypes.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for stdint.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for unistd.h
configure:4489: gcc -c -g -O2  conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4529: checking build system type
configure:4547: result: i686-pc-linux-gnu
configure:4569: checking host system type
configure:4584: result: i686-pc-linux-gnu
configure:4622: checking locale.h usability
configure:4639: gcc -c -g -O2  conftest.c >&5
configure:4645: $? = 0
configure:4659: result: yes
configure:4663: checking locale.h presence
configure:4678: gcc -E  conftest.c
configure:4684: $? = 0
configure:4698: result: yes
configure:4731: checking for locale.h
configure:4739: result: yes
configure:4753: checking for LC_MESSAGES
configure:4779: gcc -o conftest -g -O2   conftest.c  >&5
configure:4785: $? = 0
configure:4802: result: yes
configure:4831: checking libintl.h usability
configure:4848: gcc -c -g -O2  conftest.c >&5
configure:4854: $? = 0
configure:4868: result: yes
configure:4872: checking libintl.h presence
configure:4887: gcc -E  conftest.c
configure:4893: $? = 0
configure:4907: result: yes
configure:4940: checking for libintl.h
configure:4947: result: yes
configure:4958: checking for ngettext in libc
configure:4986: gcc -o conftest -g -O2   conftest.c  >&5
configure:4992: $? = 0
configure:5010: result: yes
configure:5014: checking for dgettext in libc
configure:5042: gcc -o conftest -g -O2   conftest.c  >&5
configure:5048: $? = 0
configure:5066: result: yes
configure:5075: checking for bind_textdomain_codeset
configure:5131: gcc -o conftest -g -O2   conftest.c  >&5
configure:5137: $? = 0
configure:5155: result: yes
configure:5642: checking for msgfmt
configure:5669: result: /usr/bin/msgfmt
configure:5682: checking for dcgettext
configure:5738: gcc -o conftest -g -O2   conftest.c   >&5
conftest.c:48: warning: conflicting types for built-in function 'dcgettext'
configure:5744: $? = 0
configure:5762: result: yes
configure:5773: checking if msgfmt accepts -c
configure:5788: msgfmt -c -o /dev/null conftest.foo
configure:5791: $? = 0
configure:5793: result: yes
configure:5803: checking for gmsgfmt
configure:5834: result: /usr/bin/msgfmt
configure:5844: checking for xgettext
configure:5871: result: /usr/bin/xgettext
configure:5900: gcc -o conftest -g -O2   conftest.c   >&5
configure:5906: $? = 0
configure:6075: checking for catalogs to be installed
configure:6100: result:  de fr nl it pt_BR sv
configure:6136: checking for sed
configure:6154: found /bin/sed
configure:6166: result: /bin/sed
configure:6176: checking for gconftool-2
configure:6194: found /usr/bin/gconftool-2
configure:6206: result: /usr/bin/gconftool-2
configure:6216: checking for yelp
configure:6234: found /usr/bin/yelp
configure:6246: result: /usr/bin/yelp
configure:6303: checking for pkg-config
configure:6321: found /usr/bin/pkg-config
configure:6333: result: /usr/bin/pkg-config
configure:6362: checking pkg-config is at least version 0.9.0
configure:6365: result: yes
configure:6378: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
configure:6381: $? = 0
configure:6475: result: Using config source xml::/etc/gconf/gconf.xml.defaults for schema installation
configure:6490: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:6547: checking for a Python interpreter with version >= 2.4
configure:6562: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2.5 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.5: command not found
configure:6565: $? = 127
configure:6562: python2.4 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.4: command not found
configure:6565: $? = 127
configure:6562: python2.3 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2.2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.2: command not found
configure:6565: $? = 127
configure:6562: python2.1 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.1: command not found
configure:6565: $? = 127
configure:6562: python2.0 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.0: command not found
configure:6565: $? = 127
configure:6562: python1.6 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python1.6: command not found
configure:6565: $? = 127
configure:6562: python1.5 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python1.5: command not found
configure:6565: $? = 127
configure:6572: result: none
configure:6624: error: no suitable Python interpreter found

#3


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_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_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_YELP=/usr/bin/yelp
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_pathless_PYTHON=none
am_cv_val_LC_MESSAGES=yes
gdu_cv_have_gdu=yes
gdu_cv_version_required=0.3.2
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes