Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Denis on March 02, 2008, 09:10:49 am

Title: Parallel builds: linker and compiler start at same time
Post by: Denis on March 02, 2008, 09:10:49 am
I set number of processor to 2 at GCC compiler options. When I change one source file and start to build, I see two messages at once:
Quote
Compiling: some_source.cpp
Linking executable: some_exe.exe
It looks like linker and compiler start at same time. Is this bug or not?

PS: C::B 4893, WinXP SP2, Core 2 Duo
Title: Re: Parallel builds: linker and compiler start at same time
Post by: mandrav on March 02, 2008, 09:32:31 am
I set number of processor to 2 at GCC compiler options. When I change one source file and start to build, I see two messages at once:
Quote
Compiling: some_source.cpp
Linking executable: some_exe.exe
It looks like linker and compiler start at same time. Is this bug or not?

PS: C::B 4893, WinXP SP2, Core 2 Duo

No, the 2nd message is displayed but actually waits for the 1st to finish.
Title: Re: Parallel builds: linker and compiler start at same time
Post by: Denis on March 02, 2008, 09:35:53 am
No, the 2nd message is displayed but actually waits for the 1st to finish.

May be better to show linker message after compile process have completed?