From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul H. Shen" To: gcc-bugs Cc: "gcc.gnu" Subject: Need your help, please! Date: Thu, 29 Jun 2000 18:40:00 -0000 Message-id: <395BFAA4.758914EC@alacritech.com> X-SW-Source: 2000-06/msg00785.html Hi, I do not think this is a bug. However, I just can not get it work. It seems to me that either I am missing some files or the path was not set correctly. I tried to follow the installation procedure: downloading the source GCC 2.95.2, gzip format, 12.5Meg. downloaded successfully. configure Failed in a number of places configure:1302: gcc -E conftest.c >/dev/null 2>conftest.out configure:1298: minix/config.h: No such file or directory configure: failed program was: #line 1297 "configure" #include "confdefs.h" #include ... build make bootstrap Fatal error, aborted if [ x"no" = xyes ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/pshen/bin/gnuS/gcc-2.95.2/libiberty/../include /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/argv.c -o pic/argv.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/pshen/bin/gnuS/gcc-2.95.2/libiberty/../include /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/argv.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/pshen/bin/gnuS/gcc-2.95.2/libiberty/../include /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/choose-temp.c -o pic/choose-temp.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/pshen/bin/gnuS/gcc-2.95.2/libiberty/../include /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/choose-temp.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/pshen/bin/gnuS/gcc-2.95.2/libiberty/../include /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/concat.c -o pic/concat.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/pshen/bin/gnuS/gcc-2.95.2/libiberty/../include /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/concat.c /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/concat.c: In function `concat': /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/concat.c:96: `__builtin_va_alist' undeclared (first use this function) /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/concat.c:96: (Each undeclared identifier is reported only once /home/pshen/bin/gnuS/gcc-2.95.2/libiberty/concat.c:96: for each function it appears in.) *** Error code 1 make: Fatal error: Command failed for target `concat.o' Current working directory /baydel1/home/pshen/bin/gnu/gcc-2.95.2/libiberty *** Error code 1 make: Fatal error: Command failed for target `all-libiberty' Please advise. Thanks in advance. Best Regards, Paul Shen