
Thread
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?