On Thu, Nov 28, 2002 at 08:17:34PM +0100, Romain Lievin wrote:
> Hi Roman,
>
> I'm currently working on the kernel Makefile ($SRC & $SRC/scripts/kconfig)
> for adding gkc support but I'm encountering some difficulties...
> host-progs := conf mconf qconf gconf
OK.
> conf-objs := conf.o libkconfig.so
> mconf-objs := mconf.o libkconfig.so
>
> qconf-objs := kconfig_load.o
> qconf-cxxobjs := qconf.o
>
> gconf-objs := kconfig_load.o
> gconf-cobjs := gconf.o
Not OK. Replace with:
gconf-objs := gconf.o kconfig_load.o
> HOSTLOADLIBES_gconf = -L$(GTK_LIBS)
> HOSTCXXFLAGS_gconf.o = -I$(GTK_FLAGS)
Looks OK, but I do not know the gtk package
The rest looks OK as well.
Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Nov 30 2002 - 22:00:21 EST