From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24047 invoked by alias); 15 Jun 2013 23:31:38 -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 24036 invoked by uid 89); 15 Jun 2013 23:31:38 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-bk0-f42.google.com (HELO mail-bk0-f42.google.com) (209.85.214.42) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 15 Jun 2013 23:31:37 +0000 Received: by mail-bk0-f42.google.com with SMTP id jk13so722047bkc.29 for ; Sat, 15 Jun 2013 16:31:35 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.204.202.79 with SMTP id fd15mr1156236bkb.88.1371339093479; Sat, 15 Jun 2013 16:31:33 -0700 (PDT) Received: by 10.204.188.208 with HTTP; Sat, 15 Jun 2013 16:31:33 -0700 (PDT) In-Reply-To: References: Date: Sat, 15 Jun 2013 23:31:00 -0000 Message-ID: Subject: Re: GCC 4.8.1 building fails From: Ignas To: NightStrike Cc: Jonathan Wakely , gcc-help , David Kredba Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00116.txt.bz2 Yea... I really need to switch to some linux distro and compile windows binaries from there. Somehow, I feel that gcc will compile just fine on linux. On Sat, Jun 15, 2013 at 8:41 PM, NightStrike wrote: > On Sat, Jun 15, 2013 at 1:11 PM, Jonathan Wakely wrote: >> On 15 June 2013 17:11, NightStrike wrote: >>> >>> It's not the only way. In fact a much easier way is to use a Canadian cross >>> to build the native gcc using some other system. >> >> Ah, interesting. Does that still use the mingw runtime though? > > Yes, assuming you use the --with-sysroot options appropriately. > > Sidenote: Apparently my new droid is sending all mail as html mail, so > sorry that the last message didn't make it through to the list :(