Re: Debugging GRUB2 with GDB and QEMU

2006-05-14 Thread Lubomir Kundrak
I noticed, that when any segment is 0 bytes long and starts at 0x0, gdb desn't resolve symbols correctly. I have motified the gmodule.pl to reflect this. Please check an updated version. regards, lubo On Sat, May 13, 2006 at 02:45:37PM -0400, devShadow wrote: > X-Original-To: [EMAIL PROTECTED] >

[PATCH] Give an error if curses isn't found

2006-05-14 Thread Jeroen Dekkers
At Sun, 7 May 2006 16:06:10 +0200, Étienne Bersac wrote: > > Okey, > > It seems that i needed to re run ../configure an recompile the > project after installing libncurses5-dev . That would be great if ./ > configure check for ncurses headers. We already check for it, but we just continue whe

Re: [PATCH] Give an error if curses isn't found

2006-05-14 Thread Yoshinori K. Okuji
On Sunday 14 May 2006 16:34, Jeroen Dekkers wrote: > We already check for it, but we just continue when we don't find > it. Configure should abort when it doesn't find curses however. This > patch gives you an error message when the curses library isn't > found. I'm not sure if this is a good idea