Message-ID: <55EB3EEB118ED111BD32080009EFAA08011945@exchsj02.geoplex.com> From: Bill Bouma To: "'A. Sinan Unur'" , djgpp AT delorie DOT com Subject: RE: gcc running out of memory? Date: Sun, 1 Mar 1998 00:56:37 -0800 MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk > now, those were general recommendations. it sounds more like you are > running out of stack space. once you make sure enough memory is > available, you can use stubedit to increase the default stack size for > gcc (just go to the bin directory, type stubedit gcc.exe, and set it > to > 1Mb or more, and give it a shot.) > Thank you for your help. Unfortunately I have tried both of your suggestions but I am still getting the "illegal instruction" error. I set the stack size of gcc at 8MB. According to stubedit, that value is a minimum, so the stack size probably should grow automatically as needed? Bill