Date: Sun, 8 Aug 1999 14:13:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: DJGPP Mailing List Subject: Re: GDB 4.18 build weirdnesses In-Reply-To: <37A9C1F9.6DC8756B@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 5 Aug 1999, Laurynas Biveinis wrote: > make.exe[1]: Entering directory `c:/djgpp/gnu/gdb-4.18/libiberty' > if [ x"no" = xyes ] && [ ! -d pic ]; then \ > mkdir pic; \ > else true; fi > touch stamp-picdir > make.exe[1]: *** [config.h] Error -1 > make.exe[1]: Leaving directory `c:/djgpp/gnu/gdb-4.18/libiberty' > make.exe: *** [all-libiberty] Error 2 This could happen if you don't have `true' in your PATH (it's a shell script that comes with Sh-utils). If the above doesn't help, try to modify this rule so that you will see which command fails, and post that info here.