From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15505 invoked by alias); 15 Jun 2013 13:51:31 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 15495 invoked by uid 89); 15 Jun 2013 13:51:31 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-la0-f44.google.com (HELO mail-la0-f44.google.com) (209.85.215.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 15 Jun 2013 13:51:30 +0000 Received: by mail-la0-f44.google.com with SMTP id er20so1310075lab.17 for ; Sat, 15 Jun 2013 06:51:28 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.25.195 with SMTP id e3mr550503lag.76.1371304288265; Sat, 15 Jun 2013 06:51:28 -0700 (PDT) Received: by 10.112.160.104 with HTTP; Sat, 15 Jun 2013 06:51:28 -0700 (PDT) In-Reply-To: References: Date: Sat, 15 Jun 2013 13:51:00 -0000 Message-ID: Subject: Re: GCC 4.8.1 building fails From: Jonathan Wakely To: Ignas Cc: David Kredba , gcc-help Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00113.txt.bz2 On 15 June 2013 14:49, Jonathan Wakely wrote: > On 15 June 2013 14:18, Ignas wrote: >> Now I'm wondering, what is the most supported and reasonable way to >> compile gcc on windows? without any sdk's, consoles, editors, etc. >> just plain good gcc and its components what would produce native >> windows binaries what do not require some special dlls like cygwin >> does. > > MinGW is the best and also the worst way, it's the only way. But unless you really need to compile it yourself just install a pre-built version and save yourself all the trouble of building it.