X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=INSTALL;h=b5afd2f53e849936a98fc86470bb499786ee3de2;hb=6c54689fadc3fe0b0bcae2cc93946cb7a28b9f15;hp=0c3d46376849d7e87f7a9183ca23c48beff79f81;hpb=5c576477ccb2f0ca8c5d5af2e2354fd8eeff1589;p=tools%2Fe2fsprogs.git diff --git a/INSTALL b/INSTALL index 0c3d463..b5afd2f 100644 --- a/INSTALL +++ b/INSTALL @@ -11,10 +11,14 @@ just follow the steps: ../configure - If you wish to turn on DLL shared libraries, add the option -flag --enable-dll-shlibs. If you wish to turn on ELF shared -libraries, add the option --enable-elf-shlibs. If you wish to build -profiling libraries, add the option --enable-profile. + If you wish to turn on ELF shared libraries, add the option +--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