ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ExtUtils-CXX/CXX.pm
(Generate patch)

Comparing ExtUtils-CXX/CXX.pm (file contents):
Revision 1.3 by root, Sun Mar 25 06:06:48 2018 UTC vs.
Revision 1.4 by root, Sun Nov 18 01:23:04 2018 UTC

43 43
44(There is also a C<$PERL_CXX> which takes precedence over C<$CXX>). 44(There is also a C<$PERL_CXX> which takes precedence over C<$CXX>).
45 45
46The important thing is that the chosen C++ compiler compiles files with 46The important thing is that the chosen C++ compiler compiles files with
47a F<.c> ending as C++ - a generic compiler wrapper such as F<gcc> that 47a F<.c> ending as C++ - a generic compiler wrapper such as F<gcc> that
48detects the lafguage by the file extension will I<not> work. 48detects the language by the file extension will I<not> work.
49 49
50In the absence of these variables, it will do the following 50In the absence of these variables, it will do the following
51transformations on what it guesses will be the compiler name: 51transformations on what it guesses will be the compiler name:
52 52
53 gcc => g++ 53 gcc => g++

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines