From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7775 invoked by alias); 18 Nov 2011 15:42:02 -0000 Received: (qmail 7766 invoked by uid 22791); 18 Nov 2011 15:42:01 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,TW_BF X-Spam-Check-By: sourceware.org Received: from mail-gx0-f169.google.com (HELO mail-gx0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Nov 2011 15:41:49 +0000 Received: by ggnq1 with SMTP id q1so3191828ggn.0 for ; Fri, 18 Nov 2011 07:41:48 -0800 (PST) Received: by 10.224.117.10 with SMTP id o10mr1539332qaq.50.1321630908037; Fri, 18 Nov 2011 07:41:48 -0800 (PST) Received: from [192.168.1.139] (bas3-toronto06-2925099223.dsl.bell.ca. [174.89.120.215]) by mx.google.com with ESMTPS id cd3sm1037597qab.5.2011.11.18.07.41.46 (version=SSLv3 cipher=OTHER); Fri, 18 Nov 2011 07:41:46 -0800 (PST) Message-ID: <4EC67CB1.2020208@moxielogic.com> Date: Fri, 18 Nov 2011 15:42:00 -0000 From: Anthony Green User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Peter Kruse CC: libffi-discuss@sourceware.org Subject: Re: libffi 3.0.11 release candidate 2 available for testing References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2011/txt/msg00215.txt.bz2 On 11/18/2011 2:54 AM, Peter Kruse wrote: > Hello, > > under Solaris 10/Sparc with gcc 4.6.1 and binutils 2.21.1 (ld is > /usr/ccs/bin/ls) I get on configure: > > 2011-11-18 08:29:34 ./configure: line 2649: AX_ENABLE_BUILDDIR: > command not found > 2011-11-18 08:29:46 ./configure: line 11842: AX_CC_MAXOPT: command not found > 2011-11-18 08:29:46 ./configure: line 11843: AX_CFLAGS_WARN_ALL: > command not found > 2011-11-18 08:29:49 ./configure: line 13042: GCC_AS_CFI_PSEUDO_OP: > command not found Hi Peter, Did you rebuild the configury or something like that? You would get this if you ran "aclocal" without the "-I m4" option. Try running "aclocal -I m4" and then autoconf again. Thanks, AG > > so there is one more "command not found" since rc1. > but it does not fail. "make check" results in: > > 2011-11-18 08:51:45 === libffi Summary === > 2011-11-18 08:51:45 > 2011-11-18 08:51:45 # of expected passes 1634 > 2011-11-18 08:51:45 # of unsupported tests 15 > > (timestamps are added by my build tool) > > Regards, > > Peter