From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31124 invoked by alias); 17 Jul 2008 15:49:04 -0000 Received: (qmail 31072 invoked by uid 22791); 17 Jul 2008 15:49:04 -0000 X-Spam-Check-By: sourceware.org Received: from ext-nj2ut-6.online-age.net (HELO ext-nj2ut-6.online-age.net) (64.14.54.235) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 Jul 2008 15:48:43 +0000 Received: from int-nj2ut-5.online-age.net (int-nj2ut-5.online-age.net [3.159.237.74]) by ext-nj2ut-6.online-age.net (8.13.6/8.13.6/20051114-SVVS-TLS-DNSBL) with ESMTP id m6HFmdK3027263 for ; Thu, 17 Jul 2008 11:48:39 -0400 Received: from cinmlef06.e2k.ad.ge.com (int-nj2ut-5.online-age.net [3.159.237.74]) by int-nj2ut-5.online-age.net (8.13.6/8.13.6/20050510-SVVS) with ESMTP id m6HFmUn0028426 for ; Thu, 17 Jul 2008 11:48:39 -0400 Received: from ALPMLVEM08.e2k.ad.ge.com ([3.159.17.71]) by cinmlef06.e2k.ad.ge.com with Microsoft SMTPSVC(6.0.3790.2499); Thu, 17 Jul 2008 11:48:26 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Issues when trying to compile gcc on AIX Date: Thu, 17 Jul 2008 18:11:00 -0000 Message-ID: <8E460D1B58F94945A20AA70D4D41430D052DEA7D@ALPMLVEM08.e2k.ad.ge.com> In-Reply-To: <8E460D1B58F94945A20AA70D4D41430D052DEA79@ALPMLVEM08.e2k.ad.ge.com> From: "Vardhan, Sundara (GE Infra, Energy)" To: "Vardhan, Sundara (GE Infra, Energy)" , X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-07/txt/msg00200.txt.bz2 Hi All Fixed this issue when I noticed that the make used was the native make and = not GNU make. Downloaded and installed GNU make and this problem did not oc= cur. Thanks and Regards Vardhan -----Original Message----- From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On Behalf Of Vardhan, Sundara (GE Infra, Energy) Sent: Thursday, July 17, 2008 10:02 AM To: gcc-help@gcc.gnu.org Subject: Issues when trying to compile gcc on AIX Hi All I am trying to compile gcc-4.3.0 on AIX 5.3. I sent CONFIG_SHELL to bash, d= id configure and when I do a make I get the below error and the make aborts= : sed -e 's/@gcc_version@//' < > mkheadersT /usr/bin/bash: -c: line 0: syntax error near unexpected token `>' make: The error code from the last command is 2. It is always in fixincludes directory. I tried to download gcc 4.2.3, but t= he same error. Any one tried to compile gcc on AIX successfully. I would ve= ry much appreciate your help. With Regards Vardhan