From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Jaeger To: Robert Schweikert Cc: gdb@sourceware.cygnus.com Subject: Re: Can't configure 5.0 Date: Thu, 06 Jul 2000 23:14:00 -0000 Message-id: References: <39645957.18539962@mindspring.com> <3965459D.FE027310@mindspring.com> X-SW-Source: 2000-07/msg00023.html >>>>> Robert Schweikert writes: > Andreas, > Thanks, however I guess I'll need some more help. > When I look in the configure script I can't find any reference to > "ncurses". From the output of "configure I can see that it is looking for > it but where? "ncurses" is installed but I have no clue why it can't be > found. Check the log file for details (config.log). Andreas > rpm -qa | grep ncurses > ncurses3-1.9.9e-11 > ncurses-5.0-11 > Any ideas? > Thanks, > Robert > Andreas Jaeger wrote: >> >>>>> Robert Schweikert writes: >> >> > I am getting the following error when trying to configure gdb 5.0: >> > configure: error: Could not find a term library >> > Configure in /usr/local/gdb-5.0/gdb failed, exiting. >> >> > For referenc I include the whole configure output below. >> >> Have a look: >> 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 >> >> None of these libraries exist on your system - or configure can't find >> them. >> >> Install ncurses and you're set. Otherwise check the config.log file >> yourself why those can't be found. >> >> This is a configuration problem of your machine. >> >> Andreas >> -- >> Andreas Jaeger >> SuSE Labs aj@suse.de >> private aj@arthur.inka.de -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de >From ezannoni@cygnus.com Fri Jul 07 10:21:00 2000 From: Elena Zannoni To: gdb@sourceware.cygnus.com Subject: Importing readline NOW Date: Fri, 07 Jul 2000 10:21:00 -0000 Message-id: <14694.4480.955730.827408@kwikemart.cygnus.com> X-SW-Source: 2000-07/msg00024.html Content-length: 206 I am starting the import of readline 4.1. I don't know if while I am doing this the repository will be in an inconsistent state or not, but just in case.... I'll send a note when I am done. Thanks Elena >From ezannoni@cygnus.com Fri Jul 07 12:36:00 2000 From: Elena Zannoni To: gdb@sourceware.cygnus.com Subject: Re: Importing readline NOW Date: Fri, 07 Jul 2000 12:36:00 -0000 Message-id: <14694.12625.593235.155877@kwikemart.cygnus.com> References: <14694.4480.955730.827408@kwikemart.cygnus.com> X-SW-Source: 2000-07/msg00025.html Content-length: 570 Elena Zannoni writes: > > I am starting the import of readline 4.1. I don't know if while I am > doing this the repository will be in an inconsistent state or not, but > just in case.... > > I'll send a note when I am done. > > Thanks > > Elena > Aborted. I spoke too early. Turns out that the vendor branch was a little messed up. I just imported readline 4.0, I will import 4.1 tomorrow when I will get a meaningful 3 way merge. If this doesn't mean anything to you, don't worry. I will send mail out over the weekend about the import again. Elena >From david.welch@st-edmund-hall.oxford.ac.uk Sat Jul 08 19:58:00 2000 From: David Welch To: gdb@sourceware.cygnus.com Subject: Hardware breakpoints when using i386 simulator Date: Sat, 08 Jul 2000 19:58:00 -0000 Message-id: X-SW-Source: 2000-07/msg00026.html Content-length: 446 Hi, I'm using gdb 5.0 to debug an os kernel running on an i386 simulator called bochs. The bochs remote stub supports hardware breakpoints but instead of sending a request, gdb tries to set breakpoints as if the program was running locally. I'd like to fix this, my initial idea was that i386_insert_watchpoint should check if the current target is a remote one and call remote_insert_watchpoint. Is this the right approach? TIA, David Welch