On Fri, 12 Oct 2001, Alexei Danchenkov wrote:

> Hello, All,
>
> This might be a newbie question, but I get this error when trying to link
> mod_perl for Win32:
>
> >D:\Modules\mod_perl-1.26>nmake install
> >
> >Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
> >Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
> >
> >makefile(531) : fatal error U1035: syntax error : expected ':' or '='
> separator
> >Stop.
>
> I get the same for nmake without parameters. Please, help. What's wrong?

This can be a sign that 'perl Makefile.PL' is creating a
Makefile that nmake doesn't like. Does
     perl -V:make
report make='nmake'? If not, edit the "make=..." line in
Perl's Config.pm. If this line is OK, can you build other
extensions?

best regards,
randy kobes

Reply via email to