Mail Archives: djgpp/2000/09/27/07:19:45
> Obviously drunk, "Martin Stromberg" <eplmst AT lu DOT erisoft DOT se> wrote about
Uhh!?
> The -1 suggests that command.com is being used as shell and asked
> to invoke something it doesn't know about.
> The fact that it's the config.h rule suggests something like this:
>
> config.h: blah blah
> @true
The exact line is "config.h: stamp-h ; @true"
> command.com doesn't have a 'true' command, so it barfs.
>
> The solution will likely be to put either
> SHELL = /bin/sh
> in the offending Makefile, or (preferably) in Makefile.in (so it stays
> set if you reconfigure).
> For recent autoconfs (2.13 is new enough, I think), you can
> put
> SHELL = @SHELL@
> in Makefile.in instead.
But there already is a line that says "SHELL = sh" in the
makefiles. And "type -p sh" in bash points out sh.exe in djgpp/bin.
Right,
MartinS
- Raw text -