Hi,

I would like to ask for creation of the kernel-headers-2.6.22.1 package, as 
it's the current stable kernel version, but the latest
version that can be found in the ftp is 2.6.21.3, I built my pure64 clfs system 
with the headers in the kernel tarball but I'm not
sure if I installed them in the correct way, basically I performed the 
following procedure:

install -dv /usr/include
make mrproper
make headers_check
make INSTALL_HDR_PATH=dest headers_install
cp -av dest/include/{asm-generic,linux,mtd,scsi,sound} /usr/include
cp -av dest/include/asm-x86_64 /usr/include

system built fine but still... I have some concerns about the procedure being 
100% safe as I didn't
copy any header from the asm-i386 subdirectory...

Also, I have to note at the time of building Mesa, whatever the version it is, 
there's some messages about some
header files not found, to be exact: stdarg.h, stddef.h, float.h and a quite 
strange behaviour with limits.h

the first 3 files are in the gcc include directory under /usr/lib/<...>, but 
limits.h is actually inside the
/usr/include hierarchy plus the gcc include file, seems like limit.h recalls 
itself with a macro inside it, is this an error or
is it fine? seems odd to me...

Julio
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to