News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Parallel builds: linker and compiler start at same time

Started by Denis, March 02, 2008, 09:10:49 AM

Previous topic - Next topic

Denis

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:
QuoteCompiling: 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

mandrav

Quote from: 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:
QuoteCompiling: 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.
Be patient!
This bug will be fixed soon...

Denis

Quote from: mandrav on March 02, 2008, 09:32:31 AMNo, 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?