Hello I would like to install gcc 1.95.3 on my FreeBSD system (now I have gcc 3.3.3 but I need gcc 1.95.3 for testing some progs). This is what I did: # mkdir gcc_obj # cd gcc_obj # ../gcc-2.95.3/configure until here everything seems to have gone just fine. Then I run: # make bootstrap And this is what I get: nutrina# make bootstrap 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../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/argv.c -o pic/argv.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/argv.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/choose-temp.c -o pic/choose-temp.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/choose-temp.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/concat.c -o pic/concat.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/concat.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/cplus-dem.c -o pic/cplus-dem.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/cplus-dem.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/fdmatch.c -o pic/fdmatch.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/fdmatch.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/fnmatch.c -o pic/fnmatch.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/fnmatch.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/getopt.c -o pic/getopt.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/getopt.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/getopt1.c -o pic/getopt1.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/getopt1.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/getruntime.c -o pic/getruntime.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/getruntime.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/hex.c -o pic/hex.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/hex.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/floatformat.c -o pic/floatformat.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/floatformat.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/objalloc.c -o pic/objalloc.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/objalloc.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/obstack.c -o pic/obstack.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/obstack.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/pexecute.c -o pic/pexecute.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/pexecute.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/spaces.c -o pic/spaces.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/spaces.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/splay-tree.c -o pic/splay-tree.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/splay-tree.c test x"no" != xyes || gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/strerror.c -o pic/strerror.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-2.95.3/libiberty/../include ../../gcc-2.95.3/libiberty/strerror.c ../../gcc-2.95.3/libiberty/strerror.c:465: error: conflicting types for `sys_nerr' /usr/include/stdio.h:347: error: previous declaration of `sys_nerr' *** Error code 1 Stop in /root/private/gcc/gcc_obj/libiberty. *** Error code 1 Stop in /root/private/gcc/gcc_obj. Could somebody please help me out ??? Best Regards, Gerald ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de