This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 PATCH: Fixinc for Solaris 2.5.1 <widec.h>
Bruce Korb wrote:
>
> Rainer Orth wrote:
>
> > Manually rebuilding stmp-fixinc had the
> > desired effect on widec.h, and the libstdc++-v3 bootstrap continued. I
> > couldn't run make check in fixinc since autogen complained:
> >
> > ERROR: Unbound variable: set-writable
> > AutoGen ABENDED in template
> > /vol/gnu/src/gcc/gcc-3.1-branch-dist/gcc/fixinc/check.tpl line 174
That should now also be fixed. I replaced:
(set-writable)
with:
(if (procedure? 'set-writable) (set-writable))
:-)