This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: query reg. gcc
- From: Mike Stump <mrs at apple dot com>
- To: Dave Korn <dave dot korn at artimi dot com>
- Cc: "'Shachindra Sharma'" <shachin at gmail dot com>, gcc at gnu dot org, zack at codesourcery dot com, dalej at apple dot com, sdeepak at cadence dot com
- Date: Thu, 23 Dec 2004 12:32:18 -0800
- Subject: Re: query reg. gcc
On Thursday, December 23, 2004, at 11:10 AM, Dave Korn wrote:
b) There is a long include path these files lie on the network disks
*There's* your problem. Well, probably, anyway. What happens when
you run
the compile from local disks?
Try make -j6, seriously, one a dual CPU box, -j10 maybe. For
completeness, I'd say try each n from 1 on up, until it starts slowing
down again, then just use that peak number.