X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.157.10.164 with SMTP id 33mr6227225otq.45.1463224970797; Sat, 14 May 2016 04:22:50 -0700 (PDT) X-Received: by 10.140.85.138 with SMTP id n10mr652335qgd.16.1463224970762; Sat, 14 May 2016 04:22:50 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sat, 14 May 2016 04:22:50 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.177.44.67; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.177.44.67 References: <201604281739 DOT u3SHdF9o009018 AT delorie DOT com> <572B61D5 DOT 2040400 AT gmx DOT de> <16909c8a-d835-21ab-67fb-9dcd397b630b AT iki DOT fi> <572F7363 DOT 10503 AT gmx DOT de> <2e24511c-70d0-42fd-e7bb-15cb7c265c25 AT iki DOT fi> <33c66609-1021-0a49-be8c-42428cdaca41 AT iki DOT fi> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9039c19a-0630-4789-a282-71b83d95d665@googlegroups.com> Subject: Re: [ANNOUNCE] DJGPP port of gcc-6.1.0 From: "RayeR (glaux AT centrum DOT cz) [via djgpp AT delorie DOT com]" Injection-Date: Sat, 14 May 2016 11:22:50 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 1896 Lines: 4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Hm, it remembers me problems of compiling FFMPEG package. In that case I needed to increase transferbuffer in stub, not the stack. So I made a batch to necessary DJGPP files: stubedit MAKE.EXE bufsize=32K stubedit AR.EXE bufsize=32K stubedit RM.EXE bufsize=32K that I need to run after every update of binutils and other packages to keep it fixed. I think it should be mentioned in main djgpp readme to describe some symptoms and what to set with stubedit to fix it.