Date: Wed, 11 Jul 2001 17:05:58 +0300 (WET) From: Andris Pavenis To: djgpp-workers AT delorie DOT com Subject: Re: DJDIR Windows 2000 investigation results #1 In-Reply-To: <001201c10a0b$05de5760$0a02a8c0@acceleron> 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, Andrew Cottrell wrote: > I have been unable to re-build RHIDE 1.4.7.8 as I cannot find the libgdb.h > file that is required to compile annotate.c. Any ideas on this one? Do I > need to get a dev GDB snapshot to get this file? > If You want to build rhide-1.4.7.8 from sources, then get gdb50s.zip and build gdb as required in DJGPP related readme file. After that point to that directory when doing 'make needed' in RHIDE directory: make needed GDB_SRC=... You should get libgdb.a and libgdb.h in directory libgdb unless something goes wrong. Andris