From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: DosDoom Date: Wed, 18 Feb 1998 15:45:43 -0800 Organization: Hewlett Packard Lines: 9 Message-ID: <6cfrr9$8j9$1@rosenews.rose.hp.com> References: <6cfl21$kq5$1 AT news2 DOT ee DOT net> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Curtis W. Moore wrote in message <6cfl21$kq5$1 AT news2 DOT ee DOT net>... >sense I can't email him, could somebody explain to me what he is talking >about ( stubedit ). There is a program named cc1.exe in your $(DJDIR)/bin directory. It is the actual c compiler (gcc invokes it after running the pre-processor). Just cd to the bin directory and type "stubedit cc1.exe", you will be prompted to enter parameters like stack size and such.