This is the mail archive of the gcc@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]

Re: Problems with egcs CVS'd 199810292000UTC on m68k-next-nextstep3



  In message <9810301156.AA07097@moene.indiv.nluug.nl>you write:
  > During stage 1 the build dies with:
  > 
  > a - version.o
  > a - mbchar.o
  > ar: creating libcpp.a
  > gcc  -DIN_GCC    -g -W -Wall  -DHAVE_CONFIG_H   -o fix-header  
  > fix-header.o \
  >    scan-decls.o scan.o libcpp.a ` case "obstack.o" in ?*) echo  
  > obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in  
  > ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in  
  > ?*) echo  ;; esac `
  > /bin/ld: archive: libcpp.a has no table of contents, add one with  
  > ranlib(1) (can't load from it)
  > collect2: ld returned 1 exit status
I believe this has been fixed.

  > /bin/ld: Undefined symbols:
  > _user_label_prefix
  > _S_ISDIR
  > _S_ISREG
  > collect2: ld returned 1 exit status
This hasn't  I think the S_* things need to move into system.h.  Dunno about
the user_label_prefix problem.  It may have already been fixed.

jeff


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