----- Original Message ----- From: "SANDHYA PAWAR" <[EMAIL PROTECTED]> To: <inline@perl.org> Sent: Wednesday, June 28, 2006 10:57 PM Subject: New Error
Now this error is coming .. C:\Perl\lib\Inline>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. NMAKE -f Makefile all -nologo link -out:..\blib\arch\auto\Inline\Java\JNI\JNI.dll -dll -nologo -nodefa ultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86 JNI.obj C:\Perl\lib\CORE\perl58.lib C:\J2SDK1.4.2\lib\jvm.lib -def:JNI.def 'link' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' Stop. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2' Stop. ------------------------------------ Doesn't look new to me :-) 'link.exe' cannot be found and it's very hard to tell from here just why that is. What happens if you enter at the prompt (in the same console): link /? If it complains that 'link' is not recognized, then enter at the prompt (in the same console): path and provide a copy'n'paste of the output. You might also check to see whether the output contains the location of 'link.exe' which is in your compiler's 'bin' folder. (If the location is not in the console's path, then you should ask yourself "why?") If 'link /?' runs fine (in which case it will print out a list of options) then 'nmake' should not produce that error - assuming you're running those 2 commands in the *same* console. Cheers, Rob