Archive for July, 2008

Compiling libjpeg on 64 bit Centos

Monday, July 7th, 2008

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 ...