Re: recent breakable for cygwin

2002-06-22 Thread Gerrit P. Haase
Hallo Michael, Am Freitag, 21. Juni 2002 um 00:22 schriebst du: On Thu, Jun 20, 2002 at 10:25:45PM +0200, Gerrit P. Haase wrote: t/MM_Cygwin.# Failed test (t/MM_Cygwin.t at line 111) # got: '$(PERL_INC)/libperl5_6_1.a' # expected:

Re: recent breakable for cygwin

2002-06-21 Thread Gerrit P. Haase
Hallo B., Am Donnerstag, 20. Juni 2002 um 16:01 schriebst du: The newest MM_Cygwin.pm (from ExtUtils::MakeMaker v.6.03) fails to pass the cygwin-specific tests for me. The results are below. Given how the discussion has gone, isn't this as bad test, not a bad build? It looks like the

Re: recent breakable for cygwin

2002-06-20 Thread Michael G Schwern
On Thu, Jun 20, 2002 at 10:25:45PM +0200, Gerrit P. Haase wrote: t/MM_Cygwin.# Failed test (t/MM_Cygwin.t at line 111) # got: '$(PERL_INC)/libperl5_6_1.a' # expected: '$(PERL_INC)/libperl5_6_1.dll.a' # Looks like you failed 1 tests of 13.

Re: recent breakable for cygwin

2002-06-19 Thread Gerrit P. Haase
Hallo Michael, Am Mittwoch, 19. Juni 2002 um 04:12 schriebst du: On Tue, Jun 18, 2002 at 08:54:00AM -0500, B. K. Oxley (binkley) wrote: You have recently (6.01, I think?) broken MakeMaker for Cygwin. Does it smoke, explode or spark? Does it rearrange your furniture in the middle of the

recent breakable for cygwin

2002-06-18 Thread B. K. Oxley (binkley)
You have recently (6.01, I think?) broken MakeMaker for Cygwin. The fix is trivial. In MM_Cygwin.pm: sub perl_archive { if ($Config{useshrplib} eq 'true') { my $libperl = '$(PERL_INC)' .'/'. $Config{libperl}; #$libperl =~ s/a$/dll.a/; # THIS IS THE BROKEN LINE

Re: recent breakable for cygwin

2002-06-18 Thread Michael G Schwern
On Tue, Jun 18, 2002 at 08:54:00AM -0500, B. K. Oxley (binkley) wrote: You have recently (6.01, I think?) broken MakeMaker for Cygwin. Does it smoke, explode or spark? Does it rearrange your furniture in the middle of the night? :) What's broken? The fix is trivial. In MM_Cygwin.pm: