From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22666 invoked by alias); 15 Jun 2013 08:12:14 -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 22652 invoked by uid 89); 15 Jun 2013 08:12:13 -0000 X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,MISSING_HEADERS,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=no version=3.3.1 Received: from mail-bk0-f65.google.com (HELO mail-bk0-f65.google.com) (209.85.214.65) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 15 Jun 2013 08:12:12 +0000 Received: by mail-bk0-f65.google.com with SMTP id ji1so186050bkc.4 for ; Sat, 15 Jun 2013 01:12:10 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.204.230.71 with SMTP id jl7mr828899bkb.72.1371283930575; Sat, 15 Jun 2013 01:12:10 -0700 (PDT) Received: by 10.204.188.208 with HTTP; Sat, 15 Jun 2013 01:12:10 -0700 (PDT) In-Reply-To: References: Date: Sat, 15 Jun 2013 08:12:00 -0000 Message-ID: Subject: Re: GCC 4.8.1 building fails From: Ignas Cc: gcc-help Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00108.txt.bz2 No, I have fine and working installation of MinGW what has stdio.h and assert.h files in the include folder. Is there a way to perhaps explicitly tell where is MinGW's include folder is? On Fri, Jun 14, 2013 at 2:10 PM, Jonathan Wakely wrote: > On 14 June 2013 10:31, Ignas wrote: >> Hello, >> I've tried to build GCC 4.8.1 numerous times without any luck. >> Build, host, and target system: i686-pc-mingw32. >> I'm using MinGW Shell, gcc -v 4.6.2 ; g++ -v 4.7.2 > > It looks as though you don't have basic files like and > installed where GCC can find them. I don't know how to > install them for mingw, but would guess they should be provided by the > mingw-runtime or win32api packages.