Date: Wed, 11 Jul 2001 09:40:38 +0300 (WET) From: Andris Pavenis To: Eli Zaretskii Cc: Andrew Cottrell , djgpp-workers AT delorie DOT com Subject: Re: DJDIR Windows 2000 investigation results #1 In-Reply-To: Message-ID: 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 On Wed, 11 Jul 2001, Eli Zaretskii wrote: > > 3) I have RHIDE 1.4.7.9, but I only have the sources for 1.4.7.8. If I build > > 1.4.7.8 and use GCC 2.9.5.2 (last one before the GCC 3.0 beta) are there any > > other issues I may find that would cause me to go off on a tangent? > > It might be a good idea to build RHIDE, just to make sure there are no > dragons left. But first, I'd suggest to set LFN=n and see if the version > of RHIDE downloaded from Andris's site works then. > It could be rather difficult to build it from sources. Of course I can put source archive available (and You have rights to require it from me ...), but building it from sources may require some hacking: one needs recent development version of GDB (it is no more compatible with sources of gdb-5.0). I used one of dayly snapshots of gdb I downloaded in June. Andris PS. I had to patch gdb/breakpoint.[ch] to built gdb for DJGPP at all to rename disable to bp_disable (otherwise I got conflict with disable() frompc.h)