This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0.1 Status
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: GCC 3.0.1 Status
- From: "William C. Cox" <bcox at windriver dot com>
- Date: Wed, 04 Jul 2001 11:14:45 -0700
- cc: gcc at gcc dot gnu dot org
> On Jul 3, 2001, "William C. Cox" <bcox@windriver.com> wrote:
> >> This is a very minimal GCC 3.0.1 status report.
> >>
> >> We have fixed a few bugs on the 3.0 branch in the last week or so,
> >> which is good. We should continue to focus particularly on the
> >> portability issues.
> > The most noticable portability issue for me is the failure to
> > bootstrap on Solaris 2.7, even with binutils 2.11.2. I've seen
> > claims that it now works, but cannot reproduce them.
> What is the problem you're observing. I hope you've already seen the
> issue about CONFIG_SHELL in the platform-specific installation
> instructions.
I missed that, but I don't think it'll help what I'm seeing.
First, lbasename needs a prototype in gcc/cppfiles.c, or the
compilation errors out. Second, lbasename isn't getting
built into libiberty.a. That's where I stand - I'm trying a
hand-augmented libiberty.a and a patch to add the prototype
to cppfiles.c right now.
Thanks for the suggestion; I'll RTFM!