X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Message-Id: <4.2.0.58.20011204104808.00ad1308@ics.u-strasbg.fr> X-Sender: muller AT ics DOT u-strasbg DOT fr X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 04 Dec 2001 10:51:02 +0100 To: djgpp-workers AT delorie DOT com From: Pierre Muller Subject: Re: Small configure problem. In-Reply-To: <2950-Mon03Dec2001215713+0200-eliz@is.elta.co.il> References: <3 DOT 0 DOT 6 DOT 32 DOT 20011203203151 DOT 00b38b40 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> <4 DOT 2 DOT 0 DOT 58 DOT 20011203155934 DOT 01938ac8 AT ics DOT u-strasbg DOT fr> <3 DOT 0 DOT 6 DOT 32 DOT 20011203203151 DOT 00b38b40 AT ics DOT u-strasbg DOT fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-MIME-Autoconverted: from 8bit to quoted-printable by cerbere.u-strasbg.fr id KAA06469 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id fB49ooX03566 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 20:57 03/12/2001 , vous avez écrit: > > From: muller AT cerbere DOT u-strasbg DOT fr > > Date: Mon, 03 Dec 2001 20:31:51 +0100 > > > > 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. > >Where exactly did you see the "i[3456]86-*-msdosdjgpp" pattern in the >GDB distribution? I'm probably missing something obvious, since I >cannot find it. Directly on the /src directory level (the directory that contains gdb bfd opcode and lots of other subdirs on the GDB CVS repository !) in both configure and configure.in file. By the way, why is gdb configure disabled in configure script ? It is not used because of a typo error, the pattern is i[3456]-*-msdosdjgpp when it should be i[3456]86-*-msdosdjgpp. But there is no reason to not configure gdb dir anyhow. Pierre Muller Institut Charles Sadron 6,rue Boussingault F 67083 STRASBOURG CEDEX (France) mailto:muller AT ics DOT u-strasbg DOT fr Phone : (33)-3-88-41-40-07 Fax : (33)-3-88-41-40-99