| Store | Cart

Re: MakeMaker problems

From: Ian D. Stewart <i...@c-cor.com>
Thu, 22 Jun 2000 09:05:09 -0400
Greg Thomas wrote:
> > Hi,> > Does/should MakeMaker work on Win32 (specifically, Win98SE, ActivePerl> 5.6.0 Build 613)?> > I'm having trouble getting it to work. The culprit appears to be> ExtUtils::MM_Win32 - in particular the line> > $val = `$abs -e "require $ver;" 2>&1`;

I suspect that output redirection at the end is your culprit.  If memory
serves, COMMAND.COM (Windows98's default shell) doesn't support named
pipes.  You may want to try upgrading your shell.  There have been
several threads on this mailing list in the past, with the most commonly
recommended shell replacements being 4DOS (sorry, don't have a URL),
bash from Cygnus' CYGWIN (http://sourceware.cygnus.com) and sh.exe from
'Virtually UNIX' (http://www.itribe.net/virtunix).


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
Greg Thomas Jun 21, 2000 07:59 pm
Ian D. Stewart Jun 22, 2000 01:05 pm
Greg Thomas Jun 22, 2000 10:16 pm
marcus Jun 24, 2000 12:38 am
$Bill Luebkert Jun 24, 2000 01:58 am
Messages in this thread