develooper Front page | perl.perl5.porters | Postings from May 2010

Re: MinGW-built perl-5.12.0 creates libperl511.a

Thread Previous
From:
H.Merijn Brand
Date:
May 2, 2010 23:12
Subject:
Re: MinGW-built perl-5.12.0 creates libperl511.a
Message ID:
20100503081224.0859b443@pc09.procura.nl
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About