Subject: | Fails to install on Cygwin |
$ make test
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'b
lib/arch')" t/*.t
t/01version.....ok
t/02zlib........Compress::Zlib object version 1.38 does not match bootstrap para
meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253.
Compilation failed in require at t/02zlib.t line 6.
BEGIN failed--compilation aborted at t/02zlib.t line 6.
t/02zlib........dubious
Test returned status 2 (wstat 512, 0x200)
t/03examples....ok
t/04encoding....Compress::Zlib object version 1.38 does not match bootstrap para
meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253.
Compilation failed in require at t/04encoding.t line 19.
BEGIN failed--compilation aborted at t/04encoding.t line 19.
t/04encoding....dubious
Test returned status 2 (wstat 512, 0x200)
t/05gzsetp......ok
t/06gzdopen.....Compress::Zlib object version 1.38 does not match bootstrap para
meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253.
Compilation failed in require at t/06gzdopen.t line 6.
BEGIN failed--compilation aborted at t/06gzdopen.t line 6.
t/06gzdopen.....dubious
Test returned status 2 (wstat 512, 0x200)
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02zlib.t 2 512 ?? ?? % ??
t/04encoding.t 2 512 ?? ?? % ??
t/06gzdopen.t 2 512 ?? ?? % ??
Failed 3/6 test scripts, 50.00% okay. 0/25 subtests failed, 100.00% okay.
make: *** [test_dynamic] Error 14