in reply to Re^4: Make program used by Perl in windows
in thread Make program used by Perl in windows
Perl on Windows is currently built using either dmake.exe or nmake.exe. There is no way to currently build Perl on Windows using a GNU make. Also, ExtUtils::MakeMaker likely does not really support outputting GNU makefiles on Windows.
Traditionally, Perl uses the same toolchain that it was built with for building its modules. I'm not sure why you would want to change that, because that toolchain is proven to work well. Most likely, changing the make utility involves patching ExtUtils::MakeMaker to properly recognize the new type of make tool and produce the appropriate output.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Make program used by Perl in windows
by bojinlund (Monsignor) on May 01, 2012 at 16:21 UTC | |
by Corion (Patriarch) on May 01, 2012 at 16:28 UTC | |
by Anonymous Monk on May 02, 2012 at 08:00 UTC | |
by Corion (Patriarch) on May 02, 2012 at 08:08 UTC | |
by Anonymous Monk on May 02, 2012 at 09:39 UTC |