Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 45557
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: rmandalemula [...] yahoo.com
Cc: mandaler [...] deshaw.com
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Nice catch, thanks. Fixed in 2e3f8de