From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10519 invoked by alias); 22 Mar 2005 18:14:21 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 10496 invoked from network); 22 Mar 2005 18:14:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Mar 2005 18:14:18 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j2MIEI8o029685 for ; Tue, 22 Mar 2005 13:14:18 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2MIECO28748; Tue, 22 Mar 2005 13:14:12 -0500 Received: from [172.31.0.98] (vpnuser8.surrey.redhat.com [172.16.9.8]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j2MIEBBW012182; Tue, 22 Mar 2005 18:14:11 GMT Message-ID: <42406382.3090608@redhat.com> Date: Tue, 22 Mar 2005 20:33:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Buday Gergely CC: binutils@sources.redhat.com Subject: Re: .machine "altivec" References: <42405179.3020007@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00678.txt.bz2 Hi Buday, > /opt/openembedded/powerpc-tmp/work/glibc-initial-2.3.2+cvs20040726-r15/libc/configure > How ./configure checks whether it supports? Hmm, well I am not familiar with glibc's configure mechanism. But usually there is a config.log file that gives more details about what is going on. Or possibly you could add a "--verbose" switch to the configure command line to obtain more information ? You could also ask on the glibc mailing list. Cheers Nick