|
|

楼主 |
发表于 2005-12-5 08:59:41
|
显示全部楼层
- sudo ./configure
- Password:
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking build system type... i686-pc-linux-gnu
- checking host system type... i686-pc-linux-gnu
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- 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 ANSI C... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether make sets $(MAKE)... (cached) yes
- checking for ranlib... ranlib
- checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
- checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
- checking for shared library run path origin... done
- checking for iconv... yes
- checking for iconv declaration...
- extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- checking how to run the C preprocessor... gcc -E
- checking for egrep... grep -E
- checking for ANSI C header files... yes
- checking for sys/wait.h that is POSIX.1 compatible... 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 limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking malloc.h usability... yes
- checking malloc.h presence... yes
- checking for malloc.h... yes
- checking malloc/malloc.h usability... no
- checking malloc/malloc.h presence... no
- checking for malloc/malloc.h... no
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking sys/param.h usability... yes
- checking sys/param.h presence... yes
- checking for sys/param.h... yes
- checking for unistd.h... (cached) yes
- checking wait.h usability... yes
- checking wait.h presence... yes
- checking for wait.h... yes
- checking for sys/wait.h... (cached) yes
- checking machine/endian.h usability... no
- checking machine/endian.h presence... no
- checking for machine/endian.h... no
- checking for X... no
- checking for pkg-config... no
- checking for XFT... configure: WARNING: No xft found, skipping configure for FreeType and Xft
- checking for pid_t... yes
- checking for size_t... yes
- checking for unistd.h... (cached) yes
- checking vfork.h usability... no
- checking vfork.h presence... no
- checking for vfork.h... no
- checking for fork... no
- checking for vfork... no
- checking for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... no
- checking return type of signal handlers... void
- checking for memmove... no
- checking for memset... no
- checking for mkdir... no
- checking for setlocale... no
- checking for strcasecmp... no
- checking for strstr... no
- checking for strtol... no
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating fcitx.spec
- config.status: creating doc/Makefile
- config.status: creating data/Makefile
- config.status: creating debian/Makefile
- config.status: creating xpm/Makefile
- config.status: creating lib/Makefile
- config.status: creating src/version.h
- config.status: creating src/Makefile
- config.status: creating tools/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
复制代码 |
|