http://qs321.pair.com?node_id=916078


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