AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
April 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.04.22 10:39 "HELP: compiling with cygwin", by Andrew Wan
2008.04.22 16:03 "Re: HELP: compiling with cygwin", by Bob Friesenhahn
2008.04.22 17:20 "Re: HELP: compiling with cygwin", by Andrew Wan
2008.04.22 17:43 "Re: HELP: compiling with cygwin", by Bob Friesenhahn
2008.04.22 18:14 "Re: HELP: compiling with cygwin", by Andrew Wan
2008.04.22 19:10 "Re: HELP: compiling with cygwin", by Bob Friesenhahn

2008.04.22 17:43 "Re: 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/