Subject: | ExtUtils-MakeMaker 7.30 breaks builds that rely on dmake |
Builds of Graphics::TIFF break if the system is using dmake:
http://www.cpantesters.org/cpan/report/d23920b4-6bf4-1014-9f80-e716454eda9e
Newer versions of Strawberry Perl ship with gmake, which work.
An example Makefile is attached. The line in question is:
# --- MakeMaker static_lib section:
# This isn't actually a static lib, it just has the same name on Win32.
$(INST_DYNAMIC_LIB): $(INST_DYNAMIC)
dlltool --def $(EXPORT_LIST) --output-lib $@ --dllname $(DLBASE).$(DLEXT) $(INST_DYNAMIC)
It seems that for dmake, $(INST_DYNAMIC_LIB) isn't defined. If I comment out those two lines, the modules builds.
Subject: | Makefile |
Message body not shown because it is not plain text.