On Wed, Sep 3, 2014 at 3:24 PM, Nick Wellnhofer <[email protected]> wrote: > It seems that chaz_CC.cflags_style doesn’t get set to CHAZ_CFLAGS_STYLE_GNU > which would mean that chaz_CC_detect_known_compilers doesn’t work like > should.
I don't see anything obviously wrong with `chaz_CC_detect_known_compilers`. And the probes got plenty far along so most stuff was working. Got any ideas? At least it seems to be reproducible on those systems, but between you and me we've made Strawberry Perl work fine in three different Windows environments. > Then there are a couple of failures on OS X: > > > http://www.cpantesters.org/cpan/report/4f843ef2-3378-11e4-9edc-fa674cc0d69e > > http://www.cpantesters.org/cpan/report/aac1c602-3361-11e4-9c8b-efd94cc0d69e > > Here the reason is easy to spot. $Config{cc} contains leading whitespace: > > cc=' cc’ > cc=' clang’ Sheesh. I'll open a ticket. Accounting for that is straightforward enough -- just strip leading (and trailing) whitespace from the compiler command in chaz_CC_init. Marvin Humphrey
