User forums > Help

GNU GCC Compiler is compiling REALLY slow.

<< < (6/8) > >>

rickg22:
Your linker isn't linking the C++ STL library. I think your linker directories are missing the MinGW path or something.

thomas:

--- Quote from: mandrav on October 05, 2005, 09:55:25 pm ---Yummm, me hungry  :twisted:
--- End quote ---

timeo danaos...


--- Quote from: rickg22 on October 05, 2005, 09:01:01 pm ---I'll bring the sauce, just in case :lol:
--- End quote ---

...et dona ferentes   :P

Alos:

--- Quote from: rickg22 on October 05, 2005, 11:06:29 pm ---Your linker isn't linking the C++ STL library. I think your linker directories are missing the MinGW path or something.

--- End quote ---

How do I fix that?

sethjackson:
I assume you installed C::B with MinGW. If you did this go to Compile->Compiler Options->GCC->Reset Defaults. Otherwise if MinGW is in somthing other than the default directory. Go to Compile->Compiler Options->GCC->Programs->Auto-detect

heromyth:
I use PCH to improve the speed when building CB with GCC.
I have made some tests like building the minimal_sample of wxWidgets. Without PCH, the progress costs 8 seconds. With PCH, it costs 3 seconds.
It seems to be a little faster using PCH. :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version