手动执行aclocal,autoconf和automake看看都输出什么错误

2013/5/9 杜宏羽 <dongfengweix...@gmail.com>

> 特地下载这个版本的尝试了下,没有发现问题:
>
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal -I m4
> autoreconf: configure.ac: tracing
> autoreconf: running: libtoolize --copy
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> autoreconf: running: /usr/bin/autoconf
> autoreconf: running: /usr/bin/autoheader
> autoreconf: running: automake --add-missing --copy --no-force
> configure.ac:9: installing './config.guess'
> configure.ac:9: installing './config.sub'
> configure.ac:17: installing './install-sh'
> configure.ac:17: installing './missing'
> modules/im/ximcp/Makefile.am: installing './depcomp'
> parallel-tests: installing './test-driver'
> autoreconf: Leaving directory `.'
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... GNU
> checking whether make supports nested variables... yes
> checking dependency style of gcc... gcc3
> checking how to print strings... printf
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 1572864
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu
> format... func_convert_file_noop
> checking how to convert i686-pc-linux-gnu file names to toolchain format...
> func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... @
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for sysroot... no
> checking for mt... no
> checking if : is a manifest tool... no
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for gcc option to accept ISO C99... -std=gnu99
> checking whether __clang__ is declared... no
> checking whether __INTEL_COMPILER is declared... no
> checking whether __SUNPRO_C is declared... no
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking if gcc -std=gnu99 supports -Werror=unknown-warning-option... no
> checking if gcc -std=gnu99 supports -Werror=unused-command-line-argument...
> no
> checking if gcc -std=gnu99 supports-Wall... yes
> checking if gcc -std=gnu99 supports-Wpointer-arith... yes
> checking if gcc -std=gnu99 supports-Wmissing-declarations... yes
> checking if gcc -std=gnu99 supports-Wformat=2... yes
> checking if gcc -std=gnu99 supports-Wstrict-prototypes... yes
> checking if gcc -std=gnu99 supports-Wmissing-prototypes... yes
> checking if gcc -std=gnu99 supports-Wnested-externs... yes
> checking if gcc -std=gnu99 supports-Wbad-function-cast... yes
> checking if gcc -std=gnu99 supports-Wold-style-definition... yes
> checking if gcc -std=gnu99 supports-Wdeclaration-after-statement... yes
> checking if gcc -std=gnu99 supports-Wunused... yes
> checking if gcc -std=gnu99 supports-Wuninitialized... yes
> checking if gcc -std=gnu99 supports-Wshadow... yes
> checking if gcc -std=gnu99 supports-Wcast-qual... yes
> checking if gcc -std=gnu99 supports-Wmissing-noreturn... yes
> checking if gcc -std=gnu99 supports-Wmissing-format-attribute... yes
> checking if gcc -std=gnu99 supports-Wredundant-decls... yes
> checking if gcc -std=gnu99 supports-Werror=implicit... yes
> checking if gcc -std=gnu99 supports-Werror=nonnull... yes
> checking if gcc -std=gnu99 supports-Werror=init-self... yes
> checking if gcc -std=gnu99 supports-Werror=main... yes
> checking if gcc -std=gnu99 supports-Werror=missing-braces... yes
> checking if gcc -std=gnu99 supports-Werror=sequence-point... yes
> checking if gcc -std=gnu99 supports-Werror=return-type... yes
> checking if gcc -std=gnu99 supports-Werror=trigraphs... yes
> checking if gcc -std=gnu99 supports-Werror=array-bounds... yes
> checking if gcc -std=gnu99 supports-Werror=write-strings... yes
> checking if gcc -std=gnu99 supports-Werror=address... yes
> checking if gcc -std=gnu99 supports-Werror=int-to-pointer-cast... yes
> checking if gcc -std=gnu99 supports-Werror=pointer-to-int-cast... yes
> checking if gcc -std=gnu99 supports-pedantic... yes
> checking if gcc -std=gnu99 supports-Werror... yes
> checking if gcc -std=gnu99 supports-Werror=attributes... yes
> checking whether make supports nested variables... (cached) yes
> checking whether to build functional specifications... yes
> checking for xmlto... no
> configure: WARNING: xmlto not found - documentation targets will be skipped
> checking for xsltproc... /usr/bin/xsltproc
> checking for X.Org SGML entities >= 1.10... no
> checking for cpp... /usr/bin/cpp
> checking if /usr/bin/cpp requires -undef... yes
> checking if /usr/bin/cpp requires -traditional... yes
> checking for perl... /usr/bin/perl
> checking for pkg-config... (cached) /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for pkg-config... (cached) /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking return type of signal handlers... void
> checking if Xtrans should support UNIX socket connections... yes
> checking if Xtrans should support TCP socket connections... yes
> checking for library containing socket... none required
> checking for library containing gethostbyname... none required
> checking for getaddrinfo... yes
> checking if IPv6 support should be built... yes
> checking for struct sockaddr_in.sin_len... no
> checking for socklen_t... yes
> checking if Xtrans should support os-specific local connections... no
> checking for authdes_seccreate... no
> checking for authdes_create... yes
> checking for library containing getsecretkey... none required
> checking if Secure RPC authentication ("SUN-DES-1") should be supported...
> yes
> checking what order to try transports in for local connections...
> LOCAL_TRANS,UNIX_TRANS,TCP_TRANS
> checking if run-time linking is supported... checking for library
> containing dlopen... -ldl
> checking for dlfcn.h... (cached) yes
> yes
> checking if loadable i18n module support should be enabled... no
> checking if loadable Xcursor library support should be enabled... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking for strtol... yes
> checking for seteuid... yes
> checking whether issetugid is declared... no
> checking for issetugid... no
> checking for getresuid... yes
> checking for shmat... yes
> checking for launchd... no
> checking for getpwuid_r in -lc... yes
> checking for pthread_self in -lc... yes
> checking for poll... yes
> checking keysym definitions...  /usr/include/X11/keysymdef.h
> /usr/include/X11/XF86keysym.h /usr/include/X11/Sunkeysym.h
> /usr/include/X11/DECkeysym.h /usr/include/X11/HPkeysym.h
> checking if XLOCALEDIR support should be enabled... yes
> checking for BIGFONT... no
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for nl_langinfo... yes
> checking for X11... yes
> checking whether malloc(0) returns NULL... yes
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating include/Makefile
> config.status: creating man/Makefile
> config.status: creating man/xkb/Makefile
> config.status: creating src/Makefile
> config.status: creating src/util/Makefile
> config.status: creating src/xcms/Makefile
> config.status: creating src/xlibi18n/Makefile
> config.status: creating modules/Makefile
> config.status: creating modules/im/Makefile
> config.status: creating modules/im/ximcp/Makefile
> config.status: creating modules/lc/Makefile
> config.status: creating modules/lc/def/Makefile
> config.status: creating modules/lc/gen/Makefile
> config.status: creating modules/lc/Utf8/Makefile
> config.status: creating modules/lc/xlocale/Makefile
> config.status: creating modules/om/Makefile
> config.status: creating modules/om/generic/Makefile
> config.status: creating src/xkb/Makefile
> config.status: creating nls/Makefile
> config.status: creating specs/Makefile
> config.status: creating specs/i18n/Makefile
> config.status: creating specs/i18n/compose/Makefile
> config.status: creating specs/i18n/framework/Makefile
> config.status: creating specs/i18n/localedb/Makefile
> config.status: creating specs/i18n/trans/Makefile
> config.status: creating specs/libX11/Makefile
> config.status: creating specs/XIM/Makefile
> config.status: creating specs/XKB/Makefile
> config.status: creating x11.pc
> config.status: creating x11-xcb.pc
> config.status: creating src/config.h
> config.status: creating include/X11/XlibConf.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
>
> X11 will be built with the following settings:
>  Loadable i18n module support:            no
>  Loadable xcursor library support:        yes
>  Threading support:                       yes
>  Use Threads safe API:                    yes
>  Threads stubs in libX11:                 no
>  XCMS:                                    yes
>  Internationalization support:            yes
>  XF86BigFont support:                     no
>  XKB support:                             yes
>  XLOCALEDIR environment variable support: yes
>  Compose table cache enabled:             yes
>  Functional specs building enabled:       yes
> -------------- 下一部分 --------------
> 一个HTML附件被移除...
> URL: <
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130509/f5633b3a/attachment.html
> >
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: 
<https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130509/f48ff6f7/attachment.html>
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

回复