This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with egcs CVS'd 199810292000UTC on m68k-next-nextstep3
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: Problems with egcs CVS'd 199810292000UTC on m68k-next-nextstep3
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 10 Nov 1998 00:45:03 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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