delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2003/06/24/09:24:41

From: Andris Pavenis <pavenis AT latnet DOT lv>
To: Eli Zaretskii <eliz AT elta DOT co DOT il>
Subject: Re: [ac131313 AT redhat DOT com: GDB 6 branch created]
Date: Tue, 24 Jun 2003 16:11:37 +0300
User-Agent: KMail/1.5.2
Cc: djgpp-workers AT delorie DOT com
References: <7458-Mon23Jun2003075001+0300-eliz AT elta DOT co DOT il> <200306232341 DOT 12487 DOT pavenis AT latnet DOT lv> <2593-Tue24Jun2003070858+0300-eliz AT elta DOT co DOT il>
In-Reply-To: <2593-Tue24Jun2003070858+0300-eliz@elta.co.il>
MIME-Version: 1.0
Message-Id: <200306241611.38128.pavenis@latnet.lv>
Reply-To: djgpp-workers AT delorie DOT com

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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019