in reply to Re: Re: nmake, CPAN and Modules not listed in PPM
in thread nmake, CPAN and Modules not listed in PPM
This tells you that the program cl.exe is not found in PATH. cl.exe is somewhere in the paths of VisualC++. If you add the path where you find it to your PATH-Environmentvariable, this error will probably not occur any more... Write something like the following at the end of your autoexec.bat (and then reboot):NMAKE : fatal error U1081: 'cl' : program not found
SET PATH=%PATH%;c:\my\path\to\MsVisualC++\Bin
Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: nmake, CPAN and Modules not listed in PPM
by Flame (Deacon) on Oct 16, 2002 at 03:07 UTC |