lkml.org 
[lkml]   [2004]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: 2.6.10-rc1-mm3: (fix for make xconfig)
    On Fri, Nov 05, 2004 at 07:48:32PM +0100, Rafael J. Wysocki wrote:
    > > HOSTCXX scripts/kconfig/qconf.o
    > > HOSTLD scripts/kconfig/qconf
    > > scripts/kconfig/qconf arch/x86_64/Kconfig
    > > ./scripts/kconfig/libkconfig.so: cannot open shared object file: No such
    > file
    > > or directory
    > > make[1]: *** [xconfig] Error 1
    > > make: *** [xconfig] Error 2
    >
    > I did this to fix it:
    >
    > --- scripts/kconfig/Makefile.orig 2004-11-05 19:16:23.000000000 +0100
    > +++ scripts/kconfig/Makefile 2004-11-05 19:18:08.000000000 +0100
    > @@ -70,9 +70,11 @@
    > # Based on GTK which needs to be installed to compile it
    > # object files used by all kconfig flavours
    >
    > +libkconfig-objs := zconf.tab.o
    > +
    > hostprogs-y := conf mconf qconf gconf
    > -conf-objs := conf.o zconf.tab.o
    > -mconf-objs := mconf.o zconf.tab.o
    > +conf-objs := conf.o libkconfig.so
    > +mconf-objs := mconf.o libkconfig.so
    >
    > ifeq ($(MAKECMDGOALS),xconfig)
    > qconf-target := 1

    Wrong fix.
    I will look into it later tonight.

    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/

    \
     
     \ /
      Last update: 2005-03-22 14:07    [W:4.145 / U:1.300 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site