home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ai.mit.edu!cracraft
- From: cracraft@ai.mit.edu (Stuart Cracraft)
- Subject: GCC 2.2 report
- Message-ID: <9209130206.AA05092@rice-chex>
- Sender: gnulists@ai.mit.edu
- Organization: Gnus Not Usenet
- Distribution: gnu
- Date: Sun, 13 Sep 1992 02:06:52 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 40
-
- Hi,
-
- I recently downloaded gcc 2.2.2 and ran into this error when
- installing. cc1plus fails to link due to two undefined symbols.
- This was on a Sparc-1 (4/60) running SUN Os 4.1.2.
-
- Any takers? --Stuart
-
-
- bambam# make install
- cc -c -g -I. -I. -I./config \
- `echo ./cp-parse.c | sed 's,^\./,,'`
- cc -c -g -I. -I. -I./config cp-decl.c
- cc -c -g -I. -I. -I./config cp-decl2.c
- cc -c -g -I. -I. -I./config cp-typeck.c
- cc -c -g -I. -I. -I./config cp-type2.c
- cc -c -g -I. -I. -I./config cp-tree.c
- cc -c -g -I. -I. -I./config cp-ptree.c
- cc -c -g -I. -I. -I./config cp-cvt.c
- cc -c -g -I. -I. -I./config cp-search.c
- cc -c -g -I. -I. -I./config cp-lex.c
- cc -c -g -I. -I. -I./config cp-gc.c
- cc -c -g -I. -I. -I./config cp-call.c
- cc -c -g -I. -I. -I./config cp-class.c
- cc -c -g -I. -I. -I./config cp-init.c
- cc -c -g -I. -I. -I./config cp-method.c
- cc -c -g -I. -I. -I./config cp-except.c
- cc -c -g -I. -I. -I./config cp-expr.c
- cc -c -g -I. -I. -I./config cp-pt.c
- cc -c -g -I. -I. -I./config cp-edsel.c
- cc -c -g -I. -I. -I./config cp-xref.c
- cc -c -g -I. -I. -I./config cp-spew.c
- cc -g -o cc1plus cp-parse.o cp-decl.o cp-decl2.o cp-typeck.o cp-type2.o cp-tree.o cp-ptree.o cp-cvt.o cp-search.o cp-lex.o cp-gc.o cp-call.o cp-class.o cp-init.o cp-method.o cp-except.o cp-expr.o cp-pt.o cp-edsel.o cp-xref.o cp-spew.o c-common.o toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o dbxout.o sdbout.o dwarfout.o xcoffout.o integrate.o jump.o cse.o loop.o unro
- ll.o flow.o stupid.o combine.o regclass.o local-alloc.o global-alloc.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-recog.o insn-extract.o insn-output.o insn-emit.o insn-attrtab.o aux-output.o getpwd.o obstack.o ` case "cc" in "cc") echo ;; esac `
- ld: Undefined symbol
- ___main
- ___builtin_saveregs
- *** Error code 2
- make: Fatal error: Command failed for target `cc1plus'
- bambam#
-
-