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 .