public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* 2.95.2 GCC fails bootstrap compile on x86
@ 2000-01-10 20:51 M.H.VanLeeuwen
  2000-04-01  0:00 ` M.H.VanLeeuwen
  0 siblings, 1 reply; 2+ messages in thread
From: M.H.VanLeeuwen @ 2000-01-10 20:51 UTC (permalink / raw)
  To: gcc-help; +Cc: vanl

Hi,

I've tried both 2.95.1/2 and have been unable to successfully install
GCC.  I've
had no problems compiling other programs and egcs-1.1.2 recompiles just
fine.
I've rebuilt and reinstalled glibc-2.1.2 after moving the old
/usr/include out of
the way...now i'm not sure what to do.

Any suggestions would be appreciated

Martin

System info:

Kernel x86             2.2.13
Kernel modules         2.1.121
Gnu C                  egcs-2.91.66
Binutils               2.9.5.0.16
Linux C Library        1.2.so*
Dynamic linker         ldd (GNU libc) 2.1.2
Linux C++ Library      2.9.0*
Procps                 2.0.2
Mount                  2.10b
Net-tools              1.53
Kbd                    1.00
Sh-utils               2.0

make bootstrap
[snip]
make[1]: Leaving directory `/tmp/gcc-2.95.2/heli/texinfo'
Bootstrapping the compiler
make[1]: Entering directory `/tmp/gcc-2.95.2/heli/gcc'
make CC="gcc" libdir=/usr/lib LANGUAGES="c "
make[2]: Entering directory `/tmp/gcc-2.95.2/heli/gcc'
gcc  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I../../gcc
-I../../gcc/config -I..
/../gcc/../include \
 
-DGCC_INCLUDE_DIR=\"/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/include\"
\
 
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../.
.`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
 
-DCROSS_INCLUDE_DIR=\"/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../../i5
86-pc-linux-gnu/sys-include\" \
 
-DTOOL_INCLUDE_DIR=\"/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../../i58
6-pc-linux-gnu/include\" \
  -c `echo ../../gcc/cccp.c | sed 's,^\./,,'`
In file included from /usr/include/stdio.h:57,
                 from ../../gcc/system.h:32,
                 from ../../gcc/cccp.c:23:
/usr/include/libio.h:363: conflicting types for `__restrict'
/usr/include/libio.h:363: previous declaration of `__restrict'
/usr/include/libio.h:364: conflicting types for `__restrict'
/usr/include/libio.h:363: previous declaration of `__restrict'
/usr/include/libio.h:365: conflicting types for `__restrict'
/usr/include/libio.h:365: previous declaration of `__restrict'
In file included from ../../gcc/system.h:32,
                 from ../../gcc/cccp.c:23:
/usr/include/stdio.h:178: parse error before `__filename'
/usr/include/stdio.h:181: parse error before `__filename'
/usr/include/stdio.h:228: parse error before `__stream'
/usr/include/stdio.h:232: parse error before `__stream'
/usr/include/stdio.h:238: parse error before `__stream'
/usr/include/stdio.h:247: parse error before `__stream'
/usr/include/stdio.h:250: parse error before `__format'
/usr/include/stdio.h:252: parse error before `__s'
/usr/include/stdio.h:256: parse error before `__s'
/usr/include/stdio.h:260: parse error before `__format'
/usr/include/stdio.h:263: parse error before `__s'
/usr/include/stdio.h:269: parse error before `__s'
/usr/include/stdio.h:273: parse error before `__s'
/usr/include/stdio.h:277: parse error before `__s'
/usr/include/stdio.h:306: parse error before `__stream'
/usr/include/stdio.h:309: parse error before `__format'
/usr/include/stdio.h:311: parse error before `__s'
/usr/include/stdio.h:389: parse error before `__s'
/usr/include/stdio.h:424: parse error before `__s'
/usr/include/stdio.h:442: parse error before `__ptr'
/usr/include/stdio.h:445: parse error before `__ptr'
/usr/include/stdio.h:450: parse error before `__ptr'
/usr/include/stdio.h:452: parse error before `__ptr'
/usr/include/stdio.h:495: parse error before `__stream'
In file included from ../../gcc/system.h:132,
                 from ../../gcc/cccp.c:23:
[snip]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* 2.95.2 GCC fails bootstrap compile on x86
  2000-01-10 20:51 2.95.2 GCC fails bootstrap compile on x86 M.H.VanLeeuwen
@ 2000-04-01  0:00 ` M.H.VanLeeuwen
  0 siblings, 0 replies; 2+ messages in thread
