From: H.J. Lu (hjl@nynexst.com)
Date: 07/06/93


From: hjl@nynexst.com (H.J. Lu)
Subject: Re: GCC 2.4.5 won't build!
Date: Wed, 7 Jul 1993 03:14:39 GMT

In article <C9rqC1.5MJ@wetware.com>, erc@wetware.com (Ed Carp) writes:
|> I grabbed gcc-2.4.5 and tried to build it. The make failed with:
|>
|> cc -DIN_GCC -DPOSIX -s -O6 -o genattr \
|> genattr.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc"@"" in "cc"@?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|> genattr.o: Undefined symbol __obstack_begin referenced from text segment
|> rtl.o: Undefined symbol __obstack_newchunk referenced from text segment
|> rtl.o: Undefined symbol __obstack_newchunk referenced from text segment
|> rtl.o: Undefined symbol __obstack_newchunk referenced from text segment
|> rtl.o: Undefined symbol __obstack_newchunk referenced from text segment
|> rtl.o: Undefined symbol __obstack_newchunk referenced from text segment
|> make: *** [genattr] Error 1
|>
|> Anyone know how to get around this?
|> --
|> Ed Carp erc@apple.com, erc@saturn.upl.com 510/659-9560
|> For anonymous mailers --> anonymus+5300@charcoal.com
|> "Disagreements are not meant to be challenges. They are just a different
|> reality." -- Risa D'Angeles

Get libc 4.4.1.

H.J.