This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-20000313 on Solaris
- To: gcc at gcc dot gnu dot org, cdi at sparc dot spb dot su
- Subject: Re: egcs-20000313 on Solaris
- From: "'David Scott Urban" <urban at ast dot lmco dot com>
- Date: Wed, 15 Mar 2000 08:42:21 -0700 (MST)
Yes, it should. I had the same problem but forgot what the fix was. I posted to
gcc-help for an answer.
The following is the answer I got:
On Mar 15, 2000, "'David Scott Urban" <urban@ast.lmco.com> wrote:
> ../../egcs/gcc/stor-layout.c:691: `record_align' undeclared (first use in this
Yup, it's a simple typo, just open the file in the given line, look a
few lines above and below and the fix will be obvious. Or just get
the next delta from CVS :-)
--
Alexandre Oliva Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me
Scott Urban
>
> Same for me. Shouldn't it be "rli->record_align" on line 691 ?
>
> Regards,
> --Dennis