From: Theodore Ts'o Date: Thu, 10 Jul 2008 13:08:44 +0000 (-0400) Subject: Add a comment in INSTALL regarding --disable-tls on older systems X-Git-Tag: v1.41.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e22a023c579f0f95f93314c0fed7cff9a2cdbd11;p=thirdparty%2Fe2fsprogs.git Add a comment in INSTALL regarding --disable-tls on older systems Signed-off-by: "Theodore Ts'o" --- diff --git a/INSTALL b/INSTALL index d410469f2..b5afd2f53 100644 --- a/INSTALL +++ b/INSTALL @@ -15,6 +15,11 @@ just follow the steps: --enable-elf-shlibs. If you wish to build profiling libraries, add the option --enable-profile. + Note that if you are building on an older system (i.e., a 2.4 +kernel and/or glibc 2.2), the use of thread local storage will probably +cause programs that use the uuid library to core dump. To disable +thread local storage, use the configure option --disable-tls. + 4) Compile the programs make