X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=INSTALL;h=665e306fd78e5f052a0d12b996499d5c8da8388d;hp=f4bdf64371c189ae7a7f61606171a0b9c20f6ea4;hb=64cc7f0ca7a44bb214396c829268a541ab286c69;hpb=9a77af6d2265c478b561bf1c5525e913b371525d diff --git a/INSTALL b/INSTALL index f4bdf64..665e306 100644 --- a/INSTALL +++ b/INSTALL @@ -329,11 +329,6 @@ I Other configure options Forces the namei fileserver on platforms (like Solaris 8 and 9) where the inode fileserver is the default. - --enable-pthreaded-ubik - Enable the threaded version of Ubik and install the threaded - versions of Ubik servers. See README.PTHREADED_UBIK for more - information. (EXPERIMENTAL) - --enable-redhat-buildsys Enable compilation of the kernel module for the Red Hat build system kernel. Use this configure flag when building kernel @@ -402,6 +397,10 @@ I Other configure options and should not be used unless you're still using the OpenAFS kaserver (which is itself deprecated and should not be used). + --disable-pthreaded-ubik + Disable the threaded version of Ubik and install the LWP + versions of Ubik servers. + --disable-strip-binaries Disable stripping of binaries on installation. You probably want to use --enable-debug instead of this flag to also inclusion of @@ -507,7 +506,9 @@ I Other configure options CC The C compiler to use. Be aware that this is overridden on some architectures that require a specific compiler be used to build the - kernel module. + kernel module. If gcc is used, version 3 or later is required. + If clang is used, version 3 or later is required. (Additional + restrictions apply when --enable-checking is used.) CFLAGS Additional flags to pass to the C compiler.