X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Tue, 23 Jul 2013 21:22:13 +0300 From: Eli Zaretskii Subject: Re: Does anybody remember how to compile djdev203? In-reply-to: <83vc41w3ps.fsf@gnu.org> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83txjlw2zu.fsf@gnu.org> References: <51ED59CB DOT 4040503 AT gmx DOT de> <51ED92DB DOT 8030503 AT gmx DOT de> <51ee935d$0$2222$91cee783 AT newsreader04 DOT highway DOT telekom DOT at> <83vc41w3ps DOT fsf AT gnu DOT org> 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: Tue, 23 Jul 2013 21:06:39 +0300 > From: Eli Zaretskii > > > Date: Tue, 23 Jul 2013 16:29:50 +0200 > > From: Johann Klammer > > > > > ar q ./../../lib/libc.a @makefile.rf id_c.o > > > C:\DJGPP-2.03\BIN/ar.exe: ./../../lib/libc.a: rename: Not enough memory > > > (ENOMEM) > > > make.exe[2]: *** [../../lib/libc.a] Error 1 > > > make.exe[1]: *** [all] Error 2 > > > make.exe: *** [subs] Error 2 > > > > > > I do not know if the assembler warning is serious. > > > I have increased the: > > > Minimum amount of stack space (bytes/K/M) ? [0x500000 (5120k)] > > > Size of real-memory transfer buffer (bytes/K/M) ? [0x8000 (32k)] > > > of both make.exe and ar.exe but it did not work. > > > > > > Any suggestions? > > > > > Are you out of hard disk space? > > This might be some problem with 'rename' that rears its ugly head on > Windows. Suggest to compare 'rename' from djdev203 and from the > current sources, and see what was changed. Or maybe the problem was > in '_rename' instead. Actually, it might be much easier to try replacing ar.exe (or the entire Binutils) with a newer version, which is known to work on Windows XP.