On Wed, Jun 25, 2003 at 10:17:15PM +0100, Ed Avis wrote:
> I know this should be an easily-answered question, but I couldn't find
> the answer in the ExtUtils::MakeMaker manual page or in
> ExtUtils::MakeMaker::FAQ.
> 
> When MakeMaker runs on Windows, what make program does it have it mind
> when writing the makefile?  Microsoft's nmake?  Should GNU make
> work?  Does it depend on what options perl was built with, and is
> there any way to find out what MakeMaker is thinking?

nmake and the pure Perl make (its on CPAN) will work.  Also dmake.  GNU make
probably won't because the Win32 Makefile is very [dn]make specific.

In general, MakeMaker doesn't care how Perl was configured with regard to
make *except* for MakeMaker's own tests where it relies on $ENV{MAKE} and
$Config{make}.


-- 
Operation Bitter Jungle Cat

Reply via email to