A question for multi-thread building or distributed building by using GCC

Tim Prince timothyprince@sbcglobal.net
Sun Jul 30 20:41:00 GMT 2006


Lu, Ken wrote:
> Hi, dear members:
>   Does GCC support multi-thread building or distributed building? I remember it support but forget how to configure parameter for GCC.
>   Could anyone help me? Thanks very much
> 
gcc-4.2 includes OpenMP support.  Other than that, threading is 
supported not by gcc but by libraries which depend on the operating 
system, such as pthreads.



More information about the Gcc-help mailing list