Message-ID: <361E6ABE.590B@physik.uni-wuerzburg.de> Date: Fri, 09 Oct 1998 15:57:51 -0400 From: "Bernhard Knig" X-Mailer: Mozilla 2.02 [de] (OS/2; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: gxx and g77 problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: wpfd16.physik.uni-wuerzburg.de Lines: 16 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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? 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. Does someone know where to find docs of g77 for DOS. GNU docs only concern to Unix platforms. --