[R] installing rimage

2006-08-10 Thread Sebastian Leuzinger
dear list
while installing the package rimage, i get the error message 

checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: Sorry, can't find jpeglib header
ERROR: configuration failed for package 'rimage'

although i have installed jpeglib as required. does R not find this library? 
but why did it find the fftw library which rimage also required and i 
installed at the very same place?

OS: Linux Suse 9.3
R version 2.1.0

thanks


Sebastian Leuzinger
University of Basel, Department of Environmental Science
Institute of Botany
Schönbeinstr. 6 CH-4056 Basel
ph0041 (0) 61 2673511
fax   0041 (0) 61 2673504
email [EMAIL PROTECTED] 
web   http://pages.unibas.ch/botschoen/leuzinger

__
R-help@stat.math.ethz.ch 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.


Re: [R] installing rimage

2006-08-10 Thread Martin Maechler
 Sebastian == Sebastian Leuzinger [EMAIL PROTECTED]
 on Thu, 10 Aug 2006 09:14:33 +0200 writes:

Sebastian dear list
Sebastian while installing the package rimage, i get the error message 

Sebastian checking jpeglib.h usability... no
Sebastian checking jpeglib.h presence... no
Sebastian checking for jpeglib.h... no
Sebastian configure: error: Sorry, can't find jpeglib header
Sebastian ERROR: configuration failed for package 'rimage'

Sebastian although i have installed jpeglib as required. 

  [ as required? ]

Sebastian does R not find this library? 

it would probably find the *library*, but above it tells you
that it looks for the header (*.h) files, not the library.

Typically the header files are only in the jpeglib-dev (or
..-devel) package where I assume that you've installed a SuSE
package called jpeglib.

Sebastian but why did it find the fftw library which rimage also required 
and i 
Sebastian installed at the very same place?

(maybe it really only wanted the *library*, not the headers,
 or you have installed the headers there ...)

Sebastian OS: Linux Suse 9.3
Sebastian R version 2.1.0

Sebastian thanks

Mid eme liebe Gruess vom e Zircher.. :-)

Martin Maechler, ETH Zurich

__
R-help@stat.math.ethz.ch 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.