|
Posted by Sisyphus on July 6, 2005, 10:13 pm
Please log in for more thread options
>
> I am getting the following error when I am trying to compile using
> NMAKE utility.
> ________________________________________________________________________
> E:\Sankaran\Work\TP-TAImpacts-LM051049\TestCode2\MyTest>nmake
>
> Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> mkdir blib
> mkdir blib\lib
> mkdir blib\arch\auto\E:\
That's a very strange directory to be making.
> mkdir blib\arch\auto\E:\: Invalid argument at
> D:\Perl\lib/ExtUtils/Command.pm li
> ne 180
> NMAKE : fatal error U1077: 'D:\Perl\bin\Perl.exe' : return code '0xff'
> Stop.
'nmake' doesn't normally concern itself with the contents of a '.pm' file.
>
> Any idea how to resolve this ?
No .... not really :-)
Have you checked that your compilation process works properly ? Verify that
everything is working properly by grabbing a module from cpan that needs
compiling (eg Math::FFT) and building it.
Cheers,
Rob
|