From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11310 invoked by alias); 26 Sep 2003 13:16:47 -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 11301 invoked from network); 26 Sep 2003 13:16:46 -0000 Received: from unknown (HELO mail.be.c-w.corp) (195.162.204.10) by sources.redhat.com with SMTP; 26 Sep 2003 13:16:46 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Compilation problem Date: Fri, 26 Sep 2003 13:16:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "David Maquenne" To: X-SW-Source: 2003-09/txt/msg00292.txt.bz2 Hi! I am having trouble compiling on AIX5.2 using gcc version 2.95.3 gcc -c -g -O2 -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c >&5 In file included from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/= include/sys/signal.h:340, from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/= include/sys/wait.h:53, from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/= include/stdlib.h:227, from configure:4906: /usr/include/sys/context.h:169: parse error before `sigset64_t' /usr/include/sys/context.h:169: warning: no semicolon at end of struct or u= nion /usr/include/sys/context.h:172: parse error before `}' Any help would be appreciated. Best regards, David.