From: M.H.VanLeeuwen @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gcc-help; +Cc: vanl

Hi,

I've tried both 2.95.1/2 and have been unable to successfully install
GCC.  I've
had no problems compiling other programs and egcs-1.1.2 recompiles just
fine.
I've rebuilt and reinstalled glibc-2.1.2 after moving the old
/usr/include out of
the way...now i'm not sure what to do.

Any suggestions would be appreciated

Martin

System info:

Kernel x86             2.2.13
Kernel modules         2.1.121
Gnu C                  egcs-2.91.66
Binutils               2.9.5.0.16
Linux C Library        1.2.so*
Dynamic linker         ldd (GNU libc) 2.1.2
Linux C++ Library      2.9.0*
Procps                 2.0.2
Mount                  2.10b
Net-tools              1.53
Kbd                    1.00
Sh-utils               2.0

make bootstrap
[snip]
make[1]: Leaving directory `/tmp/gcc-2.95.2/heli/texinfo'
Bootstrapping the compiler
make[1]: Entering directory `/tmp/gcc-2.95.2/heli/gcc'
make CC="gcc" libdir=/usr/lib LANGUAGES="c "
make[2]: Entering directory `/tmp/gcc-2.95.2/heli/gcc'
gcc  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I../../gcc
-I../../gcc/config -I..
/../gcc/../include \
 
-DGCC_INCLUDE_DIR=\"/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/include\"
\
 
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../.
.`echo /usr | sed -e 's|^/usr||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
 
-DCROSS_INCLUDE_DIR=\"/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../../i5
86-pc-linux-gnu/sys-include\" \
 
-DTOOL_INCLUDE_DIR=\"/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../../i58
6-pc-linux-gnu/include\" \
  -c `echo ../../gcc/cccp.c | sed 's,^\./,,'`
In file included from /usr/include/stdio.h:57,
                 from ../../gcc/system.h:32,
                 from ../../gcc/cccp.c:23:
/usr/include/libio.h:363: conflicting types for `__restrict'
/usr/include/libio.h:363: previous declaration of `__restrict'
/usr/include/libio.h:364: conflicting types for `__restrict'
/usr/include/libio.h:363: previous declaration of `__restrict'
/usr/include/libio.h:365: conflicting types for `__restrict'
/usr/include/libio.h:365: previous declaration of `__restrict'
In file included from ../../gcc/system.h:32,
                 from ../../gcc/cccp.c:23:
/usr/include/stdio.h:178: parse error before `__filename'
/usr/include/stdio.h:181: parse error before `__filename'
/usr/include/stdio.h:228: parse error before `__stream'
/usr/include/stdio.h:232: parse error before `__stream'
/usr/include/stdio.h:238: parse error before `__stream'
/usr/include/stdio.h:247: parse error before `__stream'
/usr/include/stdio.h:250: parse error before `__format'
/usr/include/stdio.h:252: parse error before `__s'
/usr/include/stdio.h:256: parse error before `__s'
/usr/include/stdio.h:260: parse error before `__format'
/usr/include/stdio.h:263: parse error before `__s'
/usr/include/stdio.h:269: parse error before `__s'
/usr/include/stdio.h:273: parse error before `__s'
/usr/include/stdio.h:277: parse error before `__s'
/usr/include/stdio.h:306: parse error before `__stream'
/usr/include/stdio.h:309: parse error before `__format'
/usr/include/stdio.h:311: parse error before `__s'
/usr/include/stdio.h:389: parse error before `__s'
/usr/include/stdio.h:424: parse error before `__s'
/usr/include/stdio.h:442: parse error before `__ptr'
/usr/include/stdio.h:445: parse error before `__ptr'
/usr/include/stdio.h:450: parse error before `__ptr'
/usr/include/stdio.h:452: parse error before `__ptr'
/usr/include/stdio.h:495: parse error before `__stream'
In file included from ../../gcc/system.h:132,
                 from ../../gcc/cccp.c:23:
[snip]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-10 20:51 2.95.2 GCC fails bootstrap compile on x86 M.H.VanLeeuwen
2000-04-01  0:00 ` M.H.VanLeeuwen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).