[CentOS] Has anybody recompiled Centos' default kernel on x86_64

Fri Mar 31 13:11:24 UTC 2006
Bogdan Nicolescu <bo2k2 at yahoo.com>


I'm not in front of the machine right now, so the info
below is from memory.  

cd /usr/src/kernel/kernel*
make mrproper
make [x,g]config
##xconfig failed, gconfig worked after installing a
couple of packages
##configure the kernel
##save information
make bzImage
##fails with the offset.h.tmp error
##rest of the procedure if make bzImage is successful
make modules
make modules_install
make install



thanks


--- Karanbir Singh <mail-lists at karan.org> wrote:

> Bogdan Nicolescu wrote:
> > James,
> > 
> > I was able to get arround the 'cannot find -lqt'
> error
> > using make gconfig
> > 
> > Now when I make bzImage it fails with offset.h.tmp
> > missing error.
> 
> is there a reason you are not trying to build it
> from the .spec file ?
> 
> 
> -- 
> Karanbir Singh : http://www.karan.org/ : 2522219 at icq
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>