Date: Tue, 26 Nov 1996 08:25:56 +0200 (IST) From: Eli Zaretskii To: Battista Ruffaldi Cc: djgpp AT delorie DOT com Subject: Re: ld linker error on POVRAY3 source In-Reply-To: <01bbdb13$7190d7c0$35fd0fa4@cybertron.ulb.ac.be> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 25 Nov 1996, Battista Ruffaldi wrote: > So, can someone poste me an older version (V1) of ld? > Or simply point me to a NEW version? > > Anyway, the error is: > Out of memory on pmode.a There are several solutions to this problem apart of getting an older ld.exe. Some of them are mentioned in the DJGPP FAQ list (section 8.18), others may be found by searching the DJGPP mail archives (use "povray" as the keyword). The latest info on this was that the particular object file that causes the trouble is in a.out (as opposed to COFF) format, and you should be able to use `objcopy' to convert it, which should solve the problem (but I didn't hear anybody actually reporting that they did it).