X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Thu, 18 Jul 2013 19:37:21 +0300 From: Eli Zaretskii Subject: Re: strange problem with compiling ffmpeg 2.0 - libavcodec.a was not created In-reply-to: <914fd642-34b3-4259-9eb6-fe3afa6a321a@googlegroups.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <837ggn25a6.fsf@gnu.org> References: <87bo61sadv DOT fsf AT uwakimon DOT sk DOT tsukuba DOT ac DOT jp> <33cb891e-c2bc-4298-aef8-f327936e3862 AT googlegroups DOT com> <83ppuh11tt DOT fsf AT gnu DOT org> <4c889912-3e72-4732-8b3a-6a0092275cda AT googlegroups DOT com> <83ehaw1ssi DOT fsf AT gnu DOT org> <914fd642-34b3-4259-9eb6-fe3afa6a321a AT googlegroups DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 18 Jul 2013 05:05:59 -0700 (PDT) > From: RayeR > > > your environment is large, 14379 might be too long. > > My env is 1677B (set > env.log) so it's less than 16kB limit. The environment plus the command line should fit into 16KB. > Isn't possible to use some alternative to cmd.exe with greater limit? DJGPP Make avoids calling the shell entirely, as much as it can. It will only call the shell if you use commands internal to the shell.