LinuxSir.cn,穿越时空的Linuxsir!

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

安装 prozgui-2.0.5betaa.orig 出错,请大侠看看

[复制链接]
发表于 2005-11-30 20:07:35 | 显示全部楼层 |阅读模式
root@yxlinux prozgui-2.0.5betaa.orig]# make
cd . && /bin/sh /home/yxsoft/prozgui-2.0.5betaa.orig/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure   --no-create --no-recursion
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 for style of include used by make... GNU
checking for g++... g++
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 g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for strerror in -lcposix... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for uname... uname
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C++ preprocessor... g++ -E
checking for egrep... 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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for ranlib... (cached) ranlib
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
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 for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... v. ?.??, bad
checking for catalogs to be installed...  pt_BR nl ro it fr
checking for an ANSI C-conforming const... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strdup... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... yes
checking for size_t... (cached) yes
checking for socklen_t... yes
checking FL/Fl.H usability... no
checking FL/Fl.H presence... no
checking for FL/Fl.H... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for pthread_create in -lpthread... yes
checking for pow in -lm... yes
checking for XOpenDisplay in -lX11... yes
checking for XdbeQueryExtension in -lXext... yes
checking for XpmCreatePixmapFromData in -lXpm... yes
checking for numericsort in -lfltk... no
checking for glEnable in -lGL... yes
checking for numericsort in -lfltk... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
Ignoring libraries " -lSM -lICE" requested by configure.
configure: creating ./config.status
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make  all-recursive
make[1]: Entering directory `/home/yxsoft/prozgui-2.0.5betaa.orig'
Making all in libprozilla
make[2]: Entering directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla'
make  all-recursive
make[3]: Entering directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla'
Making all in intl
make[4]: Entering directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla/intl'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla/intl'
Making all in po
make[4]: Entering directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla/po'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla/po'
Making all in docs
make[4]: Entering directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla/docs'
cd .. && \
  /bin/sh /home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla/missing --run automake-1.7 --gnu  docs/Makefile
configure.in:24: version mismatch.  This is Automake 1.7.9,
configure.in:24: but the definition used by this AM_INIT_AUTOMAKE
configure.in:24: comes from Automake 1.7.  You should recreate
configure.in:24: aclocal.m4 with aclocal and run automake again.
make[4]: *** [Makefile.in] 错误 1
make[4]: Leaving directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla/docs'
make[3]: *** [all-recursive] 错误 1
make[3]: Leaving directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla'
make[2]: *** [all] 错误 2
make[2]: Leaving directory `/home/yxsoft/prozgui-2.0.5betaa.orig/libprozilla'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/yxsoft/prozgui-2.0.5betaa.orig'
make: *** [all] 错误 2
 楼主| 发表于 2005-11-30 20:10:04 | 显示全部楼层
是不是跟automake的版本有关系

我的是automake-1.9.2-4
回复 支持 反对

使用道具 举报

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

本版积分规则

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