This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc build
- From: corey taylor <corey dot taylor at gmail dot com>
- To: Stephen Torri <storri at torri dot org>
- Cc: Alfredo Buttari <buttari at ing dot uniroma2 dot it>, gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Wed, 2 Mar 2005 09:18:26 -0600
- Subject: Re: gcc build
- References: <42258E26.60506@ing.uniroma2.it> <1109775018.9859.1.camel@base.torri.org>
- Reply-to: corey taylor <corey dot taylor at gmail dot com>
FYI, this was the code in question so that we aren't scrolling through
that code in an email:
/* Function used in the macros. */
struct __jmp_buf_tag;
extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROW;
Complains that struct __jmp_buf_tag is an incomplete type if I
understand the error right and assuming int isn't the cause.
corey
On Wed, 02 Mar 2005 09:50:18 -0500, Stephen Torri <storri@torri.org> wrote:
> On Wed, 2005-03-02 at 10:57 +0100, Alfredo Buttari wrote:
> > Hi,
> > I found this post from you:
> >
> > http://gcc.gnu.org/ml/gcc-help/2005-02/msg00099.html
> >
> > did you finally solve the problem? I have exactly the same problem and
> > have no idea on how to solve it.
> > Can tou please help me?
>
> I am sorry but I cannot remember what I did. It must not be that
> important. I have posted your message to the general gcc-help mailing
> list. Its a good place to start with build or usage problems for gcc.
> You can join up at gcc.gnu.org
>
> Stephen
>
>
>