Xref: news2.mv.net comp.os.msdos.djgpp:5923 From: gmontem AT sfsu DOT edu (GEORGE ARUGAY MONTEMAYOR) Newsgroups: comp.os.msdos.djgpp Subject: Re: RAMdisk (was: Bug in stubify.c) Date: 12 Jul 1996 19:11:29 GMT Organization: San Francisco State University Lines: 18 Message-ID: <4s6811$s12@news.csus.edu> References: <4rhr20$181v AT rs18 DOT hrz DOT th-darmstadt DOT de> NNTP-Posting-Host: gmontem AT taurus DOT sfsu DOT edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Alexander Lehmann (lehmann AT mathematik DOT th-darmstadt DOT de) wrote: : Eli Zaretskii (eliz AT is DOT elta DOT co DOT il) wrote: : Especially since the temporary asm file generated by cc1 is : considerably larger than the source code and the resulting object : file. (well, last time I checked, the standard ramdrive supported up : to 4MB, it you have much memory, it may actually speed up things a : bit). Of course, if DOS would support pipes for real, we could just : use the -pipe option of gcc and save a lot of tmp storage, but it : doesn't. I may sound stupid, but what are pipes, and what does the -pipe do? Ack. I'm not very familiar with all of the command line options, so bear with me. :( Anyways, is there a document on all of the command line options GCC supports? thanks, -george