rxtrace-warning-cleanup-20010602
[openafs.git] / src / BUILDNOTES
1 In this file you'll find notes to help you build OpenAFS on various platforms.
2
3 Redhat 7.0 (i386_linux22): 
4         src/venus/kdump.c may fail to compile with the gcc included with 
5         RedHat 7.0; You'll need to use kgcc to compile it.  You should 
6         be able to use kgcc to compile all of AFS. Just add CC=kgcc 
7         to your make arguments.
8
9         When building for kernels other than the stock kernel you
10         may need to create symlinks in /usr/src named for your 
11         configuration, e.g. linux-2.2.16-22smp pointing to your
12         source tree (linux-2.2.16-22); Redhat provides a unified 
13         source tree with a switch in include/linux/version.h.
14
15 HPUX 11.0 (hp_ux110):
16         Does not currently build libafs, which means no afs client support,
17         however, the client tools, and all of the server code does get built.
18         
19         For future kernel development, the KernDevKit package from the CoreOS
20         media is required.
21
22 HPUX 10.2 (hp_ux102):
23         Does not currently build libafs, which means no afs client support,
24         however, the client tools, and all of the server code does get built.
25         
26         Requires that the DCE-CoreTools and possible the KernDevKit package
27         from CoreOS media be installed.