Message-ID: <36211E89.34DF@physik.uni-wuerzburg.de> Date: Sun, 11 Oct 1998 17:09:29 -0400 From: "Bernhard Knig" X-Mailer: Mozilla 2.02 [de] (OS/2; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: gxx and g77 problem References: <361E6ABE DOT 590B AT physik DOT uni-wuerzburg DOT de> <361EB970 DOT ED70700E AT cartsys DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: wpfd16.physik.uni-wuerzburg.de Lines: 14 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, > Do you assign it outside any function? It's actually an >initialization; > it's examined by startup code which runs before `main' is called, and > hence it has to be initialized at compile time. You are right. I assigned it inside of main. Now it works. > What Binutils version are you using? I installed version 2.81 (file bnu281.zip). Bye, Bernd Koenig