tiff-v3.5.2
News
- 2000-Jul-31: obsoleted by tiff-3.5.5-2
in the official net-release. Get it at one of these
sites, in the
'cygwin/contrib/tiff/' directory. Also, read the release announcement in the
cygwin-announce
mailing list archives.
Download:
tiff-v3.5.2-cygwin-pre21-dll.README
unpack tiff-v3.5.2.tar.gz
cd tiff-v3.5.2
patch < ../tiff-v3.5.2-cygwin-pre21-dll.patch
to avoid a 6.5MB library, force the compile to NOT use "-g". However, the
configure program is braindead, so you have to define GCOPTS to be something
non-empty, but useless:
export GCOPTS=-DFOO__BAR
./configure
make
STOP the make after libtiff is created.
rm any .exe's created
mkdir tmp
cp libtiff.a tmp
dlltool-def libtiff.a --export-all-symbols --output-def libtiff.def
cd tmp
ar x libtiff.a
dllwrap *.o --def ../libtiff.def -o ../libtiff.dll
rm *
cd ..
rmdir tmp
mv libtiff.a libtiff.static.a
dlltool --def libtiff.def --output-lib libtiff.dll.a
ln -s libtiff.dll.a libtiff.a
cp libtiff.dll /usr/local/bin
chmod 755 /usr/local/bin/libtiff.dll
make
make install
cp libtiff.static.a /usr/local/lib
cp libtiff.dll.a /usr/local/lib
cp dl_import.h /usr/local/include
chmod 755 /usr/local/lib/libtiff.static.a
chmod 755 /usr/local/lib/libtiff.dll.a
chmod 644 /usr/local/include/dl_import.h
cd /usr/local/lib
rm libtiff.a
ln -s libtiff.dll.a libtiff.a
tiff-v3.5.2-cygwin-pre21.README
unpack tiff-v3.5.2.tar.gz
cd tiff-v3.5.2
patch < ../tiff-v3.5.2-cygwin-pre21.patch
to avoid a 6.5MB library, force the compile to NOT use "-g". However, the
configure program is braindead, so you have to define GCOPTS to be something
non-empty, but useless:
export GCOPTS=-DFOO__BAR
./configure
make
make install
/usr/local/bin/fax2ps.exe
/usr/local/bin/fax2tiff.exe
/usr/local/bin/gif2tiff.exe
/usr/local/bin/pal2rgb.exe
/usr/local/bin/ppm2tiff.exe
/usr/local/bin/ras2tiff.exe
/usr/local/bin/rgb2ycbcr.exe
/usr/local/bin/thumbnail.exe
/usr/local/bin/tiff2bw.exe
/usr/local/bin/tiff2ps.exe
/usr/local/bin/tiff2rgba.exe
/usr/local/bin/tiffcmp.exe
/usr/local/bin/tiffcp.exe
/usr/local/bin/tiffdither.exe
/usr/local/bin/tiffdump.exe
/usr/local/bin/tiffinfo.exe
/usr/local/bin/tiffmedian.exe
/usr/local/bin/tiffsplit.exe
/usr/local/lib/libtiff.a
/usr/local/include/tiff.h
/usr/local/include/tiffio.h
/usr/local/man/man1/fax2ps.1
/usr/local/man/man1/fax2tiff.1
/usr/local/man/man1/gif2tiff.1
/usr/local/man/man1/pal2rgb.1
/usr/local/man/man1/ppm2tiff.1
/usr/local/man/man1/ras2tiff.1
/usr/local/man/man1/rgb2ycbcr.1
/usr/local/man/man1/sgi2tiff.1
/usr/local/man/man1/thumbnail.1
/usr/local/man/man1/tiff2bw.1
/usr/local/man/man1/tiff2ps.1
/usr/local/man/man1/tiffcmp.1
/usr/local/man/man1/tiffcp.1
/usr/local/man/man1/tiffdither.1
/usr/local/man/man1/tiffdump.1
/usr/local/man/man1/tiffgt.1
/usr/local/man/man1/tiffinfo.1
/usr/local/man/man1/tiffmedian.1
/usr/local/man/man1/tiffsplit.1
/usr/local/man/man1/tiffsv.1
/usr/local/man/man3/libtiff.3t
/usr/local/man/man3/TIFF*.3t
/usr/local/doc/tiff/*
/usr/local/doc/tiff/images/*
Obsolete V1.1 Home
Obsolete CygUtils Home
Last modified: Mon Jul 31 17:19:35 Eastern Daylight Time 2000