----- Original Message ----- From: "David Oswald"

It looks to me like the 'if( $config{cc} eq 'gcc' ) .... " code is
falling through to the else clause that sets $cc_guess to 'CC', and in
this case probably shouldn't be.

Yes - looking a bit more closely, I see that these failing reports show that $Config{cc} is set to 'cc', not 'gcc'. They also report a setting for $Config{gccversion} which, I guess, indicates that 'cc' is really 'gcc' and that 'g++' would be the C++ compiler that needs to be invoked.

Cheers,
Rob

Reply via email to