From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22718 invoked by alias); 30 Jul 2006 10:05:15 -0000 Received: (qmail 22706 invoked by uid 22791); 30 Jul 2006 10:05:14 -0000 X-Spam-Check-By: sourceware.org Received: from gollum.portugalmail.pt (HELO gollum.portugalmail.pt) (195.245.179.77) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 30 Jul 2006 10:05:12 +0000 Received: from [127.0.0.1] (195-23-225-163.net.novis.pt [195.23.225.163]) by gollum.portugalmail.pt (Postfix) with ESMTP id 64568E51C6 for ; Sun, 30 Jul 2006 11:03:38 +0100 (WEST) Message-ID: <44CC845A.1030704@portugalmail.pt> Date: Sun, 30 Jul 2006 22:25:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: testsuite; Pass down --enable-auto-import. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0630-4, 29-07-2006), Outbound message X-Antivirus-Status: Clean X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00201.txt.bz2 Hi guys, I'm trying to run the testsuite for arm-wince-pe target. I'm getting a bunch of these: "Running /cygdrive/d/cegcc/trunk/cegcc/src/gdb-cvs/gdb/testsuite/gdb.base/all-bin.exp ... gdb compile failed, Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import) WARNING: Testcase compile failed, so all tests in this file will automatically fail." Since ld's --enable-auto-import removes that warning, I've tried: >make check 'CFLAGS_FOR_TARGET=-Wl,--enable-auto-import LDFLAGS_FOR_TARGET=--enable-auto-import' and also: >export CFLAGS_FOR_TARGET=-Wl,--enable-auto-import >export LDFLAGS_FOR_TARGET=--enable-auto-import >make check But still, I get the error. Any hints (, besides hacking ld to remove the warning)? Cheers, Pedro Alves