X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.107.12.65 with SMTP id w62mr15305437ioi.18.1463248755829; Sat, 14 May 2016 10:59:15 -0700 (PDT) X-Received: by 10.140.91.37 with SMTP id y34mr63192qgd.0.1463248755789; Sat, 14 May 2016 10:59:15 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sat, 14 May 2016 10:59:15 -0700 (PDT) In-Reply-To: <9039c19a-0630-4789-a282-71b83d95d665@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=134.3.145.17; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 NNTP-Posting-Host: 134.3.145.17 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> <9039c19a-0630-4789-a282-71b83d95d665 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8d49fc45-0a00-4b22-af5b-6d841492c1f3@googlegroups.com> Subject: Re: [ANNOUNCE] DJGPP port of gcc-6.1.0 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com]" Injection-Date: Sat, 14 May 2016 17:59:15 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 2159 Lines: 10 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 Am Samstag, 14. Mai 2016 13:22:51 UTC+2 schrieb RayeR: > 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. Is ar.exe the only binutils program that needs a larger transfer buffer? Regards, Juan M. Guerrero