in reply to Re^3: How to best detect availability of C compiler in Makefile.PL?
in thread How to best detect availability of C compiler in Makefile.PL?
I don't think it's wise to just look for ccache. I'd not be at all surprised to find that there are other even more perverse incantations. In Devel::CheckLib, I just split $Config{cc} on spaces and pass the whole lot to system() when necessary.
|
|---|