| Store | Cart

Re: MakeMaker problems

From: Ian D. Stewart <i...@c-cor.com>
Tue, 27 Jun 2000 14:39:54 -0400
Greg Thomas wrote:
> The good news is that ActiveState have acknowledged this as a bug -> modules/188 in their Bug Tracker (also more recently as incoming/683).> I guess I'll have to install manually until a patch is released (or> more likely hack about MM_WIN32 to hardcode the location of my> perl.exe).

No need.  Just pass it in your call to writeMakefile() 

writeMakeFile(Perl => "$^X", ...);

(not sure if the double-quotes around $^X are necessary or not)

 
HTH,
Ian

-- 
99 little bugs in the code, 99 bugs in the code.
Fix one bug, compile again, 100 little bugs in the code.
100 little bugs in the code, 100 bugs in the code.
Fix one bug, compile again, 101 little bugs in the code...

Recent Messages in this Thread
Joe Schell Jun 23, 2000 02:48 pm
Greg Thomas Jun 24, 2000 10:50 pm
Greg Thomas Jun 26, 2000 09:43 pm
Ian D. Stewart Jun 27, 2000 06:39 pm
Greg Thomas Jun 22, 2000 10:16 pm
Messages in this thread