On Wednesday 27 July 2005 07:16, Paras pradhan <[EMAIL PROTECTED]>
(<[EMAIL PROTECTED]>) wrote:

> i am using debian sid using kernel 2.6.11. i want to build the custom
> compile using make-kpkg.
> 
> gcc (GCC) 4.0.1 (Debian 4.0.1-2)
> g++ (GCC) 4.0.1 (Debian 4.0.1-2)

Try this.  Edit the top-level makefile;
e.g., /usr/src/kernel-source-2.6.11/Makefile.

Change:

  HOSTCC          = gcc
  HOSTCXX         = g++

to read:

  HOSTCC          = gcc-3.3
  HOSTCXX         = g++-3.3

and run make-kpkg.

It works for me.  I am not an expert.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to