[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: make xconfig



--- john gennard <joney@clara.co.uk> wrote:

> I'm trying to compile a 2.6.8 kernel in Unstable.
> Normally, I use 'make 
> menuconfig',
> but for a change decided to use 'make xconfig' and
> installed 'libqt3-dev'.
> All the other software packages required for the
> 2.6.x kernels are 
> installed.
> 
> My attempt fails and generates the following error
> message:-
> 
> ----------------
>  /usr/src/kernel-source-2.6.8# make xconfig
>   HOSTCC  scripts/basic/fixdep
>   HOSTCC  scripts/basic/split-include
>   HOSTCC  scripts/basic/docproc
>   SHIPPED scripts/kconfig/zconf.tab.h
>   HOSTCC  scripts/kconfig/conf.o
> sed < scripts/kconfig/lkc_proto.h >
> scripts/kconfig/lkc_defs.h 
> 's/P(\([^,]*\),.*/#define \1
> (\*\1_p)/'
>   HOSTCC  scripts/kconfig/kconfig_load.o
>   HOSTCC  scripts/kconfig/mconf.o
> /usr/share/qt3/bin/moc -i scripts/kconfig/qconf.h -o
> 
> scripts/kconfig/qconf.moc
>   HOSTCXX scripts/kconfig/qconf.o
> /bin/sh: g++: command not found
> make[1]: *** [scripts/kconfig/qconf.o] Error 127
> make: *** [xconfig] Error 2
> -----------------
> 
> g++-3.2 is installed. What am I missing?
> Oh! I compile 'the debian way' with kernel package,
> and the kernel-source
> I'm trying to use was installed with my last upgrade
> of Unstable.
> 
> Thanks,               John.
> 
> 
>  
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> 
> 

/bin/sh: g++: command not found
^ that's obviously your problem. 
apt-get install g++ 
or perhaps: 
apt-get install g++-<version> 
if a specific version is required.



Reply to: