Ядро 2.4.33.3
При запуске wine выдает следующее
$wine
wine: glibc >= 2.3 without NPTL or TLS is not a supported combination.
It will most likely crash. Please upgrade to a glibc with NPTL support.
glibc вроде бы с поддержкой NPTL и TLS:
кусок из glibc.SlackBuild
=================================================================
# Start with the linuxthreads version, as it's what is compiled against by defau
lt (until
# such time as 2.4.x kernels are no longer in use):
echo "BUILDING DAS LINUXTHREADS"
CFLAGS="-g $OPTIMIZ" \
../configure \
--prefix=/usr \
--enable-kernel=2.4.1 \
--with-headers=/usr/src/linux-${HEADERSTWOFOUR}/include \
--enable-add-ons=libidn,linuxthreads \
--with-tls \
--without-__thread \
--without-cvs \
$TARGET-slackware-linux
=================================================================
как проверить?