in reply to Re: 'nmake' is not recognized as an internal or external command,
in thread 'nmake' is not recognized as an internal or external command,

Hi Rob,

I am new to Perl.Can you explain me clearly what needs to be done

Thanks

ch123

  • Comment on Re^2: 'nmake' is not recognized as an internal or external command,

Replies are listed 'Best First'.
Re^3: 'nmake' is not recognized as an internal or external command,
by marto (Cardinal) on Oct 28, 2009 at 09:30 UTC
Re^3: 'nmake' is not recognized as an internal or external command,
by syphilis (Archbishop) on Oct 28, 2009 at 11:54 UTC
    Can you explain me clearly what needs to be done

    Assuming you have ActivePerl, first run ppm install mingw, then run cpan -i Inline::C.

    That should do it (unless your earlier attempts to install nmake pose a problem). If you have any trouble with that, let us know what has gone wrong. (Also take note of the help provided by the other conrtributors to this thread.)

    Cheers,
    Rob
      For IIS Windows servers you probably need to have compiler “nmake.exe” 64bit version. If you are running plesk you will find a copy on C:\plesk \…..\…\.\nmake.exe copy this file to C:\Windows. If the “nmake.exe” is not there simply use search on drive C:\ and you may be lucky to find it somewhere, or as other people suggest you can download and install MS Visual Studio, the nmake.exe will be there so search for it. Then you can use CPAN and it will download source, compile and install MIME lite for you. To do this use command prompt: perl -MCPAN -e shell ENTER cpan> install MIME::Lite ENTER there will be few dependancies to install as well, for these few questions the default answer is set to “yes” so all you need to do is click ENTER few times and you are done. cpan> exit ENTER close command prompt window.
Re^3: 'nmake' is not recognized as an internal or external command,
by Anonymous Monk on Oct 28, 2009 at 09:06 UTC