__P() removal
[dragonfly.git] / UPDATING
1 $DragonFly: src/UPDATING,v 1.2 2003/08/14 18:26:32 asmodai Exp $
2
3 Updating Information for DragonFly users.
4
5 This file should warn you of any pitfalls which you might need to work around
6 when trying to update your DragonFly system.
7
8 If you discover any problem, please contact the bugs@lists.dragonflybsd.org
9 mailing list with the details.
10
11 ------------------------------------------------------------------------------
12
13 > Compiling DragonFly
14 ---------------------
15
16 Compiling DragonFly requires an ISO C90 or higher compliant compiler.
17 Compilers which support this are, amongst others: The GNU C Compiler, The
18 Intel C++ Compiler, and The TenDRA Compiler.
19
20 > Include files
21 ---------------
22
23 Due to the source tree reorganization header files have moved to different
24 locations.  The ufs/ufs directory, for example, now can be found at vfs/ufs.
25 ufs/ffs can be found in vfs/ufs as well.
26
27 Best thing to do would be to rm -rf /usr/include and from /usr/src do a 'make
28 includes'.  This should repopulate your entire tree.
29
30 > Linux emulation
31 -----------------
32
33 Right now there is a reported problem with the Linux emulation layer not
34 working properly.  This should be fixed soon.
35
36 > Kerberos IV
37 -------------
38
39 Kerberos IV (eBones) was removed from the tree, please consider moving to
40 Kerberos 5 (Heimdal).
41
42 > Modules
43 ---------
44
45 Right now the modules do not build.  We hope to have them working soon again.