Hi!

sanket vaidya wrote:
> Octavian Rasnita wrote:
>> I have tried to use the dmake program which is installed when using cpan 
>> with latest ActivePerl 5.10.1.
>>  
>> E:\web\BRK>dmake installdeps
>> dmake.exe:  makefile:  line 1946:  Error: -- Input line too long, 
>> increase MAXLINELENGTH
>   
> dmake is also available separately for download you can try that.
> 
> You can try nmake as well.

If you make sure nmake is installed in your path (normally either in 
your perl\bin directory or under windows\system32), it works quite well.

In fact, i used it for > 5 years now for various purposes.

There is however a build-in maximum length of shell commands; but that 
depends on the operating system and on the command interpreter you use 
(the same applies to Linux, BSD, OSX and most other systems).

You can read the details for Windows (up to XP) here:
<http://support.microsoft.com/kb/830473>

for Linux and BSD a short intro to the same problem:
<http://www.cyberciti.biz/faq/argument-list-too-long-error-solution/>

Which package do you try to install? If i know more details, i might be 
able to take a peek at the problem.

LG
Rene
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to