From: "Mark Stephen Krueger" To: Subject: rebuilding gcc 2.953 from sources failure Date: Thu, 7 Jun 2001 01:45:31 -0500 Message-ID: <004801c0ef1d$72f87730$9d0610ac@speakeasy.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0049_01C0EEF3.8A226F30" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0049_01C0EEF3.8A226F30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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. Thanks, Mark ------=_NextPart_000_0049_01C0EEF3.8A226F30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I am rebuilding gcc 2.95.3 and I = am getting=20 the following error:
 
gcc  = -DIN_GCC    =20 -g  -DHAVE_CONFIG_H    -I. = -I/djgpp/gnu/gcc-2.953/gcc=20 -I/djgpp/gnu/gcc-2.953/gcc/config -I/djgpp/gnu/gcc-2.953/gcc/../include=20 \
  -DSTANDARD_STARTFILE_PREFIX=3D\"\$DJDIR/lib/\"=20 -DSTANDARD_EXEC_PREFIX=3D\"\$DJDIR/lib/gcc-lib/\"=20 -DDEFAULT_TARGET_VERSION=3D\"2.953\" = -DDEFAULT_TARGET_MACHINE=3D\"djgpp\"=20 -DTOOLDIR_BASE_PREFIX=3D\"\$DJDIR/\" \
  -c `echo=20 /djgpp/gnu/gcc-2.953/gcc/gcc.c | sed 's,^\./,,'`
In file included = from=20 /djgpp/gnu/gcc-2.953/gcc/gcc.c:496:
multilib.h:2: `tmpmultilib' = undeclared=20 here (not in a function)
multilib.h:2: initializer element is not=20 constant
multilib.h:2: (near initialization for=20 `multilib_raw[0]')
multilib.h:2: parse error before = `does'
multilib.h:14:=20 parse error before `does'
/djgpp/gnu/gcc-2.953/gcc/gcc.c:504: syntax = error=20 before `static'
make.exe[1]: *** [gcc.o] Error 1
make.exe[1]: = Leaving=20 directory `c:/djgpp/gnu/gcc-2.953/build.djg/gcc'
make.exe: *** = [all-gcc]=20 Error 2
 
I am building on Win98.  I = believe I=20 have all the required packages and have the latest = versions.  Anyone have any idea what might be = wrong or what=20 I should look for.  I tried this with a fresh clean=20 installation.
 
Thanks,
Mark
 
------=_NextPart_000_0049_01C0EEF3.8A226F30--