Linux编译查询 [英] Linux compilation queries

查看:72
本文介绍了Linux编译查询的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在尝试在linux中编译代码.当我运行脚本文件"extract.sh"时,出现以下问题.我该怎么办?我已经安装了所有与它们相关的软件包.


Hi,
I am trying to compile a code in linux. When i run the script file "extract.sh",i get the folloing problems.What am i supposed to do for this? I have installed all the packages related to them.


kavi@kavi-desktop:/mnt/XMPPCodeBaseSharing/mmltel_xmpp_v0.6.1_prerel_ver0.2/backup/XMPP/talk/Build/linux/Build_Core$ sudo ./autogen.sh
./autogen.sh: 2: libtoolize: not found
./autogen.sh: 2: aclocal: not found
./autogen.sh: 2: autoheader: not found
./autogen.sh: 2: autoconf: not found
./autogen.sh: 2: automake: not found

推荐答案

sudo ./autogen.sh ./autogen.sh:2:libtoolize:找不到 ./autogen.sh:2:aclocal:找不到 ./autogen.sh:2:自动标头:找不到 ./autogen.sh:2:autoconf:未找到 ./autogen.sh:2:自动制作:找不到
sudo ./autogen.sh ./autogen.sh: 2: libtoolize: not found ./autogen.sh: 2: aclocal: not found ./autogen.sh: 2: autoheader: not found ./autogen.sh: 2: autoconf: not found ./autogen.sh: 2: automake: not found


将这些工具的正确位置添加到您的PATH环境变量中.
Add the correct location of these tools to your PATH environment variable.


这篇关于Linux编译查询的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