From: T DOT Harte AT btinternet DOT com (Thomas Harte) Newsgroups: comp.os.msdos.djgpp Subject: Re: question Date: Mon, 02 Jun 1997 23:53:14 GMT Organization: BT Internet Lines: 42 Message-ID: <33935ba1.1654428@news.btinternet.com> References: <01bc6f95$a203cea0$LocalHost AT nop44597> NNTP-Posting-Host: host5-99-62-104.btinternet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 2 Jun 1997 23:56:17 GMT, "Telepac" wrote: > >Hi... > >I´m using DJGPP for a a few months already, and i liked it a lot. >The only problem, i think is compilation speed. >I have a DX4 with 8mb, and it seems a bit slow, compared with commercial >compiler, like BC. > >But the generated code, i think its excellent. >Could someone tell how to speed up compilation. How many ram should a have >with the DX4. DJGPP is actually doing more work than BC for various reasons, none of which need going into now. To speed it up, if compiling many times in close succession, try using smartdrive as hopefully it will be smart enough to hold the gcc.exe, & all those it calls in RAM for you. Also, try setting up a RAM drive to make DJGPP's temp directory. That's about all I know - but I don't claim to know much at all. Just sort of trying to help. >Another thing... >Can we sell or distribute the programs we made with DJGPP, or there are any >obligations, advises, etc. You can sell it as long as you use the generic C++ libraries and not the GNU ones, I believe. If you don't specify, I think it defaults to the generic ones. What I do know for sure is that Quake was written with DJGPP, and I do not think the FSF get any money from that. >The problem is that i'm studying and i dont have the money to buy a good >compiler. You're likely to start a flame war there! It is often argued over on rec.games.programmer that DJGPP is better than Watcom, the best commercial compiler, and about as often the other way around. Certainly it is very un-fair to even suggest by implication that DJGPP is anything less than 'good'. -Thomas