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@xxxxxxxxx> 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 > > >