|
Posted by Robert Jordan on October 3, 2005, 5:09 pm
Please log in for more thread options
ny152 wrote:
> Hi,
>
> I am working on a Win32 system. To build mod_perl2 from source I
> downloaded the latest stable release. I have already installed Apache
> 2.0.54. As per the mod_perl2 documentation, I gave this command:
>
> C:\modperl_src> perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2
>
> which resulted in numerous messages like:
>
> Writing Makefile for mod_perl2
> Note (probably harmless): No library found for oldnames.lib
> Note (probably harmless): No library found for kernel32.lib
> Note (probably harmless): No library found for user32.lib
> Note (probably harmless): No library found for gdi32.lib
> Note (probably harmless): No library found for winspool.lib
>
> ...and so on.
>
> Is this okay? I am unable to execute the next step which calls "nmake",
Yes.
> since "nmake" is not generated. I think there is something very wrong
> with what is happening. Please help!
"nmake" is a Win32-make tool and you don't seem to have it
or it's not in your path. Do you have any development tools
(C compiler) installed?
Rob
|