Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to deal with "The input line is too long."

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to deal with "The input line is too long."


Chronological Thread 
  • From: CJ Bell <siegebell AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] How to deal with "The input line is too long."
  • Date: Fri, 7 Nov 2014 19:47:44 -0500

This does not appear to be related to Windows' default path name limit of 260 characters. Here are some tips about overcoming *command line* length limits:

http://www.cyberciti.biz/faq/argument-list-too-long-error-solution/

I think the limit is affected by how much space your environment variables are taking, so you might need to clean them up. Also, the limit is higher for Cygwin if it is calling Cygwin binaries, but only 32,000 when calling Win32 binaries.

Try running: echo $(( $(getconf ARG_MAX) - $(env | wc -c) ))


-cj



Archive powered by MHonArc 2.6.18.

Top of Page