Compiling libjpeg on 64 bit Centos

I ran into an issue just now compiling libjpeg on 64 bit CentOS. I found this very helpful post that gives a workaround using a config.guess file from libtool. For some reason, I didn’t have the folder he suggested, but I did have the alternative (automake).
cp /usr/share/automake-1.9/config.guess . cp /usr/share/automake-1.9/config.sub .
I copied the above files into my jpeg-6b directory, and
./configure –enable-shared –enable-static
worked correctly.
I ran into an issue just now compiling libjpeg on 64 bit CentOS. I found this very helpful post that gives a workaround using a config.guess file from libtool. For some reason, I didn’t have the folder he suggested, but I did have the alternative (automake).
cp /usr/share/automake-1.9/config.guess . cp /usr/share/automake-1.9/config.sub .
I copied the above files into my jpeg-6b directory, and
./configure –enable-shared –enable-static
worked correctly.
Related Posts
PHP compile error on CentOS Install
Public / private key set up but not working?
How many lines of code?
Need Expert Help with Apache Cassandra?
Get professional consulting for your distributed systems challenges. Performance optimization, architecture design, and troubleshooting.