Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2225474
  • 博文数量: 533
  • 博客积分: 8689
  • 博客等级: 中将
  • 技术积分: 7046
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-26 10:00
文章分类

全部博文(533)

文章存档

2024年(2)

2023年(4)

2022年(16)

2014年(90)

2013年(76)

2012年(125)

2011年(184)

2010年(37)

分类: LINUX

2011-01-01 23:19:21

Posts Tagged ‘Jpeg error’

星期二, 三月 3rd, 2009

1.Problem-solving process

Error after i “make”

[root@localhost jpeg-6b]# make
./libtool –mode=compile gcc -O2 -I. -c ./jcapimin.c
make: ./libtool: Command not found
make: *** [jcapimin.lo] Error 127

Introduction to GNU Libtool

GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.

To use libtool, add the new generic library building commands to your Makefile, Makefile.in, or Makefile.am. See the documentation for details.

The latest stable version is 2.6.6A

Solve:Install the latest stable version

#wget:
#./configure
#make
#make install

and install jpeg again,but the Error still there.

#cd jpeg
#cp /usr/share/libtool/config.sub .
#cp /usr/share/libtool/config.guess .

阅读(1283) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2011-01-04 14:56:33

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com