当前位置:  技术问答>linux和unix

Debian下安装Xbtt问题,只要求阅读报错信息,给出错误方向即可!

    来源: 互联网  发布时间:2016-10-21

    本文导语:  /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT /usr/share/aclocal/libmcrypt.m4:17:   run info '(automake)Extending aclocal' /usr/share/aclocal/libmcrypt.m4:17:   or see http://sources.redhat.com/automake/automake.html#Extending...

/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17:   run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoheader...
Running autoconf...
configure.ac:66: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
PTQ:/site/trunk/xbtt/build/xbtt# make
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --bindir=/home/whatman/xbtt/bin --libdir=/home/whatman/xbtt/lib --libexecdir=/home/whatman/xbtt/lib --enable-epoll  --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 for style of include used by make... GNU
checking dependency style of g++... gcc3
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for sed... /bin/sed
./configure: line 4550: AC_PROG_LIBTOOL: command not found
checking for mysql_config executable... checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) 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
/usr/bin/mysql_config
checking for ANSI C header files... (cached) 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 sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for sys/stat.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/stat.h... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for void *... yes
checking size of void *... 8
checking for uint8_t... yes
checking for int8_t... yes
checking for uint16_t... yes
checking for int16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for in_addr_t... yes
checking for in_port_t... yes
checking for pid_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking for size_t... yes
checking for getopt... yes
checking for getopt_long... yes
checking for ftruncate... yes
checking for gettimeofday... yes
checking for memdup... no
checking for mkstemp... yes
checking for nice... yes
checking for select... yes
checking for poll... yes
checking for rmdir... yes
checking for signal... yes
checking for socket... yes
checking for snprintf... yes
checking for _snprintf... no
checking for vsnprintf... yes
checking for _vsnprintf... no
checking for strcasecmp... yes
checking for strcspn... yes
checking for strlcat... no
checking for strlcpy... no
checking for strmove... no
checking for strpbrk... yes
checking for strspn... yes
checking for strtol... yes
checking for strtoul... yes
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: WARNING:  src/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/misc/Makefile
config.status: WARNING:  src/misc/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/misc/sql/Makefile
config.status: WARNING:  src/misc/sql/Makefile.in seems to ignore the --datarootdir setting
config.status: creating m4/Makefile
config.status: WARNING:  m4/Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/site/trunk/xbtt/build/xbtt'
Making all in src
make[2]: Entering directory `/site/trunk/xbtt/build/xbtt/src'
Making all in misc
make[3]: Entering directory `/site/trunk/xbtt/build/xbtt/src/misc'
Making all in sql
make[4]: Entering directory `/site/trunk/xbtt/build/xbtt/src/misc/sql'
if @LIBTOOL@ --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../ -I../../    -g -O2 -I/usr/include/mysql  -DBIG_JOINS=1 -fPIC -DEPOLL -funroll-loops -fexpensive-optimizations -O3 -MT database.lo -MD -MP -MF ".deps/database.Tpo" -c -o database.lo database.cpp; 
then mv -f ".deps/database.Tpo" ".deps/database.Plo"; else rm -f ".deps/database.Tpo"; exit 1; fi
/bin/sh: @LIBTOOL@: command not found
make[4]: *** [database.lo] 错误 1
make[4]: Leaving directory `/site/trunk/xbtt/build/xbtt/src/misc/sql'
make[3]: *** [all-recursive] 错误 1
make[3]: Leaving directory `/site/trunk/xbtt/build/xbtt/src/misc'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/site/trunk/xbtt/build/xbtt/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/site/trunk/xbtt/build/xbtt'
make: *** [all] 错误 2


给出我个解决方案即可!在线等!

|
问下LZ是不是 用了Project gazelle 的xbtt  ? 如果是的话!!这个xbtt 是whatcd 他们自己改过的xbtt 不是 原版的!

|
http://wiki.hudong.com/wiki/yQV1RVUReAmNQeEND

是libtool版本过低导致俄吧,换个高版本看看吧

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Debian 8(Jessie )下面如何安装docker
  • Debian第一张光盘为什么有两个版本?debian-30r1-i386-binary-1.iso和debian-30r1-i386-binary-1_NONUS.iso该下载哪一个呢?它们有什么区别
  • Debian 7(Wheezy)下面如何安装docker
  • ${debian_chroot:+($debian_chroot)}是什么意思?
  • 在线等待…………急…………关于debian__linux的安装问题.我从网站下载了一套debian 的linux,是.iso的镜像文件。问怎么安装。
  • Debian 7 和 Debian 8 用户安装 Java 8的方法
  • 我觉得这是本世纪最让人想跳楼的玩笑了。我在安装了Debian后,重启计算机,让人震惊。Debian系统不见了。哪位帮帮我,怎么解决啊!为什么
  • Debian如何设置开机即进入console模式?
  • 请教Debian下的系列系统命令。
  • debian 查看ssh
  • 大家帮忙比较一下linux的两种类型:debian和redhat!!!
  • [求助]Debian在哪设置CFLAGS?
  • 新手提问:两个关于Debian下面gcc的问题
  • 关于Debian的安装问题。
  • 哪有debian下的gmake下载,急用
  • Ftp安装Debian,为啥老是安装不上图形界面呢?
  • 100分,怎样改变debian的启动顺序????
  • 我安装了Debian,但无法启动图形界面
  • 散分给用debian的朋友
  • 创建debian群。 有兴趣者进
  • 在Debian下安装 Gstreamer的问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3