All of lore.kernel.org
 help / color / mirror / Atom feed
* small patch, but Linux Kernel Conf in 2.5.44 works great
@ 2002-10-24 10:54 bert hubert
  2002-10-24 14:50 ` Roman Zippel
  0 siblings, 1 reply; 2+ messages in thread
From: bert hubert @ 2002-10-24 10:54 UTC (permalink / raw)
  To: zippel; +Cc: linux-kernel

Slight warning patch, but Linux Kernel Conf is really cool. From a users'
perspective, I note that the 'help' function is very fast now, which used to
be embarrassingly slow.

Make oldconfig also works as planned.

I would indeed however vote to make the xconfig program available separately
as well. Many users may need a different compiler for xconfig than for the
kerel (dreaded C++ ABI issues).

Right now, it is some hassle to make sure that the right compiler is used
for xconfig and the kernel.

Regards,

bert hubert

Tiny patch to fix a warning:

--- linux-2.5.44/scripts/kconfig/kconfig_load.c~	Thu Oct 24 12:31:24 2002
+++ linux-2.5.44/scripts/kconfig/kconfig_load.c	Thu Oct 24 12:39:34 2002
@@ -1,5 +1,6 @@
 #include <dlfcn.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "lkc.h"
 


-- 
http://www.PowerDNS.com          Versatile DNS Software & Services
http://lartc.org           Linux Advanced Routing & Traffic Control HOWTO

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: small patch, but Linux Kernel Conf in 2.5.44 works great
  2002-10-24 10:54 small patch, but Linux Kernel Conf in 2.5.44 works great bert hubert
@ 2002-10-24 14:50 ` Roman Zippel
  0 siblings, 0 replies; 2+ messages in thread
From: Roman Zippel @ 2002-10-24 14:50 UTC (permalink / raw)
  To: bert hubert; +Cc: linux-kernel

Hi,

On Thu, 24 Oct 2002, bert hubert wrote:

> Slight warning patch, but Linux Kernel Conf is really cool.

Thanks.

> I would indeed however vote to make the xconfig program available separately
> as well. Many users may need a different compiler for xconfig than for the
> kerel (dreaded C++ ABI issues).

It's already almost possible. Only very little is missing to make the X 
interface externally callable (currently it still gets a few variables 
automatically from the Makefile and it has to check itself whether the 
library was built).

bye, Roman


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-24 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-24 10:54 small patch, but Linux Kernel Conf in 2.5.44 works great bert hubert
2002-10-24 14:50 ` Roman Zippel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.