Mail Archives: djgpp-workers/2003/06/24/09:24:41
On Tuesday 24 June 2003 07:08, Eli Zaretskii wrote:
> > From: Andris Pavenis <pavenis AT latnet DOT lv>
> > Date: Mon, 23 Jun 2003 23:41:12 +0300
> >
> > Tried to build. Failed Didn't want to spend much time with it now.
> > (DJGPP v2.03 update 2, binutils-2.14, gcc-3.3, etc)
>
> Thanks for testing this.
>
> > config.status: error: cannot find input file: config.h-ineaders
>
> I'm guessing that the Sed script(s) used to edit configure scripts
> does something it wasn't supposed to: there probably was a reference
> to a file `config.h.headers' which got edited into `config.h-ineaders'
> because we want to change something else. Can you find which part of
> the Sed script needs to be updated?
Well, it editted.
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
to
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config.h:config.h-ineaders
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
Perhaps I myself could prefer simply running configure with LFN available (for example
under Win9X)
Andris
- Raw text -