This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Compilation error gcc-2.95.3


Hi

I am trying to compile gcc-2.95.3 with following cofiguration on redhat 9:

./configure --with-gnu-as --with-gnu-ld
--with-headers="/usr/lib/bcc/include/" --target=mips-sgi-irix4

I am getting following error:

gcc -DCROSS_COMPILE -DIN_GCC     -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 mips.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
gcc: ../libiberty/libiberty.a: No such file or directory
make[1]: *** [cc1] Error 1
make[1]: Leaving directory `/usr/pranav/gcc-2.95.3/gcc'
make: *** [install-gcc] Error 2

Regards
Pranav Kumar



 The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.   WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.   www.wipro.com 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]