home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / bug / 2330 < prev    next >
Encoding:
Text File  |  1992-09-12  |  2.5 KB  |  54 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ai.mit.edu!cracraft
  3. From: cracraft@ai.mit.edu (Stuart Cracraft)
  4. Subject: GCC 2.2 report
  5. Message-ID: <9209130206.AA05092@rice-chex>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Gnus Not Usenet
  8. Distribution: gnu
  9. Date: Sun, 13 Sep 1992 02:06:52 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 40
  12.  
  13. Hi,
  14.  
  15. I recently downloaded gcc 2.2.2 and ran into this error when
  16. installing. cc1plus fails to link due to two undefined symbols.
  17. This was on a Sparc-1 (4/60) running SUN Os 4.1.2.
  18.  
  19. Any takers?        --Stuart
  20.  
  21.  
  22. bambam# make install
  23. cc -c    -g     -I. -I. -I./config \
  24.   `echo ./cp-parse.c | sed 's,^\./,,'`
  25. cc -c    -g     -I. -I. -I./config cp-decl.c
  26. cc -c    -g     -I. -I. -I./config cp-decl2.c
  27. cc -c    -g     -I. -I. -I./config cp-typeck.c
  28. cc -c    -g     -I. -I. -I./config cp-type2.c
  29. cc -c    -g     -I. -I. -I./config cp-tree.c
  30. cc -c    -g     -I. -I. -I./config cp-ptree.c
  31. cc -c    -g     -I. -I. -I./config cp-cvt.c
  32. cc -c    -g     -I. -I. -I./config cp-search.c
  33. cc -c    -g     -I. -I. -I./config cp-lex.c
  34. cc -c    -g     -I. -I. -I./config cp-gc.c
  35. cc -c    -g     -I. -I. -I./config cp-call.c
  36. cc -c    -g     -I. -I. -I./config cp-class.c
  37. cc -c    -g     -I. -I. -I./config cp-init.c
  38. cc -c    -g     -I. -I. -I./config cp-method.c
  39. cc -c    -g     -I. -I. -I./config cp-except.c
  40. cc -c    -g     -I. -I. -I./config cp-expr.c
  41. cc -c    -g     -I. -I. -I./config cp-pt.c
  42. cc -c    -g     -I. -I. -I./config cp-edsel.c
  43. cc -c    -g     -I. -I. -I./config cp-xref.c
  44. cc -c    -g     -I. -I. -I./config cp-spew.c
  45. 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
  46. 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 `  
  47. ld: Undefined symbol 
  48.    ___main 
  49.    ___builtin_saveregs 
  50. *** Error code 2
  51. make: Fatal error: Command failed for target `cc1plus'
  52. bambam# 
  53.  
  54.