Another glibc issue:

We use:

../glibc-2.10.1/configure --prefix=/usr \
     --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc

Where:

--enable-kernel=VERSION compile for compatibility with kernel not older than
   VERSION

but I found 
http://www.mail-archive.com/arch-dev-pub...@archlinux.org/msg08016.html

which says:  The minimum kernel version required for glibc was bumped from 
2.6.16 to 2.6.18

Therefore, I think we should modify the configure statement to read:

--enable-kernel=2.6.18

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to