From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paramjit Cheema To: Subject: gcc Date: Mon, 12 Feb 2001 17:17:00 -0000 Message-id: X-SW-Source: 2001-02/msg00095.html Hi , I was trying to install gcc version 2.95.2 on digital unix tru64 . iam using seperate dir for the source and obj . i have used make bootstrap and used the gnu version of make in the whole process but still during the make bootstrap phase it came out with the following error cc -DIN_GCC -DHAIFA -g -DHAVE_CONFIG_H -o cc1 toplev.o version.o tree.o pr int-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 a lias.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 haifa-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-at trtab.o alpha.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o s bitmap.o resource.o hash.o c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-type ck.o c-convert.o c-aux-info.o c-common.o c-iterate.o obstack.o -lmld ../l ibiberty/libiberty.a ld: Unresolved: ASM_FILE_START make[2]: *** [cc1] Error 1 make[2]: Leaving directory `/gcc/gcc' make[1]: *** [bootstrap] Error 2 make[1]: Leaving directory `/gcc/gcc' make: *** [bootstrap] Error 2 # any clue or help will be greatly appreciated . regards bobby