Sender: nate AT cartsys DOT com Message-ID: <361EB970.ED70700E@cartsys.com> Date: Fri, 09 Oct 1998 18:33:36 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: gxx and g77 problem References: <361E6ABE DOT 590B AT physik DOT uni-wuerzburg DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Bernhard Knig wrote: > > Hi, > i have installed djgpp v2 on win95 without problems first. The only > thing that riddles me is to define a progam's stack size. The FAQ says, > that i can use stubedit or assign '_stklen' to a stack size i need: > stubedit works, _stklen not. Why? 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. > My second question concerns g77-05.23. Small progs (i don't know what is > small in this sense) are compiled fine but larger ones give me this > assembler message: > > 'as.exe: Can not allocate 62505000 bytes after allocating 724992 bytes.' > > I think this is as.exe, not g77 specific. I have studies all FAQs and > docs of djgpp,as and g77 whitout any hints. Help me please. What Binutils version are you using? > Does someone know where to find docs of g77 for DOS. GNU docs only > concern to Unix platforms. AFAIK, that's all there is. -- Nate Eldredge nate AT cartsys DOT com