Date: Tue, 28 Jan 1997 13:08:50 +0200 (IST) From: Eli Zaretskii To: nabina cc: djgpp AT delorie DOT com, pbose AT ecn DOT purdue DOT edu Subject: Re: bfs assertion failure : Help In-Reply-To: <32ED6CC2.4D49@utexas.mail.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 27 Jan 1997, nabina wrote: > On checking with a hellow world prog the same then repeated > on a Win95 machine with 16 MB RAM and the Memory settings > all set to auto and DPMI set to 65535 for the various > programs. Do I understand you correctly that you cannot even compile a simple hello world program without getting that bfd assertion problem? If so, please add -v to the gcc command line and post everything that it prints. The best way to do that is like this: redir -o gcc.log -eo gcc -v .... (put the rest of the gcc switches and arguments instead of the dots), then post the contents of the file `gcc.log' thus created.