From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31968 invoked by alias); 18 Nov 2011 07:54:37 -0000 Received: (qmail 31952 invoked by uid 22791); 18 Nov 2011 07:54:35 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_BF X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Nov 2011 07:54:23 +0000 Received: by wwp14 with SMTP id 14so3661840wwp.12 for ; Thu, 17 Nov 2011 23:54:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.203.148 with SMTP id fi20mr1201273wbb.27.1321602862348; Thu, 17 Nov 2011 23:54:22 -0800 (PST) Received: by 10.216.70.138 with HTTP; Thu, 17 Nov 2011 23:54:22 -0800 (PST) Date: Fri, 18 Nov 2011 07:54:00 -0000 Message-ID: Subject: Re: libffi 3.0.11 release candidate 2 available for testing From: Peter Kruse To: libffi-discuss@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00213.txt.bz2 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 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