X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Message-Id: <3.0.6.32.20011203203151.00b38b40@ics.u-strasbg.fr> X-Sender: muller AT ics DOT u-strasbg DOT fr X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 03 Dec 2001 20:31:51 +0100 To: Eli Zaretskii From: muller AT cerbere DOT u-strasbg DOT fr Subject: Re: Small configure problem. Cc: djgpp-workers AT delorie DOT com In-Reply-To: <3405-Mon03Dec2001211004+0200-eliz@is.elta.co.il> References: <4 DOT 2 DOT 0 DOT 58 DOT 20011203155934 DOT 01938ac8 AT ics DOT u-strasbg DOT fr> <4 DOT 2 DOT 0 DOT 58 DOT 20011203155934 DOT 01938ac8 AT ics DOT u-strasbg DOT fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk At 21:10 03/12/01 +0200, you wrote: >> Date: Mon, 03 Dec 2001 16:09:16 +0100 >> From: Pierre Muller >> >> When I try to configure a GNU software for djgpp now, >> the configure fails because I have a Pentium 4 >> that is recognized as a i786 >> but the main configure seems to only recognize >> i[3456]86-*-msdosdjgpp > >Could you please look at this closer? I've just remembered that this >issue was supposed to be already sent upstream to the maintainers, >and looked into config.guess. And indeed I see there i?86, not >i[3456]86. So where is the problem, exactly? But the guess is OK, it guesses i786-pc-msdosdjgpp which is perfectly OK. The problem is that the i786 is not handled by the configure and configure.in scripts, all djgpp specific stuff (like not searching for tgetent) are handled by i[3456]86-*-msdosdjgpp patterns and i786-pc-msdosdjgpp does not match that pattern.