1994.11.01 19:38 "TIFF for DOS", by JAMESEWERT@delphi.com

1994.11.02 07:41 "Re: TIFF for DOS", by Thomas Sams

Yes, I'm using libtiff under djgpp (gnu CC) on dos. The library compiles OK with Makefile.gcc. But the open() statement in the tif_unix.c file must be changed to a binary open(, m|O_BINARY, ) before compiling. And libtiff.a can be moved manually to the desired library destination.

Thomas.