2008.04.22 22:59 "[Tiff] warning message: Line length mismatch", by Philip Watkinson

2008.04.22 17:43 "RE: [Tiff] HELP: compiling with cygwin", by Bob Friesenhahn

On Tue, 22 Apr 2008, Andrew Wan wrote:

> Thanks for the tips. I uninstalled and reinstalled (via the setup exe installers) zlib, libjpeg & libtiff binaries and sources.

>

> I tried ./configure, make, make install on libjpeg and I still get:

$ make install/usr/bin/install -c cjpeg

> /usr/local/bin/cjpeg/usr/bin/install -c djpeg
> /usr/local/bin/djpeg/usr/bin/install -c jpegtran
> /usr/local/bin/jpegtran/usr/bin/install -c rdjpgcom
> /usr/local/bin/rdjpgcom/usr/bin/install -c wrjpgcom
> /usr/local/bin/wrjpgcom/usr/bin/install -c -m 644 ./cjpeg.1
> /usr/local/man/man1/cjpeg.1/usr/bin/install: cannot create regular
> file `/usr/local/man/man1/cjpeg.1': No such file or directorymake:
> *** [install] Error 1>

But I assume it's built ok...

I don't see any library or headers being installed. It appears that

there is a defect in the jpeg package. Try using

   mkdir -p /usr/local/man/man1

and then do a 'make install' again.

However, Cygwin seems to install this stuff under /usr rather than

/usr/local so you would want to configure jpeg with --prefix=/usr if

you want to overwrite what Cygwin provides.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/