Archive-SCS
view release on metacpan or search on metacpan
fatlib/ExtUtils/CppGuess.pm view on Meta::CPAN
C<ExtUtils::CppGuess> attempts to guess the system's C++ compiler
that is compatible with the C compiler that your perl was built with.
It can generate the necessary options to the L<Module::Build>
constructor or to L<ExtUtils::MakeMaker>'s C<WriteMakefile>
function.
=head1 ENVIRONMENT
As of 0.24, the environment variable C<CXX>
defines the obvious value, and will be used instead of any detection.
Supplied arguments to L</new> will still win.
=head1 METHODS
=head2 new
Creates a new C<ExtUtils::CppGuess> object.
Takes the path to the C compiler as the C<cc> argument,
but falls back to the value of C<$Config{cc}>, which should
( run in 0.901 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )