CC: | mandaler [...] deshaw.com |
Subject: | Incorrect suffix rule to compile .C files |
Hi,
Seems like ExtUtils::MakeMaker v6.37 (development release) introduced
some changes to simplify c_o() which breaks building of .C suffix files.
Problematic lines:
<<<>>
push @m, qq{
.C\$(OBJ_EXT):
$command \$*.C
} if !$Is{OS2} and !$Is{Win32} and !$Is{Dos}; #Case-specific
<<<>>
As it can be noted, the command is not passed "$flags" which is needed
to compile. The problem exists with the latest release of
ExtUtils::MakeMaker (v6.50) too.
Please do the needful. Thanks!
Rajesh