http://www.perlmonks.org?node_id=1218267


in reply to Configuring perl such that HAS_STRTOD is not defined

I have no idea. Tried with
-UHAS_STRTOD -Ud_strtod -A undef:HAS_STRTOD -A undef:d_strtod
but it still gives
./perl -MConfig -wE 'say $Config{d_strtod}' define
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: Configuring perl such that HAS_STRTOD is not defined
by syphilis (Archbishop) on Jul 11, 2018 at 02:48 UTC
    -UHAS_STRTOD -Ud_strtod -A undef:HAS_STRTOD -A undef:d_strtod

    I tried the first of those shortly after posting. I figured it was a punt worth trying - which it would have been, had it worked ;-)
    Thanks for trying out those other arguments, too.

    I'm thinking it might require an alteration to Config_h.SH, which is a generated file that ships with the source. However, I don't know how to correctly implement the required changes.
    Anyway, my main interest is in ascertaining whether it can be achieved by providing appropriate args to "sh Configure".
    I'll ask about it on the perl porters mailing list if nothing turns up here.

    Cheers,
    Rob