Mail Archives: djgpp-workers/2002/06/30/05:19:51
On Sun, 30 Jun 2002, Andrew Cottrell wrote:
> I downloaded the latest GDB snapshot today and checked to see if the 786
> processor was supported and it wasn't.
Please report this to the Binutils mailing list, and also to the GDB
mailing list.
> checking for tgetent in -lncurses... (cached) no
> checking for tgetent in -lHcurses... no
> checking for tgetent in -ltermlib... no
> checking for tgetent in -ltermcap... (cached) no
> checking for tgetent in -lcurses... (cached) no
> checking for tgetent in -lterminfo... no
> configure: error: Could not find a term library
> Configure in c:/dj204/gnu/gdb-5.2/gdb failed, exiting.
This should not be a fatal error, I think. If you are sure that you are
using the exact procedure outlined in gdb/config/djgpp/README, please
report this problem as well (I suspect some change in the configury stuff
in the current snapshot causes this failure).
> c:/dj204/bin/ld.exe: cannot find -ldir
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 4648 "configure"
> #include "confdefs.h"
>
> This is the first differnce in the bfd\config.log file
This is irrelevant to the terminfo problem. You should look in
config.log for the test program that tries to find a term library.
However, I doubt that looking at the test program could get you
anywhere. The problem is that the configure script shouldn't fail for
DJGPP if that library is absent, since the DJGPP port doesn't use such
a library and doesn't need it.
- Raw text -