From: Martin Stromberg Message-Id: <200009281102.NAA06126@lws256.lu.erisoft.se> Subject: Re: Building binutils 2.95.1 (fwd) To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Thu, 28 Sep 2000 13:02:32 +0200 (MET DST) Cc: djgpp AT delorie DOT com In-Reply-To: from "Eli Zaretskii" at Sep 28, 2000 12:20:12 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Anyway, did my hint to look for "true" help? A little. Now I get: make.exe[1]: Entering directory `y:/members/eplmst/djgpp/tmp/gnu/binutl-2.951/libibert' test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -W -Wall -I. -I./../include -W -Wall -Wtraditional argv.c -o pic/argv.o gcc -c -DHAVE_CONFIG_H -g -O2 -W -Wall -I. -I./../include -W -Wall -Wtraditional argv.c In file included from argv.c:58: alloca-conf.h:1: config.h: No such file or directory (ENOENT) make.exe[1]: *** [argv.o] Error 1 make.exe[1]: Leaving directory `y:/members/eplmst/djgpp/tmp/gnu/binutl-2.951/libibert' make.exe: *** [all-libiberty] Error 2 The problem is (I thought and think) that the sources are supposed to come preconfigured but config.h in libibert is missing. Right, MartinS