Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: perl 5.14.0-RC1 is available for testing!

by Anonymous Monk
on Jul 22, 2011 at 08:11 UTC ( [id://916078]=note: print w/replies, xml ) Need Help??


in reply to Re: perl 5.14.0-RC1 is available for testing!
in thread perl 5.14.0-RC1 is available for testing!

Now I use -static-libgcc AND -static-libstdc++, don't even have to think about op/taint.t and that GCC_4XX stuff :)
perl -pi.orig -e " s!^(LINK_FLAGS\s*=)!$1 -static-libgcc -static-libst +dc++ !" win32/Makefile win32/makefile.mk

Replies are listed 'Best First'.
Re^3: perl 5.14.0-RC1 is available for testing!
by syphilis (Archbishop) on Jul 22, 2011 at 11:40 UTC
    Now I use -static-libgcc AND -static-libstdc++, don't even have to think about op/taint.t and that GCC_4XX stuff

    Nor do you have to think about them with perl-5.15 or higher .... even if you *don't* do the "-static" thing :-)

    Cheers,
    Rob
      The benefits of the static also go towards pp/PAR working without a libstdc++-6.dll || libgcc_s_dw2-1.dll ... in the PATH without having to do a special compile of either PAR or Compress...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://916078]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-23 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found