Mail Archives: djgpp/1999/08/08/11:51:38
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.
- Raw text -