On Mon, 3 May 2010 16:02:31 +1000, "Sisyphus" <sisyphus1@optusnet.com.au> wrote: > Hi, > > Also, 'perl -V:libperl' reports 'libperl511.a'. > > Here's a patch to the win32/makefile.mk that produces a conventional build: commit 9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd already set it to 5.12 commits cb47d8a5d4a3850a5c2237056982489145a27981 and b70b2c2a9fca4b1a95bf0ae8d22c2064a086b603 already set it to 5.13 > ########################### > --- makefile.mk_orig Thu Apr 15 17:40:58 2010 > +++ makefile.mk Mon May 3 15:14:44 2010 > @@ -838,8 +838,8 @@ > CFGSH_TMPL = config.gc > CFGH_TMPL = config_H.gc > .ENDIF > -PERLIMPLIB = ..\libperl511$(a) > -PERLSTATICLIB = ..\libperl511s$(a) > +PERLIMPLIB = ..\libperl512$(a) > +PERLSTATICLIB = ..\libperl512s$(a) > > .ELSE > ########################### > > Apologies if this is an already-known/already-fixed bug. > > Cheers, > Rob -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using 5.00307 through 5.12 and porting perl5.13.x on HP-UX 10.20, 11.00, 11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3. http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/Thread Previous