Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 122737
Status: new
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: jffry [...] posteo.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 7.30
Fixed in: (no value)



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
Download Makefile
application/octet-stream 38k

Message body not shown because it is not plain text.