From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17705 invoked by alias); 22 Feb 2002 17:52:20 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17535 invoked from network); 22 Feb 2002 17:52:13 -0000 Received: from unknown (HELO igw3.watson.ibm.com) (198.81.209.18) by sources.redhat.com with SMTP; 22 Feb 2002 17:52:13 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw3.watson.ibm.com (8.11.4/8.11.4) with ESMTP id g1MHq9707386; Fri, 22 Feb 2002 12:52:09 -0500 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id g1MHq9M46874; Fri, 22 Feb 2002 12:52:09 -0500 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/01-10-2000) with ESMTP id MAA25238; Fri, 22 Feb 2002 12:52:09 -0500 Message-Id: <200202221752.MAA25238@makai.watson.ibm.com> To: "Mack Lobell" cc: gcc@gcc.gnu.org Subject: Re: 3.0.4 cross build fails on i686-pc-cygwin. In-Reply-To: Message from "Mack Lobell" of "Fri, 22 Feb 2002 17:41:56." Date: Fri, 22 Feb 2002 09:55:00 -0000 From: David Edelsohn X-SW-Source: 2002-02/txt/msg01316.txt.bz2 You need to supply the cross-target headers and tell GCC where to find them. This can be glibc or libgloss or your own, but it needs to be something. David