This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Mon, Apr 25, 2005 at 08:50:23PM +0200, José Miguel wrote: > > Hi! > > I'm trying to compile gdb 5.2.1, but I get an error in configure process: > > 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 > > I run a Debian Sarge and I've got installed the libncurses5 package, so I'm a > bit lost. What happens then? > > Thank you! Try libncurses5-dev, or "apt-get build-dep gdb". -- Daniel Jacobowitz CodeSourcery, LLC
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |