----- Original Message ----- From: "David Oswald"
But if I remove that test and remove CC as an option I'll probably break some other Solaris install.
Yes - probably don't remove the test. (Presumably CC must be a sane fall-thru value under some circumstance or other.)
I'd be tempted to just change that:
if ($Config{cc} eq 'gcc') {
to something like:
if (($Config{cc} eq 'gcc') || $Config{gccversion}) {
but I'm not at all familiar with solaris.
Cheers,
Rob
