AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2014.04.06 19:53 "[Tiff] Building libtiff 4.0.3 dll on mingw win32", by Lyndon Hill
2014.04.06 20:12 "Re: [Tiff] Building libtiff 4.0.3 dll on mingw win32", by Bob Friesenhahn
2014.04.07 20:07 "Re: [Tiff] Building libtiff 4.0.3 dll on mingw win32", by Lyndon Hill
2014.04.07 21:00 "Re: [Tiff] Building libtiff 4.0.3 dll on mingw win32", by Bob Friesenhahn
2014.04.08 20:39 "Re: [Tiff] Building libtiff 4.0.3 dll on mingw win32", by Lyndon Hill
2014.05.09 07:14 "[Tiff] compiling for bigtiff?", by
2014.05.09 08:20 "Re: [Tiff] compiling for bigtiff?", by John
2014.05.09 08:25 "Re: [Tiff] compiling for bigtiff?", by
2014.05.09 13:11 "Re: [Tiff] compiling for bigtiff?", by Edward Lam

2014.04.06 19:53 "[Tiff] Building libtiff 4.0.3 dll on mingw win32", by Lyndon Hill

I'm trying to build a libtiff dll under mingw (msys in fact).

After unzipping the source, I can do a configure and make with no problems.

I give configure the path to libjpeg, as I have already compiled and installed that into mingw.

The output of make is libtiff.a and libtiff.la, no dll.

configure says that --enable-shared defaults to true

I think it's not identifying that a Windows dll is required.

I don't normally develop on Windows. Can anyone help me get configure to set up a makefile to build a dll?