i'm installing glibc-2.3.3 on slack, & i do
Code:
configure --with-headers=/usr/src/linux-2.4.26/include --enable-add-ons --prefix=/usr
& it works fine, but when i run make, it says that TLS support is required for a number of things, & then it exits, & says
Code:
make[1]: *** [/src/gnu/glibc-build/Versions.v.i] Error 1
make[1]: Leaving directory `/src/gnu/glibc-2.3.3'
make: *** [all] Error 2
by typing --enable-add-ons it should enable all add-ons, so i was confused, so i tried a configure with:
Code:
configure --with-headers=/usr/src/linux-2.4.26/include --enable-add-ons=tls --prefix=/usr
& it returned
Code:
configure: error: add-on directory "tls" does not exist
any ideas on where to go from here??
thanks,
andrew