On Fri, Jul 15, 2005 at 11:28:00AM -0400, John E. Malmberg wrote: > I would also need be able to find out what Make program that Makemaker > thinks it should be building for with out using $^O of 'VMS' to imply > "MMK/MMS"?
All you have to go on is $Config{make}, which is what they built perl with. If you're lucky maybe they'll be nice and pass in MAKE=... as a parameter to Makefile.PL. Or, and this is why one shouldn't lay in bed for too long in the morning thinking about a problem, Makefile.PL could make a "trap door" Makefile which is nothing but a list of all the possible targets and one command. That command generates the REAL Makefile knowing what make to use from $(MAKE). I wish this was thought of five years ago. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet!