On Wed, 2009-11-25 at 14:26 -0800, kennyPA wrote: > Hi, I'd like to have jpeg support in R under RedHat Linux, when I ran the > ./configure in the install process, the config.log gave me the following > error messages: > > configure:43621: checking if jpeglib version >= 6b > conftest.c:200:21: error: jpeglib.h: No such file or directory > > I assume I need to install some system jpeg libraries. Could someone tell me > what I should do to get the configure right and build a R with jpeg > supported. thanks a lot!
su -c "yum install libjpeg-devel" in a console will install the relevant development headers for you. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Dr. Gavin Simpson [t] +44 (0)20 7679 0522 ECRC, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/ UK. WC1E 6BT. [w] http://www.freshwaters.org.uk %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.