Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com To: cygwin-apps AT cygwin DOT com, cygwin AT cygwin DOT com Subject: Re: pthreads support References: From: Andrew Markebo Date: 27 Mar 2001 23:19:13 +0200 In-Reply-To: Message-ID: Lines: 8 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I missed this discussion from the beginning, about multithreading gcc itself.. Was there someone who wanted to speed up his compilations by spreading it over several processors or so?? Maybe gmake can help you, it has a flag (-j or -J if my memory doesn't fail me) that tells gcc to start N compilations at the same time. /Andy