码迷,mamicode.com
首页 >  
搜索关键字:libtool    ( 340个结果
解决linux64位安装jpeg出错 make:./libtool:Command not found
首先看有没有安装libtool及libtool-ltdl-develrpm-qa|greplibtool#wget:http://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz#tarzxvf./libtool-2.2.6a.tar.gz#cdlibtool-2.2.6a#./configure#make#makeinstall然后进入jpeg-6b的源码目录,然后执行以下步骤,切记!COPY到当前..
分类:系统相关   时间:2016-08-22 16:33:40    阅读次数:216
解决linux64位安装jpeg出错 make:./libtool:Command not found
首先看有没有安装libtool 及 libtool-ltdl-devel rpm -qa | grep libtool#wget:http://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz#tar zxvf ./libtool-2.2.6a.tar.gz ...
分类:系统相关   时间:2016-08-22 10:45:44    阅读次数:251
[转]Centos安装zeromq和jzmq
Required packages: autoconf automake libtool gcc gcc-g++ make libuuid-dev git java-1.6.0-openjdk-devel 1) Download and unpack ZeroMQ 2.1.10. $ wget ht ...
分类:其他好文   时间:2016-08-19 22:07:31    阅读次数:185
Hadoop 2.5.1编译
1、环境安装 gcc、gcc-c++、make、cmake、svn yum install lzo-devel zlib-devel gcc gcc-c++ make cmake autoconf automake libtool ncurses-devel openssl-devel 2、jdk的... ...
分类:其他好文   时间:2016-08-14 14:42:38    阅读次数:232
static cross compile gtk-2.16.6+gtk-directfb+arm-linux (arm-linux-gcc-3.4.4+glib-2.3.5)
In Ubuntu 10.4 Desktop and "root" login apt-get install build-essential libncurses5-dev apt-get install autoconf apt-get install libtool apt-get insta ...
分类:系统相关   时间:2016-08-14 10:18:20    阅读次数:2435
Ansible
参考 setuptools安装出错参考 出错参考 configure.ac:418: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m ...
分类:其他好文   时间:2016-08-07 13:41:33    阅读次数:177
QT移植
QT下载地址:http://download.qt.io/archive/qt/1.编译tslib(touch screen lib) 准备工作:确保以下工具安装完成 sudo apt-get install autoconf automake libtool 1.解压 tar xf tslib-1 ...
分类:其他好文   时间:2016-08-06 09:56:57    阅读次数:335
NginxWeb服务器安装
1、 安装编译工具和库文件 [root@bigdata-51cdh opt]# yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 2、 安装PCRE (1) 下载 PCRE 安装包,下载地址:http:... ...
分类:Web程序   时间:2016-08-04 09:02:06    阅读次数:185
mac下zephir第一步,安装+hello zephir!
第一步 安装autoconf re2c automake libtool等依赖,如果没有安装git的记得先安装git 第二步,下载源代码安装 第三步,测试zephir是否安装成功 结果如下,则证明安装成功 第四步,创建zephir文件,并且写入一个class ...
分类:系统相关   时间:2016-08-03 00:10:27    阅读次数:1441
我在运行./configure时提醒 我的,但我libtool确实是装了
如下所示: ...
分类:其他好文   时间:2016-07-18 02:56:38    阅读次数:149
340条   上一页 1 ... 18 19 20 21 22 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!