From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18026 invoked by alias); 9 Nov 2009 09:21:06 -0000 Received: (qmail 18010 invoked by uid 22791); 9 Nov 2009 09:21:04 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Nov 2009 09:20:59 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N7QQh-0002Nb-M0 for gcc@gcc.gnu.org; Mon, 09 Nov 2009 10:20:55 +0100 Received: from 85.93.118.17 ([85.93.118.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2009 10:20:55 +0100 Received: from bonzini by 85.93.118.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2009 10:20:55 +0100 To: gcc@gcc.gnu.org From: Paolo Bonzini Subject: Re: MPC 0.8 prerelease tarball (last release before MPC is mandatory!) Date: Mon, 09 Nov 2009 09:21:00 -0000 Message-ID: References: <303e1d290911071800j16989c7ey59f6dda8bbff0b65@mail.gmail.com> <63C993CFFB4B4FC88660A99A3DE2D62D@glap> <303e1d290911081329mcd1f020g7643400a476eabde@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 In-Reply-To: X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00235.txt.bz2 On 11/09/2009 06:33 AM, Kaveh R. Ghazi wrote: > From: "David Edelsohn" > >> AIX Shell is KSH. >> >> The problem is shell append += and libtool not running with the same >> shell used by configure. > > Hm, the mpc configure script actually has a check for shell +=, and on > my solaris box it correctly detects that it doesn't work. > > checking whether the shell understands "+="... no > > Presumably on solaris then += isn't used. I wonder what does configure > say here for AIX and why does it attempt to use it? As David said, the problem is using the same shell in configure and libtool. I think I fixed this upstream (just as a consequence of cleanups). Paolo