From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: OK, make won, what is TAB?? Date: Tue, 12 May 1998 09:48:26 -0700 Organization: Hewlett-Packard, Roseville Lines: 24 Message-ID: <6j9ugj$23a$1@rosenews.rose.hp.com> References: <01bd7db9$7a21d020$LocalHost AT default> NNTP-Posting-Host: ros51675cra.rose.hp.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Daleg wrote in message <01bd7db9$7a21d020$LocalHost AT default>... >I read the FAQ files and INFO file but......................... >They didnt tell me how make TAB, what is that, how do i make 'TAB' from >keyboard..? You need to say what editor you are using. Both emacs and I think rhide are smart enough to preserve the normal tab character when you hit it. If you are using dos edit I think the key is ctrl-p or something. >is PGCC better than GCC? Well, the compiled output is faster. > Is the PGCC pentium >optimized PGCC is compiled with itself, but only on -O2 optimization level so it is not that heavily pentium optimized. It doesn't matter really, all the extra optimizations it tried to do make it much slower at compiling than gcc is. Andy