Date: Thu, 30 Jan 1997 09:22:41 +0200 (IST) From: Eli Zaretskii To: nabina cc: pbose AT ecn DOT purdue DOT edu, djgpp AT delorie DOT com Subject: Re: BFD assertion failure for even Hello World : the complete log In-Reply-To: <32EE8FFC.117C@utexas.mail.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 28 Jan 1997, nabina wrote: > This is a followup to the earlier bfd assertion failure query > on a Win95 machine for even a hello world program and any other > program. To be noted this is run on a dosprmpt with auto memory > settings and DPMI set to 65535 and also config.sys altered to > avoid memory hassles. > What is wrong .. > The gcc log is It seems something's wrong with the hworld.o object file. Please post the gcc log when compiling the source file into the object. The best way is to post the log of both compilation and linking, like with this command: redir -o gcc.log -eo gcc -v -o hworld.exe hworld.c