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

MinGW-built perl-5.12.0 creates libperl511.a

Thread Next
From:
Sisyphus
Date:
May 2, 2010 23:03
Subject:
MinGW-built perl-5.12.0 creates libperl511.a
Message ID:
1B26811126BC4A939AA9E61099094FC5@desktop2
Hi,

Also,  'perl -V:libperl' reports 'libperl511.a'.

Here's a patch to the win32/makefile.mk that produces a conventional build:

###########################
--- 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

Thread Next


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