Subject: | make: don't know how to make test_dynamic (0.92) |
On some systems (systems without GNU make, so not on linux) the makefile fails:
...
Output from '/usr/bin/make test':
"/usr/perl5.16.3t/bin/perl5.16.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- RandomAccess.bs blib/arch/auto/Gzip/RandomAccess/RandomAccess.bs 644
make: don't know how to make test_dynamic. Stop
*** [subdirs-test_dynamic] Error code 2
...
This looks like the issue described in:
https://rt.cpan.org/Ticket/Display.html?id=117800