You don't appear to have asked any question. On Tue, Jun 27, 2006 at 02:36:59PM +0530, SANDHYA PAWAR wrote: > > C:\Perl\lib\Inline>nmake > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > Skip blib\lib\Inline\Java.pm (unchanged) > Skip blib\lib\Inline\Java.pod (unchanged) > cp Java\InlineJavaUser.jar blib\lib\Inline\Java\InlineJavaUser.jar > cp Java\InlineJavaServer.jar blib\lib\Inline\Java\InlineJavaServer.jar > NMAKE -f Makefile all -nologo > cl -c "-IC:\j2sdk1.4.2\include" "-IC:\j2sdk1.4.2\include\win32" > -nolog > o -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT > -DHAVE_DES_FCRYPT > -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT > -DPERL_IMPLICIT_SYS - > DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 > -DVERSION=\"0.51\" -D > XS_VERSION=\"0.51\" "-IC:\Perl\lib\CORE" JNI.c > 'cl' is not recognized as an internal or external command, > operable program or batch file.
I'd guess that this error message is the answer to the question you didn't ask. THe build process is looking for the C compiler that was used to build the Perl binary that you are using. It's not installed. Nicholas Clark