Newsgroups: comp.os.msdos.djgpp Date: Wed, 18 Aug 1999 15:50:44 -0700 (PDT) From: "Louis P. Santillan" To: Matthew Haley cc: djgpp AT delorie DOT com Subject: Re: gcc-2.95 and binutils-2.9 In-Reply-To: <9pEu3.175$jp4.19120@news.uswest.net> Message-ID: References: <37B8292B DOT 174C1175 AT americasm01 DOT nt DOT com> <9pEu3.175$jp4 DOT 19120 AT news DOT uswest DOT net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Or compiling allegro 3 on a 386/20/6 laptop...oh the hour that I wasted. I admit though, you do learn the value of your K6-2 in that experience. On Wed, 18 Aug 1999, Matthew Haley wrote: > You've never had the pleasure of compiling Perl 5 on a 486DX/33MHz w/8MB of > RAM have you??? hehe > > In article , jventer AT writeme DOT com > says... > > > >Campbell, Rolf [SKY:1U32:EXCH] wrote in message > >news:37B8292B DOT 174C1175 AT americasm01 DOT nt DOT com... > >> Johan Venter wrote: > >> > >> > Compileing a simple hello world program took 24 seconds with the > >following > >> > command line: > >> > > >> > gcc test.c -o test.exe > >> > >> What system configuration are you using? Win95/98/NT/DOS? How much > >RAM? > >> Processor speed? If in pure DOS, do you have a RAM disk or disk caching > >> software? > >> I'm using 2.95 and on my machine it doesn't seem to take any longer > >than > >> v2.8.1 if I don't specify "-O2". > > > >I'm running a P166 with 32MB of RAM and Windows 98. > >GCC-2.8.1 was always pretty snappy, even if I compiledwith all the > >optimizations and speed/space trade off options. > > > >GCC-2.95 compiles a lot faster than 2.8.1, but the linking takes ages, as I > >said before, while running "collect2". > > > >-- > >