gcc-2.95 on redhat 6.1
kulpreet singh
singh_kulpreet@hotmail.com
Mon Feb 28 07:21:00 GMT 2000
Hi,
After a long wait I was able to get a Linux system. But I soon realised Red
Hat 6.1 ships with egcs-1.1.2, ie gcc version egcs-2.91.66.
I thus went on to gcc.gnu.org and downloaded gcc-2.95.2. But when I try to
build the same using `make bootstrap` it fails. Giving linking errors as
shown in the attached file. I did run srcdir/configure after cd'ing into a
newly created gccObjs dir, which is outside the source tree.
I would highly appreciate if anyone could help me fix the problem. I need
gcc-2.95 to be able to build orbacus on my system.
I am running Red Hat 6.1 on an AMD K6-2 processor. The srcdir/configure
recognises the host as i586-pc-linux-gnu.
Thanks
kulpreet
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-------------- next part --------------
stage1/xgcc -Bstage1/ -B/usr/local/i586-pc-linux-gnu/bin/ -c -DIN_GCC -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gcc-2.95.2/gcc/../include ../../gcc-2.95.2/gcc/c-common.c
stage1/xgcc -Bstage1/ -B/usr/local/i586-pc-linux-gnu/bin/ -c -DIN_GCC -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gcc-2.95.2/gcc/../include ../../gcc-2.95.2/gcc/c-iterate.c
stage1/xgcc -Bstage1/ -B/usr/local/i586-pc-linux-gnu/bin/ -DIN_GCC -O2 -g -O2 -DHAVE_CONFIG_H -o cc1 toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o i386.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o obstack.o ../libiberty/libiberty.a
collect2: ld returned 1 exit status
make[2]: *** [cc1] Error 1
make[2]: Leaving directory `/usr/src/gccObjs/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/src/gccObjs/gcc'
make: *** [bootstrap] Error 2
[root@localhost gccObjs]#
More information about the Gcc-help
mailing list