in reply to Re^2: installing win32 in perl 5.8.4
in thread installing win32 in perl 5.8.4
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: installing win32 in perl 5.8.4
by sparkel (Acolyte) on Dec 07, 2004 at 23:29 UTC | |
by rdfield (Priest) on Dec 08, 2004 at 10:08 UTC |