public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc-2.95 on redhat 6.1
@ 2000-02-28  7:21 kulpreet singh
  2000-04-01  0:00 ` kulpreet singh
  0 siblings, 1 reply; 2+ messages in thread
From: kulpreet singh @ 2000-02-28  7:21 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 802 bytes --]

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

[-- Attachment #2: emailGcc --]
[-- Type: text/plain, Size: 1656 bytes --]

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]#

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

* gcc-2.95 on redhat 6.1
  2000-02-28  7:21 gcc-2.95 on redhat 6.1 kulpreet singh
@ 2000-04-01  0:00 ` kulpreet singh
  0 siblings, 0 replies; 2+ messages in thread
From: kulpreet singh @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 802 bytes --]

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

[-- Attachment #2: emailGcc --]
[-- Type: text/plain, Size: 1656 bytes --]

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]#

^ 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-02-28  7:21 gcc-2.95 on redhat 6.1 kulpreet singh
2000-04-01  0:00 ` kulpreet singh

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).