Message-ID: From: "Andris Pavenis" To: Robert Hoehne , djgpp-workers AT delorie DOT com Date: Tue, 11 May 1999 13:52:52 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gdb 4.18 for DJGPP (alpha) In-reply-to: <3737E4BB.98DFC34A@gmx.net> X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 11 May 99, at 10:05, Robert Hoehne wrote: > Hi all workers, > > after a very long time it is now ready. I uploaded > to DJ's site the ported gdb 4.18 archives and he placed > them in v2gnu/alphas. > > Please get them and test it. Especially to build the > binaries from the sources and of course also the precompiled > binaries. > > If there will be no big problems, I'll upload in the > next weeks the final archives. > gdb/utils.c includes curses.h and pdcurses is not mentioned as being required package. Corresponding library is not used to link binaries so including curses.h is redundant. Perhaps configure founds pdcurses in Your DJGPP installation and so puts it in makefile. Maybe it's worth to force user to run configure (sh djconfig.sh) to configure for his system as it's likely maybe different from developers one. It is not to include configured sources Andris