aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-07-10 09:08:44 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-07-10 09:08:44 -0400
commite22a023c579f0f95f93314c0fed7cff9a2cdbd11 (patch)
tree7287c5299b25536a96d5effe6a8d9198c46abc15 /INSTALL
parent3fc1db6218f885b5f0a50084f4634f7b793d638f (diff)
downloade2fsprogs-e22a023c579f0f95f93314c0fed7cff9a2cdbd11.tar.gz
Add a comment in INSTALL regarding --disable-tls on older systems
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d410469f..b5afd2f5 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