This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
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 <minix/config.h>
...
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
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |