Mail Archives: djgpp-workers/2000/01/16/14:58:01
> My local copy of gnu/bash-2.03/config.h and my copy of bash203s.zip both
> contain a seemingly good config.h with a size of 16,222 bytes. If the
> version of config.h you extracted from the archive isn't that size, then
> somehow you got a corrupted version. I have tested the archive by
> extracting it and building the source on another machine without problems,
> so I'm curious how you got a bad config.h.
The file is okay inside the zip archive, but the moment I run "sh build.sh",
config.h is replaced with the one that has only a single comment line.
The problem seems to be that stamp-h is not in bash203s.zip, so
Makefile tries to create it. And here's the *real* problem: the
command that gets invoked says CONFIG_HEADERS=config.h instead of
saying CONFIG_HEADERS=config.h:config.h-in. This is why config.h gets
nuked instead of being recreated.
I don't know why did it work for you; perhaps stamp-h was already
there, or perhaps you had config.h.in on that machine.
- Raw text -