From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32348 invoked by alias); 5 Dec 2009 12:34:33 -0000 Received: (qmail 32299 invoked by uid 48); 5 Dec 2009 12:34:20 -0000 Date: Sat, 05 Dec 2009 12:34:00 -0000 Message-ID: <20091205123420.32298.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/42280] libiberty configure script fails checking pid_t when without-headers In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "viriketo at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-12/txt/msg00532.txt.bz2 ------- Comment #5 from viriketo at gmail dot com 2009-12-05 12:34 ------- Sorry for not posting the full log before, but I noticed that the failing target is "configure-target-libiberty". I don't understand how libiberty can be built for the target when building a cross compiler "--without-headers", because it requires system libraries. Shouldn't "target-libiberty" be disabled under cross-compilation without headers? I see that under the same configure parameters, in 4.3.4, target-libiberty is not built (looking at build logs). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42280