From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25994 invoked by alias); 8 Oct 2003 21:15:54 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25985 invoked from network); 8 Oct 2003 21:15:53 -0000 Received: from unknown (HELO qbert.vosn.net) (205.214.76.4) by sources.redhat.com with SMTP; 8 Oct 2003 21:15:53 -0000 Received: from mail.svcable.net ([67.28.116.50] helo=tpa21p) by qbert.vosn.net with asmtp (Exim 4.24) id 1A7Lf2-00073T-Nf for gcc-help@gcc.gnu.org; Wed, 08 Oct 2003 15:15:57 -0600 Message-ID: <035301c38de1$4dce4e70$6401a8c0@tpa21p> From: "Sheryl Canter" To: References: <006601c38cd5$0363f130$ad036c42@tpa21p> <007901c38d43$b5ed2a10$6401a8c0@tpa21p> <005701c38da1$1dd909c0$6401a8c0@tpa21p> <00d101c38db6$61120100$6401a8c0@tpa21p> Subject: Re: need help compiling gcc for Windows Date: Wed, 08 Oct 2003 21:15:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - qbert.vosn.net X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - permutations.com X-SW-Source: 2003-10/txt/msg00127.txt.bz2 Please, somebody help me with this! I'm completely stuck. The configure is completing correctly (as far as I can tell), but the build didn't work. It works up to this point: ------------ Bootstrapping the compiler make[1]: Entering directory `/c/gcc-objdir/gcc' make AR_FOR_TARGET="ar" \ RANLIB_FOR_TARGET="ranlib" \ CC="gcc" libdir=/c/gcc-3.3.1/lib LANGUAGES="c " \ CFLAGS="-g " MAKEINFO="makeinfo --no-split" \ MAKEINFOFLAGS="" COVERAGE_FLAGS= make[2]: Entering directory `/c/gcc-objdir/gcc' ./gengtype /c/gcc-srcdir/gcc-3.3.1/gcc/../include/ansidecl.h: No such file or directory make[2]: *** [s-gtype] Error 1 make[2]: Leaving directory `/c/gcc-objdir/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/c/gcc-objdir/gcc' make: *** [bootstrap] Error 2 ------------ That file spec with the error message looks a little strange, but it correctly points to the file. ansidecl.h can be found here: /c/gcc-srcdir/gcc-3.3.1/include/ansidecl.h Any idea why the build didn't work? How do I correct this problem? - Sheryl