public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Time taken by GCC 4.9.1 to compile
@ 2014-08-06  8:25 Raghu L
  0 siblings, 0 replies; 5+ messages in thread
From: Raghu L @ 2014-08-06  8:25 UTC (permalink / raw)
  To: ahsan.pmd; +Cc: gcc-help

On Wed, Aug 6, 2014 at 11:19 AM, Syed Ahsan Ali Bokhari <ahsan.pmd@gmail.com> wrote:

>   I wonder how much time it takes to compile gcc-4.9.1. After "make" 2
>    hours have been passed and still build underway.
>
>    Ahsan

It depends on what options you used in configuring GCC.

To speed up the build process, you can make use of parallel execution of make utility with the following command:

make -j <N> , where  N is the number of parallel jobs, determined by the number of CPU cores available in your system.

To determine the number of CPU cores in your system, read http://www.cyberciti.biz/faq/linux-get-number-of-cpus-core-command/

Also, read https://gcc.gnu.org/install/ - for more info on building GCC from source.

Regards,
Raghunath Lolur.

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Time taken by GCC 4.9.1 to compile
@ 2014-08-06  5:49 Syed Ahsan Ali Bokhari
       [not found] ` <CAEazkWMKKtFSGizGFLuncZVYTzfM5StA9FTsjJM23TY3VmX4+A@mail.gmail.com>
  2014-08-06 15:32 ` Jeff Law
  0 siblings, 2 replies; 5+ messages in thread
From: Syed Ahsan Ali Bokhari @ 2014-08-06  5:49 UTC (permalink / raw)
  To: gcc-help

I wonder how much time it takes to compile gcc-4.9.1. After "make" 2
hours have been passed and still build underway.

Ahsan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-06 16:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06  8:25 Time taken by GCC 4.9.1 to compile Raghu L
  -- strict thread matches above, loose matches on Subject: below --
2014-08-06  5:49 Syed Ahsan Ali Bokhari
     [not found] ` <CAEazkWMKKtFSGizGFLuncZVYTzfM5StA9FTsjJM23TY3VmX4+A@mail.gmail.com>
2014-08-06  8:19   ` Syed Ahsan Ali Bokhari
2014-08-06 15:32 ` Jeff Law
2014-08-06 16:05   ` Tim Prince

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).