From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22031 invoked by alias); 2 Mar 2005 15:19:23 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 21860 invoked from network); 2 Mar 2005 15:19:03 -0000 Received: from unknown (HELO wproxy.gmail.com) (64.233.184.196) by sourceware.org with SMTP; 2 Mar 2005 15:19:03 -0000 Received: by wproxy.gmail.com with SMTP id 71so160655wri for ; Wed, 02 Mar 2005 07:19:02 -0800 (PST) Received: by 10.54.5.62 with SMTP id 62mr23994wre; Wed, 02 Mar 2005 07:18:27 -0800 (PST) Received: by 10.54.10.3 with HTTP; Wed, 2 Mar 2005 07:18:26 -0800 (PST) Message-ID: <2e393d08050302071829ffe958@mail.gmail.com> Date: Wed, 02 Mar 2005 15:19:00 -0000 From: corey taylor Reply-To: corey taylor To: Stephen Torri Subject: Re: gcc build Cc: Alfredo Buttari , gcc-help In-Reply-To: <1109775018.9859.1.camel@base.torri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <42258E26.60506@ing.uniroma2.it> <1109775018.9859.1.camel@base.torri.org> X-SW-Source: 2005-03/txt/msg00013.txt.bz2 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 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 > > >