in reply to Re: installing win32 in perl 5.8.4
in thread installing win32 in perl 5.8.4

Hi

I tried installing through prompt. The makefile.pl runs fine. But, the test.pl fails all the 7 scripts. I am not sure what is happening, but it seems as if my system got all messed up when I installed the activestate perl 5.8.4 (I had activestate 5.8.0 earlier). What do you guys suggest?

Thanks.

Replies are listed 'Best First'.
Re^3: installing win32 in perl 5.8.4
by Corion (Patriarch) on Dec 07, 2004 at 22:59 UTC

    Don't mix Cygwin and ActiveState Perl. ActiveState Perl expects nmake.exe by Microsoft, and not the Cygwin make tools. If you installed the Cygwin build of Perl, then make sure that the Cygwin Perl finds the Cygwin make. The Microsoft nmake.exe and the Cygwin make.exe are not compatible, and each Perl build creates a Makefile specificially tailored to the expected version of the make tool.

      So how do I make sure that Cygwin perl finds the cygwin make? Thanks
        Make sure make's directory is before nmake's in your path.

        rdfield