From: pavenis AT lanet DOT lv To: "Mark Stephen Krueger" , djgpp AT delorie DOT com Date: Thu, 7 Jun 2001 11:41:57 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: rebuilding gcc 2.953 from sources failure Message-ID: <3B1F6885.3528.666212@localhost> In-reply-to: <004801c0ef1d$72f87730$9d0610ac@speakeasy.net> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 7 Jun 2001, at 1:45, Mark Stephen Krueger wrote: > Hi, > > I am rebuilding gcc 2.95.3 and I am getting the following error: > > gcc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I/djgpp/gnu/gcc-2.953/gcc -I/d > jgpp/gnu/gcc-2.953/gcc/config -I/djgpp/gnu/gcc-2.953/gcc/../include \ > -DSTANDARD_STARTFILE_PREFIX=\"\$DJDIR/lib/\" -DSTANDARD_EXEC_PREFIX=\"\$DJ > DIR/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"2.953\" -DDEFAULT_TARGET_MACHI > NE=\"djgpp\" -DTOOLDIR_BASE_PREFIX=\"\$DJDIR/\" \ > -c `echo /djgpp/gnu/gcc-2.953/gcc/gcc.c | sed 's,^\./,,'` > In file included from /djgpp/gnu/gcc-2.953/gcc/gcc.c:496: > multilib.h:2: `tmpmultilib' undeclared here (not in a function) > multilib.h:2: initializer element is not constant > multilib.h:2: (near initialization for `multilib_raw[0]') > multilib.h:2: parse error before `does' > multilib.h:14: parse error before `does' > /djgpp/gnu/gcc-2.953/gcc/gcc.c:504: syntax error before `static' > make.exe[1]: *** [gcc.o] Error 1 > make.exe[1]: Leaving directory `c:/djgpp/gnu/gcc-2.953/build.djg/gcc' > make.exe: *** [all-gcc] Error 2 > > I am building on Win98. I believe I have all the required packages and have > the latest versions. Anyone have any idea what might be wrong or what I > should look for. I tried this with a fresh clean installation. I cannot reproduce that. It seems to happen building stage1 compiler for You. It builds OK for me. Andris