From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30852 invoked by alias); 8 Jun 2006 23:43:23 -0000 Received: (qmail 30812 invoked by uid 48); 8 Jun 2006 23:43:14 -0000 Date: Thu, 08 Jun 2006 23:45:00 -0000 Message-ID: <20060608234314.30811.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/20737] Build fails in target-libiberty In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jbwaters at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00996.txt.bz2 List-Id: ------- Comment #12 from jbwaters at gmail dot com 2006-06-08 23:43 ------- Ok, with just configure and no options I get $ gmake bootstrap mkdir build-i386-unknown-netbsdelf3.0.0. $ gmake bootstrap3 mkdir build-i386-unknown-netbsdelf3.0.0./libiberty Configuring in build-i386-unknown-netbsdelf3.0.0./libiberty configure: error: cannot find sources (xmalloc.c) in ../../libiberty gmake: *** [configure-build-libiberty] Error 1 xmalloc.c is present $ find .. -name 'xmalloc.c' -print ../libiberty/xmalloc.c If I just do a gmake it builds further, but then fails as above after building libintl.a I used pdksh and the stock sh as the shell... I may try bash next to see if it is a bash dependancy. also during the inital configure this message was shown. The following languages will be built: c,c++,java,objc *** This configuration is not supported in the following subdirectories: target-libmudflap target-libiberty target-libada gnattools target-libgfortran (Any other directories should still work fine.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737