./configure = jpeglib.h usability... no

Michael Sweet mike at easysw.com
Wed Jul 21 06:44:12 PDT 2004


Andrew McCall wrote:
> Hi Folks,
> 
> Sorry if this is in the wrong group, I wasn't too sure if I should post 
> it in development or general, its not specifically about developing 
> CUPS, but figured this was probably the best group for it.
> 
> I am installing CUPS 1.1.20 on a SPARC server running Solaris 9.
> 
> I have installed jpeg-6b, libpng-1.2.5, tiff-v3.6.1, zlib-1.2.1 into 
> /usr/local/* as is recommended in the documentation.  However, when I do 
> a ./configure --prefix=/usr/local the jpeg-6b library and header are not 
> found as can be seen by this section configures output:
 > ...

Try setting the CPPFLAGS environment variable, e.g.:

     CPPFLAGS="-I/usr/local/include" ./configure --prefix=/usr/local

The default compiler options typically do not include
/usr/local/include in the standard include path.

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Printing Software for UNIX                       http://www.easysw.com




More information about the cups-devel mailing list